Skip to content

Stopping Resource Manager on non-appliance deployments

Use this procedure to stop Resource Manager.

  1. Log in to the Control Center master host as a user with serviced CLI privileges.

  2. Check the status of Resource Manager.

    serviced service status Zenoss.resmgr --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.
  3. Stop Resource Manager.

    serviced service stop Zenoss.resmgr
    
  4. Check the status of Resource Manager.

    serviced service status Zenoss.resmgr --show-fields 'Name,ServiceID,Status'
    

    Repeat the command until the status of all services is stopped.