HP OSI Transport Services/9000 C.12.00 Release Notes

Chapter 1 23
HP OSI Transport Services/9000 (C.12.00 for HP UX 11.23)
Fixes in this version
12. CR JAGad71962
Symptom Executing lsof command after OTS is
started results in system panic.
Defect Description OTS sets the write side qi_minfo to null
for the ositmr device. Any kernel
routine that attempts to dereference
the fields of qi_minfo structure could
crash the system.
Resolution The "qi_minfo" field of the write side
queue for the timer device is initialized
with a valid structure.
13. CR JAGad74372
Symptom Running osidiag test , returns the error
message "Unable to open file
/var/opt/ots/osa01172.TRC0’." , when
nettl tracing and logging is ON.
Defect Description osidiag returns error message, for
tracing and logging on 11.11 system
because the hard coded extension of
".LOG00" and ".TRC00" is being
added to osidiag’s log and trace file
respectively, by osidiag.
These files are given to netfmt for
formatting. But in 11.11, nettl formatter
expect log and trace file names to end
with ".LOG000" and ".TRC000"
instead of ". LOG00" and ".TRC00". So
as a result the netfmt reports error of
missing file.
Resolution File extensions of osidiags log and
trace file are changed to ".LOG000"
and ".TRC000"
14. CR JAGad71074
Symptom System panics when OTS start/stop
tests are run with OTS under heavy
load and vmtrace corruption log ON.