NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
TRACE trace-spec
NonStop NET/MASTER MS Commands
2–566 115412 Tandem Computers Incorporated
USERID
restricts tracing to or from a specified user ID.
user-id
specifies the user ID(s). You can specify an asterisk (*) as the last character of a
user ID. In this context, the asterisk is a wild card.
Note The specified user ID(s) does not have to be defined to User ID Management Services (UMS) or currently
logged on to NonStop NET/MASTER MS.
ALL
specifies unrestricted tracing; that is, tracing is not restricted to a specific user
ID.
RECSIZE=
record-size
specifies the amount of text that is formatted and traced in a message, or the
amount of text or binary data that is traced. The default value in either case is 50
bytes. You can specify a record size from 0 through 32767 bytes. If you specify 0,
no truncation occurs, and the whole message or data stream is traced.
For a message (which is mapped by the map $MSG), if the specified record size is
greater than 0, then only the text element is traced, if it exists in the message. If the
text element is greater than the specified record size, then the text is truncated, and
the truncated text is traced. If the text element does not exist in the message, then
the message WARNING: MDO TRUNCATION NOT POSSIBLE is sent to the trace
collector.
For text data or binary data, if the data is greater than the specified record size, the
data is truncated, and the truncated data is traced.
Considerations
The default authority level of this command is 3. The INTERNAL operand has a
default authority level of 255.
You can enter this command from any NCL procedure, except the INIT NCL
procedure, by using the CMD core statement or the INTCMD verb.
For related information, see the SHOW TRACE and other TRACE commands.