SHOWNMLOG

Generated from C.65.00 /SYSADMIN/PUB/MYCICAT last modified on Sun Aug 29 15:08:37 2004

Back to Main Index


SHOWNMLOG


     Displays the number and available space of the current
     NM log file.  Node Manager (NM) capability required.  (CM)

SYNTAX


     SHOWNMLOG


PARAMETERS


     None.

OPERATION


     SHOWNMLOG displays the number of the current NMLG file and
     the percentage of available file space currently used.

     The information appears in the following format

       NMLG FILE NUMBER nnnn IS mm% FULL

     where nnnn is the NMLG file number and mm is the percentage of
     file space used.

     If NMS logging is enabled but currently suspended due to a
     recoverable error, NMS displays the following messages
     explaining the cause

       NMLG FILE NUMBER nnnn IS mm% FULL
       NMLG FILE NUMBER nnnn ERROR #ee. NM LOGGING SUSPENDED.
       (NMCNERR 38)

     where ee is the FSERR number.  Once the underlying cause of the
     error is corrected, the RESUMENMLOG command will resume NMS
     logging.

     If NMS logging is disabled due to an irrecoverable error, NMS
     displays the following message

       NMLG FILE NUMBER nnnn ERROR #ee. NM LOGGING STOPPED.
       (NMCNERR 36)

     where ee is the FSERR number if ee <> 1, or specifies that an
     error occurred while accessing the cold load area of the system
     disk if ee = 1.  Once the underlying cause of the error is
     corrected, the system must be restarted to start NMS logging
     again.


EXAMPLE(S)


     No error

       SHOWNMLOG
       NMLG FILE NUMBER nnnn IS mm% FULL

     Recoverable Error

       SHOWNMLOG
       NMLG FILE NUMBER nnnn IS mm% FULL
       NMLG FILE NUMBER nnnn ERROR #ee. NM LOGGING SUSPENDED.
       (NMCNERR 38)

     Irrecoverable Error

       SHOWNMLOG
       NMLG FILE NUMBER nnnn ERROR #ee. NM LOGGING STOPPED.
       (NMCNERR 36)

     In these examples, nnnn is the NMLG file number corresponding
     to the file NMLGnnnn.PUB.SYS, mm is the percentage of file
     space used, ee is the FSERR number if ee<>1, or indicates an
     error accessing the system disk cold load area if ee=1.

Back to Main Index