Skip to content

Stopping Resource Manager

Use this procedure to stop Resource Manager.

  1. Gain access to the Control Center host, through the console interface of your hypervisor, or through a remote shell utility such as PuTTY.
  2. Start a command-line session as root.

    1. In the Appliance Administration menu, select Root Shell.
    2. Select Run, and then press Enter.

    The menu is replaced by a command prompt similar to the following example:

    [root@hostname ~]#
    
  3. 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.
  4. Stop Resource Manager.

    serviced service stop Zenoss.resmgr
    
  5. 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.