|
|
|
|
In addition to displaying progress messages, NDMA records information about its operation by use of the NDMA command log, /opt/sna/ndm/ndm.log. This file is created each time NDMA is started (overwriting any existing file); to retain information about previous runs of the program, rename this file or copy it to a different directory before starting NDMA.
The command log is an ASCII text file, and can be viewed either with a standard ASCII text editor or by using standard operating system commands such as cat. It contains an entry for each Netview DM command processed by NDMA since NDMA was last started, with information about the type of command, the name of the file associated with it, and whether the command succeeded.
Each line of the file contains the following data:
The name of the Netview DM command processed (such as REPLACE or INITIATE).
The name of the file that was processed by the command. This is the full path name after mapping from the NetView DM file name to the Solaris path name (for more information, see Setting Up the NDMA Symbolic Path File).
This field indicates whether the command was successful.
The date and time at which the command started.
The following example shows the logs for:
A successful REPLACE of a file named TEST
An unsuccessful attempt to RETRIEVE a file named IMRD01
Replace File /usr/ndma/run/TEST successful 12:17:28 GMT 12 June 1995 Retrieve File /usr/ndma/run/IMRD01 unsuccessful 12:18:03 GMT 12 June 1995
|
|
|
|
|