|
VMS Help RUN, Process, Qualifiers, /SSLOG_ENABLE *Conan The Librarian |
/SSLOG_ENABLE[=COUNT=n] [,FLAGS=[NO]ARG]
Valid on Alpha and Integrity server systems only.
Requires CMEXEC, CMKRNL, or SETPRV privilege to log argument
values. The SYSGEN parameter SYSSER_LOGGING must be enabled or
the command will fail.
Creates a process with system service logging enabled.
Keywords are as follows:
Keyword Explanation
COUNT=n Specifies how many P2-space buffers to log.
(Default: 2)
FLAGS=[NO]ARG Specifies whether or not service argument values
are to be logged. The default is ARG, which
requires privileges. If the value is ARG but you
lack privilege, no argument values are logged.
When enabling SSLOG for a process, you can specify the number
of buffers to be used for logging. Buffers are allocated in P2
space and are charged against the process's paging file quota.
Each buffer is 65,024(10) bytes or FE00(16) bytes. The buffer
space remains allocated and the quota charged until the process
is deleted.
Before you delete the process, stop the logging and close the log
file by executing the SET PROCESS/SSLOG=STATE=UNLOAD command. The
log file does not close automatically.
To analyze the log file, use the DCL command ANALYZE/SSLOG, which
is described in online help and in the System Service Logging
chapter of the HP OpenVMS System Analysis Tools Manual.
|
|