Installing and Administering OSI Transport Services
20 Chapter 1
HP OTS/9000 Resources
Logging Messages
Logging Messages
HP OTS/9000 uses the nettl(1M) logging and tracing facility supplied
with HP-UX. See the nettl(1M) manual (man) page for information on
using the command line interface.
NOTE All log message cause and action statements are now online and can be
viewed with any ASCII text editor. The OTS cause and action statement
file is /opt/ots/doc/ots_messages.txt.
Listed below are some example commands.
• To examine the log file:
netfmt -file /var/adm/nettl.LOG00 -t 50
Note the message number, then search the messages.txt message
file for a description of the problem and possible solutions. A sample
OTS log message is shown below.
**************************HP OSI MGMT**********************
Timestamp :Mon Dec 16PST 1996 03:40:10.555252
Process ID :750 Subsystem :TRANSPORT
User ID (UID) :0 Log Class :DISASTER
Device ID :1 Path ID :0
Connection ID :0 Log Instance:0
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
<1317> OTS driver encountered a lobe error on interface unit
<1>. The error code is <-1>; reset or reboot.
• To check network logging and tracing status:
nettl -status
• To start all OTS transport and session tracing to the file
/var/adm/tracefile:
nettl -traceon all hdrin hdrout pduin pduout -entity
transport session -file /var/adm/tracefile
• To stop OTS tracing:
nettl -traceoff -entity transport session
• To format the OTS trace file into the file /var/adm/traceout:
netfmt -file /usr/adm/tracefile.TRC0 > /var/adm/
traceout