Kernel-Managed Swap Facility (KMSF) Manual

NSKCOM Command Reference
Kernel-Managed Swap Facility (KMSF) Manual425824-005
4-18
H[ELP] Command
H[ELP] Command
The HELP command provides help on NSKCOM command syntax.
If you enter just the command HELP with no command option, a list of commands is
displayed:
NSK-HELP
ADD ALTER ASSUME COMMENT DELETE
ENV EXIT FC HELP INFO
LOG OBEY START STATUS STOP
VERSION VOLUME
NSK-
If you enter the HELP command followed by a command name, information is given on
that command, as shown in Example 4-11.
If you enter the HELP ALL command, syntax is given for all NSKCOM commands.
H[ELP] [ [ command ] | [ ALL ]
Example 4-11. Help on a Specific Command
NSK-HELP STOP
Syntax is:
STOP SWAPFILE filename
STOP disables a swapfile for future use by the memory
manager. Existing processes which use the file are not
affected. Activity in the file will continue until all
users have terminated.
The configuration file ZSYSCFG will be modified.
Stopping the only swapfile for a CPU will inhibit process
creation.
See 'DELETE' and 'START'
NSK-