SCF Reference Manual for the Storage Subsystem (G06.24+, H06.03+)

Storage Subsystem Commands
SCF Reference Manual for the Storage Subsystem529937-007
14-13
ADD DISK Command
CBPOOLLEN number
is the maximum memory (in 128-KB units) that can be allocated for open-related
data structures for the disk. The memory available for these structures limits the
total number of concurrent opens allowed on the disk. number is in the range 0
through 1000. The default is 1000.
FORCED
specifies that the disk should be added without any interaction with the user. SCF
does not prompt for confirmation.
FSTCACHING { ON | OFF }
specifies that the free-space table (FST) for a disk is updated in memory (ON), that
the FST is updated on disk (OFF) or that DP2 decides whether to keep the FST in
memory or on disk (ENABLED). The default is OFF. FSTCACHING ON can
increase performance. The FST is always rebuilt from disk when the disk is
started.
The system disk always runs with FSTCACHING ON, regardless of the configured
value.
FULLCHECKPOINTS { DISABLED | ENABLED | FORCED }
(nondirectory structured files only) specifies when to perform full-block
checkpoints.
For mirrored volumes, FULLCHECKPOINTS is important only if the primary or
mirror disk is not up. In that situation, FORCED or ENABLED can protect the
validity of data written to the disk.
When performing full-block checkpoints, the primary process checkpoints the data
to the backup process before writing to the disk. This action ensures that the data
on the disk is not corrupted even if a hardware freeze or processor halt occurs
during a disk write.
Use FORCED or ENABLED unless data loss is not critical.
DISABLED Never use a full-block checkpoint to protect the data on the disk.
Using DISABLED maximizes disk performance, but risks
corrupting data blocks on the disk.
ENABLED Use a full-block checkpoint only when serial writes are not being
performed, and use ENABLED on disks that perform parallel
writes and on nonmirrored disks (default). For more details, see
the SERIALWRITES attribute on page 14-22
.
FORCED Always use full-block checkpoint for disk-write operations.