3.5.1 Matrix Server Command Reference
Chapter 1: Matrix Server Commands 44
Copyright © 1999-2007 PolyServe, Inc. All rights reserved.
psfsresume – resume a suspended PSFS
filesystem
Synopsis
/opt/polyserve/tools/psfsresume <directory_mountpoint>
Description
The psfssuspend and psfsresume utilities affect the specified filesystem on
all servers where it is mounted; however, the utilities should be executed on
only one server in the matrix.
When you have completed your work with the suspended filesystem, use the
psfsresume utility to resume the filesystem. Issue the psfsresume command
from the server where you executed psfssuspend. You must be user root.
NOTE: If an attempt to mount the copied filesystem fails with an “FSID
conflict” error, run the following command as user root. In the
command, <device> is the partition, such as /dev/psd/psd1p7, that
contains the copied filesystem, and <label> is the name that should be
used to identify the filesystem.
/opt/polyserve/tools/psfslabel <device> “<label>”
psfsrq – restore quota data
Synopsis
/opt/polyserve/sbin/psfsrq [-f <path>] <filesystem>
Description
The psfsrq command restores the quota data generated by the psfsdq
command to the specified PSFS 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.
The psfsdq and psfsrq commands should be run in conjunction with the
standard filesystem backup utilities, as those utilities do not save the quota
limits set on the filesystem.