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

Last change on this file since 16 was 16, checked in by rock, 16 years ago
File size: 3.0 KB
Line 
1.TH mmlscluster 02/16/06
2mmlscluster Command
3.SH "Name"
4.PP
5\fBmmlscluster\fR - Displays the current configuration information
6for a GPFS cluster.
7.SH "Synopsis"
8.PP
9\fBmmlscluster\fR
10.SH "Description"
11.PP
12Use the \fBmmlscluster\fR command to display the current configuration
13information for a GPFS cluster.
14.PP
15For the GPFS cluster, the \fBmmlscluster\fR command displays:
16.RS +3
17.HP 3
18\(bu The cluster name
19.HP 3
20\(bu The cluster ID
21.HP 3
22\(bu GPFS UID domain
23.HP 3
24\(bu The remote shell command being used
25.HP 3
26\(bu The remote file copy command being used
27.HP 3
28\(bu The primary GPFS cluster configuration server
29.HP 3
30\(bu The secondary GPFS cluster configuration server
31.HP 3
32\(bu A list of nodes belonging the GPFS cluster
33.RE
34.PP
35For each node, the command displays:
36.RS +3
37.HP 3
38\(bu The node number assigned to the node by GPFS
39.HP 3
40\(bu GPFS daemon node interface name
41.HP 3
42\(bu Primary network IP address
43.HP 3
44\(bu GPFS administration node interface name
45.HP 3
46\(bu Remarks, such as whether the node is a quorum node or not
47.RE
48.SH "Parameters"
49.PP
50NONE
51.SH "Options"
52.PP
53NONE
54.SH "Exit status"
55.PP
56.PP
57.RS +3
58\fB0
59\fR
60.RE
61.RS +9
62Successful completion.
63.RE
64.PP
65.RS +3
66\fBnonzero
67\fR
68.RE
69.RS +9
70A failure has occurred.
71.RE
72.SH "Security"
73.PP
74You must have root authority to run the \fBmmlscluster\fR
75command.
76.PP
77You may issue the \fBmmlscluster\fR command from any node in the GPFS
78cluster.
79.PP
80When using the \fBrcp\fR and \fBrsh\fR commands for remote
81communication, a properly configured \fB.rhosts\fR file must exist
82in the root user's home directory on each node in the GPFS
83cluster. If you have designated the use of a different remote
84communication program on either the
85\fBmmcrcluster\fR
86or the
87\fBmmchcluster\fR command, you must
88ensure:
89.RS +3
90.HP 3
911. Proper authorization is granted to all nodes in the GPFS cluster.
92.HP 3
932. The nodes in the GPFS cluster can communicate without the use of a
94password, and without any extraneous messages.
95.RE
96.SH "Examples"
97.PP
98To display the current configuration information for the GPFS cluster,
99issue this command:
100.sp
101.nf
102mmlscluster\
103.fi
104.sp
105.PP
106The system displays information similar to:
107.sp
108.nf
109GPFS cluster information
110========================
111  GPFS cluster name:         cluster1.kgn.ibm.com
112  GPFS cluster id:           680681562214606028
113  GPFS UID domain:           cluster1.kgn.ibm.com
114  Remote shell command:      /usr/bin/rsh
115  Remote file copy command:  /usr/bin/rcp
116GPFS cluster configuration servers:
117-----------------------------------
118  Primary server:    k164sn06.kgn.ibm.com
119  Secondary server:  k164n04.kgn.ibm.com
120Node  Daemon node name    IP address    Admin node name    Designation
121----------------------------------------------------------------------
122 1   k164n04.kgn.ibm.com  89.116.68.68  k164n04.kgn.ibm.com  quorum
123 2   k164n05.kgn.ibm.com  89.116.68.69  k164n05.kgn.ibm.com  quorum
124 3   k164n06.kgn.ibm.com  89.116.68.70  k164sn06.kgn.ibm.com quorum-manager
125.fi
126.sp
127.SH "See also"
128.PP
129mmaddnode Command
130.PP
131mmchcluster Command
132.PP
133mmcrcluster Command
134.PP
135mmdelnode Command
136.SH "Location"
137.PP
138\fB/usr/lpp/mmfs/bin\fR
139.PP
Note: See TracBrowser for help on using the repository browser.