Kernel-Managed Swap Facility (KMSF) Manual

NSKCOM Command Reference
Kernel-Managed Swap Facility (KMSF) Manual425824-005
4-17
E[XIT] Command
E[XIT] Command
The EXIT command terminates your NSKCOM session.
Following is an example of the EXIT command. Upon exiting NSKCOM, you are
returned to the TACL prompt.
NSK-EXIT
>
FC Command
The FC command enables you to edit or repeat a previous command. When you enter
FC, the last command entered is displayed, followed by the FC prompt, a period (.), on
the next line. At the prompt, you can enter the subcommands R, I, and D, to replace,
insert, and delete characters in the command lines.
Example 4-10 shows how you might use the FC command. The first command
contains a syntax error. Using FC, the command is edited to the correct syntax. In
Example 4-10, the FC subcommand I is used to insert a word.
For more information about the FC command, see the TACL Reference Manual.
E[XIT]
FC
Note. If you are logging your NSKCOM session, any line altered using the FC command does
not appear in the log. For example, if you were logging the session shown above, the corrected
line status swapfile $SWAP.KERSWAP.CPU00A would not appear in the log.
Example 4-10. Using the FC Command
NSK-STATUS $SWAP.KERSWAP.CPU00A
*** Error: Object ('SWAPFILE' or 'KMS') expected:
$SWAP.KERSWAP.CPU00A
NSK-fc
NSK-STATUS $SWAP.KERSWAP.CPU00A
-FC- ISWAPFILE
NSK-STATUS SWAPFILE $SWAP.KERSWAP.CPU00A
Status of $SWAP.KERSWAP.CPU00A
CPU 0
CPU Pages: Total 8192 Reserved 5437 Available 2755
Peak CPU Pages ever reserved 6122
Threshold 6963 CPU pages
NSK-