SCF Reference Manual for the Storage Subsystem (G06.28+, H06.05+, J06.03+)
• To stop all paths to a disk:
-> STOP $DATA00
• To stop a virtual disk:
-> STOP $VDISK00
STOP MON Command
The STOP MON command stops access to the SMF master process. The syntax is:
STOP [ / OUT file-spec / ] MON $ZSMS
[ , FORCED ] [ , SEL state ]
Wild-card characters are supported.
OUT file-spec
directs all SCF output to the specified file.
MON $ZSMS
is the SMF master process.
FORCED
specifies that the command be executed without any interaction with the user.
If you use this attribute, you must first stop all processes that use the disk to store object code
(programs) or swap files. Otherwise, a %5113 halt could occur.
SEL state
specifies that the command affects only devices in the specified state.
STOP MON Example
See the procedure for “Stopping the SMF Master Process” (page 46).
To stop access to the SMF master process:
-> STOP $ZSMS
STOP POOL Command
The STOP POOL command stops access to the specified storage pool. The syntax is:
STOP [ / OUT file-spec / ] POOL $pool
[ , FORCED ] [ , SEL state ]
Wild-card characters are supported.
OUT file-spec
directs all SCF output to the specified file.
POOL $pool
is the storage pool process.
FORCED
specifies that the command be executed without any interaction with the user.
If you use this attribute, you must first stop all processes that use the disk to store object code
(programs) or swap files. Otherwise, a %5113 halt could occur.
SEL state
specifies that the command affects only devices in the specified state.
STOP Command 291