Command, for example – HP Integrity NonStop J-Series User Manual
Page 148
NonStop AutoTMF Commands
HP NonStop AutoTMF Software User’s Guide—429952-017
6-72
LOG
displays a summary of all transactions or processes that are holding locks
displayed by LISTLOCKS.
WAITING
displays all the lock holders and waiters for files and/or records that have at
least one wait request outstanding.
display-format
FULL
displays the full key, wrapped to multiple lines. Unprintable characters are
shown in ?
Sequences of identical characters are displayed as
H[EX]
displays the lock key is hexadecimal. This is useful for cases where the key
fields are not ASCII.
WRAP
displays the entire key, using multiple lines if required. Unprintable
characters are displayed as ".".
By default, the key display is truncated to fit on a single line and unprintable
characters are changed to "."
LOG
Collects a history of the CI session to a file. LOG TO starts the logging process, and
LOG STOP terminates the logging.
TO log-file
the file where the session output is logged.
log-file may be a disk file, a printer, or another terminal. If the log file does not exist,
the CI creates the log file as an edit file.
CLEAR
clears the log file of existing data before writing the first log entry.
STOP
stops logging and closes the log file.
LOG { TO log-file [CLEAR] | STOP };