Instance Manager Commands
- The following describes the commands that Instance Manager accepts.
START INSTANCE instance_name
- This command attempts to start an offline instance.
- The command is asynchronous; it does not wait for the instance to start.
STOP INSTANCE instance_name
- This command attempts to stop an instance.
- The command is synchronous; it waits for the instance to stop.
SHOW INSTANCES
- Shows the names and status of all loaded instances.
SHOW INSTANCE STATUS instance_name
- Shows status and version information for an instance.
SHOW INSTANCE OPTIONS instance_name
- Shows the options used by an instance.
SHOW instance_name LOG FILES
- Lists all log files used by the instance.
SHOW instance_name LOG {ERROR | SLOW | GENERAL} size[,offset_from_end]
- Retrieves a portion of the specified log file.
- The
size parameter defines the number of bytes to retrieve from the end of the log.
- Specify the optional offset_from_end parameter to retrieve data from the middle of the log file
SET instance_name.option_name[=option_value]
- Edits the specified instance's configuration section to change or add instance options.
UNSET instance_name.option_name
- Removes an option from an instance's configuration section.
What there any Instance Manager command principles?
© 2007 John Michael Pierobon
Notes