HP 1032 ClusterPack V2.4 Tutorial - Page 75

Create a Cluster Group, 6.17 Remove a Cluster Group

Page 75 highlights

using PIDs on a cluster is not feasible given there will be different PIDs on different hosts, clkill can kill processes by name. Some examples of clps usage: z Kill all processes belonging to user 'joeuser' % clkill -u joeuser z Interactively kill all processes named 'view_server' % clkill -i -r view_server will result in a session like: node0 2260 user1 ? 0:00 view_server Kill (y/n)? n node1 8070 user1 ? 0:04 view_server Kill (y/n)? y z Kill a process with PID 2260 on node1 % clkill -C node1 -p 2260 For more details on the usage of clkill, invoke the command: Back to Top 1.6.16 Create a Cluster Group Groups of Compute Nodes can be created, and added to all tools in ClusterPack using /opt/clusterpack/bin/clgroup. The following example creates a node group "cae" containing compute cluster nodes "lucky000", "lucky001", and "lucky002": % /opt/clusterpack/bin/clgroup -a cae lucky000 lucky001 lucky002 clgroup can also form groups from existing groups. For more details on the usage of clgroup, invoke the command: % man clgroup Back to Top 1.6.17 Remove a Cluster Group

  • 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

using PIDs on a cluster is not feasible given there will be different PIDs on different hosts, clkill
can kill processes by name.
Some examples of clps usage:
Kill all processes belonging to user 'joeuser'
%
clkill -u joeuser
Interactively kill all processes named 'view_server'
%
clkill -i -r view_server
will result in a session like:
node0 2260 user1 ? 0:00 view_server
Kill (y/n)? n
node1 8070 user1 ? 0:04 view_server
Kill (y/n)? y
Kill a process with PID 2260 on node1
%
clkill -C node1 -p 2260
For more details on the usage of clkill, invoke the command:
Back to Top
1.6.16 Create a Cluster Group
Groups of Compute Nodes can be created, and added to all tools in ClusterPack
using /opt/clusterpack/bin/clgroup.
The following example creates a node group "cae" containing compute cluster nodes "lucky000",
"lucky001", and "lucky002":
%
/opt/clusterpack/bin/clgroup -a cae lucky000 lucky001 lucky002
clgroup can also form groups from existing groups. For more details on the usage of clgroup,
invoke the command:
%
man clgroup
Back to Top
1.6.17 Remove a Cluster Group