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

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