Kernel-Managed Swap Facility (KMSF) Manual
NSKCOM Command Reference
Kernel-Managed Swap Facility (KMSF) Manual—425824-005
4-35
VER[SION] Command
VER[SION] Command
The VERSION command displays KMSF version information.
Here is an example of this command:
NSK-VERSION
NSKCOM - T5838H01 BASE (01OCT04) - Apr 15 2005
NSK-
VOL[UME] Command
The VOLUME command establishes the default volume or subvolume for qualifying file
names in subsequent commands. Your current volume is the default.
volume-name
specifies the new default volume.
subvol-name
specifies the new default subvolume.
In Example 4-21, the VOLUME command sets the default subvolume for the
subsequent ADD and START commands.
The VOLUME command is the only way to set the default volume and subvolume. In
particular, you cannot specify a default volume using the ASSUME command.
VER[SION]
VOL[UME] [volume-name | volume-name.subvol-name | subvol-name
]
Example 4-21. Using the VOLUME Command to Set the Default Subvolume for
Subsequent ADD and START Commands
NSK-VOLUME $SWAP.KERSWAP
NSK-ADD SWAPFILE CPU01B, CPU 1
File $SWAP.KERSWAP.CPU01B was added to ZSYSCFG
ADD was successful: $SWAP.KERSWAP.CPU01B
NSK-START SWAPFILE CPU01B
START was successful: $SWAP.KERSWAP.CPU01B
NSK-