3.5.1 Matrix Server Command Reference

Chapter 1: Matrix Server Commands 37
Copyright © 1999-2007 PolyServe, Inc. All rights reserved.
psdctl – manage device bindings
Synopsis
/opt/polyserve/tools/psdctl
Description
This command should be run only at the request of PolyServe personnel.
psfsck – check and repair a PSFS filesystem
Synopsis
/opt/polyserve/sbin/psfsck [-aixoV] [-l <logfilename>]
[--check] [--rebuild-tree] [--rebuild-sb] [--rebuild-quotas]
[--interactive] [--quiet] [--logfile <filename>]
[--fix-fixable] [--fix-non-critical] <device>
/opt/polyserve/sbin/psfsck [--enable-fzbm] [--disable-fzbm]
[--enable-quotas] [--disable-quotas] [--set-udq
<size>[T|G|M|K]] [--set-gdq <size>[T|G|M|K]]<device>
Description
The psfsck utility looks for a PSFS filesystem on a device, replays transactions
that are to be replayed, and either checks or repairs the filesystem. This utility
can also be used to enable or disable Full Zone Bit Maps (FZBM), to enable or
disable quotas, and to set the default quota for users and groups.
device is a psd or psv device and is specified as follows:
For a psd device partition, the device is specified as
/dev/psd/psdXXXpYY, where XXX is the drive number and YY is the
partition number. For example, /dev/psd/psd6p4 specifies partition 4 on
disk psd6.
For a non-partitioned psd device, the device is specified as
/dev/psd/psdXXX, where XXX is the drive number. For example,
/dev/psd/psd5.
For a psv device, the device is specified as /dev/psv/psvXXX, where XXX
is the volume number. For example, /dev/psv/psv1.
You do not need to specify the full path name. A name such as psd6p4 or
psv1 will work.