1 | .TH mmchfileset 03/31/06 |
---|
2 | mmchfileset Command |
---|
3 | .SH "Name" |
---|
4 | .PP |
---|
5 | \fBmmchfileset\fR - Changes the attributes of a GPFS |
---|
6 | fileset. |
---|
7 | .SH "Synopsis" |
---|
8 | .PP |
---|
9 | \fBmmchfileset\fR \fIDevice\fR {\fIFilesetName\fR | |
---|
10 | \fB-J\fR \fIJunctionPath\fR} {[\fB-j\fR |
---|
11 | \fINewFilesetName\fR] | [\fB-t\fR |
---|
12 | \fINewComment\fR]} |
---|
13 | .SH "Description" |
---|
14 | .PP |
---|
15 | The \fBmmchfileset\fR command changes the name or comment for an |
---|
16 | existing GPFS fileset. |
---|
17 | .PP |
---|
18 | For information on GPFS filesets, see the chapter |
---|
19 | \fIPolicy-based data management for |
---|
20 | GPFS\fR in |
---|
21 | \fIGeneral Parallel File |
---|
22 | System: Advanced Administration Guide\fR. |
---|
23 | .SH "Parameters" |
---|
24 | .PP |
---|
25 | .RS +3 |
---|
26 | \fB\fIDevice\fR |
---|
27 | \fR |
---|
28 | .RE |
---|
29 | .RS +9 |
---|
30 | The device name of the file system that contains the fileset. |
---|
31 | .PP |
---|
32 | File system names need not be fully-qualified. \fBfs0\fR is as |
---|
33 | acceptable as \fB/dev/fs0\fR. |
---|
34 | .RE |
---|
35 | .PP |
---|
36 | .RS +3 |
---|
37 | \fB\fIFilesetName\fR |
---|
38 | \fR |
---|
39 | .RE |
---|
40 | .RS +9 |
---|
41 | Specifies the name of the fileset. |
---|
42 | .RE |
---|
43 | .PP |
---|
44 | .RS +3 |
---|
45 | \fB-J \fIJunctionPath\fR |
---|
46 | \fR |
---|
47 | .RE |
---|
48 | .RS +9 |
---|
49 | Specifies the junction path name for the fileset. |
---|
50 | .PP |
---|
51 | A junction is a special directory entry that connects a name in a directory |
---|
52 | of one fileset to the root directory of another fileset. |
---|
53 | .RE |
---|
54 | .PP |
---|
55 | .RS +3 |
---|
56 | \fB-j \fINewFilesetName\fR |
---|
57 | \fR |
---|
58 | .RE |
---|
59 | .RS +9 |
---|
60 | Specifies the new name that is to be given to the fileset. This |
---|
61 | name must be less than 256 characters in length. This flag may be |
---|
62 | specified along with the \fB-t\fR flag. |
---|
63 | .RE |
---|
64 | .PP |
---|
65 | .RS +3 |
---|
66 | \fB-t \fINewComment\fR |
---|
67 | \fR |
---|
68 | .RE |
---|
69 | .RS +9 |
---|
70 | Specifies an optional comment that appears in the output of the |
---|
71 | \fBmmlsfileset\fR command. |
---|
72 | This comment must be less than 256 characters in length. This flag may |
---|
73 | be specified along with the \fB-j\fR flag. |
---|
74 | .RE |
---|
75 | .SH "Exit status" |
---|
76 | .PP |
---|
77 | .PP |
---|
78 | .RS +3 |
---|
79 | \fB0 |
---|
80 | \fR |
---|
81 | .RE |
---|
82 | .RS +9 |
---|
83 | Successful completion. |
---|
84 | .RE |
---|
85 | .PP |
---|
86 | .RS +3 |
---|
87 | \fBnonzero |
---|
88 | \fR |
---|
89 | .RE |
---|
90 | .RS +9 |
---|
91 | A failure has occurred. |
---|
92 | .RE |
---|
93 | .SH "Security" |
---|
94 | .PP |
---|
95 | You must have root authority to run the \fBmmchfileset\fR |
---|
96 | command. |
---|
97 | .PP |
---|
98 | You may issue the \fBmmchfileset\fR command from any node in the GPFS |
---|
99 | cluster. |
---|
100 | .PP |
---|
101 | When using the \fBrcp\fR and \fBrsh\fR commands for remote |
---|
102 | communication, a properly configured \fB.rhosts\fR file must exist |
---|
103 | in the root user's home directory on each node in the GPFS |
---|
104 | cluster. If you have designated the use of a different remote |
---|
105 | communication program on either the |
---|
106 | \fBmmcrcluster\fR |
---|
107 | or the |
---|
108 | \fBmmchcluster\fR command, you must |
---|
109 | ensure: |
---|
110 | .RS +3 |
---|
111 | .HP 3 |
---|
112 | 1. Proper authorization is granted to all nodes in the GPFS cluster. |
---|
113 | .HP 3 |
---|
114 | 2. The nodes in the GPFS cluster can communicate without the use of a |
---|
115 | password, and without any extraneous messages. |
---|
116 | .RE |
---|
117 | .SH "Examples" |
---|
118 | .PP |
---|
119 | This command renames fileset \fBfset1\fR to \fBfset2\fR, and gives it |
---|
120 | the comment "the first fileset": |
---|
121 | .sp |
---|
122 | .nf |
---|
123 | mmchfileset gpfs1 fset1 -j fset2 -t 'the first fileset' |
---|
124 | .fi |
---|
125 | .sp |
---|
126 | .PP |
---|
127 | The system displays a message similar to: |
---|
128 | .sp |
---|
129 | .nf |
---|
130 | Fileset 'fset1' changed. |
---|
131 | .fi |
---|
132 | .sp |
---|
133 | .PP |
---|
134 | To confirm the change, issue this command: |
---|
135 | .sp |
---|
136 | .nf |
---|
137 | mmlsfileset gpfs1 -L |
---|
138 | .fi |
---|
139 | .sp |
---|
140 | .PP |
---|
141 | The system displays information similar to: |
---|
142 | .sp |
---|
143 | .nf |
---|
144 | Name Id RootInode ParentId Created Comment |
---|
145 | root 0 3 -- Thu Dec 12 15:59:18 2005 root fileset |
---|
146 | fset2 1 261633 0 Mon Dec 13 13:55:28 2005 the first fileset |
---|
147 | .fi |
---|
148 | .sp |
---|
149 | .SH "See also" |
---|
150 | .PP |
---|
151 | mmdelfileset Command |
---|
152 | .PP |
---|
153 | mmcrfileset Command |
---|
154 | .PP |
---|
155 | mmlinkfileset Command |
---|
156 | .PP |
---|
157 | mmlsfileset Command |
---|
158 | .PP |
---|
159 | mmunlinkfileset Command |
---|
160 | .SH "Location" |
---|
161 | .PP |
---|
162 | \fB/usr/lpp/mmfs/bin\fR |
---|
163 | .PP |
---|