Skip to content

Installing a master host

For the complete list of installation instructions, see Installing Resource Manager.

Deploying Resource Manager

Use this procedure to add the Resource Manager application to Control Center and tag application images in the local registry.

  1. Log in to the Control Center master host as a user with serviced CLI privileges.
  2. Add the Resource Manager application template to Control Center.

    serviced template add /opt/serviced/templates/zenoss*.json
    

    On success, the serviced command returns the template ID.

  3. Identify the resource pool to which the host belongs.

    serviced host list
    
  4. Deploy the application.

    • Replace Template-ID with the identifier of the Resource Manager application template (returned in step 2)
    • Replace Pool with the name of the resource pool to which the master host belongs (single-host system) or to which the delegate hosts belong (multi-host system)
    • Replace Deployment-ID with a name for this deployment (for example, Test or Production)
    serviced template deploy Template-ID Pool Deployment-ID
    

    Control Center tags Resource Manager images in the local registry.

  5. If you are creating a single-host deployment, proceed to Configuring Resource Manager.

  6. If you are creating a multi-host deployment, proceed to Installing delegate hosts.

Adding the master host to a resource pool

Complete this procedure to add the Control Center master host to the resmgr resource pool.

  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 or as a user with superuser privileges.

    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. Add the master host to the resmgr``resource pool.

    Replace Hostname-Or-IP with the hostname or IP address of the Control Center master host:

    serviced host add --register Hostname-Or-IP:4979 resmgr
    

    If you enter a hostname, all hosts in your Control Center deployment must be able to resolve the name, either through an entry in /etc/hosts, or through a nameserver on your network.

  4. To exit the command-line session, at the command prompt, enter exit.

Configuring the Control Center master host

Perform this procedure immediately after creating and starting the Control Center master host. All Control Center deployments must include one master host.

  1. Gain access to the console interface of the Control Center host through your hypervisor console interface.

  2. Log in as the root user.

    The initial password is provided in the console.

  3. At the system prompt, enter a new password for root.

  4. At the system prompt, enter a new password for ccuser.

    The ccuser account is the default account for gaining access to the Control Center browser interface.