source: gpfs_3.1_ker2.6.20/share/man/man8/mmchmgr.8 @ 16

Last change on this file since 16 was 16, checked in by rock, 16 years ago
File size: 2.4 KB
Line 
1.TH mmchmgr 02/16/06
2mmchmgr Command
3.SH "Name"
4.PP
5\fBmmchmgr\fR - Assigns a file system manager node.
6.SH "Synopsis"
7.PP
8\fBmmchmgr\fR \fIDevice\fR [\fINode\fR]
9.SH "Description"
10.PP
11The \fBmmchmgr\fR command assigns a file system manager node.
12.SH "Parameters"
13.PP
14.RS +3
15\fB\fIDevice\fR
16\fR
17.RE
18.RS +9
19The device name of the file system for which the file system manager node
20is to be changed. File system names need not be fully-qualified.
21\fBfs0\fR is just as acceptable as \fB/dev/fs0\fR.
22.PP
23This must be the first parameter.
24.RE
25.PP
26.RS +3
27\fB\fINode\fR
28\fR
29.RE
30.RS +9
31The target node to be appointed as the new file system manager. If
32no \fINode\fR is specified, the configuration manager selects the new file
33system manager node.
34.PP
35For information on how to specify node names, see \fISpecifying nodes as input to GPFS commands\fR
36in \fIGPFS: Administration and Programming Reference\fR.
37.RE
38.SH "Options"
39.PP
40NONE
41.SH "Exit status"
42.PP
43.PP
44.RS +3
45\fB0
46\fR
47.RE
48.RS +9
49Successful completion.
50.RE
51.PP
52.RS +3
53\fBnonzero
54\fR
55.RE
56.RS +9
57A failure has occurred.
58.RE
59.SH "Security"
60.PP
61You must have root authority to run the \fBmmchmgr\fR command.
62.PP
63You may issue the \fBmmchmgr\fR command from any node in the GPFS
64cluster.
65.PP
66When using the \fBrcp\fR and \fBrsh\fR commands for remote
67communication, a properly configured \fB.rhosts\fR file must exist
68in the root user's home directory on each node in the GPFS
69cluster. If you have designated the use of a different remote
70communication program on either the
71\fBmmcrcluster\fR
72or the
73\fBmmchcluster\fR command, you must
74ensure:
75.RS +3
76.HP 3
771. Proper authorization is granted to all nodes in the GPFS cluster.
78.HP 3
792. The nodes in the GPFS cluster can communicate without the use of a
80password, and without any extraneous messages.
81.RE
82.SH "Examples"
83.PP
84Assume the file system manager for the file system \fBgpfs1\fR is
85currently \fBk164n05\fR. To migrate the file system manager
86responsibilities to \fBk164n06\fR, issue this command:
87.sp
88.nf
89mmchmgr gpfs1 k164n06
90.fi
91.sp
92.PP
93The system displays information similar to:
94.sp
95.nf
96GPFS: 6027-628 Sending migrate request to current manager node
97      9.114.68.69 (k164n05).
98GPFS: 6027-629 Node 9.14.68.69 (k164n05) resigned as manager for gpfs1
99GPFS: 6027-630 Node 9.14.68.70 (k164n06) appointed as manager for gpfs1
100.fi
101.sp
102.SH "See also"
103.PP
104mmlsmgr Command
105.SH "Location"
106.PP
107\fB/usr/lpp/mmfs/bin\fR
108.PP
Note: See TracBrowser for help on using the repository browser.