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

Storage Subsystem Commands
SCF Reference Manual for the Storage Subsystem529937-007
14-70
ALTER MON Command
PROGRAM [[$vol.]subvol.]fileid
is the object file name of the IOP. If not specified, PROGRAM is:
$SYSTEM.SYSTEM.OVDP
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.
STARTSTATE { STARTED | STOPPED }
specifies whether the IOP is available to other processes (STARTED) or
unavailable (STOPPED) when the system is loaded or reloaded. The default is
STARTED.
ALTER DISK Examples for Virtual Disks
See the procedure for Troubleshooting Problems With Adding a Virtual Disk on
page 10-9.
To add a magnetic disk to the storage pool $POOL1:
-> ALTER $DISK00, POOL $POOL1
To allow a magnetic disk to be considered for file placement by a pool process:
-> ALTER $DISK00, AUTOSELECT ON
To move a magnetic disk from pool $POOL2 to pool $POOL1:
-> ALTER DISK $DISK00, POOL EXCLUDE
-> ALTER DISK $DISK00, POOL $POOL1
ALTER MON Command
The ALTER MON command changes the configured attribute values for the SMF
master process. The syntax is:
Wild-card characters are supported.
OUT file-spec
directs all SCF output to the specified file.
MON $ZSMS
is the SMF master process.
attribute-spec
is one or more ALTER MON Attributes.
ALTER [ / OUT file-spec / ] MON $ZSMS
[ , attribute-spec ]...