[16] | 1 | .TH mmstartup 12/04/06 |
---|
| 2 | mmstartup Command |
---|
| 3 | .SH "Name" |
---|
| 4 | .PP |
---|
| 5 | \fBmmstartup\fR - Starts the GPFS subsystem on one or more |
---|
| 6 | nodes. |
---|
| 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 |
---|
| 15 | Use the \fBmmstartup\fR command to start the GPFS daemons on one or more |
---|
| 16 | nodes. If no operand is specified, GPFS is started only on the node |
---|
| 17 | from which the command was issued. |
---|
| 18 | .PP |
---|
| 19 | \fBResults\fR |
---|
| 20 | .PP |
---|
| 21 | Upon successful completion of the \fBmmstartup\fR command, the GPFS |
---|
| 22 | subsystem is started on the specified nodes. |
---|
| 23 | .RS +3 |
---|
| 24 | \fBNote:\fR |
---|
| 25 | .RE |
---|
| 26 | .RS +9 |
---|
| 27 | The 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 |
---|
| 37 | For the actual requirements for your operating environment, see the |
---|
| 38 | \fIGeneral Parallel File System: Concepts, Planning, and Installation |
---|
| 39 | Guide\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 |
---|
| 48 | Start 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 |
---|
| 57 | Directs the \fBmmstartup\fR command to process a set of nodes. |
---|
| 58 | .PP |
---|
| 59 | This 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 |
---|
| 69 | Specifies the name and value for an environment variable to be passed to |
---|
| 70 | the GPFS daemon. You can specify multiple \fB-E\fR |
---|
| 71 | options. |
---|
| 72 | .RE |
---|
| 73 | .SH "Exit status" |
---|
| 74 | .PP |
---|
| 75 | .PP |
---|
| 76 | .RS +3 |
---|
| 77 | \fB0 |
---|
| 78 | \fR |
---|
| 79 | .RE |
---|
| 80 | .RS +9 |
---|
| 81 | Successful completion. |
---|
| 82 | .RE |
---|
| 83 | .PP |
---|
| 84 | .RS +3 |
---|
| 85 | \fBnonzero |
---|
| 86 | \fR |
---|
| 87 | .RE |
---|
| 88 | .RS +9 |
---|
| 89 | A failure has occurred. |
---|
| 90 | .RE |
---|
| 91 | .SH "Security" |
---|
| 92 | .PP |
---|
| 93 | You must have root authority to run the \fBmmstartup\fR command. |
---|
| 94 | .PP |
---|
| 95 | You may issue the \fBmmstartup\fR command from any node in the GPFS |
---|
| 96 | cluster. |
---|
| 97 | .PP |
---|
| 98 | When using the \fBrcp\fR and \fBrsh\fR commands for remote |
---|
| 99 | communication, a properly configured \fB.rhosts\fR file must exist |
---|
| 100 | in the root user's home directory on each node in the GPFS |
---|
| 101 | cluster. If you have designated the use of a different remote |
---|
| 102 | communication program on either the \fBmmcrcluster\fR or the |
---|
| 103 | \fBmmchcluster\fR command, you must ensure: |
---|
| 104 | .RS +3 |
---|
| 105 | .HP 3 |
---|
| 106 | 1. Proper authorization is granted to all nodes in the GPFS cluster. |
---|
| 107 | .HP 3 |
---|
| 108 | 2. The nodes in the GPFS cluster can communicate without the use of a |
---|
| 109 | password, and without any extraneous messages. |
---|
| 110 | .RE |
---|
| 111 | .SH "Examples" |
---|
| 112 | .PP |
---|
| 113 | To start GPFS on all nodes in the GPFS cluster, issue this command: |
---|
| 114 | .sp |
---|
| 115 | .nf |
---|
| 116 | mmstartup -a |
---|
| 117 | .fi |
---|
| 118 | .sp |
---|
| 119 | .PP |
---|
| 120 | The system displays information similar to: |
---|
| 121 | .sp |
---|
| 122 | .nf |
---|
| 123 | Thu Aug 12 13:22:40 EDT 2004: 6027-1642 mmstartup: Starting GPFS ... |
---|
| 124 | .fi |
---|
| 125 | .sp |
---|
| 126 | .SH "See also" |
---|
| 127 | .PP |
---|
| 128 | mmgetstate Command |
---|
| 129 | .PP |
---|
| 130 | mmlscluster Command |
---|
| 131 | .PP |
---|
| 132 | mmshutdown Command |
---|
| 133 | .SH "Location" |
---|
| 134 | .PP |
---|
| 135 | \fB/usr/lpp/mmfs/bin\fR |
---|