HP 1032 ClusterPack V2.4 Tutorial - Page 64

Install Software in Compute Nodes

Page 64 highlights

z Installation and configuration of the Management Server z Installation and configuration of the Compute Nodes z Verification of the Management Server and Compute Nodes The steps in this section must be followed in the specified order to ensure that everything works correctly. Step 1 Invoke /opt/clusterpack/bin/manager_config on Management Server Invoke /opt/clusterpack/bin/manager_config with a "remove node" option -r. % /opt/clusterpack/bin/manager_config -r This command removes the node with the specified hostname from the cluster. It also reconfigures all of the components of ClusterPack to accommodate the removal of the node. The '-r' option can be repeated if more than one node needs to be removed from the system. For more information on the usage of manager_config, refer to the man pages. % man manager_config Step 2 Invoke /opt/clusterpack/bin/compute_config on Management Server This tool is the driver that installs and configures appropriate components on every Compute Node. It is invoked with the "remove node" option -r as follows: % /opt/clusterpack/bin/compute_config -r The '-r' option can be repeated if more than one node needs to be removed from the system. For more information on the usage of compute_config, refer to the man pages. % man compute_config Step 3 Invoke /opt/clusterpack/bin/finalize_config on Management Server Finalize and validate the removal of the node to ClusterPack: % /opt/clusterpack/bin/finalize_config This step does verification checks on the Cluster Management Software, and validates the removal of the node. Back to Top 1.6.3 Install Software in Compute Nodes

  • 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

Installation and configuration of the Management Server
Installation and configuration of the Compute Nodes
Verification of the Management Server and Compute Nodes
The steps in this section must be followed in the specified order to ensure that everything works
correctly.
Step 1 Invoke /opt/clusterpack/bin/manager_config on Management Server
Invoke /opt/clusterpack/bin/manager_config with a "remove node" option -r.
%
/opt/clusterpack/bin/manager_config -r <node_name>
This command removes the node with the specified hostname from the cluster. It also
reconfigures all of the components of ClusterPack to accommodate the removal of the node.
The '-r' option can be repeated if more than one node needs to be removed from the system.
For more information on the usage of manager_config, refer to the man pages.
%
man manager_config
Step 2 Invoke /opt/clusterpack/bin/compute_config on Management Server
This tool is the driver that installs and configures appropriate components on every Compute
Node. It is invoked with the "remove node" option -r as follows:
%
/opt/clusterpack/bin/compute_config -r <node_name>
The '-r' option can be repeated if more than one node needs to be removed from the system.
For more information on the usage of compute_config, refer to the man pages.
%
man compute_config
Step 3 Invoke /opt/clusterpack/bin/finalize_config on Management Server
Finalize and validate the removal of the node to ClusterPack:
%
/opt/clusterpack/bin/finalize_config
This step does verification checks on the Cluster Management Software, and validates the
removal of the node.
Back to Top
1.6.3 Install Software in Compute Nodes