[16] | 1 | .TH mmremotefs 02/16/06 |
---|
| 2 | mmremotefs Command |
---|
| 3 | .SH "Name" |
---|
| 4 | .PP |
---|
| 5 | \fBmmremotefs\fR - Manages the information about GPFS file systems |
---|
| 6 | from other clusters that this cluster can mount. |
---|
| 7 | .SH "Synopsis" |
---|
| 8 | .PP |
---|
| 9 | \fBmmremotefs\fR \fBadd\fR \fIDevice\fR \fB-f\fR |
---|
| 10 | \fIRemoteDevice\fR \fB-C\fR \fIRemoteClusterName\fR \fB-T\fR |
---|
| 11 | \fIMountPoint\fR [\fB-A {yes | \fR\fB\fIno\fR\fR\fB | |
---|
| 12 | automount}\fR] [\fB-o\fR \fIMountOptions\fR] |
---|
| 13 | .PP |
---|
| 14 | Or, |
---|
| 15 | .PP |
---|
| 16 | \fBmmremotefs\fR \fBdelete {\fR\fIDevice\fR\fB | all | \fR |
---|
| 17 | \fB-C\fR \fIRemoteClusterName\fR\fB}\fR |
---|
| 18 | .PP |
---|
| 19 | Or, |
---|
| 20 | .PP |
---|
| 21 | \fBmmremotefs\fR \fBshow\fR [\fIDevice\fR\fB | all | |
---|
| 22 | \fR\fB-C\fR \fIRemoteClusterName\fR] |
---|
| 23 | .PP |
---|
| 24 | Or, |
---|
| 25 | .PP |
---|
| 26 | \fBmmremotefs\fR \fBupdate\fR \fIDevice\fR [\fB-f\fR |
---|
| 27 | \fIRemoteDevice\fR] [\fB-C\fR \fIRemoteClusterName\fR] |
---|
| 28 | [\fB-T\fR \fIMountPoint\fR] [\fB-A {yes | \fR\fB\fIno\fR\fR\fB | automount}\fR] [\fB-o\fR |
---|
| 29 | \fIMountOptions\fR] |
---|
| 30 | .SH "Description" |
---|
| 31 | .PP |
---|
| 32 | The \fBmmremotefs\fR command is used to make GPFS file systems that |
---|
| 33 | belong to other GPFS clusters known to the nodes in this cluster, and to |
---|
| 34 | maintain the attributes associated with these file systems. The keyword |
---|
| 35 | appearing after \fBmmremotefs\fR determines which action is |
---|
| 36 | performed: |
---|
| 37 | .PP |
---|
| 38 | .RS +3 |
---|
| 39 | \fBadd |
---|
| 40 | \fR |
---|
| 41 | .RE |
---|
| 42 | .RS +9 |
---|
| 43 | Define a new remote GPFS file system. |
---|
| 44 | .RE |
---|
| 45 | .PP |
---|
| 46 | .RS +3 |
---|
| 47 | \fBdelete |
---|
| 48 | \fR |
---|
| 49 | .RE |
---|
| 50 | .RS +9 |
---|
| 51 | Delete the information for a remote GPFS file system. |
---|
| 52 | .RE |
---|
| 53 | .PP |
---|
| 54 | .RS +3 |
---|
| 55 | \fBshow |
---|
| 56 | \fR |
---|
| 57 | .RE |
---|
| 58 | .RS +9 |
---|
| 59 | Display the information associated with a remote GPFS file system. |
---|
| 60 | .RE |
---|
| 61 | .PP |
---|
| 62 | .RS +3 |
---|
| 63 | \fBupdate |
---|
| 64 | \fR |
---|
| 65 | .RE |
---|
| 66 | .RS +9 |
---|
| 67 | Update the information associated with a remote GPFS file system. |
---|
| 68 | .RE |
---|
| 69 | .PP |
---|
| 70 | Use the \fBmmremotefs\fR command to make the nodes in this cluster aware |
---|
| 71 | of file systems that belong to other GPFS clusters. The cluster that |
---|
| 72 | owns the given file system must have already been defined with the \fBmmremotecluster\fR command. The |
---|
| 73 | \fBmmremotefs\fR command is used to assign a local name under which the |
---|
| 74 | remote file system will be known in this cluster, the mount point where the |
---|
| 75 | file system is to be mounted in this cluster, and any local mount options that |
---|
| 76 | you may want. |
---|
| 77 | .PP |
---|
| 78 | Once a remote file system has been successfully defined and a local device |
---|
| 79 | name associated with it, you can issue normal commands using that local name, |
---|
| 80 | the same way you would issue them for file systems that are owned by this |
---|
| 81 | cluster. |
---|
| 82 | .SH "Parameters" |
---|
| 83 | .PP |
---|
| 84 | .RS +3 |
---|
| 85 | \fB\fIDevice\fR |
---|
| 86 | \fR |
---|
| 87 | .RE |
---|
| 88 | .RS +9 |
---|
| 89 | Specifies the name by which the remote GPFS file system will be known in |
---|
| 90 | the cluster. |
---|
| 91 | .RE |
---|
| 92 | .PP |
---|
| 93 | .RS +3 |
---|
| 94 | \fB-C \fIRemoteClusterName\fR |
---|
| 95 | \fR |
---|
| 96 | .RE |
---|
| 97 | .RS +9 |
---|
| 98 | Specifies the name of the GPFS cluster that owns the remote GPFS file |
---|
| 99 | system. |
---|
| 100 | .RE |
---|
| 101 | .PP |
---|
| 102 | .RS +3 |
---|
| 103 | \fB-f \fIRemoteDevice\fR |
---|
| 104 | \fR |
---|
| 105 | .RE |
---|
| 106 | .RS +9 |
---|
| 107 | Specifies the actual name of the remote GPFS file system. This is |
---|
| 108 | the device name of the file system as known to the remote cluster that owns |
---|
| 109 | the file system. |
---|
| 110 | .RE |
---|
| 111 | .SH "Options" |
---|
| 112 | .PP |
---|
| 113 | .RS +3 |
---|
| 114 | \fB-A {yes | \fB\fIno\fR\fR | automount} |
---|
| 115 | \fR |
---|
| 116 | .RE |
---|
| 117 | .RS +9 |
---|
| 118 | Indicates when the file system is to be mounted: |
---|
| 119 | .PP |
---|
| 120 | .RS +3 |
---|
| 121 | \fByes |
---|
| 122 | \fR |
---|
| 123 | .RE |
---|
| 124 | .RS +9 |
---|
| 125 | When the GPFS daemon starts. |
---|
| 126 | .RE |
---|
| 127 | .PP |
---|
| 128 | .RS +3 |
---|
| 129 | \fBno |
---|
| 130 | \fR |
---|
| 131 | .RE |
---|
| 132 | .RS +9 |
---|
| 133 | Manual mount. This is the default. |
---|
| 134 | .RE |
---|
| 135 | .PP |
---|
| 136 | .RS +3 |
---|
| 137 | \fBautomount |
---|
| 138 | \fR |
---|
| 139 | .RE |
---|
| 140 | .RS +9 |
---|
| 141 | When the file system is first accessed. |
---|
| 142 | .RE |
---|
| 143 | .RE |
---|
| 144 | .PP |
---|
| 145 | .RS +3 |
---|
| 146 | \fB-o \fIMountOptions\fR |
---|
| 147 | \fR |
---|
| 148 | .RE |
---|
| 149 | .RS +9 |
---|
| 150 | Specifies the mount options to pass to the mount command when mounting the |
---|
| 151 | file system. For a detailed description of the available mount options, |
---|
| 152 | see \fIGPFS-specific mount options\fR in \fIGPFS: Administration and Programming Reference\fR. |
---|
| 153 | .RE |
---|
| 154 | .PP |
---|
| 155 | .RS +3 |
---|
| 156 | \fB-T \fIMountPoint\fR |
---|
| 157 | \fR |
---|
| 158 | .RE |
---|
| 159 | .RS +9 |
---|
| 160 | Indicates the local mount point for the remote GPFS file system. |
---|
| 161 | .RE |
---|
| 162 | .SH "Exit status" |
---|
| 163 | .PP |
---|
| 164 | .PP |
---|
| 165 | .RS +3 |
---|
| 166 | \fB0 |
---|
| 167 | \fR |
---|
| 168 | .RE |
---|
| 169 | .RS +9 |
---|
| 170 | Successful completion. After successful completion of the |
---|
| 171 | \fBmmremotefs\fR command, the new configuration information is propagated |
---|
| 172 | to all nodes in the cluster. |
---|
| 173 | .RE |
---|
| 174 | .PP |
---|
| 175 | .RS +3 |
---|
| 176 | \fBnonzero |
---|
| 177 | \fR |
---|
| 178 | .RE |
---|
| 179 | .RS +9 |
---|
| 180 | A failure has occurred. |
---|
| 181 | .RE |
---|
| 182 | .SH "Security" |
---|
| 183 | .PP |
---|
| 184 | You must have root authority to run the \fBmmremotefs\fR command. |
---|
| 185 | .PP |
---|
| 186 | You may issue the \fBmmremotefs\fR command from any node in the GPFS |
---|
| 187 | cluster. |
---|
| 188 | .SH "Examples" |
---|
| 189 | .PP |
---|
| 190 | This command adds remote file system \fBgpfsn\fR, owned by remote |
---|
| 191 | cluster \fBk164.kgn.ibm.com\fR, to the local cluster, |
---|
| 192 | assigning \fBrgpfsn\fR as the local name for the file system, and |
---|
| 193 | \fB/gpfs/rgpfsn\fR as the local mount point. |
---|
| 194 | .sp |
---|
| 195 | .nf |
---|
| 196 | mmremotefs add rgpfsn -f gpfsn -C k164.kgn.ibm.com -T /gpfs/rgpfsn |
---|
| 197 | .fi |
---|
| 198 | .sp |
---|
| 199 | .PP |
---|
| 200 | The output is similar to this: |
---|
| 201 | .sp |
---|
| 202 | .nf |
---|
| 203 | mmremotefs: 6027-1371 Propagating the changes to all affected |
---|
| 204 | nodes. This is an asynchronous process. |
---|
| 205 | .fi |
---|
| 206 | .sp |
---|
| 207 | .PP |
---|
| 208 | The \fBmmremotefs show\fR command can be used to see the changes. |
---|
| 209 | .sp |
---|
| 210 | .nf |
---|
| 211 | mmremotefs show rgpfsn |
---|
| 212 | .fi |
---|
| 213 | .sp |
---|
| 214 | .PP |
---|
| 215 | The output is similar to this: |
---|
| 216 | .sp |
---|
| 217 | .nf |
---|
| 218 | Local Name Remote Name Cluster name Mount Point Mount Options Automount |
---|
| 219 | rgpfsn gpfsn k164n.kgn.ibm.com /gpfs/rgpfsn rw,mtime,noatime no |
---|
| 220 | .fi |
---|
| 221 | .sp |
---|
| 222 | .SH "See also" |
---|
| 223 | .PP |
---|
| 224 | mmauth Command |
---|
| 225 | .PP |
---|
| 226 | mmremotecluster Command |
---|
| 227 | .PP |
---|
| 228 | \fIAccessing GPFS file systems from other |
---|
| 229 | GPFS clusters\fR in |
---|
| 230 | \fIGeneral Parallel |
---|
| 231 | File System: Advanced Administration Guide\fR. |
---|
| 232 | .SH "Location" |
---|
| 233 | .PP |
---|
| 234 | \fB/usr/lpp/mmfs/bin\fR |
---|
| 235 | .PP |
---|