Kernel-Managed Swap Facility (KMSF) Manual

NSKCOM Command Reference
Kernel-Managed Swap Facility (KMSF) Manual425824-005
4-10
ASSUME Command
In Example 4-5, the ASSUME command is used to set defaults for subsequent ADD
commands. The VOLUME command sets the default volume and subvolume. The
INFO command shows that the attributes of the configured file matches those specified
in the ASSUME commands.
Example 4-5. Using the ASSUME Command to Set Defaults When Adding Files
NSK-ASSUME SWAPFILE
NSK-ASSUME MAXEXTENTS 80
NSK-ASSUME THRESHOLD 75
NSK-ASSUME CPU 2
NSK-VOLUME $SWAP.KERSWAP
NSK-ADD CPU02C
File $SWAP.KERSWAP.CPU02C was added to ZSYSCFG
ADD was successful: $SWAP.KERSWAP.CPU02C
NSK-INFO CPU02C
$SWAP.KERSWAP.CPU02C
Extent Size 512 disk pages
MaxExtents 80
File Size 80.000 MB
Format 1
CPU 2
Threshold 75
NSK-