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

Last change on this file since 16 was 16, checked in by rock, 16 years ago
File size: 3.1 KB
Line 
1.TH mmlsmgr 02/16/06
2mmlsmgr Command
3.SH "Name"
4.PP
5\fBmmlsmgr\fR - Displays which node is the file system manager for
6the specified file systems.
7.SH "Synopsis"
8.PP
9\fBmmlsmgr\fR [\fIDevice\fR
10[\fIDevice\fR...]]
11.SH "Description"
12.PP
13Use the \fBmmlsmgr\fR command to display which node is the file system
14manager for the file system.
15.PP
16If you do not provide a \fIDevice\fR operand, file system managers for
17all file systems within the current cluster for which a file system manager
18has been appointed are displayed.
19.SH "Parameters"
20.PP
21.RS +3
22\fB\fIDevice\fR
23\fR
24.RE
25.RS +9
26The device names of the file systems for which the file system manager
27information is displayed.
28.PP
29If more than one file system is listed, the names must be delimited by a
30space. File system names need not be fully-qualified.
31\fBfs0\fR is just as acceptable as \fB/dev/fs0\fR.
32.PP
33If no file system is specified, information about all file systems is
34displayed.
35.RE
36.SH "Options"
37.PP
38NONE
39.SH "Exit status"
40.PP
41.PP
42.RS +3
43\fB0
44\fR
45.RE
46.RS +9
47Successful completion.
48.RE
49.PP
50.RS +3
51\fBnonzero
52\fR
53.RE
54.RS +9
55A failure has occurred.
56.RE
57.SH "Security"
58.PP
59If you are a root user:
60.RS +3
61.HP 3
621. You may issue the \fBmmlsmgr\fR command from any node in the GPFS
63cluster.
64.HP 3
652.
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
77a. Proper authorization is granted to all nodes in the GPFS cluster.
78.HP 3
79b. The nodes in the GPFS cluster can communicate without the use of a
80password, and without any extraneous messages.
81.RE
82.HP 3
833. As root, a user can also issue the \fBmmlsmgr\fR on remote file
84systems.
85.RE
86.PP
87If you are a non-root user, you may specify only file systems that belong
88to the same cluster as the node on which the \fBmmlsmgr\fR command was
89issued.
90.SH "Examples"
91.RS +3
92.HP 3
931. To display the file system manager node information for all the file
94systems, issue this command:
95.sp
96.nf
97mmlsmgr\
98.fi
99.sp
100The system displays information similar to:
101.sp
102.nf
103file system      manager node [from 199.114.68.69 (k156gn02)]
104---------------- ------------------
105fs1              199.114.68.70 (k154gn01)\
106fs2              199.114.68.71 (k154gn02)\
107fs3              199.114.68.72 (kolt2g_r1b42)
108.fi
109.sp
110.sp
111The output shows the device name of the file system and the file system
112manager's node number and name, in parenthesis, as they are recorded in
113the GPFS cluster data.
114.HP 3
1152. To display the file system manager information for file systems
116\fBgpfs2\fR and \fBgpfs3\fR, issue this command:
117.sp
118.nf
119mmlsmgr gpfs2 gpfs3
120.fi
121.sp
122The system displays information similar to:
123.sp
124.nf
125file system      manager node [from 199.114.68.69 (k156gn02)]
126---------------- ------------------
127gpfs2              199.114.68.70 (k154gn02)\
128gpfs3              199.114.68.72 (kolt2g_r1b42)
129.fi
130.sp
131.RE
132.SH "See also"
133.PP
134mmchmgr Command
135.SH "Location"
136.PP
137\fB/usr/lpp/mmfs/bin\fR
138.PP
Note: See TracBrowser for help on using the repository browser.