Stopping Resource Manager
Use this procedure to stop Resource Manager.
- Gain access to the Control Center host, through the console interface of your hypervisor, or through a remote shell utility such as PuTTY.
-
Start a command-line session as root.
- In the Appliance Administration menu, select Root Shell.
- Select Run, and then press Enter.
The menu is replaced by a command prompt similar to the following example:
[root@hostname ~]#
-
Check the status of Resource Manager.
serviced service status --show-fields 'Name,ServiceID,Status'
- If the status of all services is stopped, this procedure is complete. Continue to the next procedure.
- If the status is running, perform the remaining steps.
-
Stop Resource Manager.
serviced service stop Zenoss.resmgr
-
Check the status of Resource Manager.
serviced service status --show-fields 'Name,ServiceID,Status'
Repeat the command until the status of all services is stopped.