Using the Node Management Services (NMS) Utilities (32022-90053)
188 AppendixA
NMS Error Messages
NM Error Messages
NMERR 60 CAUSE: An NM Trace or Logging procedure is unable to locate the
server trace or log process (NMLogMon). Returned by
NMOPENTRACE, NMGETTRACEID, NMCLOSETRACE,
NMOPENLOG, NMCLOSELOG, and by the SHOWNMLOG CI
command. The trace or log server process creation failed at system
startup due to a bad software installation, a loader error, or an internal
error.
ACTION: See “Invalid Software Installation” and “Submitting an SR” at
the beginning of this appendix.
CAUSE: An =SHUTDOWN or NMMAINT,SHUTDOWN has been
executed prior to the Trace or Logging procedure call. The server
process has already shut down. This is not an error condition.
ACTION: None.
MESSAGE: DB register at absolute. (NMERR 61)
NMERR 61 CAUSE: Caller’s DB register is at an absolute DB location
(WHERES’DB returned a < condition code). This is not allowed in the
called procedure. Returned by those trace and log procedures that can
otherwise be called in split stack mode. This is probably an internal
error by the calling subsystem.
ACTION: See “Submitting an SR” at the beginning of this appendix.
MESSAGE: NM trace dictionary table is full. (NMERR 62)
NMERR 62 CAUSE: An unexpectedly large number of NMOPENTRACE calls have
been made, each specifying a different combination of SubSystemID,
TraceType, and TraceElement. If this is being done by user request,
turn off some of the traces, then retry. If this is not being done by user
request, then this is an internal error.
ACTION: See “Submitting an SR” at the beginning of this appendix.
MESSAGE: NM log table is full. (NMERR 63)
NMERR 63 CAUSE: An unexpectedly large number of NMOPENTRACE calls have
been made, each specifying internal memory tracing or a different
destination filename. If this is being done by user request, turn off some
of the traces, then retry. If this is not being done by user request, then
this is an internal error.
ACTION: See “Submitting an SR” at the beginning of this appendix.
MESSAGE: Specified file is a system file. (NMERR 64)
NMERR 64 CAUSE: The file name (FileName) parameter of the NMOPENTRACE
procedure contains a system file name (the first ASCII character is “$”).
User specified an incorrect filename either in the command that starts
tracing, or in the configuration file.
ACTION: Specify a valid file name and retry.