Install > Installation > Install the ITOM Platform > Step 5. Set up one master node

Step 5. Set up one master node

The following steps describe how to install the ITOM Platform on a master node.

  1. Make sure you have already downloaded the installation package to a temporary directory on the master node. For details, see Step 3. Unzip the installation package.
  2. Unzip the zip file.
  3. Skip this step if you use a dedicated NFS server. If you did not install a dedicated NFS server, you must set up the master node as the NFS server.

    1. On the master node, run the following command to set up the core NFS share:

      <platform_temp_dir>/scripts/setupNFS.sh

    2. Then run the following command to set up the Operations Bridge NFS share:

      <platform_temp_dir>/scripts/setupNFS.sh /var/vols/itom/<opsbridge_directory>

      Replace <opsbridge_directory> with a directory name you choose, for example opsbridge.

  4. On the master node, go to the <platform_temp_dir> directory, and edit the install.properties file by setting the following parameters:

    * MASTER_NODES="<master node IP address>"
    * WORKER_NODES="<worker node 1 IP address> <worker node 2 IP address> <worker node 3 IP address>"
    * INGRESS_HOST=<master node IP address>
    * EXTERNAL_ACCESS_HOST=<master node FQDN>
    * NFS_SERVER=<master node IP address>
    * REGISTRY_ORGNAME=hpeswitom

    Additionally, configure the proxy settings if you want to pull the Docker images from the master node and you need a proxy to connect to the internet.

    This configuration uses the master node as the NFS server. If you installed a separate NFS server, configure the NFS server IP in the NFS_SERVER parameter. For a full description of the parameters in the install.properties file, see Parameters in the install.properties file.

    Caution The worker node IP addresses must be separated with a space, and the master node and worker nodes must have a static IP address. Additionally, the EXTERNAL_ACCESS_HOST parameter must be set to an FQDN with only lowercase letters.

  5. On the master node, access the <platform_temp_dir> directory, and run the following command:

    ./install

    Wait until the installation on the master node is complete.

    Tip You can check the installation log at /opt/kubernetes/install-<date><time>.log

    In the following installation steps, the directory containing the installed ITOM Platform files (/opt/kubernetes by default) will be referred to as <platform_install_dir>.