ClusterPack V2.5 Release Note

Comprehensive Install Instructions

In addition, you should either wait until all running jobs complete, or suspend them.

%bstop -a -u all -m <hostname>

Execute sysimage_create on the Management Server and pass the name of the file from which you would like the image to be made. For example:

%/opt/clusterpack/bin/sysimage_create <hostname>

Monitor the output for possible error conditions. The image will be stored in

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

%badmin hopen <hostname>

Step 17. Add Nodes to the Cluster That Will Receive the Golden Image

Background

This command adds the new node with the specified hostname and IP address to the cluster. It also reconfigures all of the components of ClusterPack to accommodate the newly added node.

Details

Invoke /opt/clusterpack/bin/manager_config with the “add node” option (-a). You can include multiple host:ip pairs if you need to.

%/opt/clusterpack/bin/manager_config -a <new_node_name>: \ <new_node_ip_addr>

Step 18. Distribute the Golden Image to the Remaining Compute Nodes

Background

This is the step that actually installs the Golden Image on the Compute Nodes.

Overview

Register the image.

Distribute the image to selected nodes.

Details

To distribute a Golden Image to a set of Compute Nodes, you need to first register the image. To register the image, use the command:

33