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

Last change on this file since 16 was 16, checked in by rock, 16 years ago
File size: 2.3 KB
Line 
1.TH mmlsconfig 02/16/06
2mmlsconfig Command
3.SH "Name"
4.PP
5\fBmmlsconfig\fR - Displays the current configuration data for a GPFS
6cluster.
7.SH "Synopsis"
8.PP
9\fBmmlsconfig\fR
10.SH "Description"
11.PP
12Use the \fBmmlsconfig\fR command to display the current configuration
13data for a GPFS cluster.
14.PP
15Depending on your configuration, additional information that is set by GPFS
16may be displayed to assist in problem determination when contacting the
17IBM Support Center. If a configuration
18parameter is not shown in the output of this command, the default value for
19that parameter, as documented in the
20\fBmmchconfig\fR
21command, is in effect.
22.SH "Parameters"
23.PP
24NONE
25.SH "Options"
26.PP
27NONE
28.SH "Exit status"
29.PP
30.PP
31.RS +3
32\fB0
33\fR
34.RE
35.RS +9
36Successful completion.
37.RE
38.PP
39.RS +3
40\fBnonzero
41\fR
42.RE
43.RS +9
44A failure has occurred.
45.RE
46.SH "Security"
47.PP
48You must have root authority to run the \fBmmlsconfig\fR command.
49.PP
50You may issue the \fBmmlsconfig\fR command from any node in the GPFS
51cluster.
52.PP
53When using the \fBrcp\fR and \fBrsh\fR commands for remote
54communication, a properly configured \fB.rhosts\fR file must exist
55in the root user's home directory on each node in the GPFS
56cluster. If you have designated the use of a different remote
57communication program on either the
58\fBmmcrcluster\fR
59or the
60\fBmmchcluster\fR command, you must
61ensure:
62.RS +3
63.HP 3
641. Proper authorization is granted to all nodes in the GPFS cluster.
65.HP 3
662. The nodes in the GPFS cluster can communicate without the use of a
67password, and without any extraneous messages.
68.RE
69.SH "Examples"
70.PP
71To display the current configuration data for the GPFS cluster that you are
72running on, issue this command:
73.sp
74.nf
75mmlsconfig
76.fi
77.sp
78.PP
79The system displays information similar to:
80.sp
81.nf
82Configuration data for cluster cluster1.kgn.ibm.com:
83------------------------------------------------------------
84clusterName cluster1.kgn.ibm.com
85clusterId 680681562214606028
86clusterType lc
87multinode yes
88autoload no
89useDiskLease yes
90cipherList AUTHONLY
91maxFeatureLevelAllowed 901
92subnets=192.168.2.0
93File systems in cluster cluster1.kgn.ibm.com:
94-----------------------------------------------------
95/dev/fs1
96/dev/fs2
97.fi
98.sp
99.SH "See also"
100.PP
101mmchcluster Command
102.PP
103mmchconfig Command
104.PP
105mmcrcluster Command
106.SH "Location"
107.PP
108\fB/usr/lpp/mmfs/bin\fR
109.PP
Note: See TracBrowser for help on using the repository browser.