SCF Reference Manual for the Storage Subsystem (G06.27+, H06.04+)
Storage Subsystem Commands
SCF Reference Manual for the Storage Subsystem—529937-008
14-54
ALTER POOL Command
PROGRAM [[$vol.]subvol.]fileid
is the object file name of the IOP. If not specified, PROGRAM is:
$SYSTEM.SYSTEM.OMP
If you specify the program file name location as $SYSTEM.SYSTEM, the operating
system first searches for the file there and on the current SYSnn subvolume.
ALTER MON Examples
See the procedure for Altering the Values of the SMF Master Process Attributes on
page 4-5.
•
To change the mode to generate all the EMS messages:
-> ALTER MON $ZSMS, MODE NOISY
•
To run the SMF master process in different processors:
-> ALTER MON $ZSMS, BACKUPCPU 0, PRIMARYCPU 1
ALTER POOL Command
The ALTER POOL command changes the configured attribute values for a storage
pool. The syntax is:
Wild-card characters are supported.
OUT file-spec
directs all SCF output to the specified file.
POOL $pool
is the storage pool process.
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.
attribute-spec
is one or more ALTER POOL Attributes.
ALTER [ / OUT file-spec / ] POOL $pool
[ , LIKE object ] [ , attribute-spec ]...