1 | .TH mmaddnode 03/31/06 |
---|
2 | mmaddnode Command |
---|
3 | .SH "Name" |
---|
4 | .PP |
---|
5 | \fBmmaddnode\fR Adds nodes to a GPFS cluster. |
---|
6 | .SH "Synopsis" |
---|
7 | .PP |
---|
8 | \fBmmaddnode\fR \fB-N\fR |
---|
9 | {\fINodeDesc\fR[,\fINodeDesc\fR...] | |
---|
10 | \fINodeFile\fR} |
---|
11 | .SH "Description" |
---|
12 | .PP |
---|
13 | Use the \fBmmaddnode\fR command to add nodes to an existing GPFS |
---|
14 | cluster. On each new node, a mount point directory and character mode |
---|
15 | device is created for each GPFS file system. |
---|
16 | .PP |
---|
17 | You must follow these rules when adding nodes to a GPFS cluster: |
---|
18 | .RS +3 |
---|
19 | .HP 3 |
---|
20 | \(bu You may issue the command only from a node that already belongs to the |
---|
21 | GPFS cluster. |
---|
22 | .HP 3 |
---|
23 | \(bu While a node may mount file systems from multiple clusters, the node |
---|
24 | itself may only be added to a single cluster using the \fBmmcrcluster\fR or \fBmmaddnode\fR command. |
---|
25 | .HP 3 |
---|
26 | \(bu The nodes must be available for the command to be successful. If |
---|
27 | any of the nodes listed are not available when the command is issued, a |
---|
28 | message listing those nodes is displayed. You must correct the problem |
---|
29 | on each node and reissue the command to add those nodes. |
---|
30 | .RE |
---|
31 | .SH "Parameters" |
---|
32 | .PP |
---|
33 | .RS +3 |
---|
34 | \fB-N \fINodeDesc\fR[,\fINodeDesc\fR...] | |
---|
35 | \fINodeFile\fR |
---|
36 | \fR |
---|
37 | .RE |
---|
38 | .RS +9 |
---|
39 | Specifies node descriptors, which provide information about nodes to be |
---|
40 | added to the cluster. |
---|
41 | .PP |
---|
42 | .RS +3 |
---|
43 | \fB\fINodeFile\fR |
---|
44 | \fR |
---|
45 | .RE |
---|
46 | .RS +9 |
---|
47 | Specifies a file containing a list of node descriptors (see below), one |
---|
48 | per line, to be added to the cluster. |
---|
49 | .RE |
---|
50 | .PP |
---|
51 | .RS +3 |
---|
52 | \fB\fINodeDesc\fR[,\fINodeDesc\fR...] |
---|
53 | \fR |
---|
54 | .RE |
---|
55 | .RS +9 |
---|
56 | Specifies the list of nodes and node designations to be added to the GPFS |
---|
57 | cluster. Node descriptors are defined as: |
---|
58 | .sp |
---|
59 | .nf |
---|
60 | NodeName:NodeDesignations:AdminNodeName |
---|
61 | .fi |
---|
62 | .sp |
---|
63 | .PP |
---|
64 | where: |
---|
65 | .RS +3 |
---|
66 | .HP 3 |
---|
67 | 1. \fBNodeName\fR is the hostname or IP address to be used by the GPFS |
---|
68 | daemons for node to node communication. |
---|
69 | .sp |
---|
70 | The hostname or IP address must refer to the communications adapter over |
---|
71 | which the GPFS daemons communicate. Alias interfaces are not |
---|
72 | allowed. Use the original address or a name that is resolved by the |
---|
73 | \fBhost\fR command to that original address. You may specify a node |
---|
74 | using any of these forms: |
---|
75 | .br |
---|
76 | .sp |
---|
77 | .RS +0.1i |
---|
78 | .nf |
---|
79 | .TS |
---|
80 | tab(~); |
---|
81 | l l. |
---|
82 | Format~Example |
---|
83 | \fBShort hostname\fR~k145n01 |
---|
84 | \fBLong hostname\fR~k145n01.kgn.ibm.com |
---|
85 | \fBIP address\fR~9.119.19.102 |
---|
86 | .TE |
---|
87 | .sp |
---|
88 | .fi |
---|
89 | .RE |
---|
90 | .HP 3 |
---|
91 | 2. \fBNodeDesignations\fR is an optional, '-' separated list of |
---|
92 | node roles. |
---|
93 | .RS +3 |
---|
94 | .HP 3 |
---|
95 | \(bu \fBmanager\fR | \fB\fIclient\fR\fR Indicates whether a node is |
---|
96 | part of the pool of nodes from which configuration mangers, file system |
---|
97 | managers, and token managers are selected. The default is |
---|
98 | \fBclient\fR. |
---|
99 | .HP 3 |
---|
100 | \(bu \fBquorum\fR | \fB\fInonquorum\fR\fR Indicates whether a node is |
---|
101 | counted as a quorum node. The default is \fBnonquorum\fR. |
---|
102 | .RE |
---|
103 | .HP 3 |
---|
104 | 3. \fBAdminNodeName\fR is an optional field that consists of a node name |
---|
105 | to be used by the administration commands to communicate between nodes. |
---|
106 | .sp |
---|
107 | .sp |
---|
108 | If \fBAdminNodeName\fR is not specified, the \fBNodeName\fR value is |
---|
109 | used. |
---|
110 | .RE |
---|
111 | .PP |
---|
112 | You must provide a \fINodeDesc\fR for each node to be added to the GPFS |
---|
113 | cluster. |
---|
114 | .RE |
---|
115 | .RE |
---|
116 | .SH "Options" |
---|
117 | .PP |
---|
118 | NONE |
---|
119 | .SH "Exit status" |
---|
120 | .PP |
---|
121 | .PP |
---|
122 | .RS +3 |
---|
123 | \fB0 |
---|
124 | \fR |
---|
125 | .RE |
---|
126 | .RS +9 |
---|
127 | Successful completion. |
---|
128 | .RE |
---|
129 | .PP |
---|
130 | .RS +3 |
---|
131 | \fBnonzero |
---|
132 | \fR |
---|
133 | .RE |
---|
134 | .RS +9 |
---|
135 | A failure has occurred. |
---|
136 | .RE |
---|
137 | .SH "Security" |
---|
138 | .PP |
---|
139 | You must have root authority to run the \fBmmaddnode\fR command. |
---|
140 | .PP |
---|
141 | You may issue the \fBmmaddnode\fR command from any node in the GPFS |
---|
142 | cluster. |
---|
143 | .PP |
---|
144 | When using the \fBrcp\fR and \fBrsh\fR commands for remote |
---|
145 | communication, a properly configured \fB.rhosts\fR file must exist |
---|
146 | in the root user's home directory on each node in the GPFS |
---|
147 | cluster. If you have designated the use of a different remote |
---|
148 | communication program on either the |
---|
149 | \fBmmcrcluster\fR |
---|
150 | or the |
---|
151 | \fBmmchcluster\fR command, you must |
---|
152 | ensure: |
---|
153 | .RS +3 |
---|
154 | .HP 3 |
---|
155 | 1. Proper authorization is granted to all nodes in the GPFS cluster. |
---|
156 | .HP 3 |
---|
157 | 2. The nodes in the GPFS cluster can communicate without the use of a |
---|
158 | password, and without any extraneous messages. |
---|
159 | .RE |
---|
160 | .PP |
---|
161 | \fBExamples\fR |
---|
162 | .PP |
---|
163 | To add nodes \fBk164n06\fR and \fBk164n07\fR as quorum nodes, |
---|
164 | and further designating \fBk164n06\fR to be available as a |
---|
165 | \fBmanager\fR node, issue this command: |
---|
166 | .sp |
---|
167 | .nf |
---|
168 | mmaddnode -N k164n06:quorum-manager,k164n07:quorum |
---|
169 | .fi |
---|
170 | .sp |
---|
171 | .PP |
---|
172 | To confirm the addition, issue this command: |
---|
173 | .sp |
---|
174 | .nf |
---|
175 | mmlscluster |
---|
176 | .fi |
---|
177 | .sp |
---|
178 | .PP |
---|
179 | The system displays information similar to: |
---|
180 | .sp |
---|
181 | .nf |
---|
182 | GPFS cluster information |
---|
183 | ======================== |
---|
184 | GPFS cluster name: cluster1.kgn.ibm.com |
---|
185 | GPFS cluster id: 680681562214606028 |
---|
186 | GPFS UID domain: cluster1.kgn.ibm.com |
---|
187 | Remote shell command: /usr/bin/rsh |
---|
188 | Remote file copy command: /usr/bin/rcp |
---|
189 | GPFS cluster configuration servers: |
---|
190 | ----------------------------------- |
---|
191 | Primary server: k164n07.kgn.ibm.com |
---|
192 | Secondary server: k164n04.kgn.ibm.com |
---|
193 | Node Daemon node name IP address Admin node name Designation |
---|
194 | ------------------------------------------------------------------- |
---|
195 | 1 k164n04.kgn.ibm.com 198.117.68.68 k164n04.kgn.ibm.com quorum |
---|
196 | 2 k164n07.kgn.ibm.com 198.117.68.71 k164n07.kgn.ibm.com quorum |
---|
197 | 3 k164n06.kgn.ibm.com 198.117.68.70 k164n06.kgn.ibm.com quorum-manager |
---|
198 | .fi |
---|
199 | .sp |
---|
200 | .SH "See also" |
---|
201 | .PP |
---|
202 | mmchconfig Command |
---|
203 | .PP |
---|
204 | mmcrcluster Command |
---|
205 | .PP |
---|
206 | mmchcluster Command |
---|
207 | .PP |
---|
208 | mmdelnode Command |
---|
209 | .PP |
---|
210 | mmlscluster Command |
---|
211 | .SH "Location" |
---|
212 | .PP |
---|
213 | \fB/usr/lpp/mmfs/bin\fR |
---|
214 | .PP |
---|