You can query the status of the individual system components installed in Cloud Agent using the list command. All installed components including name, status, and version are output. The following is a list of the key commands for controlling the individual components.
Commands
Cloud Controller command |
Description |
---|---|
list |
Lists all components installed on the selected Cloud Agent node. Default: localhost |
start <instance id> |
Starts the component specified with <instance id> |
stop <instance id> |
Stops the component specified with <instance id> |
startall |
Starts all components in a specific sequence. You can set this sequence in Cloud Agent. |
stopall |
Stops all components in the reverse start sequence. |
killall |
Closes all components regardless of the current state or existing connections. Use kill <instance id> to close a specific component. Use this command only if components no longer respond to other commands. |