HP OSI Transport Services/9000 Release Notes

10
Resolution
Add 'stop' section to /sbin/init.d/ots script.
Established a 'K' link (K620ots) to the above script
from /sbin/rc1.d/ directory so that otsstop gets
called during system shutdown.
8. CR JAGae94934
Symptom
otsstat: Can't getmsg (Resource temporarily
unavailable).
Defect description
Repeated calls to otsstat results in failure and
otsstat returns :
"Can't getmsg (Resource temporarily unavailable)
registration failed".
Running otsstat again returns the correct information’s.
Resolution
code is changed to handle the EAGAIN error message
for getmsg() when there is no message on the stream
or no resource available. if we get EAGAIN, getmsg()
is called again.
9. CR JAGaf23443
Symptom
Need nettl log entry for DR-TPDU send because
of duplicate SRC-REF.
Defect description
When in TRANSPORT Class 0, a DR-TPDU is sent because
of an existing TRANSPORT connection sharing the same
Source Reference the reason code is set to zero which
is what is defined in the ISO TRANSPORT standard for
TRANSPORT Class 0.
When troubleshooting such case it's difficult to find
the reason of the DR-TPDU with reason 0.
Hence this request to have OTS writing an entry in
nettl log to indicate a DR-TPDU is sent because of
duplicate TRANSPORT SRC-REF.
Resolution
It is fixed in such a way that, if we receive duplicate
CR-TPDU with the same source reference, we will get
the following error message in the nettl log:
"[4015] Processing Error trsmai2.c 577 [....] (96)
tcrdup() DR-TPDU because of duplicate SRC-REF"