SCF Reference Manual for the Storage Subsystem (G06.24+, H06.03+)
Storage Subsystem Commands
SCF Reference Manual for the Storage Subsystem—529937-007
14-149
STOP MON Command
SEL state
specifies that the command affects only devices in the specified state.
SUB { ALL | MAGNETIC | VIRTUAL }
specifies that the command affects only disks of the specified type. The default is
ALL.
STOP DISK Examples
See the procedure for Stopping a Magnetic Disk on page 7-9; and the procedure for
Stopping a Virtual Disk on page 10-13.
•
To stop access to the mirror half of a volume:
-> STOP $DATA01-M
•
To stop a disk (even if there are open files) without further interaction with the
operator:
-> STOP $DATA00, FORCED
•
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:
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.
STOP [ / OUT file-spec / ] MON $ZSMS
[ , FORCED ] [ , SEL state ]