source: gpfs_3.1_ker2.6.20/share/man/man8/mmcrfileset.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 mmcrfileset 04/06/06
2mmcrfileset Command
3.SH "Name"
4.PP
5\fBmmcrfileset\fR - Creates a GPFS fileset.
6.SH "Synopsis"
7.PP
8\fBmmcrfileset\fR \fIDevice\fR \fIFilesetName\fR
9\fB[-t\fR \fIComment\fR\fB]\fR
10.SH "Description"
11.PP
12The \fBmmcrfileset\fR command constructs a new fileset with the
13specified name. The new fileset is empty except for a root directory,
14and does not appear in the directory name space until the
15\fBmmlinkfileset\fR command is
16issued. The \fBmmcrfileset\fR command is separate from the
17\fBmmlinkfileset\fR command to allow
18the administrator to establish policies and quotas on the fileset before it is
19linked into the name space.
20.PP
21For information on GPFS filesets, see the chapter
22\fIPolicy-based data management for
23GPFS\fR in
24\fIGeneral Parallel File
25System: Advanced Administration Guide\fR.
26.PP
27The maximum number of filesets that GPFS supports is 1000 filesets
28per file system.
29.SH "Parameters"
30.PP
31.RS +3
32\fB\fIDevice\fR
33\fR
34.RE
35.RS +9
36The device name of the file system to contain the new fileset.
37.PP
38File system names need not be fully-qualified. \fBfs0\fR is as
39acceptable as \fB/dev/fs0\fR.
40.RE
41.PP
42.RS +3
43\fB\fIFilesetName\fR
44\fR
45.RE
46.RS +9
47Specifies the name of the newly created fileset.
48.RE
49.PP
50.RS +3
51\fB-t \fIComment\fR
52\fR
53.RE
54.RS +9
55Specifies an optional comment that appears in the output of the
56\fBmmlsfileset\fR command.
57This comment must be less than 256 characters in length.
58.RE
59.SH "Exit status"
60.PP
61.PP
62.RS +3
63\fB0
64\fR
65.RE
66.RS +9
67Successful completion.
68.RE
69.PP
70.RS +3
71\fBnonzero
72\fR
73.RE
74.RS +9
75A failure has occurred.
76.RE
77.SH "Security"
78.PP
79You must have root authority to run the \fBmmcrfileset\fR
80command.
81.PP
82You may issue the \fBmmcrfileset\fR command from any node in the GPFS
83cluster.
84.PP
85When using the \fBrcp\fR and \fBrsh\fR commands for remote
86communication, a properly configured \fB.rhosts\fR file must exist
87in the root user's home directory on each node in the GPFS
88cluster. If you have designated the use of a different remote
89communication program on either the
90\fBmmcrcluster\fR
91or the
92\fBmmchcluster\fR command, you must
93ensure:
94.RS +3
95.HP 3
961. Proper authorization is granted to all nodes in the GPFS cluster.
97.HP 3
982. The nodes in the GPFS cluster can communicate without the use of a
99password, and without any extraneous messages.
100.RE
101.SH "Examples"
102.PP
103This example creates two filesets in file system \fBgpfs1\fR:
104.sp
105.nf
106mmcrfileset gpfs1 fset1
107.fi
108.sp
109.PP
110The system displays output similar to:
111.sp
112.nf
113Fileset 'fset1' created.
114.fi
115.sp
116.sp
117.nf
118mmcrfileset gpfs1 fset2 -t "another fileset"
119.fi
120.sp
121.PP
122The system displays output similar to:
123.sp
124.nf
125Fileset 'fset2' created.
126.fi
127.sp
128.PP
129To confirm the change, issue this command:
130.sp
131.nf
132mmlsfileset gpfs1 -L
133.fi
134.sp
135.PP
136The system displays output similar to:
137.sp
138.nf
139Name     Id RootInode  ParentId Created                  Comment
140root      0         3        -- Thu Dec 12 15:59:18 2005 root fileset
141fset1     1    261633         0 Mon Dec 13 13:55:28 2005\
142fset2     2    261634         1 Mon Dec 13 13:56:12 2005 another fileset
143.fi
144.sp
145.SH "See also"
146.PP
147mmchfileset Command
148.PP
149mmdelfileset Command
150.PP
151mmlinkfileset Command
152.PP
153mmlsfileset Command
154.PP
155mmunlinkfileset Command
156.SH "Location"
157.PP
158\fB/usr/lpp/mmfs/bin\fR
Note: See TracBrowser for help on using the repository browser.