SCF Reference Manual for the Storage Subsystem (G06.24+, H06.03+)
Storage Subsystem Commands
SCF Reference Manual for the Storage Subsystem—529937-007
14-38
ADD PROFILE Command
causes DP2 to use an internal default value. For the ADD command, the default
value is 15.
MAXLOCKSPEROCB number
is the maximum records that can be locked outside a transaction. number is in the
range 5000 through 100000. The default is 5000.
MAXLOCKSPERTCB number
is the maximum records and files that a transaction can lock. number is in the
range 5000 through 100000. The default is 5000.
MIRRORING { ON | OFF }
specifies whether a disk should be automatically configured to be half of a mirrored
disk.
NAMEMASK { STANDARD | name }
specifies a naming convention for automatically configuring disks.
ON Enables automatic configuration as half of a mirrored disk. A disk in an
odd-numbered slot is assigned the next-higher slot number for its mirror;
a disk in an even-numbered slot is assigned the next-lower slot number
for its mirror. (default)
OFF Disables automatic mirroring.
STANDARD The disk is named using the standard manufacturing naming
convention (default). The name format is $Dggss, where gg is
the group number and ss is the slot number. For example, a
disk inserted in group 31, slot 12 is named $D3112.
For M8xxx Fibre Channel disks, the standard name format is
$FCnn, where nn is supplied by the storage subsystem. nn
begins in the range 00 through 99 and continues with A0
through ZZ.
If MIRRORING is ON, the name is created when the first disk is
inserted, and the same name is used when the second disk
inserted for the mirrored volume.
name The disk is named using a nonstandard naming convention.
name can have up to 4 characters. The name format is
$namenn, where nn is supplied by the storage subsystem. nn
begins in the range 00 through 99 and continues with A0
through ZZ. For example, NAMEMASK DATA specifies the
naming convention $DATA00, $DATA01, and so on.