ClusterPack V2.5 Release Note

Comprehensive Install Instructions

%/opt/clusterpack/bin/sysimage_register <full_path_of_image>

If the image was created with sysimage_create, the full path of the image was displayed by sysimage_create. Images are stored in the directory

/var/opt/ignite/archives/<hostname>

To distribute the Golden Image to the Compute Nodes, use the command:

%/opt/clusterpack/bin/sysimage_distribute <full_path_of_image> \ [hostnameall]

The keyword “all” can be used to distribute the image to all of the Compute Nodes in the cluster, or a single hostname can be specified. sysimage_distribute will reboot each Compute Node for installation with the specified image.

Step 19. Install and Configure the Remaining Compute Nodes

Background

This tool is the driver that installs and configures appropriate components on every Compute Node.

Overview

Perform this process in the same way as configuring the first Compute Node. Reference Step 13, "Run compute_config on the Management Server" for more information.

Details

Use the following command to install and configure a Compute Node that received the Golden Image. Perform this for all nodes. You can specify multiple nodes on the command line. You must place the option -ain front of each node name.

%/opt/clusterpack/bin/compute_config -a <node_name>

Step 20. Verify the Final Cluster Configuration

Background

This step completes the installation and configuration process, performs verification checks on the Cluster Management Software, and validates the installation. It prints out diagnostic error messages if the installation is not successful.

34