Kernel-Managed Swap Facility (KMSF) Manual

NSKCOM Command Reference
Kernel-Managed Swap Facility (KMSF) Manual425824-005
4-21
O[BEY] Command
For example, to begin logging your NSKCOM session to the file NSKLOG, enter the
following command:
NSK-LOG NSKLOG
NSK-
To stop logging, enter:
NSK-LOG
NSK-
O[BEY] Command
The OBEY command reads the contents of an EDIT file and performs the commands
given there. Enter commands in an EDIT file as you would to NSKCOM. Place one
command on each line.
filename
is the name of the file containing the NSKCOM commands. The variable
filename is specified as: $volume.subvolume.filename
OBEY file calls can be nested up to 16 levels deep.
Here is an example of a command (OBEY) file:
ADD SWAPFILE $SWAP.KERSWAP.CPU4A, CPU 4
START SWAPFILE $SWAP.KERSWAP.CPU4A
Here is an example of NSK executing a command (OBEY) file:
NSK-OBEY ADDFILE
NSK-ADD SWAPFILE $SWAP.KERSWAP.CPU4A, CPU 4
File $SWAP.KERSWAP.CPU4A was added to ZSYSCFG
ADD was successful: $SWAP.KERSWAP.CPU4A
NSK-START SWAPFILE $SWAP.KERSWAP.CPU4A
START was successful: $SWAP.KERSWAP.CPU4A
NSK-
Note. If you use the FC command to fix or reenter a command, the fixed or reentered
command does not appear in your log file.
O[BEY] filename