Skip to content

Installing delegate hosts

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

Editing the /etc/hosts file

Perform this procedure only if you use hostnames or fully-qualified domain names instead of IPv4 addresses, and only after all delegate hosts are installed and renamed.

Perform this procedure on the Control Center master host and on each delegate host.

  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. Open the /etc/hosts file in a text editor.

    The following steps use the nano editor.

    1. Start the editor.

      nano /etc/hosts
      

    2. Optional: On delegate hosts, the file might include two entries with the same IP address. Remove the first of the two entries, which maps the IP address to the zsd-master hostname.

    3. Add entries for the Control Center master host and for each delegate host.
    4. To save, press Control-o.
    5. To exit, press Control-x.
    6. Return to the Appliance Administration menu.
    exit
    
  4. Exit the Appliance Administration menu.

    1. Use the down-arrow key to select Exit.
    2. Press Tab, and then press Enter.

Configuring a delegate host virtual machine

This procedure configures a new virtual machine as a delegate 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. The system prompts you to enter a new password for root.

  4. The system prompts you to enter a new password for ccuser.

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

  5. In the IP field, enter the hostname, fully-qualified domain name, or IPv4 address of the master host.

    Note: If you enter the hostname or fully-qualified domain name of the master host, you need an entry in the /etc/hosts file of the delegate host or a nameserver on your network that resolves the name to its IPv4 address.

  6. Press Tab to select Ok, and then press Enter. The system reboots.