OSI/MHS SCF Reference Manual

OSI/MHS SCF Commands
OSI /MHS SCF Reference Manual424828-001
2-207
TRACE MON Command
SELECT
traces function calls, function parameters, and other information to record the
execution path of the OSI/MHS processes. Each select-spec records data
about different parts of the OSI/MHS subsystem.
The syntax for the keywords and numbers is as follows:
select-spec is one or more of the following keywords or numbers:
TO file-spec
specifies the file to which trace information is to be written.
WRAP
specifies that when the trace disk file end-of-file (EOF) is reached, trace data will
wrap around to the beginning of the file and overwrite any data there. The default
value is no wrap.
{ keyword }
{ ( keyword [ , keyword ] ... ) }
{ number }
{ ( number [ , number ] ... ) }
Keyword Number Function
ENTRYPOINT 0 Records every function entry
MHSSTATE 1 Records the changes to the state of objects
SCPMSG 2 Records the receipt of messages from the SCP by the
MHS manager
PROCIO 3 Records the interprocess communication from the MHS
manager to other OSI/MHS processes
ROUTEDB 4 Records changes made to the routing database
MTADB 5 Records the changes made to the MTA association
database
USERDB 6 Records the changes made to the OSI/MHS user database
DLISTDB 7 Records the changes made to the OSI/MHS distribution
list database
DLISTMEMDB 8 Records the changes made to the OSI/MHS distribution
list member database
CUGSCHDB 9 Records the changes made to the OSI/MHS closed user
group search database
ALL -1 Specifies that all types of tracing should be recorded