HP 1032 ClusterPack V2.4 Tutorial - Page 136

core tools of ClusterPack, including PCC ClusterWare Pro™ and the HP Systems Insight

Page 136 highlights

core tools of ClusterPack, including PCC ClusterWare Pro™ and the HP Systems Insight Manager. Node groups are collections of nodes that are subsets of the entire node membership of the compute cluster. They may have overlapping memberships such that a single node may be a member of more than one group. The node grouping mechanism allows flexible partitioning of a compute cluster into logical collections that match their use model. The first form of this command allows the user to add node groups to a compute cluster. The initial definition of the node group can be specified as a list of individual nodes and/or other groups. When a previously existing group is used in the formation of a new group, all members of the pre-existing group are added to the new group. The second form allows the user to remove a node group or nodes from a node group. When removing nodes from a group, the nodes to be removed can be specified in terms of a list of individual nodes and/or other groups. When a previously existing group is specified, all members of that group are removed from the group being modified. The third form allows the information regarding one or more node groups to be provided in a file. The last form lists all the node groups in the compute cluster. clgroup is used as follows: % clgroup -a groupname node1|group [node2|group ...] % clgroup -r groupname [node1|group node2|group ...] % clgroup -l groupname % clgroup Examples The following command creates a node group "group1" containing compute cluster nodes "nodea", "nodeb", and "nodec". % clgroup -a group1 nodea nodeb nodec To modify group "group1" to replace node "nodec" with node "noded", the following command can be used: % clgroup -r group1 nodec % clgroup -a group1 noded A new group "group2" can be formed from all of the nodes in "group1" and the additional nodes "nodex" and "nodey" using the command: % clgroup -a group2 group1 nodex nodey The member nodes of group "group1" may be listed by using:

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173

core tools of ClusterPack, including PCC ClusterWare Pro™ and the HP Systems Insight
Manager. Node groups are collections of nodes that are subsets of the entire node membership
of the compute cluster. They may have overlapping memberships such that a single node may
be a member of more than one group. The node grouping mechanism allows flexible
partitioning of a compute cluster into logical collections that match their use model.
The first form of this command allows the user to add node groups to a compute cluster. The
initial definition of the node group can be specified as a list of individual nodes and/or other
groups. When a previously existing group is used in the formation of a new group, all
members of the pre-existing group are added to the new group.
The second form allows the user to remove a node group or nodes from a node group. When
removing nodes from a group, the nodes to be removed can be specified in terms of a list of
individual nodes and/or other groups. When a previously existing group is specified, all
members of that group are removed from the group being modified.
The third form allows the information regarding one or more node groups to be provided in a
file.
The last form lists all the node groups in the compute cluster.
clgroup is used as follows:
%
clgroup -a groupname node1|group [node2|group ...]
%
clgroup -r groupname [node1|group node2|group ...]
%
clgroup -l groupname
%
clgroup
Examples
The following command creates a node group "group1" containing compute cluster nodes
"nodea", "nodeb", and "nodec".
%
clgroup -a group1 nodea nodeb nodec
To modify group "group1" to replace node "nodec" with node "noded", the following
command can be used:
%
clgroup -r group1 nodec
%
clgroup -a group1 noded
A new group "group2" can be formed from all of the nodes in "group1" and the additional
nodes "nodex" and "nodey" using the command:
%
clgroup -a group2 group1 nodex nodey
The member nodes of group "group1" may be listed by using: