3.7.0 HP StorageWorks HP Scalable NAS File Serving Software administration guide - HP Scalable NAS 3.7 for Linux (AG513-96002, October 2009)
The default quota for all users on the filesystem. unlimited specifies that there is
no default. The optional size modifiers specify that the size is in kilobytes (K),
megabytes (M), gigabytes (G), or terabytes (T). If a modifier is not specified, the
size will be calculated in bytes. (The default is rounded down to the nearest
filesystem block.)
--defaultGroupHardLimit <unlimited | #{K,M,G,T}>
The default quota for all groups on the filesystem. unlimited specifies that there
is no default. The optional size modifiers specify that the size is in kilobytes (K),
megabytes (M), gigabytes (G), or terabytes (T). If a modifier is not specified, the
size will be calculated in bytes. (The default is rounded down to the nearest
filesystem block.)
The mkpsfs command
The mkpsfs command creates a PSFS filesystem on the specified device, which must
be imported into the cluster.
The command has this syntax:
/opt/hpcfs/sbin/mkpsfs [-d LEVEL | –debug[=LEVEL] [-l <label>
| ––label=LABEL] [-q | ––quiet] [-y | ––yes] [––reuse] [-o
OPT[=VAL] <device>
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.
mkpsfs requires exclusive access to the device. If it cannot obtain exclusive access,
it will exit with an “ebusy” message.
The arguments are as follows:
-d LEVEL | ––debug[=LEVEL]
Turn on debug messages.
-l label | ––label=LABEL
The label to be applied to the filesystem.
Configure PSFS filesystems130