HP 1032 ClusterPack V2.4 Tutorial - Page 38

Step 18 Add nodes to the cluster that will receive the Golden Image, Background, Details, Step 19

Page 38 highlights

LSF jobs while the archive is being made: % badmin hclose z In addition, you should either wait until all running jobs complete, or suspend them: % bstop -a -u all -m z 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 z Monitor the output for possible error conditions. The image will be stored in /var/opt/ignite/archives/ After the image creation is complete, the Compute Node should be opened for accepting Clusterware job % badmin hopen Back to Top Step 18 Add nodes to the cluster that will receive the Golden Image Background This command adds the new node with the specified host name 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 : Back to Top Step 19 Distribute the Golden Image to the remaining Compute Nodes Background This is the step that actually installs the Golden Image on the 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

LSF jobs while the archive is being made:
%
badmin hclose <hostname>
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>
After the image creation is complete, the Compute Node should be opened for accepting Clusterware job
%
badmin hopen <hostname>
Back to Top
Step 18 Add nodes to the cluster that will receive the Golden Image
Background
This command adds the new node with the specified host name 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>
Back to Top
Step 19 Distribute the Golden Image to the remaining Compute Nodes
Background
This is the step that actually installs the Golden Image on the Compute Nodes.