To set the quota for a DCE LFS fileset, do the following:
1. Verify that you have the necessary privilege. You must be included in the admin.ft file on the machine on which the fileset resides. If necessary, issue the bos lsadmin command to verify the members of the list.
2. Issue the fts setquota command:
$ fts setquota {-path {filename | directory_name} | -fileset {name | ID}} -size kbytes
The -path filename or directory_name option is the name of a file or directory in the fileset whose quota you want to set. Use the -path option or use the -fileset option to specify the name or ID number of the fileset whose quota you want to set.
The -size kbytes option is the maximum amount of disk space that all of the files and directories in the read/write version of the fileset can occupy. This includes files and directories in the read/write version of the fileset that are actually pointers to disk blocks in the backup or read-only version of the fileset. Specify the value in kilobytes; a value of 1024 kilobytes equals 1 megabyte.