HP StorageWorks Clustered File System 3.6.0 Windows Storage Server Edition Administration Guide (403103-005, January 2008)

Table Of Contents
Chapter 10: Manage Disk Quotas 126
Back Up and Restore Quotas
The psfsdq and psfsrq commands can be used to back up and restore the
quota information stored on the PSFS filesystem. These commands
should be run in conjunction with standard filesystem backup utilities, as
those utilities do not save the quota limits set on the filesystem.
NOTE: We recommend that you use the psfsdq and psfsrq commands
instead of the Import and Export options on the Quota Entries
window. The Import and Export options are not aware of the
dynamic quota assignment policy and will replace dynamic
quotas with static quotas.
The psfsdq and psfsrq commands are in the following directory on the
installation drive:
\Program Files\Hewlett-Packard\HP Clustered File System\bin
psfsdq Command
This command saves a quota summary for all users having quota
information stored on the specified PSFS filesystem. The command has
this syntax:
psfsdq [-f <path>] <filesystem>
The -f option specifies the file to which psfsdq will write its output. If the
file already exists, it will be overwritten. If -f is not specified, psfsdq
writes to stdout. filesystem is the psd or psv device used for the filesystem.
psfsrq Command
This command restores the quota data generated by the psfsdq command
to the specified PSFS filesystem. The command has this syntax:
psfsrq [-f <path>] <filesystem>
The -f option specifies the file that psfsrq should read to obtain the quota
data. If this option is not specified, psfsdq reads from stdin. filesystem is
the psd or psv device used for the filesystem.