Install > Install the Container Deployment Foundation > Install ITOM CDF on additional master nodes

Install ITOM CDF on additional master nodes

The following steps describe how to install the Container Deployment Foundation on additional master nodes.

  1. Make sure you have already downloaded the installation package to a temporary directory on all additional master nodes. For details, see Unzip the ITOM CDF installation package.
  2. Unzip the zip file on every master node.

  3. On each additional master node, run the following command to initialize the environment variables:

    cd <foundation_install_dir>

    source /etc/profile

  4. Copy the server certificate files (ca.crt, server.crt, and server.key) from the <K8S_home>/ssl directory of the first master node to any local directory on each additional master node (for example: the /tmp directory).

    The default <K8S_home> directory is /opt/kubernetes/ssl.

  5. Copy the install.properties file from the first installed master node to each additional master node into the <foundation_install_dir> directory.

  6. Edit the install.properties file on each additional master node as follows:

    PEER_CA_FILE=/tmp/ca.crt

    PEER_CERT_FILE=/tmp/server.crt

    PEER_KEY_FILE=/tmp/server.key

    Replace /tmp with the temporary directory you used earlier.

  7. On each additional master node, run the following command:

    ./install

Note You must configure the master nodes one after another.