Kernel-Managed Swap Facility (KMSF) Manual

NSKCOM Command Reference
Kernel-Managed Swap Facility (KMSF) Manual425824-005
4-11
ASSUME Command
In Example 4-6, files added following an ASSUME command with the LIKE option have
the same attributes as the specified file, unless a different value is specified.
In Example 4-6 on page 4-11, SWAP2B has exactly the same attributes as SWAP1B,
while SWAP0B has the same attributes except for the CPU.
Example 4-6. Specifying a Different Value When Using the ASSUME LIKE
Command
NSK-ASSUME LIKE $SWAP.KERSWAP.CPU01B
NSK-ADD SWAPFILE $SWAP.KERSWAP.CPU00B, CPU 0
File $SWAP.KERSWAP.CPU00B was added to ZSYSCFG
ADD was successful: $SWAP.KERSWAP.CPU00B
NSK-ADD SWAPFILE $SWAP.KERSWAP.CPU02B
File $SWAP.KERSWAP.CPU02B was added to ZSYSCFG
ADD was successful: $SWAP.KERSWAP.CPU02B
NSK-INFO SWAPFILE *
$SWAP.KERSWAP.CPU01B
Extent Size 512 disk pages
MaxExtents 128
File Size 128.000 MB
Format 1
CPU 1
Threshold 75
$SWAP.KERSWAP.CPU00B
Extent Size 512 disk pages
MaxExtents 128
File Size 128.000 MB
Format 1
CPU 0
Threshold 75
$SWAP.KERSWAP.CPU02B
Extent Size 512 disk pages
MaxExtents 128
File Size 128.000 MB
Format 1
CPU 1
Threshold 75
NSK-