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