SCF Reference Manual for the Storage Subsystem (G06.24+, H06.03+)
Storage Subsystem Commands
SCF Reference Manual for the Storage Subsystem—529937-007
14-29
ADD POOL Command
POOL $pool
is the storage pool process.
SENDTO STORAGE
directs the command to the storage subsystem. This attribute is required unless
you specified SENDTO STORAGE in a previous ASSUME command.
LIKE object
identifies an existing object whose attribute values are copied to the object affected
by this command. The object name must currently exist in the system
configuration, and the object type must match that of the object affected by this
command. If you specify LIKE, any attribute values that you explicitly specify
override the attribute values of the LIKE object.
The location, SAC, and device ID values are not copied from the LIKE object. To
assign values to these attributes, you must explicitly specify them.
attribute-spec
is one or more ADD POOL Attributes.
ADD POOL Attributes
[ , AUDITED { ALLOWED | DISALLOWED | REQUIRED } ]
[ , BACKUPCPU number ]
[ , CATALOGLOCATION $vol[.subvol ] ]
[ , DISKINTERVAL number ]
[ , DISKTHRESHOLD number ]
[ , EXTENTINTERVAL number ]
[ , EXTENTTHRESHOLD number ]
[ , HIGHPIN { ON | OFF } ]
[ , MAGNETIC { ALLOWED | DISALLOWED | REQUIRED } ]
[ , MIRRORED { ALLOWED | DISALLOWED | REQUIRED } ]
[ , MODE { NOISY | QUIET } ]
[ , PRIMARYCPU number ]
[ , PROGRAM [[$vol.]subvol.]fileid ]
[ , STARTSTATE { STARTED | STOPPED } ]
[ , UPDATESTATS number ]
AUDITED { ALLOWED | DISALLOWED | REQUIRED }
is the type of volume you can add to the storage pool.
ALLOWED You can add any volume, even if it is not protected by TMF
(default).
DISALLOWED You can add a volume only if it is not protected by TMF.
REQUIRED You can add a volume only if it is protected by TMF.