Resetting the Fileset Quota

To reset the quota for the new read/write fileset, do the following:

1. Verify that you have the necessary privileges. 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 to change the fileset's quota:

$ 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 on the fileset whose quota you want to set. Use the -path option or use the -fileset option.

The -size kbytes option is the maximum amount of disk space that all of the files and directories in the fileset can occupy, including files referred to by this fileset but housed in another fileset type of this fileset. Specify the value in kilobytes; a value of 1024 kilobytes equals 1 megabyte.