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

Last change on this file since 16 was 16, checked in by rock, 16 years ago
File size: 2.8 KB
Line 
1.TH mmstartup 12/04/06
2mmstartup Command
3.SH "Name"
4.PP
5\fBmmstartup\fR - Starts the GPFS subsystem on one or more
6nodes.
7.SH "Synopsis"
8.PP
9\fBmmstartup\fR [\fB-a\fR | \fB-N\fR
10{\fINode\fR[,\fINode\fR...] | \fINodeFile\fR |
11\fINodeClass\fR}] [\fB-E\fR \fIEnvVar\fR=\fIvalue\fR
12\&.\&.\&.]
13.SH "Description"
14.PP
15Use the \fBmmstartup\fR command to start the GPFS daemons on one or more
16nodes. If no operand is specified, GPFS is started only on the node
17from which the command was issued.
18.PP
19\fBResults\fR
20.PP
21Upon successful completion of the \fBmmstartup\fR command, the GPFS
22subsystem is started on the specified nodes.
23.RS +3
24\fBNote:\fR
25.RE
26.RS +9
27The actual start of the GPFS daemons on the nodes also depends on:
28.RS +3
29.HP 3
30\(bu The availability of all required software for your environment
31.HP 3
32\(bu The availability of required hardware for your environment
33.HP 3
34\(bu Quorum requirements
35.RE
36.PP
37For the actual requirements for your operating environment, see the
38\fIGeneral Parallel File System: Concepts, Planning, and Installation
39Guide\fR and search for \fIinstalling GPFS\fR.
40.RE
41.SH "Parameters"
42.PP
43.RS +3
44\fB-a
45\fR
46.RE
47.RS +9
48Start GPFS on all nodes in a GPFS cluster.
49.RE
50.PP
51.RS +3
52\fB-N {\fINode\fR[,\fINode\fR...] |
53\fINodeFile\fR | \fINodeClass\fR}
54\fR
55.RE
56.RS +9
57Directs the \fBmmstartup\fR command to process a set of nodes.
58.PP
59This command does not support a \fINodeClass\fR of
60\fBmount\fR.
61.RE
62.SH "Options"
63.PP
64.RS +3
65\fB\fB-E\fR \fIEnvVar\fR=\fIvalue\fR
66\fR
67.RE
68.RS +9
69Specifies the name and value for an environment variable to be passed to
70the GPFS daemon. You can specify multiple \fB-E\fR
71options.
72.RE
73.SH "Exit status"
74.PP
75.PP
76.RS +3
77\fB0
78\fR
79.RE
80.RS +9
81Successful completion.
82.RE
83.PP
84.RS +3
85\fBnonzero
86\fR
87.RE
88.RS +9
89A failure has occurred.
90.RE
91.SH "Security"
92.PP
93You must have root authority to run the \fBmmstartup\fR command.
94.PP
95You may issue the \fBmmstartup\fR command from any node in the GPFS
96cluster.
97.PP
98When using the \fBrcp\fR and \fBrsh\fR commands for remote
99communication, a properly configured \fB.rhosts\fR file must exist
100in the root user's home directory on each node in the GPFS
101cluster. If you have designated the use of a different remote
102communication program on either the \fBmmcrcluster\fR or the
103\fBmmchcluster\fR command, you must ensure:
104.RS +3
105.HP 3
1061. Proper authorization is granted to all nodes in the GPFS cluster.
107.HP 3
1082. The nodes in the GPFS cluster can communicate without the use of a
109password, and without any extraneous messages.
110.RE
111.SH "Examples"
112.PP
113To start GPFS on all nodes in the GPFS cluster, issue this command:
114.sp
115.nf
116mmstartup -a
117.fi
118.sp
119.PP
120The system displays information similar to:
121.sp
122.nf
123Thu Aug 12 13:22:40 EDT 2004: 6027-1642 mmstartup: Starting GPFS ...
124.fi
125.sp
126.SH "See also"
127.PP
128mmgetstate Command
129.PP
130mmlscluster Command
131.PP
132mmshutdown Command
133.SH "Location"
134.PP
135\fB/usr/lpp/mmfs/bin\fR
Note: See TracBrowser for help on using the repository browser.