Add Nodes To A Cluster Group; Remove Nodes From A Cluster Group - HP 1032 Manual

Clusterpack v2.4 tutorial
Table of Contents

Advertisement

Groups of Compute Nodes can be removed from ClusterPack using /opt/clusterpack/bin/clgroup.
The following example removes the node group "cae":
% /opt/clusterpack/bin/clgroup -r cae
Note that the above-mentioned command just removes the group; the nodes are still part of the
cluster, and users can submit jobs to the nodes.
For more details on the usage of clgroup, invoke the command:
% man clgroup
Back to Top

1.6.18 Add Nodes to a Cluster Group

Compute Nodes can be added to existing groups in ClusterPack
using /opt/clusterpack/bin/clgroup.
The following example adds nodes "lucky006" and "lucky008" to the node group "cae" :
% /opt/clusterpack/bin/clgroup -a cae lucky006 lucky008
Groups can also be created or extended using the name of a pre-existing group. For more details
on the usage of clgroup, invoke the command:
% man clgroup
Back to Top

1.6.19 Remove Nodes from a Cluster Group

Compute Nodes can be removed from existing groups in ClusterPack
using /opt/clusterpack/bin/clgroup.
The following example removes node "lucky006" from the node group "cae" :
% /opt/clusterpack/bin/clgroup -r cae lucky006
Groups can also have entire groups of nodes removed by using the name of a pre-existing group.
For more details on the usage of clgroup, invoke the command:
% man clgroup

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents