|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: IT Resource Center (support_feedback_at_us-support2-mail.external.hp.com)
Date: Sun Dec 01 2002 - 11:53:40 CST
HP Support Information Digests
===============================================================================
o IT Resource Center World Wide Web Service
---------------------------------------------------
If you subscribed through the IT Resource Center and would
like to be REMOVED from this mailing list, access the
IT Resource Center on the World Wide Web at:
Login using your IT Resource Center User ID and Password.
Then select Support Information Digests (located under
Maintenance and Support). You may then unsubscribe from the
appropriate digest.
To download a patch referenced below, access the
IT Resource Center on the World Wide Web at:
Login using your IT Resource Center User ID and Password.
Then select Individual Patches (under Maintenance and Support)
to access the patch. You may also download a patch via anonymous
ftp(1) from ftp.itrc.hp.com.
===============================================================================
Digest Name: weekly HP-UX series 800 11.X patch digest
Created: Sun Dec 1 6:05:04 EST 2002
Table of Contents:
Document ID Title
--------------- -----------
PHNE_24829 s700_800 11.11 telnet kernel, telnetd(1M), telnet(1) patch
PHSS_28258 s700_800 11.X OV NNM6.2 Intermediate Patch, Nov 2002
PHSS_27601 s700_800 11.X OV OB4.00 patch - CC packet
PHSS_27597 s700_800 11.X OV DP5.00 patch - SSEA packet
PHSS_27583 s700_800 11.X OV DP5.00 patch - CORE packet
PHCO_28112 s700_800 11.00 Euro EBCDIC/PC and JVC iconv and converters
PHNE_27703 s700_800 11.11 Cumulative STREAMS Patch
PHNE_26413 s700_800 11.11 nettl(1M), netfmt(1M) and nettladm(1M) patch
PHKL_27727 s700_800 11.11 Fix clock sync for SD, fix negative useconds
PHKL_27431 s700_800 11.11 Multiprocessor-capable netdiag1 driver patch
PHKL_27321 s700_800 11.11 Move KRS availability early in boot
PHCO_28084 s700_800 11.11 fstyp(1M) cumulative patch
PHCO_27828 s700_800 11.11 ups_mond(1M) cumulative patch
PHKL_28053 s700_800 11.00 Probe,IDDS,PM,VM,PA-8700,AIO,T600,FS,PDC
The documents are listed below.
-------------------------------------------------------------------------------
Document ID: PHNE_24829
Date Loaded: 20021128
Title: s700_800 11.11 telnet kernel, telnetd(1M), telnet(1) patch
Patch Name: PHNE_24829
Patch Description: s700_800 11.11 telnet kernel, telnetd(1M), telnet(1) patch
Creation Date: 02/09/26
Post Date: 02/11/28
Hardware Platforms - OS Releases:
s700: 11.11
s800: 11.11
Products: N/A
Filesets:
Networking.NET2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_32,v=HP
Networking.NET2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_64,v=HP
InternetSrvcs.INETSVCS-RUN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
InternetSrvcs.INET-ENG-A-MAN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
Automatic Reboot?: Yes
Status: General Release
Critical:
Yes
PHNE_24829: MEMORY_LEAK
PHNE_24131: MEMORY_LEAK
Memory leak in telnetd
Category Tags:
defect_repair enhancement general_release critical
memory_leak manual_dependencies
Path Name: /hp-ux_patches/s700_800/11.X/PHNE_24829
Symptoms:
PHNE_24829:
SR 8606212875 / CR JAGad82062
1. Buffer handling in telnetd needs to be enhanced.
SR 8606212874 / CR JAGad82061
2. Telnetd has a service issue.
SR 8606220839 / CR JAGad89975
3. Incorrect records might be written into /etc/utmpx
by telnetd when it exits.
SR 8606230839 / CR JAGae00077
4. Credential forwarding to telnetd fails in DCE
environment.
SR 8606238651 / CR JAGae07675
5. If telnet is invoked with the "-f" or "-F" option or
using the TACACS mechanism, the TERM environment variable
may not be set.
SR 8606232804 / CR JAGae02032
6. Provide a command line option in telnetd to close the
telnet connection when "stty 0" command is executed.
SR 8606231734 / CR JAGae00970
7. IPv6 connection might be closed by telnetd(1M).
SR 8606236626 / CR JAGae05679
8. Memory leak in telnet multiplexor.
SR 8606261511 / CR JAGae25830
9. Use of malloc(3C) in telnetd signal handler.
PHNE_24131:
SR 8606182980 / CR JAGad52196
1. telnetd does not close the connection when stty 0 is
executed.
SR 8606176054 / CR JAGad45294
2. Memory leak as telnetd does not manage telnet queues
properly.
SR 8606157405 / CR JAGad26736
3. telnet daemon sets the pty speed to 0 if the telnet
client speed is > 38400
SR 8606114446 / CR JAGac29210
4. telnet hangs with "Reflection1", a terminal emulation
software used by Windows telnet client when displaying
large files.
SR 8606188928 / CR JAGad58144
5. While transferring huge amount of data at
high speed, telnetd adds extra null characters to the
byte stream thereby breaking the application.
SR 8606174421 / CR JAGad43667
6. Enhancement to telnet to work in IPv6 environment.
Defect Description:
PHNE_24829:
SR 8606212875 / CR JAGad82062
1. Description: Buffer handling in telnetd needs to be
enhanced.
Resolution:
Code changes have been made to fix it.
SR 8606212874 / CR JAGad82061
2. Description: Telnetd has a service issue.
Resolution:
Code changes have been made to fix it.
SR 8606220839 / CR JAGad89975
3. Description: telnetd might write a duplicate record
into /etc/utmpx when the _pututline() API is interrupted
by a signal.
Resolution:
Signals are blocked before calling _pututline() and
enabled after it returns.
SR 8606230839 / CR JAGae00077
4. Description: k5dcelogin expects the environment variable
KRB5CCNAME to be set by telnetd. But telnetd passes the
KRB5CCNAME variable only in the argument list of the
execl(2) and not in the environment list.
Resolution: KRB5CCNAME is now passed in the environment
list, in addition to the argument list, thereby
forwarding the credentials properly.
SR 8606238651 / CR JAGae07675
5. Description: telnetd execs login with improperly ordered
arguments due to which the TERM environment variable, if
present, is ignored by login.
Resolution: The arguments are now passed in the correct
order.
SR 8606232804 / CR JAGae02032:
6. Description: Provide a command line option in telnetd to
close the telnet connection when "stty 0" command is
executed.
Resolution: A command line option, "-y", has been provided
in telnetd to close the telnet connection when "stty 0"
command is executed. Refer to man page telnetd(1M) for
more information.
SR 8606231734 / CR JAGae00970
7. Description: IPv6 enabled telnetd closes the connection
if the IPv6 client negotiates for environment option.
Resolution: Now it would not close the connection, but
flash an appropriate error message.
SR 8606236626 / CR JAGae05679:
8. Description: Only the first message block of the STREAMS
message was freed in telnet multiplexor. The remaining
message blocks in the STREAMS message cause a memory
leak.
Resolution: All the message blocks of the STREAMS message
are now freed.
SR 8606261511 / CR JAGae25830
9. Description: malloc(3C) is called inside a signal
handler in telnetd.
Resolution: Calls to malloc(3C) have been removed from the
signal handler.
PHNE_24131:
SR 8606182980 / CR JAGad52196
1. Setting stty 0 results in zero byte msgblk which was
ignored.
Resolution:
stty 0 results in zero byte msgblk which is now processed
to close the telnet connection.
SR 8606176054 / CR JAGad45294
2. If the connection is closed while telnet is doing option
negotiation, memory is not freed.
Resolution:
Code has been modified to free memory whenever connection
is closed.
SR 8606157405 / CR JAGad26736
3. If any telnet client requests for baud rate > 38400,
the telnet daemon resets the baud rate value to zero.
Resolution:
If any request for Baud rate is received, which is
greater than the maximum, i.e 38400, then the telnet
daemon resets the Baud rate value to the default value
instead of setting it to zero.
SR 8606114446 / CR JAGac29210
4. While displaying large files using "Reflection1",
a terminal emulation software, the telnet connection
hangs.
Resolution:
Flow control has been properly enabled which solved
this problem.
SR 8606188928 / CR JAGad58144
5. While transferring the byte stream at a high speed,
the character 0x0d which is not followed by 0x0a is
appended with multiple 0x0 characters.
Resolution:
Handling of flow control has been modified to
solve this problem.
SR 8606174421 / CR JAGad43667
6. Enhancements to telnet to work in the IPv6
environment.
Resolution:
telnetd and telnet code has been enhanced so that
they will work in the IPv6 environment.
Enhancement:
No (superseded patches contained enhancements)
PHNE_24131:
This patch contains IPv6 enhancements for telnet and
telnetd.
SR:
8606182980 8606176054 8606157405 8606114446 8606188928
8606174421 8606212875 8606212874 8606220839 8606230839
8606238651 8606232804 8606231734 8606236626 8606261511
Patch Files:
Networking.NET2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_32,v=HP:
/usr/conf/lib/libtelnet.a
Networking.NET2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_64,v=HP:
/usr/conf/lib/libtelnet.a
InternetSrvcs.INETSVCS-RUN,fr=B.11.11,
fa=HP-UX_B.11.11_32/64,v=HP:
/usr/lbin/telnetd
/usr/bin/telnet
InternetSrvcs.INET-ENG-A-MAN,fr=B.11.11,
fa=HP-UX_B.11.11_32/64,v=HP:
/usr/share/man/man1m.Z/telnetd.1m
/usr/share/man/man1.Z/telnet.1
what(1) Output:
Networking.NET2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_32,v=HP:
/usr/conf/lib/libtelnet.a:
str_telnet.c: PHNE_24829
Networking.NET2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_64,v=HP:
/usr/conf/lib/libtelnet.a:
str_telnet.c: PHNE_24829
InternetSrvcs.INETSVCS-RUN,fr=B.11.11,
fa=HP-UX_B.11.11_32/64,v=HP:
/usr/lbin/telnetd:
Copyright (c) 1983, 1986 Regents of the University o
f California.
Patch ID: PHNE_24829
InternetSrvcs.INETSVCS-RUN,fr=B.11.11,
fa=HP-UX_B.11.11_32/64,v=HP:
/usr/bin/telnet:
Revision 1.1.214.1 PHNE_24131 Mon Jul 2 10:48:01 GM
T 2001
Copyright (c) 1988 Regents of the University of Cali
fornia.
InternetSrvcs.INET-ENG-A-MAN,fr=B.11.11,
fa=HP-UX_B.11.11_32/64,v=HP:
/usr/share/man/man1m.Z/telnetd.1m:
None
InternetSrvcs.INET-ENG-A-MAN,fr=B.11.11,
fa=HP-UX_B.11.11_32/64,v=HP:
/usr/share/man/man1.Z/telnet.1:
None
cksum(1) Output:
Networking.NET2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_32,v=HP:
3196843899 35224 /usr/conf/lib/libtelnet.a
Networking.NET2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_64,v=HP:
566962880 65018 /usr/conf/lib/libtelnet.a
InternetSrvcs.INETSVCS-RUN,fr=B.11.11,
fa=HP-UX_B.11.11_32/64,v=HP:
1362827565 94208 /usr/lbin/telnetd
InternetSrvcs.INETSVCS-RUN,fr=B.11.11,
fa=HP-UX_B.11.11_32/64,v=HP:
2088995601 110592 /usr/bin/telnet
InternetSrvcs.INET-ENG-A-MAN,fr=B.11.11,
fa=HP-UX_B.11.11_32/64,v=HP:
3902604971 6175 /usr/share/man/man1m.Z/telnetd.1m
InternetSrvcs.INET-ENG-A-MAN,fr=B.11.11,
fa=HP-UX_B.11.11_32/64,v=HP:
3778045746 8700 /usr/share/man/man1.Z/telnet.1
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies:
The solution to SR 8606174421 / CR JAGad43667 will
work only when IPv6 stack is installed.
Supersedes:
PHNE_24131
Equivalent Patches: None
Patch Package Size: 360 KBytes
Installation Instructions:
Please review all instructions and the Hewlett-Packard
SupportLine User Guide or your Hewlett-Packard support terms
and conditions for precautions, scope of license,
restrictions, and, limitation of liability and warranties,
before installing this patch.
------------------------------------------------------------
1. Back up your system before installing a patch.
2. Login as root.
3. Copy the patch to the /tmp directory.
4. Move to the /tmp directory and unshar the patch:
cd /tmp
sh PHNE_24829
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHNE_24829.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHNE_24829. If you do not wish to retain a
copy of the original software, include the patch_save_files
option in the swinstall command above:
-x patch_save_files=false
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHNE_24829.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHNE_24829.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHNE_24829.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
PHNE_24829 contains a fix for the telnetd code defect
described in SR: 8606220839 (JAGad89975) - telnetd writes
to the wrong entry in /etc/utmpx on logout.
Although the SR: 8606220839 (JAGad89975) fix will prevent
any further corruption of /etc/utmpx(4), installing
PHNE_24829 will not correct any existing corruption in the
/etc/utmp(4) or /etc/utmpx(4) files.
Therefore if you are installing PHNE_24829 to fix the SR:
8606220839 (JAGad89975) defect, to completely resolve the
problem you must also ensure that the /etc/utmp and
/etc/utmpx files are cleared of any previous corruption
caused by this defect.
The /etc/utmp and /etc/utmpx files may be cleared using the
following procedure:
Before installing PHNE_24829 insert two lines into the
/etc/inittab(4) file as follows, then save /etc/inittab and
continue the PHNE_24829 patch installation.
init:3:initdefault:
utm1::sysinit:> /etc/utmp # clear current logon \
accounting files
utm2::sysinit:> /etc/utmpx # clear current login \
accounting files
After PHNE_24829 is installed and the system rebooted, you
may delete the above two entries from /etc/inittab or retain
them. In the latter case, /etc/utmp and /etc/utmpx will be
cleared every time the system is rebooted.
NOTE: The above steps are only required if the problem
described in SR: 8606220839 (JAGad89975) exists on
the system where PHNE_24829 is being installed.
-----End of Document ID: PHNE_24829------------------------------------------
Document ID: PHSS_28258
Date Loaded: 20021127
Title: s700_800 11.X OV NNM6.2 Intermediate Patch, Nov 2002
Patch Name: PHSS_28258
Patch Description: s700_800 11.X OV NNM6.2 Intermediate Patch, Nov 2002
Creation Date: 02/11/26
Post Date: 02/11/27
Hardware Platforms - OS Releases:
s700: 11.00 11.11
s800: 11.00 11.11
Products:
OpenView Network Node Manager 6.2
Filesets:
OVNNMgr.OVMIB-CONTRIB,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgr.OVNNM-RUN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgr.OVNNMGR-JPN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgr.OVRPT-RUN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgr.OVWWW-JPN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgrMan.OVNNM-RUN-MAN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatform.OVEVENT-MIN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatform.OVMIN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatform.OVSNMP-MIN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatform.OVWIN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatform.OVWWW-FW,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatform.OVWWW-SRV,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatformDevKit.OVWIN-PRG,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatformMan.OVEVENTMIN-MAN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatformMan.OVWIN-MAN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHSS_28258
Symptoms:
PHSS_28258:
8606280632: A wrong trace message is displayed when the
API OVwDbUnsetFieldValues() is invoked.
8606278320: Windows Event Viewer fills up with
message "Unable to delete interface: network submap not
found."
8606239849: netmon manual page for the pickSnmpAddrPolls
option is not clear.
8606280620: Map filter gives wrong result when applied to
existing maps when the Internet Submap contains serial
networks that are unmanaged.
8606279382: Performance Reports configured with long
Collection Group Names are not generated.
8606279896: Hanging ovw session causes ovuispmd to block
infinitely. When ovuispmd blocks, it doesn't allow new ovw
session to register with it.
8606282042: ovw -pollXServer does not work as resource
option through OVw resource file.
8606276940: Date and time do not show up properly in
Xnmevents with Simplified Chinese locale.
8606276955: Date and time do not show up properly in the
pop-up window of Xnmevents with Simplified Chinese locale.
PHSS_28095:
8606259527: ovsessionmgr is using excessive number of
threads.
8606254134: The Japanese symbol labels in the Network
Presenter are garbled while using JPI 1.3.1_02 as the
default JRE for the supported browsers.
8606272882: The Network Presenter was not handling meta-
connection symbols on the root submap not having a label.
This caused it to hang at 40%.
8606281430: The environment variable, SHLIB_PATH, used by
the reporting script was incorrect.
8606277916: ovstart does not start httpd daemon after a
system reboot.
8606276415: Incorrect explanation for the xnmtopoconf '-
delete' option.
8606276337: The '-imp' option of xnmsnmpconf is clearing
the snmpnolookupconf cache.
8606213125: Incorrect behavior of the
filter 'isCollectionStationNode'.
8606276323: Trace option is not available in ovtrapd to
log the HEX and ASCII packet dump.
8606284782: ipmap leaks memory during synchronization.
PHSS_28092:
8606249457: netmon can loop when performing config check
on a node which has some interfaces configured with
ifAlias and interface IP address configuration
changes are detected by netmon. Further netmon has
useIfAlias set to true.
8606248180: When IP addresses are changed on devices,
netmon does not reflect the latest configuration even
after performing config check.
8606273023: ipmap does not delete some symbols and
connections correctly.
PHSS_28073:
8606249222: MIB file for OV Events is not available.
PHSS_27917:
8606270618: ovw manual page is not updated with the
information for the new command line option -pollXServer.
8606275431: ovuispmd exits on ovstatus while an
ovw -mapcount is active.
8606271492: For some of the events, the information
regarding their second varbind is not properly
documented in trapd.conf.
8606271049: Description for the event
OV_DataColl_Agent_Restart is not correct in trapd.conf.
8606266330: Netmon core dumps when started with -S and -R
options.
8606228341: Expression Guru of snmpCollect does not check
all the variables in an expression when calculating the
direct expression for a given category of indirect
expression.
8606249375: xnmevents displays traps whose BER encoding
does not fully conform to X.209 standard.
8606276676: netmon man page shows garbage character "10".
8606241507: Level 2 status is not displayed as
described in the netmon manual page.
8606274196: netmon dumps core in the routine
fixSegProlifForNet.
8606276402: Searching symbols using ovw menu item "Find ->
Object by Attribute" with Pattern Matching enabled
returns "No symbols representing objects found" if the
chosen attribute is not a name field. This problem is
observed only when ovwdb is started with the "-n" option.
8606270823: SMS integration problem with NNM6.2.
8606268260: Incorrect handling of timestamp.
8606272237: NNM report templates in the patch NNM_00852
and its equivalent patches, were not being generated when
copied to the OVreporter directories.
PHSS_27867:
ovw, xnmevents, xnmgraph do not display Asian characters
correctly.
PHSS_27836:
8606274432: mmonitor daemon of NNM Multicast was not
starting after applying the patch PSOV_03184 or its
equivalents.
8606276721: The NNM ECS engine exits abnormally when using
ECS circuits provided by LOGEC.
8606276687: xnmgraph fails to start if the filename option
of the -mibFile parameter is not specified.
PHSS_27747:
8606266737: 100% CPU utilization by pmd on WinNT.
8606266915: ovlauncher fails to display Chinese or Korean
characters in the launcher window.
8606264074: Double clicking an alarm in the Alarm Browser
does not display the correct submap if the source of the
alarm appears in more than one submap in the IP Map submap
hierarchy. This problem is seen after the source is moved to
a Location submap.
8606272817: Netmon exits on receipt of an invalid SNMP
response.
8606266361: ipmap puts out messages like "ipmap : Could not
delete interface, network submap not found"
8606267983: ovactiond crashes when an event is configured as
, Don't log or display, and its additional action has a
category as an argument.
8606254823: Display of the records in a generated report was
limited to the top ten rows.
8606261353: Cut and paste or drag and drop of a device from
the internet level submap into a location container causes
loss of connections inside the location container.
8606269552: snmp-commands cannot build the correct SNMP
packet when the length of the community name is greater than
127 bytes.
8606272791: ovtrapd manual page does not include the 64KB
trap enhancement.
8606264870: snmpCollect logs misleading error messages even
though the actual collection happens properly.
8606264777: In some cases, events do not match the source
defined in trapd.conf.
8606270467: Scripts integrating ovbackup.ovpl were failing
with error messages after installation of the patch
containing the new option '-t'.
8606270556: When NNM daemons are running in a different
locale other than C or Japanese, there is a possibility that
a directory with the current locale name is created under
$OV_WWW/htdocs. Under this circumstance the Release Notes
and Online manual menu item can fail.
8606271466: The menu item "Help->NNM->Patches and
updates" gives the incorrect information.
8606267361: xnmgraph exits, if the file provided as an
option to -mibFile contains more than 150 entries to
graph.
8606246340: netmon is unable to handle the filter name when
a complete path name is provided for the discovery filter
instead of just the filter name.
PHSS_27644:
Reports do not get generated, if double quotes exist in
ifAlias value, for interfaces.
PHSS_27641:
The map database may contain invalid symbols and submaps.
A symbol becomes invalid if its map object and
corresponding object in the object database are not
present. A submap becomes invalid if its parent map object
and the associated object in the object database do not
exist. Invalid symbols and submaps are not represented in
maps by ovw, but they lie unused in the map database.
PHSS_27639:
http server process cannot handle bad HTTP request types
correctly.
PHSS_27626:
1.nodeView.ovpl is not displaying the created graphics if
an interface label has the special and/or non-printable
characters that must be escaped in XML. These characters
include: & ' " < >. These special characters can come
from the interface alias, name or description.
2.On the content pane of 'View Scheduled Reports', there
is a table consisting of 'Report', 'Status',
and 'Schedule'. Contents of the table look good when the
window is opened. However, once the Reload,Stop or
Pause button is clicked, the contents of 'Schedule'
column('daily' or 'month-to-date') is garbled.
PHSS_27624:
A router is dragged and placed on a location symbol.
Selecting an event in xnmevents corresponding to the same
router leads to ovw core dump.
PHSS_27617:
Memory leak in xnmevents when it runs with filterByMap and
filterByMapManaged options.
PHSS_27615:
ovactiond man page not clear.
PHSS_27572:
Incorrect behaviour of xnmloadmib when MIBs were loaded
with the -trapType option , under the Japanese locale.
Defect Description:
PHSS_28258:
8606280632: Trace message in the API OVwDbUnsetFieldValues
() is incorrect.
8606278320: Event viewer error message does not provide
useful information and is very repetitive.
8606239849: The netmon manual page does not document
clearly the implications of the different values for the
pickSnmpAddrPolls option.
8606280620: IPMap re-collapses serial networks after
properly un-collapsing serial networks that are unmanaged.
8606279382: The contents of the "title" field in
snmp_trend_dataset table has a size of 40 characters.
The "title" field is updated with a compound string formed
from the MIB expression and Collection Group Name. During
the export of trend data, this compound string is
truncated if it is longer than 40 characters. As a result,
the SELECT query for the scheduled report returns no
records and so the report is not generated.
8606279896: ovuispmd does not allow new ovw connections if
one or more ovw sessions hang.
8606282042: -pollXServer command line option of ovw was
not available in the OVw resource file.
8606276940: Due to wrong font in resource file, date and
time do not come properly in xnmevents.
8606276955: Due to wrong font in resource file, date and
time do not come properly in the pop-up window of
Xnmevents.
Resolution:
8606280632: The trace message has been corrected to
display the right information.
8606278320: Useful information has been added and the
Event viewer message moved to trace, rather than log.
8606239849: netmon manual page has been modified to
reflect the right explanation.
8606280620: IPMap has been modified to handle the case for
unmanaged serial networks.
8606279382: The "NNM Analysis and Reporting" section
of "HP OpenView Web Online Help" has been updated with the
safe maximum length of Collection Group Names. This length
is fixed at 10 characters.
8606279896: ovuispmd has been changed not to block when
any ovw sessions hang.
8606282042: ovw has been modified to read pollXServer
option from the OVw resource file.
8606276940: Suitable font for Simplified Chinese locale
has been put in the resource file for Xnmevents.
8606276955: Suitable font for Simplified Chinese locale
has been put in the resource file for Xnmevents.
PHSS_28095:
8606259527: ovsessionmgr is not reusing the existing
Session-ID for multiple logins from a system with the same
user-id. This results in a new thread being created for
each such login.
Resolution:
8606259527: ovsessionmgr has been modified to reuse the
existing Session-ID if the session already exists for the
IP address and User-id pair. Otherwise a new session will
be created.
8606254134: Failure to convert Bytes to Unicode format.
Resolution:
8606254134: Code has been implemented to handle the
conversion.
8606272882: The Network Presenter is throwing a Null
Pointer Exception.
Resolution:
8606272882: Network Presenter was modified to handle the
meta-connection symbols existing on the root submap.
8606281430: The performance reports fail on the HPUX
platforms.
Resolution:
8606281430: The code has been modified to set the
SHLIB_PATH variable.
8606277916: On a system reboot, if the pid existing in the
apachectl pid file was in use, the startup script assumed
that the httpd process was running.
Resolution:
8606277916: The apachectl script has been modified to
start the httpd process via ovstart after a system reboot.
8606276415: xnmtopoconf '-delete' option was defined in-
correctly in the manual page.
Resolution:
8606276415: Updated the '-delete' option in the
xnmtopoconf manual page.
8606276337: Incorrect algorithm is used to open the SNMP
configuration database for the '-imp' option of
xnmsnmpconf.
Resolution:
8606276337: The algorithm for opening the SNMP
configuration database has been modified to ensure
snmpnolookupconf cache is not truncated for the option
'-imp' of xnmsnmpconf.
8606213125: Non-availability of the
field 'isCollectionStationNode' in the filter library.
Resolution:
8606213125: Code has been modified to update the library
with the field.
8606276323: Tracing option not available for ovtrapd.
Resolution:
8606276323: Tracing option has been added for ovtrapd to
log the HEX and ASCII packet dump in the
$OV_LOG/ovtrapd.log file. Refer the ovtrapd manual page
for further details.
8606284782: memory not released after allocation.
Resolution:
8606284782: ipmap was modified to release memory after
allocation/use.
PHSS_28092:
8606249457: netmon merged a node into itself when some
interface IP address configuration changes were detected
on interfaces with ifAlias.
Resolution:
8606249457: netmon was modified to handle changes to
interface IP address configurations on interfaces with or
without alias.
8606248180: netmon was not able to handle changes to IP
addresses. The changes to IP addresses would hence not be
reflected even after a config check.
Resolution:
8606248180: netmon was modified to handle changes to IP
addresses and reflect them in the database.
8606273023:ipmap does not remove gateway symbols and their
connections from the Network and Segment submaps, if the
interface connecting the gateway to the network is removed
(loses its IP address) or changed (gets a new IP address).
Resolution:
8606273023: ipmap was modified to perform the cleanup.
PHSS_28073:
8606249222: OV Events are the internal events for
communication between the OV NNM daemons. The definition
for these events could change between NNM versions and
hence the corresponding MIB file was not included in the
HP proprietary MIBs directory.
Resolution:
8606249222: The script
"$OV_CONTRIB/NNM/event/genTrapdEventsMIB.ovpl" has
been provided to read the "trapd.conf" file, extract the
OV Events and create the MIB file.
PHSS_27917:
8606270618: The ovw manual page was not updated for the
introduced command line option -pollXServer.
Resolution:
8606270618: Manual page of ovw is modified to reflect the
new ovw command line option -pollXServer.
8606275431: ovw executing in command line mode does not
unregister on an exit. Incorrect handling of exit by
ovuispmd for an unregistered ovw client.
Resolution:
8606275431: ovuispmd has been modified to handle the exit
of unregistered ovw clients.
8606271492: Some of the events contain the hostname of the
node in the second varbind.This was not documented in the
trapd.conf file.
Resolution:
8606271492: The information for events which contain
hostname of node in the second varbind is now updated
in the trapd.conf file.
8606271049: Incorrect description of the
OV_DataColl_Agent_Restart event for snmpCollect.
Resolution:
8606271049: Description for the event
OV_DataColl_Agent_Restart in trapd.conf has been corrected.
8606266330: The '-S' and '-R' options of netmon are
mutually exclusive.
Resolution:
8606266330: The '-S' option was introduced for some
specific Cisco routers which are now obsolete. Hence, the
option has been deprecated.
8606228341: Expression Guru of snmpCollect was not querying
all the variables on the agent and hence not verifying
before deciding the direct expressions.
Resolution:
8606228341: Code has been added to expression guru of
snmpCollect to query and verify all the related mib
variables in the percenterrors category before deciding the
direct expressions.
8606249375: One of the decoding routines in libovsnmp did
not handle a particular case.
Resolution:
8606249375: The decoding routine in libovsnmp is corrected.
8606276676: netmon man page had formatting errors.
Resolution:
8606276676: netmon man page has been corrected with the
right formatting.
8606241507: Incorrect description of Level 2 status in the
netmon manual page.
Resolution:
8606241507: netmon man page has been changed to provide
the right explanation for Level2 status.
8606274196: Incorrect handling of segment reduction by
netmon.
Resolution:
8606274196: netmon has been modified to handle secondary
version of network objects.
8606276402: When ovwdb is started with the "-n" option,
only a subset of the objects as specified with the "-n"
option is cached in memory. When a search is made on an
attribute only the cached objects were checked. If
there were objects in the database with that attribute
value but which were not present in the cache, ovwdb never
returned these objects to ovw.
Resolution:
8606276402: ovwdb has been modified to search the database
for non-cached objects.
8606270823: NNM is displaying incorrect error message text
when integrated with SMS.
Resolution:
8606270823: Error message text has been modified.
8606268260: Incorrect behavior of NNM , when integrated
with OVO, on Windows.
Resolution:
8606268260: Code has been modified to handle timestamp.
8606272237: NNM database and the table owner name were
being prefixed to the table name in all the generated
reports, leading to OVreporter not locating the tables.
This led to error in report generation.
Resolution:
8606272237: Report templates have been modified to remove
the database and the table owner name prefixes from the
table name.
PHSS_27867:
ovw, xnmevents or any gui application needs locale
specific resource file to show correct fonts. For Chinese,
Korean or any Asian character display, these locale
specific resource files are missing.
Resolution:
Locale specific resource files have been provided in the
patch. These files will get installed into $OV_NEW_CONF
directory and then later they will be copied under
directory /usr/lib/X11/$LANG/app-defaults/, where the GUI
applications look for it. $LANG refers to locale name in
which GUI applications are running. This patch provides
the resource files for ko_KR.eucKR, zh_CN.hp15CN, and
zh_TW.big5 locales.
PHSS_27836:
8606274432: The thread's stack limitation was causing the
mmonitor to incorrectly handle the local buffers defined in
libovsnmp.
Resolution:
8606274432: libovsnmp has been modified to allocate the
local buffers from the heap memory.
8606276721: A problem with the usage of the dictionary
resulted in the abnormal exit of the ECS engine.
Resolution:
8606276721: Code was modified to fix the problem in the
dictionary.
8606276687: An assumption was made as to the existence of
the file that has to be provided with the -mibFile option.
Resolution:
8606276687: Validated the existence of the file before
processing it.
PHSS_27747:
8606266737: A libovsnmp function was not handling improper
length values while receiving packets.
Resolution:
8606266737: The libovsnmp function was modified to handle
improper length values correctly.
8606266915: ovlauncher failed to convert non-C and
non-Japanese strings to UTF8.
Resoluion:
8606266915 : Code has been implemented to convert non-C and
non-Japanese strings to UTF8.
8606264074: The logic in ovw that determines the highest
submap in the IP Map hierarchy given a source object did not
handle Location submaps.
Resolution:
8606264074 : Code is added to handle Location Submaps when
an object appears in a Location Submap.
8606272817: SNMP response packet contained invalid
error_index value.
Resolution:
8606272817: Modified netmon to handle invalid SNMP
responses.
8606266361: No useful information provided in the message
for problem isolation.
Resolution:
8606266361: Useful information, to assist in problem
isolation provided as a part of the message.
8606267983: A function call returns incorrect value for the
event belonging to category IGNORE (Don't log or Display),
which further causes ovactiond to crash.
Resolution:
8606267983: Defective function was modified to return a
proper value for events belonging to IGNORE category.
8606254823: The number of records to be provided in a
configured report was being limited to a pre-configured
value of ten.
Resolution:
8606254823: Code has been modified to accept the value set
for the variable 'topn_count' in the file
$OV_ANALYSIS_CONF/global.conf and/or the value set for the
variable 'REPORT_TOPN' in the file request.properties
( nested in the $OV_REQUESTD_MAIN_PATH/requests
subdirectories ) associated with the configured report.
8606261353: The connections between the device and the other
end points of the connections are not preserved inside the
location container.
Resolution:
8606261353: ipmap's logic of handling deletion of objects
from a map was modified to preserve the connections inside
the location container.
8606269552: When building the SNMP packet header, the length
of the community name is assumed to be less than 128 bytes.
Resolution:
8606269552: Encoding the length of the community name in the
SNMP packet header has been modified to accept upto 255
bytes.
8606272791: ovtrapd man page was not updated for 64KB trap
enhancement.
Resolution:
8606272791: ovtrapd man page has been updated to include the
64KB trap enhancement.
8606264870: snmpCollect did not handle certain cases during
collection check which resulted in misleading error
messages.
Resolution:
8606264870: Code has been modified to handle those cases
which resulted in misleading error messages.
8606264777: The comparison routine was case sensitive.
Resolution:
8606264777: The comparison routine is modified to be case
insensitive.
8606270467: ovbackup.ovpl accepts a timeout value for
ovresume. This value is passed to all the scripts that
execute ovresume. There could be certain scripts nested in
the $OV_CONF/ovbackup directory that may fail to recognise
the timeout value passed as a parameter, leading to the
failure of that script.
Resolution:
8606270467: In the ovbackup.ovpl script, the script
nnm_checkpoint.ovpl has been isolated to receive the
ovresume timeout value, while the other scripts or binaries
placed in the subdirectories of $OV_CONF/ovbackup ( if any )
do not receive the value.
8606270556: Cannot find Release Notes or Manuals for non-C
and non-Japanese locales.
Resolution:
8606270556: Code has been modified to display the Release
Notes and Manuals in C locale on non-availability of the
requested locale.
8606271466: The menu item "Help->NNM->Patches and
updates" gives the erroneous product version information.
Resolution:
8606271466: Product version information file has been
updated.
8606267361: The buffer used to copy the entries in the file
was hardcoded to hold upto 150 entries.
Resolution:
8606267361: Allocated the buffer to hold all the entries in
the file.
8606246340: Insufficient buffer allocation for holding the
error message caused netmon to dump core instead of printing
the error message.
Resolution:
8606246340: The buffer was allocated suitably for holding
the error message. Hence netmon would now print the error
message.
PHSS_27644:
Double quotes in the ifAlias value for interfaces were not
handled in the report generation code.
Resolution:
The code has been modified to handle double quotes in the
ifAlias value.
PHSS_27641:
The deletion of a symbol (or a submap) involves removing
the symbol (or submap) information, the map object and the
object in the object database. These three operations do
not happen as one single atomic operation. Invalid symbols
and submaps are left behind if ovw aborts after the
deletion of the map object and the object in the object
database, but before the removal of the symbol (or submap)
information.
Resolution:
The verbose option of ovw -mapcount is enhanced to do a
listing of invalid symbols and submaps. A new option '-c'
is provided with ovw -mapcount to clean such invalid
symbols and submaps.
PHSS_27639:
http server process was not handling the bad requests
properly.
Resolution:
Code has been added for handling the bad requests properly.
PHSS_27626:
1.OVdrawNodes.pm was failing to encode XML-special
characters: <>'&". This was causing XML parsing errors.
2.This problem occurs when the server and the browser
are running in different locales.
Resolution:
1.Code has been changed in OVdrawNodes.pm to encode XML
special and non-printable characters.
2.Code is implemented for the server and the browser to
communicate with the UTF8 codeset.
PHSS_27624:
submap is not removed from the router symbol's submap
list. Selecting an event in xnmevents corresponding to the
same router causes NULL pointer access when previous
submap is dereferenced for the router symbol.
Resolution:
ovw is modified to check for NULL pointer dereferencing
before accessing any submap for the symbol's submap list.
PHSS_27617:
Memory allocated to a particular pointer was not freed
properly.
Resolution:
The allocated memory is now freed properly, at appropriate
position.
PHSS_27615:
ovactiond man page does not clearly explain what happens
in the case of multiple events occuring simultaneously.
Resolution:
The man page is updated with the information about
ovactiond behaviour in the case of multiple events
occuring simultaneously.
PHSS_27572:
Loading of MIBs with the -trapType option was incorrectly
handled by xnmloadmib under the Japanese locale.
Resolution:
Modified xnmloadmib to load the MIBs with the -trapType
option under the Japanese locale.
Enhancement:
No
SR:
8606276955 8606279896 8606282042 8606239849 8606280620
8606276940 8606278320 8606280632 8606279382 8606272882
8606254134 8606259527 8606276323 8606213125 8606281430
8606276415 8606284782 8606276337 8606277916 8606249457
8606273023 8606248180 8606249222 8606249375 8606266330
8606271492 8606271049 8606276402 8606275431 8606228341
8606241507 8606272237 8606274196 8606270618 8606268260
8606276676 8606270823 8606267276 8606276687 8606276721
8606274432 8606271466 8606267983 8606254823 8606272817
8606266361 8606267361 8606272791 8606264870 8606261353
8606264777 8606266737 8606266915 8606269552 8606246340
8606264074 8606270467 8606270556 8606235169 8606261776
8606270796 8606237706 8606224612 8606255233 8606258006
8606265952 8606264678
Patch Files:
OVNNMgr.OVMIB-CONTRIB,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/contrib/NNM/event/genTrapdEventsMIB.ovpl
OVNNMgr.OVNNM-RUN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP:
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/
repload_NNM.SRP
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/
integration.pdf
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_evtCatTrend7day.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
g_evtNode1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
g_evtSev1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
g_evtSevTrend1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
g_evtSevTrend7day.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
g_evtCatTrend7day.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_evtNode1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_evtSev1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_evtSevTrend1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_evtSevTrend7day.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_topoDMIDetail1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_topoNetDetail1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_topoSum1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
repload_NNM.SRP
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
integration.pdf
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_evtCatTrend7day.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_evtNode1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_evtSev1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_evtSevTrend1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_evtSevTrend7day.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_topoDMIDetail1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_topoNetDetail1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_topoSum1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/g_evtCatTrend7day.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/g_evtNode1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/g_evtSev1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/g_evtSevTrend1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/g_evtSevTrend7day.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/
repload_NNM.SRP
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/
integration.pdf
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_evtCatTrend7day.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_evtNode1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_evtSev1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_evtSevTrend1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_evtSevTrend7day.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_topoDMIDetail1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_topoNetDetail1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_topoSum1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
g_evtCatTrend7day.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
g_evtNode1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
g_evtSev1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
g_evtSevTrend1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
g_evtSevTrend7day.rpt
/opt/OV/newconfig/OVNNM-RUN/app-defaults/C/XNm
/opt/OV/newconfig/OVNNM-RUN/app-defaults/C/XNmappmon
/opt/OV/newconfig/OVNNM-RUN/app-defaults/C/XNmgraph
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_TW.big5/XNm
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_TW.big5/
XNmappmon
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_TW.big5/XNmgraph
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_CN.hp15CN/XNm
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_CN.hp15CN/
XNmappmon
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_CN.hp15CN/
XNmgraph
/opt/OV/newconfig/OVNNM-RUN/app-defaults/ko_KR.eucKR/XNm
/opt/OV/newconfig/OVNNM-RUN/app-defaults/ko_KR.eucKR/
XNmappmon
/opt/OV/newconfig/OVNNM-RUN/app-defaults/ko_KR.eucKR/
XNmgraph
/opt/OV/lib/libovfilter.3
/opt/OV/lib/libovtopm.3
/opt/OV/bin/ipmap
/opt/OV/bin/netmon
/opt/OV/bin/xnmgraph
/opt/OV/bin/snmpCollect
/opt/OV/bin/ovweb
/opt/OV/bin/xnmcollect
/opt/OV/bin/Perl/lib/perl5/5.6.0/ovreporting.pm
/opt/OV/bin/Perl/lib/perl5/5.6.0/OVdrawNodes.pm
OVNNMgr.OVNNMGR-JPN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/newconfig/OVNNMGR-JPN/conf/ja_JP.eucJP/trapd.conf
/opt/OV/newconfig/OVNNMGR-JPN/conf/ja_JP.SJIS/trapd.conf
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmevents
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/XNm
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmappmon
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmgraph
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmtrap
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmevents
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/XNm
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmappmon
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmgraph
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmtrap
OVNNMgr.OVRPT-RUN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/bin/ovcwd
/opt/OV/bin/ovreppublish
/opt/OV/www/cgi-bin/nnmRptConfig.exe
/opt/OV/www/htdocs/classes/nnmReporting/
debug.nnmReporting.jar
/opt/OV/www/htdocs/classes/nnmReporting/nnmReporting.jar
/opt/OV/www/htdocs/C/OvWebHelp/nnm/Content/rptref.htm
OVNNMgr.OVWWW-JPN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/www/htdocs/ja_JP.eucJP/OvWebHelp/nnm/Content/
rptref.htm
/opt/OV/www/htdocs/ja_JP.SJIS/OvWebHelp/nnm/Content/
rptref.htm
OVNNMgrMan.OVNNM-RUN-MAN,fr=B.06.20.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/man/man1m.Z/netmon.1m
/opt/OV/man/man1m.Z/xnmtopoconf.1m
OVPlatform.OVEVENT-MIN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/etc/opt/OV/share/conf/stacks/pmd/libECSS.sl
/opt/OV/bin/ovtrapd
/opt/OV/bin/xnmevents
/opt/OV/newconfig/OVEVENT-MIN/conf/C/trapd.conf
/opt/OV/newconfig/OVEVENT-MIN/conf/zh_TW.big5/trapd.conf
/opt/OV/newconfig/OVEVENT-MIN/conf/zh_CN.hp15CN/trapd.conf
/opt/OV/newconfig/OVEVENT-MIN/conf/ko_KR.eucKR/trapd.conf
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/C/XNmevents
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/C/XNmtrap
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_TW.big5/
XNmevents
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_TW.big5/
XNmtrap
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_CN.hp15CN/
XNmevents
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_CN.hp15CN/
XNmtrap
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/ko_KR.eucKR/
XNmevents
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/ko_KR.eucKR/
XNmtrap
OVPlatform.OVMIN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/bin/ovspmd
/opt/OV/bin/ovbackup.ovpl
/opt/OV/lib/libovutil.3
/opt/OV/lib/libovsnmp.3
/opt/OV/lib/libov.3
OVPlatform.OVSNMP-MIN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/bin/xnmsnmpconf
OVPlatform.OVWIN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/newconfig/OVWIN/app-defaults/zh_TW.big5/OVw
/opt/OV/newconfig/OVWIN/app-defaults/zh_CN.hp15CN/OVw
/opt/OV/newconfig/OVWIN/app-defaults/ko_KR.eucKR/OVw
/opt/OV/newconfig/OVWIN/app-defaults/C/OVw
/opt/OV/lib/libovw.3
/opt/OV/bin/ovwdb
/opt/OV/bin/ovuispmd
/opt/OV/bin/ovw
/opt/OV/bin/ovmapcount
OVPlatform.OVWWW-FW,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/www/htdocs/classes/libovw.jar
/opt/OV/www/htdocs/classes/jovw/debug.jovw.jar
/opt/OV/www/htdocs/classes/jovw/jovw.jar
/opt/OV/bin/ovsessionmgr
OVPlatform.OVWWW-SRV,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/httpd/bin/ab
/opt/OV/httpd/bin/apachectl
/opt/OV/httpd/bin/apxs
/opt/OV/httpd/bin/dbmmanage
/opt/OV/httpd/bin/htdigest
/opt/OV/httpd/bin/htpasswd
/opt/OV/httpd/bin/httpd
/opt/OV/httpd/bin/logresolve
/opt/OV/httpd/bin/rotatelogs
OVPlatformDevKit.OVWIN-PRG,fr=B.06.20.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/www/htdocs/classes/debug.libovw.jar
OVPlatformMan.OVEVENTMIN-MAN,fr=B.06.20.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/man/man1m.Z/ovtrapd.1m
/opt/OV/man/man1m.Z/ovactiond.1m
OVPlatformMan.OVWIN-MAN,fr=B.06.20.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/man/man1.Z/ovw.1
what(1) Output:
OVNNMgr.OVMIB-CONTRIB,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/contrib/NNM/event/genTrapdEventsMIB.ovpl:
None
OVNNMgr.OVNNM-RUN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP:
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/
repload_NNM.SRP:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/
integration.pdf:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_evtCatTrend7day.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
g_evtNode1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
g_evtSev1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
g_evtSevTrend1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
g_evtSevTrend7day.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
g_evtCatTrend7day.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_evtNode1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_evtSev1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_evtSevTrend1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_evtSevTrend7day.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_topoDMIDetail1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_topoNetDetail1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_topoSum1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
repload_NNM.SRP:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
integration.pdf:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_evtCatTrend7day.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_evtNode1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_evtSev1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_evtSevTrend1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_evtSevTrend7day.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_topoDMIDetail1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_topoNetDetail1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_topoSum1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/g_evtCatTrend7day.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/g_evtNode1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/g_evtSev1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/g_evtSevTrend1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/g_evtSevTrend7day.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/
repload_NNM.SRP:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/
integration.pdf:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_evtCatTrend7day.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_evtNode1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_evtSev1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_evtSevTrend1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_evtSevTrend7day.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_topoDMIDetail1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_topoNetDetail1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_topoSum1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
g_evtCatTrend7day.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
g_evtNode1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
g_evtSev1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
g_evtSevTrend1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
g_evtSevTrend7day.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/app-defaults/C/XNm:
XNm Resources
HP OpenView NNM Release B.06.20 Nov 26 2002
Copyright (c) 1990-2002 Hewlett-Packard Company
/opt/OV/newconfig/OVNNM-RUN/app-defaults/C/XNmappmon:
XNmappmon Resources
HP OpenView NNM Release B.06.20 Nov 26 2002
Copyright (c) 1990-2002 Hewlett-Packard Company
/opt/OV/newconfig/OVNNM-RUN/app-defaults/C/XNmgraph:
XNmgraph Resources
HP OpenView NNM Release B.06.20 Nov 26 2002
Copyright (c) 1990-2002 Hewlett-Packard Company
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_TW.big5/XNm:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_TW.big5/
XNmappmon:
HP OpenView XNmappmon Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_TW.big5/
XNmgraph:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_CN.hp15CN/XNm:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_CN.hp15CN/
XNmappmon:
HP OpenView XNmappmon Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_CN.hp15CN/
XNmgraph:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/ko_KR.eucKR/XNm:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/ko_KR.eucKR/
XNmappmon:
HP OpenView XNmappmon Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/ko_KR.eucKR/
XNmgraph:
HP OpenView XNm Resources
/opt/OV/lib/libovfilter.3:
libovfilter
HP OpenView Filter library (HP Internal only) NNM Re
lease B.06.20
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/lib/libovtopm.3:
libovtopm.sl
findroute
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
HP OpenView Topology NNM Release B.06.20
/opt/OV/bin/ipmap:
ipmap
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/netmon:
HP92453-02A.11.00 HP-UX SYMBOLIC DEBUGGER (END.O ILP
32) $Revision: 75.02 $
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
netmon
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
HP OpenView Network Node Manager NNM Release B.06.20
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
annoio.c $Revision: 1.45 $ $Date: 1998/04/01 06:27:2
6 $
sockstack.c $Revision: 1.68 $ $Date: 1998/06/09 01:1
6:51 $
value.c $Revision$ $Date$
ECS.c $Revision: 1.9 $ $Date: 1998/04/22 23:30:06 $
ECS 3.0 (STABLE_3_x_980804)
ECS REV: 980804.1445(opt) HP-UX B.11.00 5.0
trace.c $Revision: 1.12 $ $Date: 1998/03/12 04:48:38
$
fatal.c $Revision: 1.13 $ $Date: 1998/05/07 02:26:33
$
log.c $Revision: 1.7 $ $Date: 1997/07/04 07:34:11 $
mesgbuf.c $Revision: 1.18 $ $Date: 1998/05/07 00:28:
35 $
sequence.c $Revision: 1.17 $ $Date: 1998/01/28 03:39
:17 $
vstring.c $Revision$ $Date$
/opt/OV/bin/xnmgraph:
xnmgraph
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/snmpCollect:
HP92453-02A.11.00 HP-UX SYMBOLIC DEBUGGER (END.O ILP
32) $Revision: 75.02 $
snmpCollect
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
HP OpenView Network Node Manager NNM Release B.06.20
/opt/OV/bin/ovweb:
ovweb
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/xnmcollect:
xnmcollect
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/Perl/lib/perl5/5.6.0/ovreporting.pm:
ovreporting.pm
HP OpenView NNM Release B.06.20 Nov 26 2002
Copyright (c) 1990-2002 Hewlett-Packard Company
/opt/OV/bin/Perl/lib/perl5/5.6.0/OVdrawNodes.pm:
OVdrawNodes.pm
OVNNMgr.OVNNMGR-JPN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/newconfig/OVNNMGR-JPN/conf/ja_JP.eucJP/trapd.conf:
None
/opt/OV/newconfig/OVNNMGR-JPN/conf/ja_JP.SJIS/trapd.conf:
None
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmevents:
HP OpenView Resources for event browser
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/XNm:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmappmon:
HP OpenView XNmappmon Resources
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmgraph:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmtrap:
HP OpenView Resources for event configurator
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmevents:
HP OpenView Resources for event browser
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/XNm:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmappmon:
HP OpenView XNmappmon Resources
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmgraph:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmtrap:
HP OpenView Resources for event configurator
OVNNMgr.OVRPT-RUN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/bin/ovcwd:
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
ovcwd
/opt/OV/bin/ovreppublish:
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/www/cgi-bin/nnmRptConfig.exe:
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/www/htdocs/classes/nnmReporting/
debug.nnmReporting.jar:
None
/opt/OV/www/htdocs/classes/nnmReporting/nnmReporting.jar:
None
/opt/OV/www/htdocs/C/OvWebHelp/nnm/Content/rptref.htm:
None
OVNNMgr.OVWWW-JPN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/www/htdocs/ja_JP.eucJP/OvWebHelp/nnm/Content/
rptref.htm:
None
/opt/OV/www/htdocs/ja_JP.SJIS/OvWebHelp/nnm/Content/
rptref.htm:
None
OVNNMgrMan.OVNNM-RUN-MAN,fr=B.06.20.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/man/man1m.Z/netmon.1m:
None
/opt/OV/man/man1m.Z/xnmtopoconf.1m:
None
OVPlatform.OVEVENT-MIN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/etc/opt/OV/share/conf/stacks/pmd/libECSS.sl:
log.c $Revision: 1.7 $ $Date: 1997/07/04 07:34:11 $
trace.c $Revision: 1.12 $ $Date: 1998/03/12 04:48:38
$
cinter.c $Revision: /main/NEPTUNE/11 $ $Date: 2001/1
1/07 17:03 UTC $
PATCH PHSS_25339, (PTSfc02120) Sep 2001
engine_control.c $Revision: /main/NILGIRIS/5 $ $Date
: 2000/02/22 14:08 UTC $
events.c $Revision: /main/NILGIRIS/10 $ $Date: 2002/
06/24 05:42 UTC $
fatal.c $Revision: 1.13 $ $Date: 1998/05/07 02:26:33
$
mesgbuf.c $Revision: 1.18 $ $Date: 1998/05/07 00:28:
35 $
bus.c $Revision$ $Date$
clock.c $Revision: /main/NILGIRIS/1 $ $Date: 1999/07
/02 05:55 UTC $
DFIX12000:clock.c 19mar99
combine.c $Revision: /main/NILGIRIS/2 $ $Date: 2001/
01/06 09:20 UTC $
count.c $Revision: /main/NILGIRIS/1 $ $Date: 1999/09
/29 12:35 UTC $
create.c $Revision: /main/NILGIRIS/2 $ $Date: 2000/0
2/04 15:32 UTC $
delay.c $Revision$ $Date$
extract.c $Revision: /main/NILGIRIS/1 $ $Date: 1999/
09/29 12:36 UTC $
filter.c $Revision: /main/NILGIRIS/1 $ $Date: 1999/0
9/29 12:36 UTC $
input.c $Revision: /main/NILGIRIS/5 $ $Date: 2001/02
/20 12:04 UTC $
loader.c $Revision$ $Date$
modify.c $Revision: /main/NILGIRIS/1 $ $Date: 1999/0
9/29 12:30 UTC $
output.c $Revision$ $Date$
rate.c $Revision: /main/NILGIRIS/3 $ $Date: 1999/10/
25 11:06 UTC $
DFIX12000:rate.c 19mar99
PATCH PHSS_18006, Consolidated patch Mar 1999
rearrange.c $Revision$ $Date$
table.c $Revision: /main/NILGIRIS/2 $ $Date: 1999/09
/29 12:31 UTC $
DFIX12000:table.c 19mar99
transit.c $Revision$ $Date$
unless.c $Revision: /main/NILGIRIS/4 $ $Date: 2002/0
6/27 14:09 UTC $
DFIX12000:unless.c 19mar99
assembler.c $Revision: /main/NILGIRIS/1 $ $Date: 200
0/01/28 14:19 UTC $
bif_oid.c $Revision: 1.1 $ $Date: 1997/09/25 05:08:2
4 $
dicts.c $Revision: 1.18 $ $Date: 1998/03/27 09:02:35
$
dicts.c $Revision: /main/NILGIRIS/2 $ $Date: 2002/06
/20 15:04 UTC $
endecrypt.c $Revision: 1.1 $ $Date: 1997/10/15 09:57
:37 $
interpreter.c $Revision: /main/NILGIRIS/10 $ $Date:
2002/07/23 07:22 UTC $
library.c $Revision: /main/NILGIRIS/3 $ $Date: 2002/
07/23 07:23 UTC $
opc_pattern.c $Revision: /main/2 $ $Date: 1998/08/21
10:33 UTC $
circuit.c $Revision: /main/NILGIRIS/1 $ $Date: 1999/
07/02 05:52 UTC $
engine.c $Revision: 1.15 $ $Date: 1997/08/14 00:08:4
2 $
node.c $Revision: 1.44 $ $Date: 1998/05/01 04:33:53
$
nodeclass.c $Revision: 1.16 $ $Date: 1997/09/26 07:3
7:47 $
notify.c $Revision: 1.2 $ $Date: 1997/08/07 08:13:22
$
patching.c $Revision: 1.8 $ $Date: 1997/12/15 06:19:
31 $
port.c $Revision: 1.11 $ $Date: 1996/05/15 05:45:40
$
stream.c $Revision: /main/NILGIRIS/5 $ $Date: 2000/0
1/18 07:32 UTC $
streamio.c $Revision: /main/NILGIRIS/4 $ $Date: 2000
/02/15 15:22 UTC $
ctxtmap.c $Revision: 1.3 $ $Date: 1998/01/29 08:58:2
4 $
datastore.c $Revision: 1.8 $ $Date: 1998/07/25 18:31
:39 $
dfstore.c $Revision: /main/2 $ $Date: 1998/08/07 15:
39 UTC $
factstore.c $Revision: 1.8 $ $Date: 1998/07/25 18:36
:10 $
query.c 1.16 1996/11/20 23:28:02
sequence.c $Revision: 1.17 $ $Date: 1998/01/28 03:39
:17 $
anno_event.c $Revision: 1.18 $ $Date: 1997/08/29 00:
49:58 $
endecode.c $Revision: /main/NILGIRIS/3 $ $Date: 2000
/01/28 15:09 UTC $
value.c $Revision: /main/NILGIRIS/10 $ $Date: 2002/0
8/26 18:54 UTC $
PATCH PHSS_27417, Consolidated Patch July 2002
PATCH PHSS_27335, June 2002
vstring.c $Revision: /main/2 $ $Date: 1998/08/21 10:
54 UTC $
timesync.c $Revision: 1.9 $ $Date: 1997/03/24 08:20:
28 $
container.c $Revision: 1.17 $ $Date: 1998/02/18 00:4
9:18 $
char_sets.c $Revision: /main/2 $ $Date: 1998/08/21 1
0:39 UTC $
engmgr.c $Revision: /main/NILGIRIS/7 $ $Date: 2000/0
3/01 09:41 UTC $
dictionary.c $Revision: /main/NILGIRIS/1 $ $Date: 20
02/07/31 09:40 UTC $
engine_dict.c $Revision: 1.7 $ $Date: 1998/03/23 07:
30:52 $
ECS.c $Revision: 1.9 $ $Date: 1998/04/22 23:30:06 $
ECS 3.1 (A.03.10)
ECS REV: A.03.10
ecsLocale.c $Revision: /main/2 $ $Date: 1998/08/21 1
0:59 UTC $
perror.c $Revision: /main/NILGIRIS/1 $ $Date: 2002/0
6/24 05:45 UTC $
annotate.c $Revision: /main/NILGIRIS/1 $ $Date: 2000
/01/18 07:35 UTC $
annotate.c $Revision: /main/NILGIRIS/1 $ $Date: 1999
/09/29 12:35 UTC $
memory.c $Revision: /main/NILGIRIS/1 $ $Date: 2002/0
4/24 10:02 UTC $
memory.c $Revision$ $Date$
trace.c $Revision: 1.4 $ $Date: 1998/06/10 09:01:45
$
log.c 1.27 1996/06/03 04:56:34
annoio.c $Revision: /main/NILGIRIS/1 $ $Date: 2000/0
1/18 07:31 UTC $
ascii.c $Revision: /main/NILGIRIS/1 $ $Date: 2000/01
/28 14:18 UTC $
ascii_alloc.c $Revision$ $Date$
parse.c $Revision: /main/2 $ $Date: 1998/08/21 10:29
UTC $
token_set.c $Revision$ $Date$
berova.c $Revision: /main/NILGIRIS/3 $ $Date: 2001/0
3/30 06:47 UTC $
md.c $Revision$ $Date$
control.c $Revision: /main/NILGIRIS/1 $ $Date: 1999/
07/12 09:30 UTC $
debug.c $Revision: 1.26 $ $Date: 1997/07/08 07:17:52
$
eventio.c $Revision: 1.37 $ $Date: 1998/05/18 04:14:
16 $
sockstack.c $Revision: /main/NILGIRIS/2 $ $Date: 200
1/02/01 13:10 UTC $
DFIX12001:sockstack.c 01Sept99
engsockmgr.c $Revision: 1.5 $ $Date: 1997/04/09 05:1
2:44 $
sockmgr.c $Revision: /main/NILGIRIS/3 $ $Date: 2000/
01/18 07:46 UTC $
management.c $Revision: /main/NILGIRIS/2 $ $Date: 20
00/01/31 15:41 UTC $
/opt/OV/bin/ovtrapd:
ovtrapd
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/xnmevents:
xnmevents
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/newconfig/OVEVENT-MIN/conf/C/trapd.conf:
None
/opt/OV/newconfig/OVEVENT-MIN/conf/zh_TW.big5/trapd.conf:
None
/opt/OV/newconfig/OVEVENT-MIN/conf/zh_CN.hp15CN/trapd.conf:
None
/opt/OV/newconfig/OVEVENT-MIN/conf/ko_KR.eucKR/trapd.conf:
None
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/C/XNmevents:
HP OpenView Resources for event browser
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/C/XNmtrap:
HP OpenView Resources for event configurator
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_TW.big5/
XNmevents:
HP OpenView Resources for event browser
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_TW.big5/
XNmtrap:
HP OpenView Resources for event configurator
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_CN.hp15CN/
XNmevents:
HP OpenView Resources for event browser
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_CN.hp15CN/
XNmtrap:
HP OpenView Resources for event configurator
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/ko_KR.eucKR/
XNmevents:
HP OpenView Resources for event browser
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/ko_KR.eucKR/
XNmtrap:
HP OpenView Resources for event configurator
OVPlatform.OVMIN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/bin/ovspmd:
ovspmd
HP OpenView ICVT NNM Release B.06.20
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovbackup.ovpl:
None
/opt/OV/lib/libovutil.3:
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
HP OpenView ov utility library (HP Internal only) NN
M Release B.06.20
/opt/OV/lib/libovsnmp.3:
libovsnmp
rnetstat
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
HP OpenView SNMP Dev Kit NNM Release B.06.20
/opt/OV/lib/libov.3:
HP OpenView ov library NNM Release B.06.20
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
OVPlatform.OVSNMP-MIN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/bin/xnmsnmpconf:
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
xnmsnmpconf
OVPlatform.OVWIN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/newconfig/OVWIN/app-defaults/zh_TW.big5/OVw:
HP OpenView OVw Resources
/opt/OV/newconfig/OVWIN/app-defaults/zh_CN.hp15CN/OVw:
HP OpenView OVw Resources
/opt/OV/newconfig/OVWIN/app-defaults/ko_KR.eucKR/OVw:
HP OpenView OVw Resources
/opt/OV/newconfig/OVWIN/app-defaults/C/OVw:
HP OpenView OVw Resources
/opt/OV/lib/libovw.3:
HP OpenView Windows NNM Release B.06.20
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovwdb:
ovwdb
HP OpenView Windows NNM Release B.06.20
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovuispmd:
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovw:
HP OpenView Windows NNM Release B.06.20
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
HP IL EFS v 2.1 bl03; Image EFS Library for HP-UX 8
.07+ & MPower 'libilefs.sl'
ovw
/opt/OV/bin/ovmapcount:
None
OVPlatform.OVWWW-FW,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/www/htdocs/classes/libovw.jar:
None
/opt/OV/www/htdocs/classes/jovw/debug.jovw.jar:
None
/opt/OV/www/htdocs/classes/jovw/jovw.jar:
None
/opt/OV/bin/ovsessionmgr:
ovsessionmgr
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28258, 11262002
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
OVPlatform.OVWWW-SRV,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/httpd/bin/ab:
None
/opt/OV/httpd/bin/apachectl:
None
/opt/OV/httpd/bin/apxs:
None
/opt/OV/httpd/bin/dbmmanage:
None
/opt/OV/httpd/bin/htdigest:
None
/opt/OV/httpd/bin/htpasswd:
None
/opt/OV/httpd/bin/httpd:
patched for CAN-2002-0392 [CERT VU#944335]
/opt/OV/httpd/bin/logresolve:
None
/opt/OV/httpd/bin/rotatelogs:
None
OVPlatformDevKit.OVWIN-PRG,fr=B.06.20.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/www/htdocs/classes/debug.libovw.jar:
None
OVPlatformMan.OVEVENTMIN-MAN,fr=B.06.20.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/man/man1m.Z/ovtrapd.1m:
None
/opt/OV/man/man1m.Z/ovactiond.1m:
None
OVPlatformMan.OVWIN-MAN,fr=B.06.20.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/man/man1.Z/ovw.1:
None
cksum(1) Output:
OVNNMgr.OVMIB-CONTRIB,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,
v=HP:
1150146691 5899 /opt/OV/contrib/NNM/event/
genTrapdEventsMIB.ovpl
OVNNMgr.OVNNM-RUN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP:
658073897 613640 /opt/OV/bin/ipmap
184552772 1864016 /opt/OV/bin/netmon
4001598905 241664 /opt/OV/bin/xnmgraph
1620126570 99617 /opt/OV/bin/Perl/lib/perl5/5.6.0/
ovreporting.pm
2867043551 39791 /opt/OV/bin/Perl/lib/perl5/5.6.0/
OVdrawNodes.pm
4266921482 648200 /opt/OV/bin/snmpCollect
3246451931 40960 /opt/OV/bin/ovweb
3895552345 151552 /opt/OV/bin/xnmcollect
1769364547 846308 /opt/OV/lib/libovfilter.3
4209241657 2628896 /opt/OV/lib/libovtopm.3
1453477935 20938 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
ko_KR.eucKR/XNm
3808301638 10594 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
ko_KR.eucKR/XNmappmon
6197672 23220 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
ko_KR.eucKR/XNmgraph
1122687254 20938 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
zh_CN.hp15CN/XNm
4051044643 10594 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
zh_CN.hp15CN/XNmappmon
4093955672 23220 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
zh_CN.hp15CN/XNmgraph
667605914 20938 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
zh_TW.big5/XNm
1950899568 10594 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
zh_TW.big5/XNmappmon
2494898719 23220 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
zh_TW.big5/XNmgraph
166348095 20281 /opt/OV/newconfig/OVNNM-RUN/app-defaults/C/
XNm
635976680 10042 /opt/OV/newconfig/OVNNM-RUN/app-defaults/C/
XNmappmon
1011189203 21699 /opt/OV/newconfig/OVNNM-RUN/app-defaults/C/
XNmgraph
394132689 72704 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/a_evtCatTrend7day.rpt
824783421 104448 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/a_evtNode1.rpt
2568495141 113664 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/a_evtSev1.rpt
3475193274 71168 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/a_evtSevTrend1.rpt
1666838768 70144 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/a_evtSevTrend7day.rpt
3987991963 71680 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/a_topoDMIDetail1.rpt
3241472520 71168 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/a_topoNetDetail1.rpt
28384378 63488 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/a_topoSum1.rpt
2807870371 71680 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/g_evtCatTrend7day.rpt
1130033571 95232 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/g_evtNode1.rpt
3008134397 71168 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/g_evtSev1.rpt
788058867 70656 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/g_evtSevTrend1.rpt
2518624418 70144 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/g_evtSevTrend7day.rpt
511369503 3750 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/repload_NNM.SRP
3962357977 38893 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/integration.pdf
2364441607 73728 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/a_evtCatTrend7day.rpt
844820809 104448 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/a_evtNode1.rpt
1212727103 114176 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/a_evtSev1.rpt
976493754 71680 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/a_evtSevTrend1.rpt
1171055173 70144 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/a_evtSevTrend7day.rpt
127321140 69120 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/a_topoDMIDetail1.rpt
2945265162 68096 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/a_topoNetDetail1.rpt
1884823727 64512 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/a_topoSum1.rpt
1317071364 71680 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/g_evtCatTrend7day.rpt
638360670 94720 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/g_evtNode1.rpt
3868056312 71168 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/g_evtSev1.rpt
3199640658 70144 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/g_evtSevTrend1.rpt
3510542913 69632 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/g_evtSevTrend7day.rpt
4283155739 3743 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/repload_NNM.SRP
3962357977 38893 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/integration.pdf
3297368721 73728 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/a_evtCatTrend7day.rpt
667396789 96256 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/g_evtNode1.rpt
238003369 71168 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/g_evtSev1.rpt
14703758 71680 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/g_evtSevTrend1.rpt
2293564579 71680 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/g_evtSevTrend7day.rpt
2005834784 73728 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/g_evtCatTrend7day.rpt
654654074 103936 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/a_evtNode1.rpt
1926921180 114176 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/a_evtSev1.rpt
1688160632 72192 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/a_evtSevTrend1.rpt
142931847 71680 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/a_evtSevTrend7day.rpt
552464332 72192 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/a_topoDMIDetail1.rpt
1852033649 71680 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/a_topoNetDetail1.rpt
1545762609 62976 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/a_topoSum1.rpt
1813173129 3753 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/repload_NNM.SRP
3962357977 38893 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/integration.pdf
OVNNMgr.OVNNMGR-JPN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,
v=HP:
3254717490 20918 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.eucJP/XNmevents
1277234564 20953 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.eucJP/XNm
590805189 10462 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.eucJP/XNmappmon
1591671941 22768 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.eucJP/XNmgraph
1426674623 6394 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.eucJP/XNmtrap
358630502 20924 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.SJIS/XNmevents
1026723747 20763 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.SJIS/XNm
4245385614 10462 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.SJIS/XNmappmon
2998183050 22768 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.SJIS/XNmgraph
2932325753 6394 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.SJIS/XNmtrap
848837411 357649 /opt/OV/newconfig/OVNNMGR-JPN/conf/
ja_JP.SJIS/trapd.conf
2975538962 357649 /opt/OV/newconfig/OVNNMGR-JPN/conf/
ja_JP.eucJP/trapd.conf
OVNNMgr.OVRPT-RUN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP:
1544893627 37226 /opt/OV/www/htdocs/C/OvWebHelp/nnm/Content/
rptref.htm
1686204174 233031 /opt/OV/www/htdocs/classes/nnmReporting/
debug.nnmReporting.jar
3004732923 142286 /opt/OV/www/htdocs/classes/nnmReporting/
nnmReporting.jar
2993485304 114688 /opt/OV/www/cgi-bin/nnmRptConfig.exe
2333363311 28672 /opt/OV/bin/ovcwd
3827338061 98304 /opt/OV/bin/ovreppublish
OVNNMgr.OVWWW-JPN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP:
199958540 34133 /opt/OV/www/htdocs/ja_JP.SJIS/OvWebHelp/nnm/
Content/rptref.htm
2005852419 34138 /opt/OV/www/htdocs/ja_JP.eucJP/OvWebHelp/
nnm/Content/rptref.htm
OVNNMgrMan.OVNNM-RUN-MAN,fr=B.06.20.00,
fa=HP-UX_B.11.00_32/64,v=HP:
3604194418 13765 /opt/OV/man/man1m.Z/netmon.1m
955527420 6666 /opt/OV/man/man1m.Z/xnmtopoconf.1m
OVPlatform.OVEVENT-MIN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,
v=HP:
747494324 21231 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
ko_KR.eucKR/XNmevents
778228296 5746 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
ko_KR.eucKR/XNmtrap
316511204 21546 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
zh_CN.hp15CN/XNmevents
541315396 5738 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
zh_CN.hp15CN/XNmtrap
1828781139 21223 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
zh_TW.big5/XNmevents
541315396 5738 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
zh_TW.big5/XNmtrap
3441967092 20067 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
C/XNmevents
541315396 5738 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/C/
XNmtrap
3266679330 371743 /opt/OV/newconfig/OVEVENT-MIN/conf/
ko_KR.eucKR/trapd.conf
3249491629 371729 /opt/OV/newconfig/OVEVENT-MIN/conf/
zh_CN.hp15CN/trapd.conf
883125937 371744 /opt/OV/newconfig/OVEVENT-MIN/conf/
zh_TW.big5/trapd.conf
2402196492 354656 /opt/OV/newconfig/OVEVENT-MIN/conf/C/
trapd.conf
3811960533 49152 /opt/OV/bin/ovtrapd
3785200293 212992 /opt/OV/bin/xnmevents
1355789756 2478080 /etc/opt/OV/share/conf/stacks/pmd/
libECSS.sl
OVPlatform.OVMIN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP:
912988190 1700440 /opt/OV/lib/libovutil.3
1017635402 1790072 /opt/OV/lib/libovsnmp.3
1574407409 266240 /opt/OV/lib/libov.3
2849203596 176128 /opt/OV/bin/ovspmd
2614200472 16160 /opt/OV/bin/ovbackup.ovpl
OVPlatform.OVSNMP-MIN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,
v=HP:
2474076799 94208 /opt/OV/bin/xnmsnmpconf
OVPlatform.OVWIN,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,v=HP:
2314435394 323584 /opt/OV/bin/ovwdb
3540212867 86016 /opt/OV/bin/ovuispmd
603663829 2486272 /opt/OV/bin/ovw
3450592760 158 /opt/OV/bin/ovmapcount
3296187850 729088 /opt/OV/lib/libovw.3
1135143323 22838 /opt/OV/newconfig/OVWIN/app-defaults/C/OVw
2802082829 22278 /opt/OV/newconfig/OVWIN/app-defaults/
ko_KR.eucKR/OVw
3710384976 22278 /opt/OV/newconfig/OVWIN/app-defaults/
zh_CN.hp15CN/OVw
2194310505 22278 /opt/OV/newconfig/OVWIN/app-defaults/
zh_TW.big5/OVw
OVPlatform.OVWWW-FW,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,
v=HP:
3154955797 77824 /opt/OV/bin/ovsessionmgr
3236501337 68478 /opt/OV/www/htdocs/classes/libovw.jar
1733371347 769475 /opt/OV/www/htdocs/classes/jovw/
debug.jovw.jar
3903987975 388924 /opt/OV/www/htdocs/classes/jovw/jovw.jar
OVPlatform.OVWWW-SRV,fr=B.06.20.00,fa=HP-UX_B.11.00_32/64,
v=HP:
2015943931 28796 /opt/OV/httpd/bin/ab
3808817283 7060 /opt/OV/httpd/bin/apachectl
2908369870 18554 /opt/OV/httpd/bin/apxs
3168729259 6428 /opt/OV/httpd/bin/dbmmanage
2081019407 32884 /opt/OV/httpd/bin/htdigest
1736902611 24677 /opt/OV/httpd/bin/htpasswd
3763805908 446464 /opt/OV/httpd/bin/httpd
3282197105 24658 /opt/OV/httpd/bin/logresolve
4013327400 24653 /opt/OV/httpd/bin/rotatelogs
OVPlatformDevKit.OVWIN-PRG,fr=B.06.20.00,
fa=HP-UX_B.11.00_32/64,v=HP:
1070207485 98035 /opt/OV/www/htdocs/classes/debug.libovw.jar
OVPlatformMan.OVEVENTMIN-MAN,fr=B.06.20.00,
fa=HP-UX_B.11.00_32/64,v=HP:
744335313 2221 /opt/OV/man/man1m.Z/ovtrapd.1m
3390217910 3200 /opt/OV/man/man1m.Z/ovactiond.1m
OVPlatformMan.OVWIN-MAN,fr=B.06.20.00,
fa=HP-UX_B.11.00_32/64,v=HP:
3156197471 12279 /opt/OV/man/man1.Z/ovw.1
Patch Conflicts: None
Patch Dependencies:
s700: 11.00: PHSS_27333
s700: 11.11: PHSS_27333
s800: 11.00: PHSS_27333
s800: 11.11: PHSS_27333
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_28095 PHSS_28092 PHSS_28073 PHSS_27917 PHSS_27867 PHSS_27836
PHSS_27747 PHSS_27644 PHSS_27641 PHSS_27639 PHSS_27626 PHSS_27624
PHSS_27617 PHSS_27615 PHSS_27572
Equivalent Patches:
PHSS_28257:
s700: 10.20
s800: 10.20
PSOV_03230:
sparcSOL: 2.6 2.7 2.8
NNM_00965:
intelNT: 4.00 4.01
intelWIN2000: 1.00
Patch Package Size: 25990 KBytes
Installation Instructions:
Please review all instructions and the Hewlett-Packard
SupportLine User Guide or your Hewlett-Packard support terms
and conditions for precautions, scope of license,
restrictions, and, limitation of liability and warranties,
before installing this patch.
------------------------------------------------------------
1. Back up your system before installing a patch.
2. Login as root.
3. Copy the patch to the /tmp directory.
4. Move to the /tmp directory and unshar the patch:
cd /tmp
sh PHSS_28258
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_28258.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHSS_28258. If you do not wish to retain a
copy of the original software, include the patch_save_files
option in the swinstall command above:
-x patch_save_files=false
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHSS_28258.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHSS_28258.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_28258.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
WARNING: This patch should not be loaded unless the last
consolidated patch PHSS_27333 has been loaded.
To check if this patch is on your system use the
following command:
swlist -l product -l fileset PHSS_27333
If swlist cannot find the patch, then you will
need to obtain the PHSS_27333 patch and load it
before loading this patch.
If there are any ovw sessions running on either the
Management Station or on any Management Consoles, these
sessions need to be closed. The "ovstop" command
should then be executed.
WARNING: the patch will not install if any
Network Node Manager processes are
detected.
NOTE: ovstart is NOT executed after the patch is loaded
You will need to manually run ovstart.
Also, in order to keep a history of the patches
installed on your system the post-install script
will attempt to copy this <patch_name>.text file
to /usr/OV/ReleaseNotes/patches
(or /opt/OV/ReleaseNotes/patches). Please make
sure this file is in /tmp before installation.
========================================================
PHSS_27917:
This patch deliver changes to the file $OV_CONF/
$LANG/trapd.conf.
As the $OV_CONF/$LANG/trapd.conf file may have been
customized, this patch installs the new copy of trapd.conf
under the $OV_NEW_CONF directory. This ensures that the
active copy of trapd.conf under $OV_CONF directory is not
overwritten.
If the $OV_CONF/$LANG/trapd.conf file was not customized,
the $OV_CONF/$LANG/trapd.conf file can be overwritten with
the trapd.conf file under the $OV_NEW_CONF/OVEVENT-
MIN/conf/$LANG directory.
However any customizations done to the $OV_CONF/
$LANG/trapd.conf file will need to be merged with the
trapd.conf file under the $OV_NEW_CONF/OVEVENT-MIN/conf/
$LANG directory before a new copy can be installed as
$OV_CONF/$LANG/trapd.conf.
PHSS_27867:
Since $OV_CONF/$LANG/trapd.conf is a user modifiable
resource file, patch installation will not over write it.
So after the patch installation, user has to copy or merge
the $OV_NEW_CONF/OVEVENT-MIN/app-defaults/$LANG/trapd.conf
to $OV_CONF/$LANG/trapd.conf.
-----End of Document ID: PHSS_28258------------------------------------------
Document ID: PHSS_27601
Date Loaded: 20021127
Title: s700_800 11.X OV OB4.00 patch - CC packet
Patch Name: PHSS_27601
Patch Description: s700_800 11.X OV OB4.00 patch - CC packet
Creation Date: 02/11/13
Post Date: 02/11/27
Hardware Platforms - OS Releases:
s700: 11.00 11.11 11.20
s800: 11.00 11.11 11.20
Products:
OmniBackII A.04.00
Filesets:
OMNIBACK-II.OMNI-HPUX-P,fr=A.04.00,fa=HP-UX_B.11.00_32/64,v=HP
OMNIBACK-II.OMNI-OTHUX-P,fr=A.04.00,fa=HP-UX_B.11.00_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair general_release manual_dependencies
Path Name: /hp-ux_patches/s700_800/11.X/PHSS_27601
Symptoms:
PHSS_27601:
Id = HSLco33238 SR:H555007372
Multiple messages:
"Memory copy mode activated"
appear in the session output during MS SQL backup
with the Fast Direct mode enabled.
Id = HSLco34581 SR:H555007993
"devbra" returns 'rewind on close' devices.
Id = HSLco36219 SR:H555008624
When viewing sessions in database context and then
switching context, GUI ends abnormally.
Id = HSLco36343 SR:H555008636
Statistics for DCBF directory are incorrect in GUI.
Id = HSLco36478 SR:H555008657
While attempting to restore an Informix Backup
GUI ends abnormally.
Id = HSLco36751 SR:H555008700
Move client operation does not move the client from
one cell to another but returns the message that
selected client exists in all cells.
Id = HSLco36983 SR:H555008752
Fields on notification page disappear after switching
contexts.
Id = HSLco36998 SR:H555008757
When filesystem is chosen for restore error message
pops up:
"error: Error details unknown.".
Id = HSLco37094 SR:H555008779
Notifications script can be run from anywhere even
with ExternalScriptMode set to 1.
Id = HSLco37174 SR:H555008803
Menu item /Tools/Database Administration is grayed
out in MOM GUI.
Id = HSLco37359 SR:H555008849
OmniBack II GUI abnormally ends on exit.
Id = JAGae12418 SR:8606245960
Backup GUI displays selection, which is inconsistent
with datalist.
Id = JAGae27939 SR:8606263614
GUI session restore picks the last version of file.
Id = JAGae36127 SR:8606271949
MS Exchange 2000 objects are not shown.
PHSS_26362:
Id = HSLco31458 SR:H555006839
When using "omnir -rawdisk", the following is reported:
"[Warning] From: RSM
<host> "" Time:<time>
Following trees from <host>: <Label> session <ID>
were not found in database:
ToSection=Section".
Id = HSLco33515 SR:H555007485
Purgeadvisor reports that filename purge is needed
even after the purge is done.
Id = HSLco33553 SR:H555007502
If filename has the same name as directory that
previously existed, restore from GUI does not work.
Id = HSLco33579 SR:H555007519
When browsing pre-allocation media list only hexID and
label are displayed. Other properties are missing.
Id = HSLco33767 SR:H555007591
GUI crashes during browsing SQL 7 restore objects.
Id = HSLco34046 SR:H555007697
When device different from original device is selected
for restore, device is not changed and original device
is used for restore.
Id = HSLco34174 SR:H555007752
"omnicellinfo -dlobj" ends abnormally.
Id = HSLco34683 SR:H555008049
If xomni is started with -cde option, characters on
tabs in the results area are not readable.
Id = HSLco35007 SR:H555008226
Windows mount points can not be excluded from host
backup if they do not have drive letter assigned.
Id = HSLco35458 SR:H555008431
MOM GUI does not display users.
Id = HSLco35611 SR:H555008476
Restore GUI can not handle two separate Oracle7
database with the same SID. GUI does not display
all objects versions.
Id = HSLco35714 SR:H555008510
SAP restore objects are not displayed.
Id = HSLco35716 SR:H555008511
Data protection and catalog protection date for same
object differs for one day.
Id = HSLco35943 SR:H555008559
After modifying OBII 3.5 Oracle8 barlist using the
4.x GUI, RMAN script gets corrupted.
Id = JAGad92807 SR:8606223711
The current link in the Info menu is labeled
'OmniBack II FAQ' and it points to:
http://ovweb3.external.hp.com/ovfaq
PHSS_26208:
Id = HSLco31198 SR:H555006778
Restore of Oracle7 database to a different host
(backup host and target host are not the same)
fails with the following error message:
"grep: can't open
/etc/opt/omni/oracle/rcs/<Oracle_Sid>.rcs".
Id = HSLco31357 SR:H555006818
GUI crashes during object messages check.
Id = HSLco31665 SR:H555006875
When files are selected for restore and restore is
started, Restore Session Manager reports:
"Error starting VBDA <DATALIST_NAME> on <computer>:
Maximum number of files/directories specified
=> DA will not be started.
Try to specify less files/directories and
restart backup.".
Id = HSLco31031 SR:H555006752
During client upgrade it is not possible to
automatically select all the hosts for the same
Installation Server.
Id = JAGad95458 SR:8606226389
Compress option for the SAP integration in GUI is
enabled.
Id = HSLco31733 SR:H555006893
Additional dates added to periodic backup schedule
after 13 months.
Id = HSLco32409 SR:H555007048
GUI shows incorrect number of SQL objects for the
system.
Id = HSLco32637 SR:H555007125
Printing in OmniBack II 4.x HP-UX GUI does not work.
Id = HSLco32898 SR:H555007231
SNMP traps in language different than English are not
sent. Some messages in Japanese which are send trough
SNMP are truncated.
Id = HSLco32864 SR:H555007211
Linux clients can not be updated from GUI.
Id = JAGae02797 SR:8606233574
Comments can not be added to RMAN script via OmniBack
if '#' is specified before comment.
Id = HSLco32873 SR:H555007218
If you try to restore files in interval that does not
include full backup the following error appears:
"DB unknown error".
Id = HSLco33095 SR:H555007294
Device wizard text update is not working on HPUX 4.X
GUI.
Id = HSLco33471 SR:H555007472
Split pre-exec and post-exec scripts in the EMC
integration are grayed out.
PHSS_24993:
Id = HSLco23175 SR: H555003773
OmniBack II does not support Lotus Domino.
Id = HSLco26518 SR: H555005364
Copying Oracle 8 barlist using the GUI creates
incorrect barlists.
Id = HSLco27575 SR: H555005709
Command "omnimm -enter [slot_range]" returns
"Invalid slot" errors.
Id = HSLco27731 SR: H555005738
Incorrect message is displayed when trying to
browse locked internal database.
Id = HSLco27802 SR: H555005770
It is not possible to get session ID from the
database for Oracle 8 backup sessions.
Id = HSLco27803 SR: H555005771
It is not possible to use "duplex" option.
Id = HSLco27804 SR: H555005772
Number of allocated channels to be used for the
backup cannot be changed.
Id = HSLco27833 SR: H555005786
"Check Installation", "Add Components" and "Upgrade"
in GUI Clients context show incorrect information.
Id = HSLco27837 SR: H555005788
Owner's e-mail address from Administration tab in
Clients context GUI cannot be removed.
Id = HSLco28793 SR: H555006144
Omnir command starts multiple Database Session
Managers.
Id = NSMbb42370 SR: H555006525
Listing from media with "Log Files" selected results
in an internal error.
Id = NSMex04561 SR: H555006119
Restore GUI ends abnormally when trying to display
properties of a file to be restored.
Defect Description:
PHSS_27601:
Id = HSLco33238
MS SQL backup using Fast Direct mode results as
"proper backup", but there are too many messages.
Resolution:
Only one message of type:
"[Normal] From: BMA
<hostname> "<device_name>"
Time: <dd.mm.yy hh:mm:ss>
Memory copy mode activated."
per Backup Media Agent (BMA) is displayed.
Id = HSLco34581
In case that "st_san_safe" kernel parameter is enabled,
system cannot work with 'rewind on close' devices.
So "devbra" is returning devices which are not usable.
Resolution:
"devbra" is changed in order to return
'non-rewind on close' devices only.
Id = HSLco36219
Problem occurs when there are a lot of sessions or
when there are a lot of tree nodes in scoping pane.
Resolution:
Tree control in scoping pane is dynamically collapsed
before context is switched.
Part of SSPUX400_045.
Id = HSLco36343
GUI reports incorrect statistics for DCBF directory.
Resolution:
GUI is improved in order to report correct
statistics for DCBF directory.
Id = HSLco36478
Incorrect indirection operator is used.
Resolution:
Indirection operator is used correctly.
Id = HSLco36751
List of clients residing in the destination cell
server is not updated.
Resolution:
List of clients residing in the destination cell
server is now properly updated.
Id = HSLco36983
During second initialization of combo box an error
occurs while retrieving datalist and leaving the rest
of the fields uninitialized.
Resolution:
Fields on notification page do not disappear after
switching contexts.
Id = HSLco36998
The cause for the error message is refreshing of media
tab. While refreshing it tries to retrieve object
versions of subfolders, which were not clicked, hence
not initialized.
Resolution:
GUI now searches only folders which have object
versions initialized.
Id = HSLco37094
Script can be run from anywhere because omnirpt does
not check the global options file.
Resolution:
Omnirpt was changed and now it checks the global
options file for ExternalScriptMode entry.
Id = HSLco37174
GUI expects "start backup" instead of "monitor" user
rights for starting Database context GUI.
Resolution:
GUI now checks "monitor" user rights for showing
/Tools/Database Administration menu item.
Id = HSLco37359
OmniBack II GUI abnormally ends on exit, when
there are two "Schedule" tabs opened at a time.
Resolution:
OmniBack II GUI ends normally.
Id = JAGae12418
GUI is not able to handle nested mount points.
When GUI receives excluded directory from datalist
file it assumes that the part of the string between
first and second slash represents mount point.
Besides this, mount point is shown in GUI as a
mountpoint and as directory.
Resolution:
GUI is aware of nested mountpoints.
Id = JAGae27939
Even though session selected for restore is not the
last one, GUI will pick the latest version of file
for restore.
Resolution:
Version selection mechanism is fixed.
Id = JAGae36127
"omnidb" options "-msese" and "-msexchange" do not show
MS Exchange 2000 objects.
Resolution:
New "omnidb -msese" option is implemented.
PHSS_26362:
Id = HSLco31458
Restore Session Manager in integration protocol is
changed and omnir is not updated correctly.
Resolution:
Omnir is corrected.
Id = HSLco33515
Purge advisor incorrectly predicts the growth of
the database and reports daily needed purges.
Resolution:
Purge advisor correctly recognizes when database
purge is needed.
Id = HSLco33553
Binaries are incorrectly built.
Resolution:
Binaries are correctly built.
Id = HSLco33579
Message handler for device medium object does not
parse MS_GETTEXT message correctly. Therefore
pre-allocation list does not display all the data.
Resolution:
Message parsing in device medium object improved.
Id = HSLco33767
Insufficient amount of memory is allocated.
Resolution:
Enough memory is allocated.
Id = HSLco34046
Change device option is not working in host
restore mode.
Resolution:
Code is corrected.
Id = HSLco34174
The array, which holds the objects of datalist, is too
small.
Resolution:
The array is increased.
Id = HSLco34683
CDE text default color is white. OmniBack II has white
background so text is not readable.
Resolution:
Instead of button text we now use info text for tabs,
which is black.
Id = HSLco35007
GUI is handling Windows mount point drive paths as
directories.
Resolution:
New global option HandleNestedMountPointsAsRootObjects
is introduced. If this option is set, Windows mount
points are not treated as directories and are not
excluded from backup.
Id = HSLco35458
MOM GUI is not aware of users and the result is "Not
Available" message in results area.
Resolution:
MOM GUI correctly displays users.
Part of SSPUX400_039.
Id = HSLco35611
GUI does not check on which host Oracle7 database is
backed up and all backup versions are appended to
the first one found.
Resolution:
Host matching and object version adding to list is
improved.
Id = HSLco35714
If SAP host is selected in restore context, number of
objects is correct, but first object is displayed for
every object. Cause for the problem is definition of
variable mount.
Resolution:
Value of mount is not initialized but assigned.
Id = HSLco35716
Data protection value is improperly calculated.
Resolution:
Data protection calculation is improved.
Id = HSLco35943
OBII 4.x GUI reparses RMAN script and incorrectly
recomposes it.
Resolution:
RMAN script parsing can be disabled by specifying the
following global variable:
NoGUIRMANScriptParsing=1
Part of SSPUX400_043.
Id = JAGad92807
This page is outdated. It must be labeled 'eCare
Support' and it must point to:
http://support.openview.hp.com/support.jsp?FromPROD
=ob_4_0
Resolution:
Label and links are fixed.
PHSS_26208:
Id = HSLco31198
When restoring Oracle7 tablespace that is backed
up on one backup host to another target Oracle
client, the Restore Session Manager copies the rcs
file to the backup host instead of target host.
Resolution:
The rcs files are properly restored to the
target host.
Id = HSLco31357
In case that object has large number of messages,
GUI crashes during message check.
Resolution:
GUI is improved in order not to crash.
Part of SSPUX400_013.
Id = HSLco31665
Files which are grayed out in GUI are excluded with
option -exclude. Since the number of '-exclude' options
is limited, this can cause restore to fail.
Resolution:
Handling of excluded files is changed.
Id = HSLco31031
During client upgrade it is not possible to
automatically select all the hosts for the same
Installation Server.
Resolution:
GUI is improved.
Id = JAGad95458
The Release Notes state that compression is not
supported for any of the database integrations.
Resolution:
The Compress option in GUI is disabled.
Id = HSLco31733
In next year the same date is not the same day in
week. Scheduled dates after one year are just copied,
so backups are scheduled on wrong days.
Resolution:
Days are correctly moved to next year.
Id = HSLco32409
GUI incorrectly determines which SQL objects has
already been added to SQL restore and which not.
Consequently GUI may display no objects at all,
though omnidb shows objects or the same object
several times.
Resolution:
GUI now correctly determines which SQL objects
have to be added to restore tree.
Id = HSLco32637
Printing is not possible due to missing windu xprinter
directory and *.drv files in OmniBack II installation.
Resolution:
Files are copied to the correct location.
Id = HSLco32898
Formatting of messages for other languages is
different. In case of Japanese messages the buffer
size, which holds SNMP messages, is incorrectly
calculated.
Resolution:
Calculation of buffer size is changed.
Id = HSLco32864
GUI expects Windows Installation Server for Linux
client. However the right one is UNIX Installation
Server.
Resolution:
Checking is improved with new macro for GUI.
Id = JAGae02797
OmniBack II uses '#' character for internal parsing.
Resolution:
Code is changed. New character <alt + 178> is used for
OmniBack II internal parsing.
Id = HSLco32873
Selecting files for restore within interval that does
not include the full backup will trigger an error in
the list_full_rest_chain function.
Resolution:
The function marks an error and sends it to GUI, which
will show a message:
"You have chosen an interval which does not include
all the sessions needed to compose a full restore
chain. Please reconnect to the Cell Server".
Id = HSLco33095
When adding new device in GUI and device type is
changed to SCSI library in first step of wizard,
data format is not changed to interface type.
Resolution:
Window is invalidated and updated.
Id = HSLco33471
Split pre-exec and post-exec scripts working with the
EMC integration are disabled.
Resolution:
Split pre-exec and post-exec scripts working with the
EMC integration are enabled again.
Part of SSPUX400_027.
PHSS_24993:
Id = HSLco23175
OmniBack II does not support Lotus Domino.
Resolution:
OmniBack II supports Lotus Domino.
OmniBack II Lotus Domino integration will work when in
addition these patches (or their successors) are
available and installed:
PHSS_24994/PHSS_24995 (Core)
PHSS_24990/PHSS_24991 (Lotus)
Id = HSLco26518
Copying Oracle 8 barlist using the GUI does not
replace old barlist's name throughout the new
barlist.
Resolution:
Copying Oracle 8 barlists using the GUI works
properly.
Id = HSLco27575
When the slot range is between 1 and 99, a leading
zero is appended to "slot_range" value, which causes
"Invalid slot" errors.
Resolution:
Command "omnimm -enter [slot_range]" works as
expected.
Id = HSLco27731
When trying to browse Omniback's internal database
during the database purge execution, incorrect
"Errors - Details Unknown"
message is displayed.
Resolution:
When trying to browse Omniback's internal database
during the database purge execution, proper
"Cannot open database! Somebody is running
omnidbcheck or omnidbutil command!"
message is displayed.
Id = HSLco27802
Starting Oracle8 backup session immediately after
saving the barlist results in changing barlists' name
to default "New1".
Resolution:
Correct barlist name is set when searching for
the Oracle 8 backup sessions using barlist name
as a filter.
Id = HSLco27803
Recovery Manager script is overwrites duplex every
time it is generated.
Resolution:
GUI part responsible for handling Oracle 8 objects is
improved.
Id = HSLco27804
Generating the Recovery Manager script for backup
calculates the number of channels needed based on
concurrency and default options.
Resolution:
GUI part responsible for handling Oracle 8 objects is
improved.
Id = HSLco27833
"Check Installation", "Add Components" and "Upgrade"
in GUI Clients list all the clients regardless of
Installation Server type (HP-UX or
Windows NT/2000).
Resolution:
Correct list of clients is listed when using option in
GUI Clients context.
Id = HSLco27837
The entries to Owner e-mail text box are added to
cell_info file and cannot be removed.
Resolution:
General Owner email text box displays last e-mail
address entered.
Id = HSLco28793
New Database Session Manager instance is started
every time when omnir is trying to retrieve object
information from the database.
Resolution:
Omnir reuses existing connections.
Part of SSPUX400_003.
Id = NSMbb42370
"Log Files" option is not properly implemented.
Resolution:
"Log Files" option is properly implemented.
Id = NSMex04561
A NULL pointer is set to one of the structures
controlling the files' properties. This causes Restore
Gui to end abnormally.
Resolution:
Files' properties are properly displayed.
Enhancement:
No
SR:
H555008764 H555008657 H555008757 H555007993 8606271949
H555008849 H555008779 H555008700 8606263614 H555008803
H555007372 H555008624 H555007429 H555008752 8606245960
H555008636 H555008476 H555006839 H555008559 8606223711
H555007697 H555008510 H555007502 H555008511 H555008431
H555008226 H555007752 H555008049 H555007519 H555007591
H555007485 H555006893 H555006875 H555007211 8606226389
H555006778 H555007231 H555007125 H555007218 H555007048
H555007472 H555006752 8606233574 H555007294 H555006818
H555005786 H555005788 H555006144 H555006119 H555005364
H555006525 H555005770 H555003773 H555005771 H555005709
H555005772 H555005738
Patch Files:
OMNIBACK-II.OMNI-HPUX-P,fr=A.04.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/omni/databases/vendor/cc/hp/s800/hp-ux-1020/A.04.00/
packet.Z
/opt/omni/databases/vendor/cc/hp/s800/hp-ux-11/A.04.00/
packet.Z
/opt/omni/databases/vendor/momgui/hp/s800/hp-ux-11/A.04.00/
packet.Z
/opt/omni/databases/vendor/momgui/hp/s800/hp-ux-1020/
A.04.00/packet.Z
OMNIBACK-II.OMNI-OTHUX-P,fr=A.04.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/omni/databases/vendor/cc/dec/alpha/osf1-4/A.04.00/
packet.Z
/opt/omni/databases/vendor/cc/gpl/i386/linux-60/A.04.00/
packet.Z
/opt/omni/databases/vendor/cc/ibm/rs6000/aix-42/A.04.00/
packet.Z
/opt/omni/databases/vendor/cc/ncr/i386/mp-ras/A.04.00/
packet.Z
/opt/omni/databases/vendor/cc/sco/i386/sco_sv/A.04.00/
packet.Z
/opt/omni/databases/vendor/cc/sco/i386/unixware/A.04.00/
packet.Z
/opt/omni/databases/vendor/cc/sequent/i386/dynix/A.04.00/
packet.Z
/opt/omni/databases/vendor/cc/sgi/mips/irix-62/A.04.00/
packet.Z
/opt/omni/databases/vendor/cc/siemens/r400/sinix/A.04.00/
packet.Z
/opt/omni/databases/vendor/cc/sun/sparc/solaris-26/A.04.00/
packet.Z
what(1) Output:
OMNIBACK-II.OMNI-HPUX-P,fr=A.04.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/omni/databases/vendor/cc/hp/s800/hp-ux-1020/A.04.00/
packet.Z:
None
/opt/omni/databases/vendor/cc/hp/s800/hp-ux-11/A.04.00/
packet.Z:
None
/opt/omni/databases/vendor/momgui/hp/s800/hp-ux-11/A.04.00/
packet.Z:
None
/opt/omni/databases/vendor/momgui/hp/s800/hp-ux-1020/
A.04.00/packet.Z:
None
OMNIBACK-II.OMNI-OTHUX-P,fr=A.04.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/omni/databases/vendor/cc/dec/alpha/osf1-4/A.04.00/
packet.Z:
None
/opt/omni/databases/vendor/cc/gpl/i386/linux-60/A.04.00/
packet.Z:
None
/opt/omni/databases/vendor/cc/ibm/rs6000/aix-42/A.04.00/
packet.Z:
None
/opt/omni/databases/vendor/cc/ncr/i386/mp-ras/A.04.00/
packet.Z:
None
/opt/omni/databases/vendor/cc/sco/i386/sco_sv/A.04.00/
packet.Z:
None
/opt/omni/databases/vendor/cc/sco/i386/unixware/A.04.00/
packet.Z:
None
/opt/omni/databases/vendor/cc/sequent/i386/dynix/A.04.00/
packet.Z:
None
/opt/omni/databases/vendor/cc/sgi/mips/irix-62/A.04.00/
packet.Z:
None
/opt/omni/databases/vendor/cc/siemens/r400/sinix/A.04.00/
packet.Z:
None
/opt/omni/databases/vendor/cc/sun/sparc/solaris-26/A.04.00/
packet.Z:
None
cksum(1) Output:
OMNIBACK-II.OMNI-HPUX-P,fr=A.04.00,fa=HP-UX_B.11.00_32/64,
v=HP:
3371629098 38679501 /opt/omni/databases/vendor/cc/hp/s800/
hp-ux-1020/A.04.00/packet.Z
35457418 38670553 /opt/omni/databases/vendor/cc/hp/s800/
hp-ux-11/A.04.00/packet.Z
2028644599 212389 /opt/omni/databases/vendor/momgui/hp/s800/
hp-ux-11/A.04.00/packet.Z
2850373572 212099 /opt/omni/databases/vendor/momgui/hp/s800/
hp-ux-1020/A.04.00/packet.Z
OMNIBACK-II.OMNI-OTHUX-P,fr=A.04.00,fa=HP-UX_B.11.00_32/64,
v=HP:
1433540537 6673997 /opt/omni/databases/vendor/cc/dec/alpha/
osf1-4/A.04.00/packet.Z
2710727479 5283383 /opt/omni/databases/vendor/cc/gpl/i386/
linux-60/A.04.00/packet.Z
1903601771 5916551 /opt/omni/databases/vendor/cc/ibm/rs6000/
aix-42/A.04.00/packet.Z
2696817842 5837233 /opt/omni/databases/vendor/cc/ncr/i386/
mp-ras/A.04.00/packet.Z
2080558585 5693513 /opt/omni/databases/vendor/cc/sco/i386/
sco_sv/A.04.00/packet.Z
2373717426 5664677 /opt/omni/databases/vendor/cc/sco/i386/
unixware/A.04.00/packet.Z
3495701467 5788701 /opt/omni/databases/vendor/cc/sequent/
i386/dynix/A.04.00/packet.Z
1951410287 7678059 /opt/omni/databases/vendor/cc/sgi/mips/
irix-62/A.04.00/packet.Z
2031822507 6532511 /opt/omni/databases/vendor/cc/siemens/
r400/sinix/A.04.00/packet.Z
1885363361 6195045 /opt/omni/databases/vendor/cc/sun/sparc/
solaris-26/A.04.00/packet.Z
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies:
If any newer SSP for the Cell Console is installed
on your system, you must re-apply the SSP after
installing this Cell Console patch.
OMNIBACK_00056:
Release Date: Available
Id = HSLco33238 SR:H555007372
OMNIBACK_00056 is required for this defect fix.
PHSS_27586:
Release Date: Available
Id = HSLco34581 SR:H555007993
PHSS_27586 is required for this defect fix.
PHSS_26210:
Release Date: Available
Id = HSLco32873 SR:H555007218
PHSS_26210 is required for this defect fix.
Id = HSLco32898 SR:H555007231
PHSS_26210 is required for this defect fix.
Id = HSLco33515 SR:H555007485
PHSS_26210 is required for this defect fix.
Id = HSLco35007 SR:H555008226
PHSS_26210 is required for this defect fix.
PHSS_26352:
Release Date: Available
Id = HSLco31357 SR:H555006818
Bad catalog access message is displayed without PHSS_26352.
Id = HSLco32873 SR:H555007218
Bad catalog access message is displayed without PHSS_26352.
PHSS_27463:
Release Date: Available
Id = HSLco33553 SR:H555007502
Bad catalog access message is displayed without PHSS_27463.
Id = HSLco35716 SR:H555008511
Bad catalog access message is displayed without PHSS_27463.
Id = JAGad92807 SR:8606223711
Bad catalog access message is displayed without PHSS_27463.
Supersedes:
PHSS_26362 PHSS_26208 PHSS_24993
Equivalent Patches:
PHSS_27600:
s700: 10.20
s800: 10.20
Patch Package Size: 135840 KBytes
Installation Instructions:
Please review all instructions and the Hewlett-Packard
SupportLine User Guide or your Hewlett-Packard support terms
and conditions for precautions, scope of license,
restrictions, and, limitation of liability and warranties,
before installing this patch.
------------------------------------------------------------
1. Back up your system before installing a patch.
2. Login as root.
3. Copy the patch to the /tmp directory.
4. Move to the /tmp directory and unshar the patch:
cd /tmp
sh PHSS_27601
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_27601.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHSS_27601. If you do not wish to retain a
copy of the original software, include the patch_save_files
option in the swinstall command above:
-x patch_save_files=false
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHSS_27601.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHSS_27601.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_27601.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
PHSS_27601:
NOTE!
This Patch has to be installed on the Installation
Server host.
The User Interface must be redistributed to the client
system(s) after the installation of the patch in order
to get the fixes into effect.
For distribution of the User Interface, refer to the
OmniBackII Installation guide.
Patch includes the following Site Specific Patches:
SSPUX400_003
SSPUX400_013
SSPUX400_027
SSPUX400_039
SSPUX400_043
SSPUX400_045
-----End of Document ID: PHSS_27601------------------------------------------
Document ID: PHSS_27597
Date Loaded: 20021127
Title: s700_800 11.X OV DP5.00 patch - SSEA packet
Patch Name: PHSS_27597
Patch Description: s700_800 11.X OV DP5.00 patch - SSEA packet
Creation Date: 02/11/19
Post Date: 02/11/27
Hardware Platforms - OS Releases:
s700: 11.00 11.11 11.20
s800: 11.00 11.11 11.20
Products:
DATA-PROTECTOR A.05.00
Filesets:
DATA-PROTECTOR.OMNI-SSEA-P,fr=A.05.00,fa=HP-UX_B.11.00_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHSS_27597
Symptoms:
PHSS_27597:
Id = HSLco34841 SR: H555008141
Pre- and post-exec scripts are improperly executed.
Id = HSLco36041 SR: H555008585
A warning:
"[Warning] From: SSEA
<hostname> "" Time: <time>
Failed to get a BC pair for LDEV 0, MU# 0
in RAID <num>. (Details unknown.)"
is reported during a Data Protector XP Integration
backup.
Id = HSLco37258 SR: H555008827
Mounting of vxfs on VxVM volume fails on the backup
host.
Id = HSLco37704 SR: H555008887
The connection with the host running SSEA agent is
broken.
Id = HSLco38089 SR: H555009003
SSEA backup session fails with:
"[Critical] From: BSM
<hostname> "<barlist>"
Time: <time>
None of the Disk Agents completed successfully.
Session has failed."
Defect Description:
PHSS_27597:
Id = HSLco34841 SR: H555008141
Scripts are executed with ".%s" which is "sh" instead of
script name.
Resolution:
The dot is removed from fuction that executes the
scripts.
Part of SSPUX500_001.
Id = HSLco36041 SR: H555008585
SSEA agent improperly handles "LDEV 0" (unknown logical
device).
Resolution:
Logical device resolution is improved by adding
additional checking in cases where "LDEV 0" is
encountered.
Part of SSPUX500_002.
Id = HSLco37258 SR: H555008827
Disk group importing procedure is incorrectly
implemeted for the backup side.
Resolution:
Disk group importing procedure in corrected.
Id = HSLco37704 SR: H555008887
In environments where the firewall between Cell Server
and client(s) with firewall idle timeout of <x>
minutes is present, it can happen that an agent is in
idle state for the amount of time longer than mentioned
timeout. In such cases, firewall breaks the connection
between Cell Server and the client(s).
Resolution:
New environment variable OB2IPCKEEPALIVE is introduced.
Setting its value to any of YES, TRUE, ON or 1 in
/opt/omni/.omnirc file on Cell Server causes sending a
dummy package from time to time in order to keep the
connection open.
Id = HSLco38089 SR: H555009003
The data structure that holds information used for
calling the pairvolstat() API is not re-initialized
before a new pairvolstat() call.
Resolution:
The data structure that holds information used for
calling the pairvolstat() API is re-initialized
before a new pairvolstat() call.
Part of SSPUX500_008 and SSPSOL500_001.
Enhancement:
No
SR:
H555008887 H555008827 H555008141 H555008585 H555009003
Patch Files:
DATA-PROTECTOR.OMNI-SSEA-P,fr=A.05.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/omni/databases/vendor/ssea/hp/s800/hp-ux-11/A.05.00/
packet.Z
/opt/omni/databases/vendor/ssea/hp/s800/hp-ux-1020/A.05.00/
packet.Z
/opt/omni/databases/vendor/ssea/sun/sparc/solaris-7/A.05.00/
packet.Z
what(1) Output:
DATA-PROTECTOR.OMNI-SSEA-P,fr=A.05.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/omni/databases/vendor/ssea/hp/s800/hp-ux-11/A.05.00/
packet.Z:
None
/opt/omni/databases/vendor/ssea/hp/s800/hp-ux-1020/A.05.00/
packet.Z:
None
/opt/omni/databases/vendor/ssea/sun/sparc/solaris-7/A.05.00/
packet.Z:
None
cksum(1) Output:
DATA-PROTECTOR.OMNI-SSEA-P,fr=A.05.00,
fa=HP-UX_B.11.00_32/64,v=HP:
2992416339 427334 /opt/omni/databases/vendor/ssea/sun/sparc/
solaris-7/A.05.00/packet.Z
1494851457 458839 /opt/omni/databases/vendor/ssea/hp/s800/
hp-ux-1020/A.05.00/packet.Z
3866573807 465111 /opt/omni/databases/vendor/ssea/hp/s800/
hp-ux-11/A.05.00/packet.Z
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes: None
Equivalent Patches:
DPSOL_00004:
sparcSOL: 2.7 2.8
Patch Package Size: 1340 KBytes
Installation Instructions:
Please review all instructions and the Hewlett-Packard
SupportLine User Guide or your Hewlett-Packard support terms
and conditions for precautions, scope of license,
restrictions, and, limitation of liability and warranties,
before installing this patch.
------------------------------------------------------------
1. Back up your system before installing a patch.
2. Login as root.
3. Copy the patch to the /tmp directory.
4. Move to the /tmp directory and unshar the patch:
cd /tmp
sh PHSS_27597
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_27597.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHSS_27597. If you do not wish to retain a
copy of the original software, include the patch_save_files
option in the swinstall command above:
-x patch_save_files=false
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHSS_27597.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHSS_27597.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_27597.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
PHSS_27597:
NOTE!
This patch has to be installed on the Installation
Server host.
The DP SSEA agent must be redistributed to the SSEA
client system(s) after the installation of the patch
in order to get the fixes into effect.
For distribution of the SSEA agent, refer to
the Data Protector Installation guide.
Patch includes the following Site Specific Patches:
SSPUX500_001
SSPUX500_002
SSPUX500_008
SSPSOL500_001
-----End of Document ID: PHSS_27597------------------------------------------
Document ID: PHSS_27583
Date Loaded: 20021127
Title: s700_800 11.X OV DP5.00 patch - CORE packet
Patch Name: PHSS_27583
Patch Description: s700_800 11.X OV DP5.00 patch - CORE packet
Creation Date: 02/11/25
Post Date: 02/11/27
Hardware Platforms - OS Releases:
s700: 11.00 11.11 11.20
s800: 11.00 11.11 11.20
Products:
DATA-PROTECTOR A.05.00
Filesets:
DATA-PROTECTOR.OMNI-CORE-IS,fr=A.05.00,fa=HP-UX_B.11.00_32/64,v=HP
DATA-PROTECTOR.OMNI-INTEG-P,fr=A.05.00,fa=HP-UX_B.11.00_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHSS_27583
Symptoms:
PHSS_27583:
Id = HSLco36403 SR:H555008641
Whenever there is Data Protector activity going on in
the Cell, the update of the NT clients fails.
Id = HSLco36659 SR:H555008681
When using command "omnidb -help", -msese argument is
not displayed.
Id = HSLco36701 SR:H555008688
Upgrade from OmniBack II to Data Protector does not
work on Solaris 5.6 platform.
Id = HSLco37977 SR:H555008950
After running "omnidbutil -cdbsync", the Catalog
Database is lost.
Id = HSLco38032 SR:H555008977
During Oracle Split Mirror Backup Data Protector
displays error:
"Exec_SVRMGRL[5]: /var/opt/omni/tmp/smb.<PID>:
cannot create
Exec_SVRMGRL[5]: /var/opt/omni/tmp/smb.<PID>:
cannot open
[Major] From: ob2rman.exe
<hostname> "<barlist_name>"
Time: mm/dd/yy hh:mm:ss
The Production Database is not in automatic archival
mode.
Please set log_archive_start = true in your init.ora
file."
Defect Description:
PHSS_27583:
Id = HSLco36403 SR:H555008641
Data Protector erroneously tries to unpack already
unpacked error message in "omnicc" and overwrites
another variable.
Resolution:
Error unpacking and variable name are changed.
Id = HSLco36659 SR:H555008681
Argument -msese is missing in the catalog.
Resolution:
Argument -msese is added to the catalog.
Id = HSLco36701 SR:H555008688
In case that /opt/omni directory does not exist on
the client system, upgrade does not work for
Solaris 5.6 platform.
Resolution:
Upgrade creates /opt/omni directory in case that
it does not exist.
Id = HSLco37977 SR:H555008950
If "omnidbutil -cdbsync" is started on the
Manager-of-Managers client, local Media Management
Database (MMDB) is used for database synchronization.
Resolution:
If "omnidbutil -cdbsync" is running on a
Manager-of-Managers client, it issues an
error message and stops the operation.
Id = HSLco38032 SR:H555008977
The /var/opt/omni/tmp/smb.(PID) file is not removed
at the completion of the smb_common.sh script.
When the PID is duplicated then the new
/var/opt/omni/tmp/smb.(PID) file can not be created.
Resolution:
The /var/opt/omni/tmp/smb.(PID) file is removed
at the completion of the smb_common.sh script.
Part of SSPUX500_006.
Enhancement:
No
SR:
H555008977 H555008688 H555008681 H555008641 H555008891
H555008950 H555008651
Patch Files:
DATA-PROTECTOR.OMNI-CORE-IS,fr=A.05.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/omni/databases/utils/sun/sparc/solaris-26/utils.tar
/opt/omni/databases/vendor/omnicf/siemens/r400/sinix/
A.05.00/packet.Z
/opt/omni/databases/vendor/omnicf/sgi/mips/irix-62/A.05.00/
packet.Z
/opt/omni/databases/vendor/omnicf/sco/i386/unixware/A.05.00/
packet.Z
/opt/omni/databases/vendor/omnicf/sco/i386/sco_sv/A.05.00/
packet.Z
/opt/omni/databases/vendor/omnicf/ibm/rs6000/aix-42/A.05.00/
packet.Z
/opt/omni/databases/vendor/omnicf/gpl/i386/linux-60/A.05.00/
packet.Z
/opt/omni/databases/vendor/omnicf/dec/alpha/osf1-4/A.05.00/
packet.Z
/opt/omni/databases/vendor/omnicf/sun/sparc/solaris-26/
A.05.00/packet.Z
/opt/omni/databases/vendor/omnicf/hp/s800/hp-ux-1020/
A.05.00/packet.Z
/opt/omni/databases/vendor/omnicf/hp/s800/hp-ux-11/A.05.00/
packet.Z
DATA-PROTECTOR.OMNI-INTEG-P,fr=A.05.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/omni/databases/vendor/integ/hp/s800/hp-ux-1020/A.05.00/
packet.Z
/opt/omni/databases/vendor/integ/hp/s800/hp-ux-11/A.05.00/
packet.Z
/opt/omni/databases/vendor/integ/sun/sparc/solaris-26/
A.05.00/packet.Z
/opt/omni/databases/vendor/integ/ibm/rs6000/aix-42/A.05.00/
packet.Z
/opt/omni/databases/vendor/integ/gpl/i386/linux-60/A.05.00/
packet.Z
what(1) Output:
DATA-PROTECTOR.OMNI-CORE-IS,fr=A.05.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/omni/databases/utils/sun/sparc/solaris-26/utils.tar:
None
/opt/omni/databases/vendor/omnicf/siemens/r400/sinix/
A.05.00/packet.Z:
None
/opt/omni/databases/vendor/omnicf/sgi/mips/irix-62/A.05.00/
packet.Z:
None
/opt/omni/databases/vendor/omnicf/sco/i386/unixware/A.05.00/
packet.Z:
None
/opt/omni/databases/vendor/omnicf/sco/i386/sco_sv/A.05.00/
packet.Z:
None
/opt/omni/databases/vendor/omnicf/ibm/rs6000/aix-42/A.05.00/
packet.Z:
None
/opt/omni/databases/vendor/omnicf/gpl/i386/linux-60/A.05.00/
packet.Z:
None
/opt/omni/databases/vendor/omnicf/dec/alpha/osf1-4/A.05.00/
packet.Z:
None
/opt/omni/databases/vendor/omnicf/sun/sparc/solaris-26/
A.05.00/packet.Z:
None
/opt/omni/databases/vendor/omnicf/hp/s800/hp-ux-1020/
A.05.00/packet.Z:
None
/opt/omni/databases/vendor/omnicf/hp/s800/hp-ux-11/A.05.00/
packet.Z:
None
DATA-PROTECTOR.OMNI-INTEG-P,fr=A.05.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/omni/databases/vendor/integ/hp/s800/hp-ux-1020/A.05.00/
packet.Z:
None
/opt/omni/databases/vendor/integ/hp/s800/hp-ux-11/A.05.00/
packet.Z:
None
/opt/omni/databases/vendor/integ/sun/sparc/solaris-26/
A.05.00/packet.Z:
None
/opt/omni/databases/vendor/integ/ibm/rs6000/aix-42/A.05.00/
packet.Z:
None
/opt/omni/databases/vendor/integ/gpl/i386/linux-60/A.05.00/
packet.Z:
None
cksum(1) Output:
DATA-PROTECTOR.OMNI-CORE-IS,fr=A.05.00,
fa=HP-UX_B.11.00_32/64,v=HP:
2575724644 2387687 /opt/omni/databases/vendor/omnicf/hp/
s800/hp-ux-11/A.05.00/packet.Z
369069187 2181484 /opt/omni/databases/vendor/omnicf/hp/s800/
hp-ux-1020/A.05.00/packet.Z
858794559 2119083 /opt/omni/databases/vendor/omnicf/sun/
sparc/solaris-26/A.05.00/packet.Z
1932340859 1975020 /opt/omni/databases/vendor/omnicf/dec/
alpha/osf1-4/A.05.00/packet.Z
2901253979 1457617 /opt/omni/databases/vendor/omnicf/gpl/
i386/linux-60/A.05.00/packet.Z
3021287915 1732943 /opt/omni/databases/vendor/omnicf/ibm/
rs6000/aix-42/A.05.00/packet.Z
4204902970 1617153 /opt/omni/databases/vendor/omnicf/sco/
i386/sco_sv/A.05.00/packet.Z
291721440 1609487 /opt/omni/databases/vendor/omnicf/sco/
i386/unixware/A.05.00/packet.Z
604131045 2453904 /opt/omni/databases/vendor/omnicf/sgi/
mips/irix-62/A.05.00/packet.Z
4155650927 1905749 /opt/omni/databases/vendor/omnicf/
siemens/r400/sinix/A.05.00/packet.Z
2514571528 61440 /opt/omni/databases/utils/sun/sparc/
solaris-26/utils.tar
DATA-PROTECTOR.OMNI-INTEG-P,fr=A.05.00,
fa=HP-UX_B.11.00_32/64,v=HP:
1353908339 1749815 /opt/omni/databases/vendor/integ/gpl/
i386/linux-60/A.05.00/packet.Z
2760673573 2569493 /opt/omni/databases/vendor/integ/ibm/
rs6000/aix-42/A.05.00/packet.Z
1426641348 2319363 /opt/omni/databases/vendor/integ/sun/
sparc/solaris-26/A.05.00/packet.Z
613676407 2665609 /opt/omni/databases/vendor/integ/hp/s800/
hp-ux-11/A.05.00/packet.Z
4245313661 2576920 /opt/omni/databases/vendor/integ/hp/s800/
hp-ux-1020/A.05.00/packet.Z
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes: None
Equivalent Patches:
DPSOL_00002:
sparcSOL: 2.7 2.8
Patch Package Size: 30690 KBytes
Installation Instructions:
Please review all instructions and the Hewlett-Packard
SupportLine User Guide or your Hewlett-Packard support terms
and conditions for precautions, scope of license,
restrictions, and, limitation of liability and warranties,
before installing this patch.
------------------------------------------------------------
1. Back up your system before installing a patch.
2. Login as root.
3. Copy the patch to the /tmp directory.
4. Move to the /tmp directory and unshar the patch:
cd /tmp
sh PHSS_27583
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_27583.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHSS_27583. If you do not wish to retain a
copy of the original software, include the patch_save_files
option in the swinstall command above:
-x patch_save_files=false
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHSS_27583.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHSS_27583.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_27583.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
PHSS_27583:
NOTE!
This Patch has to be installed on all Installation
Server hosts.
Because the Core package is a part of all agents, all
client packages need to be redistributed after this patch
was installed on the Installation Server in order to
enable the changes (Disk Agents, Media Agents, ...).
Patch includes the following Site Specific Patches:
SSPUX500_006
-----End of Document ID: PHSS_27583------------------------------------------
Document ID: PHCO_28112
Date Loaded: 20021127
Title: s700_800 11.00 Euro EBCDIC/PC and JVC iconv and converters
Patch Name: PHCO_28112
Patch Description: s700_800 11.00 Euro EBCDIC/PC and JVC iconv and converters
Creation Date: 02/11/05
Post Date: 02/11/27
Hardware Platforms - OS Releases:
s700: 11.00
s800: 11.00
Products: N/A
Filesets:
OS-Core.CMDS-AUX,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP
International.JAPANESE,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair enhancement general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHCO_28112
Symptoms:
PHCO_28112:
User is not able to convert between the following code sets:
- ISO-885915 and all of the new Western European EBCDIC
code pages supporting the Euro symbol
- UTF-8 and all of the EBCIDC code pages.
- UTF-8 and all of the new Western European (Euro) EBCDIC
code pages.
- Conversion between PC code pages and UCS2/utf8.
- Conversion not possible using eucJP-ASCII and
sjis-ASCII aliases.
The primary application in which this is evident is
SNAPlus2.
PHCO_22801:
iconv support for Opengroup Japan Vendor Council
PHCO_17317:
System-level iconv support for ISO8859-15 codeset
Defect Description:
PHCO_28112:
The applicable converters and config.iconv entries were
delivered in a 10.20 patch (PHCO_19780) for the following
codesets. These converters are delivered in this patch.
- ISO-885915 and all of the new Western European EBCDIC
code pages supporting the Euro symbol
- UTF-8 and all of the EBCIDC code pages.
- UTF-8 and all of the new Western European (Euro) EBCDIC
code pages.
- Conversion between PC code pages and UCS2/utf8
- Config.iconv aliases missing for eucJP-ASCII
and sjis-ASCII.
Resolution:
Defect Repair.
PHCO_22801:
Cumulative iconv converter patch - Euro and
Japan Vendor Council.
This patch is the cumulative iconv converter
table patch and contains converters in
support of ISO-885915/Unicode (Euro) and Japanese
eucJP/SJIS/Unicode conversions.
This patch provides Japanese iconv conversion tables
which conform to the Open Group Japanese Vendor
Council (TOG/JVC) CDE/Motif Technical working
group recommendations in ensuring interoperability
of ISO10646/Unicode/JIS-0221 within Japanese
computing environments.
Note: JIS-0221 is the Japanese national standard
equivalent to ISO-10646:1993 and Unicode 2.1.
The TOG/JVC has formalized three possible converter
mappings for several characters. These mappings are:
o JIS-0221 based on a strict JIS-0201 standard
interpretation.
o JIS-0221 Extended which allows for greater
co-existence in current ASCII-based
(i.e UNIX) environments.
o JIS-0221 based on Microsoft's Japanese mappings.
This patch provides mappings between HP's EUC and
Shift-JIS characters to those specified by the strict
JIS-0201 interpretation as well as the Micorsoft
mappings. The JIS-0221 Extended conversion
mappings are already provided within HP-UX.
Resolution:
Enhancement.
PHCO_17317:
System-level iconv support for ISO8859-15/Unicode codesets
Resolution:
Defect Repair
Enhancement:
No (superseded patches contained enhancements)
PHCO_22801:
Cumulative iconv converter patch - Euro and
Japan Vendor Council.
This patch is the cumulative iconv converter
table patch and contains converters in
support of ISO-885915/Unicode (Euro) and Japanese
eucJP/SJIS/Unicode conversions.
SR:
8606241204 8606283950 8606284411 4701409920 8606168041
8606287703
Patch Files:
OS-Core.CMDS-AUX,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
/usr/lib/nls/iconv/config.iconv
/usr/lib/nls/iconv/tables.1/cp1140=iso815
/usr/lib/nls/iconv/tables.1/cp1140=ucs2
/usr/lib/nls/iconv/tables.1/cp1141=iso815
/usr/lib/nls/iconv/tables.1/cp1141=ucs2
/usr/lib/nls/iconv/tables.1/cp1142=iso815
/usr/lib/nls/iconv/tables.1/cp1142=ucs2
/usr/lib/nls/iconv/tables.1/cp1143=iso815
/usr/lib/nls/iconv/tables.1/cp1143=ucs2
/usr/lib/nls/iconv/tables.1/cp1144=iso815
/usr/lib/nls/iconv/tables.1/cp1144=ucs2
/usr/lib/nls/iconv/tables.1/cp1145=iso815
/usr/lib/nls/iconv/tables.1/cp1145=ucs2
/usr/lib/nls/iconv/tables.1/cp1146=iso815
/usr/lib/nls/iconv/tables.1/cp1146=ucs2
/usr/lib/nls/iconv/tables.1/cp1147=iso815
/usr/lib/nls/iconv/tables.1/cp1147=ucs2
/usr/lib/nls/iconv/tables.1/cp1148=iso815
/usr/lib/nls/iconv/tables.1/cp1148=ucs2
/usr/lib/nls/iconv/tables.1/cp1149=iso815
/usr/lib/nls/iconv/tables.1/cp1149=ucs2
/usr/lib/nls/iconv/tables.1/cp1250=ucs2
/usr/lib/nls/iconv/tables.1/cp1251=ucs2
/usr/lib/nls/iconv/tables.1/cp1252=ucs2
/usr/lib/nls/iconv/tables.1/cp1253=ucs2
/usr/lib/nls/iconv/tables.1/cp1254=ucs2
/usr/lib/nls/iconv/tables.1/cp1255=ucs2
/usr/lib/nls/iconv/tables.1/cp1256=ucs2
/usr/lib/nls/iconv/tables.1/cp1257=ucs2
/usr/lib/nls/iconv/tables.1/cp1258=ucs2
/usr/lib/nls/iconv/tables.1/cp437=ucs2
/usr/lib/nls/iconv/tables.1/cp737=ucs2
/usr/lib/nls/iconv/tables.1/cp775=ucs2
/usr/lib/nls/iconv/tables.1/cp850=ucs2
/usr/lib/nls/iconv/tables.1/cp852=ucs2
/usr/lib/nls/iconv/tables.1/cp855=ucs2
/usr/lib/nls/iconv/tables.1/cp857=ucs2
/usr/lib/nls/iconv/tables.1/cp860=ucs2
/usr/lib/nls/iconv/tables.1/cp861=ucs2
/usr/lib/nls/iconv/tables.1/cp862=ucs2
/usr/lib/nls/iconv/tables.1/cp863=ucs2
/usr/lib/nls/iconv/tables.1/cp864=ucs2
/usr/lib/nls/iconv/tables.1/cp865=ucs2
/usr/lib/nls/iconv/tables.1/cp866=ucs2
/usr/lib/nls/iconv/tables.1/cp869=ucs2
/usr/lib/nls/iconv/tables.1/cp874=ucs2
/usr/lib/nls/iconv/tables.1/iso815=cp1140
/usr/lib/nls/iconv/tables.1/iso815=cp1141
/usr/lib/nls/iconv/tables.1/iso815=cp1142
/usr/lib/nls/iconv/tables.1/iso815=cp1143
/usr/lib/nls/iconv/tables.1/iso815=cp1144
/usr/lib/nls/iconv/tables.1/iso815=cp1145
/usr/lib/nls/iconv/tables.1/iso815=cp1146
/usr/lib/nls/iconv/tables.1/iso815=cp1147
/usr/lib/nls/iconv/tables.1/iso815=cp1148
/usr/lib/nls/iconv/tables.1/iso815=cp1149
/usr/lib/nls/iconv/tables.1/ucs2=cp1140
/usr/lib/nls/iconv/tables.1/ucs2=cp1141
/usr/lib/nls/iconv/tables.1/ucs2=cp1142
/usr/lib/nls/iconv/tables.1/ucs2=cp1143
/usr/lib/nls/iconv/tables.1/ucs2=cp1144
/usr/lib/nls/iconv/tables.1/ucs2=cp1145
/usr/lib/nls/iconv/tables.1/ucs2=cp1146
/usr/lib/nls/iconv/tables.1/ucs2=cp1147
/usr/lib/nls/iconv/tables.1/ucs2=cp1148
/usr/lib/nls/iconv/tables.1/ucs2=cp1149
/usr/lib/nls/iconv/tables.1/ucs2=cp1250
/usr/lib/nls/iconv/tables.1/ucs2=cp1251
/usr/lib/nls/iconv/tables.1/ucs2=cp1252
/usr/lib/nls/iconv/tables.1/ucs2=cp1253
/usr/lib/nls/iconv/tables.1/ucs2=cp1254
/usr/lib/nls/iconv/tables.1/ucs2=cp1255
/usr/lib/nls/iconv/tables.1/ucs2=cp1256
/usr/lib/nls/iconv/tables.1/ucs2=cp1257
/usr/lib/nls/iconv/tables.1/ucs2=cp1258
/usr/lib/nls/iconv/tables.1/ucs2=cp437
/usr/lib/nls/iconv/tables.1/ucs2=cp737
/usr/lib/nls/iconv/tables.1/ucs2=cp775
/usr/lib/nls/iconv/tables.1/ucs2=cp850
/usr/lib/nls/iconv/tables.1/ucs2=cp852
/usr/lib/nls/iconv/tables.1/ucs2=cp855
/usr/lib/nls/iconv/tables.1/ucs2=cp857
/usr/lib/nls/iconv/tables.1/ucs2=cp860
/usr/lib/nls/iconv/tables.1/ucs2=cp861
/usr/lib/nls/iconv/tables.1/ucs2=cp862
/usr/lib/nls/iconv/tables.1/ucs2=cp863
/usr/lib/nls/iconv/tables.1/ucs2=cp864
/usr/lib/nls/iconv/tables.1/ucs2=cp865
/usr/lib/nls/iconv/tables.1/ucs2=cp866
/usr/lib/nls/iconv/tables.1/ucs2=cp869
/usr/lib/nls/iconv/tables.1/ucs2=cp874
/usr/lib/nls/iconv/tables.1/iso815=iso81
/usr/lib/nls/iconv/tables.1/iso815=ucs2
/usr/lib/nls/iconv/tables.1/iso81=iso815
/usr/lib/nls/iconv/tables.1/ucs2=iso815
International.JAPANESE,fr=B.11.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/usr/lib/nls/iconv/tables.1/eucJP0201=ucs2
/usr/lib/nls/iconv/tables.1/eucJPMS=ucs2
/usr/lib/nls/iconv/tables.1/sjis0201=ucs2
/usr/lib/nls/iconv/tables.1/sjisMS=ucs2
/usr/lib/nls/iconv/tables.1/ucs2=eucJP0201
/usr/lib/nls/iconv/tables.1/ucs2=eucJPMS
/usr/lib/nls/iconv/tables.1/ucs2=sjis0201
/usr/lib/nls/iconv/tables.1/ucs2=sjisMS
what(1) Output:
OS-Core.CMDS-AUX,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
/usr/lib/nls/iconv/config.iconv:
None
/usr/lib/nls/iconv/tables.1/cp1140=iso815:
$A.10.20 $american,c-french,dutch,portuguese: ebcdic
= iso885915
/usr/lib/nls/iconv/tables.1/cp1140=ucs2:
$A.10.20 $american,c-french,dutch,portuguese: ebcdic
= ucs2
/usr/lib/nls/iconv/tables.1/cp1141=iso815:
$A.10.20 $german, austria: ebcdic = iso885915
/usr/lib/nls/iconv/tables.1/cp1141=ucs2:
$A.10.20 $german, austria: ebcdic = ucs2
/usr/lib/nls/iconv/tables.1/cp1142=iso815:
$A.10.20 $danish, norwegian: ebcdic = iso885915
/usr/lib/nls/iconv/tables.1/cp1142=ucs2:
$A.10.20 $danish, norwegian: ebcdic = ucs2
/usr/lib/nls/iconv/tables.1/cp1143=iso815:
$A.10.20 $finnish, swedish: ebcdic = iso885915
/usr/lib/nls/iconv/tables.1/cp1143=ucs2:
$A.10.20 $finnish, swedish: ebcdic = ucs2
/usr/lib/nls/iconv/tables.1/cp1144=iso815:
$A.10.20 $italian: ebcdic = iso885915
/usr/lib/nls/iconv/tables.1/cp1144=ucs2:
$A.10.20 $italian: ebcdic = ucs2
/usr/lib/nls/iconv/tables.1/cp1145=iso815:
$A.10.20 $spanish: ebcdic = iso885915
/usr/lib/nls/iconv/tables.1/cp1145=ucs2:
$A.10.20 $spanish: ebcdic = ucs2
/usr/lib/nls/iconv/tables.1/cp1146=iso815:
$A.10.20 $english: ebcdic = iso885915
/usr/lib/nls/iconv/tables.1/cp1146=ucs2:
$A.10.20 $english: ebcdic = ucs2
/usr/lib/nls/iconv/tables.1/cp1147=iso815:
$A.10.20 $french : ebcdic = iso885915
/usr/lib/nls/iconv/tables.1/cp1147=ucs2:
$A.10.20 $french : ebcdic = ucs2
/usr/lib/nls/iconv/tables.1/cp1148=iso815:
$A.10.20 $cp1148 : ebcdic = iso885915
/usr/lib/nls/iconv/tables.1/cp1148=ucs2:
$A.10.20 $cp1148 : ebcdic = ucs2
/usr/lib/nls/iconv/tables.1/cp1149=iso815:
$A.10.20 $icelandic : ebcdic = iso885915
/usr/lib/nls/iconv/tables.1/cp1149=ucs2:
$A.10.20 $icelandic : ebcdic = ucs2
/usr/lib/nls/iconv/tables.1/cp1250=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp1251=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp1252=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp1253=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp1254=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp1255=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp1256=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp1257=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp1258=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp437=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp737=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp775=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp850=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp852=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp855=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp857=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp860=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp861=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp862=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp863=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp864=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp865=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp866=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp869=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/cp874=ucs2:
$A.10.20
/usr/lib/nls/iconv/tables.1/iso815=cp1140:
$A.10.20 $american,c-french,dutch,portuguese: iso885
915 = ebcdic
/usr/lib/nls/iconv/tables.1/iso815=cp1141:
$A.10.20 $german, austria: iso885915 = ebcdic
/usr/lib/nls/iconv/tables.1/iso815=cp1142:
$A.10.20 $danish, norwegian: iso885915 = ebcdic
/usr/lib/nls/iconv/tables.1/iso815=cp1143:
$A.10.20 $finnish, swedish: iso885915 = ebcdic
/usr/lib/nls/iconv/tables.1/iso815=cp1144:
$A.10.20 $italian: iso885915 = ebcdic
/usr/lib/nls/iconv/tables.1/iso815=cp1145:
$A.10.20 $spanish: iso885915 = ebcdic
/usr/lib/nls/iconv/tables.1/iso815=cp1146:
$A.10.20 $english: iso885915 = ebcdic
/usr/lib/nls/iconv/tables.1/iso815=cp1147:
$A.10.20 $french: iso885915 = ebcdic
/usr/lib/nls/iconv/tables.1/iso815=cp1148:
$A.10.20 $cp1148 : iso885915 = ebcdic
/usr/lib/nls/iconv/tables.1/iso815=cp1149:
$A.10.20 $icelandic: iso885915 = ebcdic
/usr/lib/nls/iconv/tables.1/ucs2=cp1140:
$A.10.20 $american,c-french,dutch,portuguese: ucs2 =
ebcdic
/usr/lib/nls/iconv/tables.1/ucs2=cp1141:
$A.10.20 $german, austria: ucs2 = ebcdic
/usr/lib/nls/iconv/tables.1/ucs2=cp1142:
$A.10.20 $danish, norwegian: ucs2 = ebcdic
/usr/lib/nls/iconv/tables.1/ucs2=cp1143:
$A.10.20 $finnish, swedish: ucs2 = ebcdic
/usr/lib/nls/iconv/tables.1/ucs2=cp1144:
$A.10.20 $italian: ucs2 = ebcdic
/usr/lib/nls/iconv/tables.1/ucs2=cp1145:
$A.10.20 $spanish: ucs2 = ebcdic
/usr/lib/nls/iconv/tables.1/ucs2=cp1146:
$A.10.20 $english: ucs2 = ebcdic
/usr/lib/nls/iconv/tables.1/ucs2=cp1147:
$A.10.20 $french: ucs2 = ebcdic
/usr/lib/nls/iconv/tables.1/ucs2=cp1148:
$A.10.20 $cp1148 : ucs2 = ebcdic
/usr/lib/nls/iconv/tables.1/ucs2=cp1149:
$A.10.20 $icelandic: ucs2 = ebcdic
/usr/lib/nls/iconv/tables.1/ucs2=cp1250:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp1251:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp1252:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp1253:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp1254:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp1255:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp1256:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp1257:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp1258:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp437:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp737:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp775:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp850:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp852:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp855:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp857:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp860:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp861:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp862:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp863:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp864:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp865:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp866:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp869:
$A.10.20
/usr/lib/nls/iconv/tables.1/ucs2=cp874:
$A.10.20
/usr/lib/nls/iconv/tables.1/iso815=iso81:
$A.10.02 $iso88591 =) iso885915 and vice-versa
/usr/lib/nls/iconv/tables.1/iso815=ucs2:
$A.10.02 $iso885915 =) ucs2
/usr/lib/nls/iconv/tables.1/iso81=iso815:
$A.10.02 $iso88591 =) iso885915 and vice-versa
/usr/lib/nls/iconv/tables.1/ucs2=iso815:
$A.10.02 $ucs2 =) iso815
International.JAPANESE,fr=B.11.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/usr/lib/nls/iconv/tables.1/eucJP0201=ucs2:
$A.10.20 $eucJP0201 =) ucs-2
/usr/lib/nls/iconv/tables.1/eucJPMS=ucs2:
$A.10.20 $eucJPMS =) ucs-2
/usr/lib/nls/iconv/tables.1/sjis0201=ucs2:
$A.10.02 $sjis0201 =) ucs2
/usr/lib/nls/iconv/tables.1/sjisMS=ucs2:
$A.10.02 $sjisMS =) ucs2
/usr/lib/nls/iconv/tables.1/ucs2=eucJP0201:
$A.10.20 $ucs2 =) eucJP0201
/usr/lib/nls/iconv/tables.1/ucs2=eucJPMS:
$A.10.20 $ucs2 =) eucJPMS
/usr/lib/nls/iconv/tables.1/ucs2=sjis0201:
$A.10.02 $ucs2 =) sjis0201
/usr/lib/nls/iconv/tables.1/ucs2=sjisMS:
$A.10.02 $ucs2 =) sjisMS
cksum(1) Output:
OS-Core.CMDS-AUX,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
285632755 24359 /usr/lib/nls/iconv/config.iconv
414790251 2148 /usr/lib/nls/iconv/tables.1/cp1140=iso815
731676886 2148 /usr/lib/nls/iconv/tables.1/cp1140=ucs2
389193479 2148 /usr/lib/nls/iconv/tables.1/cp1141=iso815
1297597816 2148 /usr/lib/nls/iconv/tables.1/cp1141=ucs2
1313704385 2148 /usr/lib/nls/iconv/tables.1/cp1142=iso815
3171718207 2148 /usr/lib/nls/iconv/tables.1/cp1142=ucs2
1050730813 2148 /usr/lib/nls/iconv/tables.1/cp1144=iso815
3447779593 2148 /usr/lib/nls/iconv/tables.1/cp1144=ucs2
2822726570 2148 /usr/lib/nls/iconv/tables.1/cp1143=iso815
126980664 2148 /usr/lib/nls/iconv/tables.1/cp1143=ucs2
1026130087 2148 /usr/lib/nls/iconv/tables.1/cp1145=iso815
1532387954 2148 /usr/lib/nls/iconv/tables.1/cp1145=ucs2
240238994 2148 /usr/lib/nls/iconv/tables.1/cp1146=iso815
4010060081 2148 /usr/lib/nls/iconv/tables.1/cp1146=ucs2
3663294036 2148 /usr/lib/nls/iconv/tables.1/cp1147=iso815
3712519579 2148 /usr/lib/nls/iconv/tables.1/cp1147=ucs2
3041731434 2148 /usr/lib/nls/iconv/tables.1/cp1148=iso815
1410878409 2148 /usr/lib/nls/iconv/tables.1/cp1148=ucs2
569338509 2148 /usr/lib/nls/iconv/tables.1/cp1149=iso815
3795194899 2148 /usr/lib/nls/iconv/tables.1/cp1149=ucs2
3746445744 2108 /usr/lib/nls/iconv/tables.1/cp1250=ucs2
275105062 2140 /usr/lib/nls/iconv/tables.1/cp1251=ucs2
886074531 2108 /usr/lib/nls/iconv/tables.1/cp1252=ucs2
826062101 2012 /usr/lib/nls/iconv/tables.1/cp1253=ucs2
3071151060 2092 /usr/lib/nls/iconv/tables.1/cp1254=ucs2
2414749185 1964 /usr/lib/nls/iconv/tables.1/cp1255=ucs2
1776323073 2148 /usr/lib/nls/iconv/tables.1/cp1256=ucs2
2491515080 2052 /usr/lib/nls/iconv/tables.1/cp1257=ucs2
279320526 2076 /usr/lib/nls/iconv/tables.1/cp1258=ucs2
3808091658 2148 /usr/lib/nls/iconv/tables.1/cp437=ucs2
1398206843 2148 /usr/lib/nls/iconv/tables.1/cp737=ucs2
2318275768 2148 /usr/lib/nls/iconv/tables.1/cp775=ucs2
2337525430 2148 /usr/lib/nls/iconv/tables.1/cp850=ucs2
1313477983 2148 /usr/lib/nls/iconv/tables.1/cp852=ucs2
3264351625 2148 /usr/lib/nls/iconv/tables.1/cp855=ucs2
2227939540 2124 /usr/lib/nls/iconv/tables.1/cp857=ucs2
1147200006 2148 /usr/lib/nls/iconv/tables.1/cp860=ucs2
1180320925 2148 /usr/lib/nls/iconv/tables.1/cp861=ucs2
2139988827 2148 /usr/lib/nls/iconv/tables.1/cp862=ucs2
1717360042 2148 /usr/lib/nls/iconv/tables.1/cp863=ucs2
2494498054 2100 /usr/lib/nls/iconv/tables.1/cp864=ucs2
2481890461 2148 /usr/lib/nls/iconv/tables.1/cp865=ucs2
3256934307 2148 /usr/lib/nls/iconv/tables.1/cp866=ucs2
1599346106 2076 /usr/lib/nls/iconv/tables.1/cp869=ucs2
1342369881 1900 /usr/lib/nls/iconv/tables.1/cp874=ucs2
3226020340 2148 /usr/lib/nls/iconv/tables.1/iso815=cp1140
114808836 2148 /usr/lib/nls/iconv/tables.1/iso815=cp1141
4251079402 2148 /usr/lib/nls/iconv/tables.1/iso815=cp1142
3773313002 2148 /usr/lib/nls/iconv/tables.1/iso815=cp1143
588005737 2148 /usr/lib/nls/iconv/tables.1/iso815=cp1144
3376725896 2148 /usr/lib/nls/iconv/tables.1/iso815=cp1145
3375880105 2148 /usr/lib/nls/iconv/tables.1/iso815=cp1146
2400313220 2148 /usr/lib/nls/iconv/tables.1/iso815=cp1147
2547012638 2148 /usr/lib/nls/iconv/tables.1/iso815=cp1148
3072456988 2148 /usr/lib/nls/iconv/tables.1/iso815=cp1149
2926034335 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp1140
809626945 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp1141
2746077491 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp1142
3658394150 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp1143
3813032502 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp1144
3283957838 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp1145
918670208 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp1146
2820633763 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp1147
3113599884 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp1148
1155237197 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp1149
1480414904 2108 /usr/lib/nls/iconv/tables.1/ucs2=cp1250
3052372529 2140 /usr/lib/nls/iconv/tables.1/ucs2=cp1251
3909149498 2108 /usr/lib/nls/iconv/tables.1/ucs2=cp1252
2143634541 2012 /usr/lib/nls/iconv/tables.1/ucs2=cp1253
1888296618 2092 /usr/lib/nls/iconv/tables.1/ucs2=cp1254
3146926643 1964 /usr/lib/nls/iconv/tables.1/ucs2=cp1255
255037684 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp1256
1823110555 2052 /usr/lib/nls/iconv/tables.1/ucs2=cp1257
2694927436 2076 /usr/lib/nls/iconv/tables.1/ucs2=cp1258
863074186 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp437
81688731 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp737
2120024787 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp775
2097026633 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp850
1102159740 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp852
1806958106 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp855
3796661328 2124 /usr/lib/nls/iconv/tables.1/ucs2=cp857
274492882 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp860
1460710616 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp861
449544325 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp862
771318498 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp863
2454714050 2100 /usr/lib/nls/iconv/tables.1/ucs2=cp864
853370974 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp865
3589903351 2148 /usr/lib/nls/iconv/tables.1/ucs2=cp866
2323318663 2076 /usr/lib/nls/iconv/tables.1/ucs2=cp869
1714448312 1900 /usr/lib/nls/iconv/tables.1/ucs2=cp874
1423000076 2148 /usr/lib/nls/iconv/tables.1/iso815=iso81
4070225255 2148 /usr/lib/nls/iconv/tables.1/iso815=ucs2
1423000076 2148 /usr/lib/nls/iconv/tables.1/iso81=iso815
3181815127 2148 /usr/lib/nls/iconv/tables.1/ucs2=iso815
International.JAPANESE,fr=B.11.00,fa=HP-UX_B.11.00_32/64,
v=HP:
2262948371 105196 /usr/lib/nls/iconv/tables.1/eucJP0201=ucs2
1088011057 105196 /usr/lib/nls/iconv/tables.1/eucJPMS=ucs2
1941805299 56660 /usr/lib/nls/iconv/tables.1/sjis0201=ucs2
3706154671 56660 /usr/lib/nls/iconv/tables.1/sjisMS=ucs2
2199941876 105196 /usr/lib/nls/iconv/tables.1/ucs2=eucJP0201
3431183564 105188 /usr/lib/nls/iconv/tables.1/ucs2=eucJPMS
2643009233 56660 /usr/lib/nls/iconv/tables.1/ucs2=sjis0201
3394706564 56660 /usr/lib/nls/iconv/tables.1/ucs2=sjisMS
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHCO_17317 PHCO_22801
Equivalent Patches:
PHCO_19780:
s700: 10.20
s800: 10.20
Patch Package Size: 1000 KBytes
Installation Instructions:
Please review all instructions and the Hewlett-Packard
SupportLine User Guide or your Hewlett-Packard support terms
and conditions for precautions, scope of license,
restrictions, and, limitation of liability and warranties,
before installing this patch.
------------------------------------------------------------
1. Back up your system before installing a patch.
2. Login as root.
3. Copy the patch to the /tmp directory.
4. Move to the /tmp directory and unshar the patch:
cd /tmp
sh PHCO_28112
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHCO_28112.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHCO_28112. If you do not wish to retain a
copy of the original software, include the patch_save_files
option in the swinstall command above:
-x patch_save_files=false
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHCO_28112.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHCO_28112.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHCO_28112.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
-----End of Document ID: PHCO_28112------------------------------------------
Document ID: PHNE_27703
Date Loaded: 20021126
Title: s700_800 11.11 Cumulative STREAMS Patch
Patch Name: PHNE_27703
Patch Description: s700_800 11.11 Cumulative STREAMS Patch
Creation Date: 02/10/14
Post Date: 02/11/26
Hardware Platforms - OS Releases:
s700: 11.11
s800: 11.11
Products: N/A
Filesets:
Streams.STREAMS2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_64,v=HP
Streams.STREAMS2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_32,v=HP
Streams.STREAMS-32ALIB,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
Streams.STREAMS-MIN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
Streams.STREAMS-64ALIB,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
Streams.STREAMS-64SLIB,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
Automatic Reboot?: Yes
Status: General Release
Critical:
Yes
PHNE_27703: PANIC ABORT MEMORY_LEAK
PHNE_27170: PANIC HANG
PHNE_26758: ABORT
PHNE_26728: MEMORY_LEAK HANG PANIC
PHNE_26710: HANG
PHNE_25460: PANIC HANG ABORT
PHNE_25084: PANIC HANG MEMORY_LEAK
PHNE_24274: PANIC
PHNE_23715: HANG
Category Tags:
defect_repair enhancement general_release critical panic
halts_system memory_leak
Path Name: /hp-ux_patches/s700_800/11.X/PHNE_27703
Symptoms:
PHNE_27703:
1. Data page fault panic in t_chk_ack(). JAGae34036
panic+0x6c
report_trap_or_int_and_panic+0x94
trap+0x11ec
nokgdb+0x8
freeb+0x1c
t_chk_ack+0x304
t_kaccept+0x958
2. t_accept() returns TBADSEQ instead of TLOOK in some
situations when a connect or disconnect indication is
pending on the listen endpoint.This can cause nfsd to
terminate after writing the following message to syslog:
"All transports have been closed with errors. Exiting."
JAGae31270
3. Memory leak when dupb() and pullupmsg() is done on an
unaligned message. JAGae34924
4. Data Page fault panic in ins_sqh(). JAGae42689
panic+0x6c
report_trap_or_int_and_panic+0x94
trap+0xef4
thandler+0xd20
ins_sqh+0xc
csq_newparent+0x144
osr_link+0xbbc
str_plumb_ioctl+0x3e8
hpstreams_ioctl_int+0x3f4
hpstreams_ioctl+0x50
spec_ioctl+0xac
vno_ioctl+0x98
syscall+0x204
PHNE_27170:
1. System panics when a NULL pointer is dereferenced in
hpstreams_select(). JAGae28460
2. Data page fault panic with following stack trace.
JAGae25712
panic+0x4d0
bad_news+0x580
bubbledown+0x0
tioctl_sleep+0x144
tcp_wput_proto+0x180
tcp_wput+0x1a30
csq_turnover_with_lock+0xf0
puthere+0x240
3. rpcinfo command hangs when specified without options.
JAGad30091
4. CPU hang in str_timeout with the following stack trace.
JAGae29704
streams_untimeout+0x98
J3525_F_StopPort+0xbc
J3525_F_Stop+0xc0
hd_stop+0x44
wanwput+0xf24
csq_turnover_with_lock+0x84
streams_put+0x258
wan_disconnect+0xec
J3525_F_VHSI_ModemLineTimeOut+0xd04
str_timeout+0xb8
invoke_callouts_for_self+0xc0
sw_service+0xb0
5. System panic for unaligned destination address with
the following stack trace. JAGae32875
panic+0x6c
pdexchange_pages+0x310
luserremap+0x794
remapout+0x11c
hpstreams_read_int+0xb84
streams_read_uio+0x28
soreceive+0x97c
soo_rw+0x40
rwuio+0xe4
readv+0xe0
syscall+0x204
syscallinit+0x554
6. When socket caching is enabled (socket_tcp_caching is
non-zero), the high and low water marks on the queues
of a stream for a socket using cached stream may be
incorrect. JAGae21869
7. When the system is flooded with a long burst of inbound
network requests, the system may hang or panic due to a
shortage of memory. Most of the memory can be found in
one or more STREAMS synchronization queues or one of
the STREAMS str_spu_sw_q's. JAGad95495
8. When the system is flooded with write() requests, it
causes ldterm's synchronization queue list to grow
without bound causing a system hang or panic. JAGad69419
PHNE_26758:
1. XTI-based 11.0 COBOL application fails to load when run
on 11.11. Application aborts with error:
/usr/lib/dld.sl: Unresolved symbol: t_strctlsz (storage)
/usr/lib/dld.sl: Unresolved symbol: t_strmsgsz (storage)
/usr/lib/dld.sl: Unresolved symbol: t_strqlen (storage)
Abort(coredump)
JAGae22051
PHNE_26728:
1. System hangs due to memory starvation when t_klisten()
fails to release memory in an error condition. JAGae01950
2. An internal data structure variable is not initialized in
the correct function. This could cause a panic if an
obsolete STREAMS feature is enabled for a non-socket
driver. JAGae10739
3. Potential memory leak or deadlock in t_klook(). This can
cause a system hang or panic because the system is out of
memory or data structure locks are held too long.
JAGae13713
4. Enhancement is needed in t_ksndrel() to bypass data queue
flow-control in non-blocking mode. This will enable
future improvements in the close() system call.
JAGae14955
PHNE_26710:
1. In a multi-threaded socket application, a thread doing
soaccept() hangs forever. JAGae14249
PHNE_25460:
1. Child processes do not receive a SIGHUP. This may cause
processes such as rlogin or telnet to not respond to a
SIGHUP. JAGad84809
2. poll(2) causes thread to hang when timeout argument is
set to 1 msec with zero file descriptors. JAGad91360
3. One file has incorrect file permissions. JAGad77575
4. Postinstall script aborts with the error "Bad system
call" when a system is updated from HP-UX 10.20 to
HP-UX 11.11. This leaves a "core" file in the root
directory ("/"). JAGae01638
5. Add STREAMS support for Real Time Extensions. JAGae02308
6. Postinstall script logs the error message
"/usr/sbin/insf: not found" when a STREAMS patch is
installed from Ignite/UX image. JAGad45731
PHNE_25084:
1. In a multi-threaded socket application when a thread
closes a socket on which another thread is doing
accept(), the closing thread hangs. JAGad88349
2. Multiple processes sleeping forever in _csq_acquire().
This problem has only occurred on systems with AS/U
installed. JAGad87837
3. A process running in the background gets terminated
intermittently when it reads from dtterm. JAGad25743
4. A process running in the background gets terminated
when it writes to dtterm. This requires "tostop"
terminal setting ON. JAGad57981
5. System panic caused by memory corruption when two
instances of freeb() free the same block of kernel
allocated memory. JAGad50215
6. Enhancement to enable dequeueing of poll_s structures
for future improvements to the select(2) system call.
JAGad15265
7. Missing first telnet prompt while telnet'ing to the BSD
4.3 Server. JAGad39478
8. Potential memory leak in hpstreams_option1(). This can
cause a system hang or panic because the system is out
of memory or data structure locks are held too long.
JAGad45190
9. Threads hung sleeping in ioctl_sleep. JAGad86805
_swtch+0xc4
_sleep+0x4cc
ioctl_sleep+0x30c
ioctl_bufcall+0x80
str_async_ioctl+0x670
hpstreams_ioctl_int+0xf8
streams_ioctl+0x34
PHNE_24972:
1. Add support for the new Event Port driver. JAGad65762
PHNE_24274:
1. System panics due to race condition in the unweld path.
JAGad40848
2. Some of the NFS threads loop indefinitely on
streams_poll() even when data is available at the
stream head. JAGad15958
3. Pass third argument to fo_select due to a FS patch
JAGad27893
4. Open command returns ENOLCK error when opening DLKM
driver. JAGad44291
5. On a multi-processor system, a thread may hang
indefinitely in the poll(2) system call when polling for
input and data is available to be read. This is more
likely to happen when the system is heavily loaded, or
when multiple threads simultaneously call poll(2) with
the same file descriptor. JAGad68721
PHNE_23715:
1. remsh(1) hangs in shutdown(2) when the stream is
flow-controlled. JAGad36101
2. poll() times out immediately when timeout arg is
set to INT_MAX. JAGad56971
3. This patch is a member of a set of patches needed to
enable the HP-UX Virtual Partitions product. When the
HP-UX Virtual Partitions product (VPARSBASE or T1335AA)
is installed, it will install the full set of required
patches for that product, including this patch.
If the HP-UX Virtual Partitions product is not
installed, this change will have no impact on your
system. JAGad70977
Defect Description:
PHNE_27703:
1. During t_kaccept() freeing of uninitialized message
caused panic. JAGae34036
Resolution:
Initialize message block pointer to prevent system panic
in case of error path.
2. t_accept() set t_errno to TBADSEQ instead of TLOOK in
some situations when a connect or disconnect indication
was pending on the listen endpoint. Consequently,
applications did not know to call t_listen() or
t_rcvdis() in order to read the corresponding T_CONN_IND
or T_DISCON_IND message. This might cause subsequent XTI
calls to fail because of an unexpected message on the
stream. JAGae31270
Resolution:
If t_accept() receives a T_ERROR_ACK message after
sending the T_CONN_RES message downstream, t_accept() now
sets t_errno to TLOOK if there is a T_CONN_IND or
T_DISCON_IND message on the stream.
3. Memory leak happened when a STREAMS module or driver
uses following sequence of operations
1) m1 = allocb(size)
2) m2 = dupb(m1)
3) free(m1)
4) pullupmsg(m2) where b_rptr is unaligned.
JAGae34924
Resolution:
Set b_datap to NULL in freeb when reference count is
decremented which will free the memory during pullupmsg.
4. When two streams are being linked through the I_LINK or
I_PLINK ioctls and the multiplexing driver involved has
a synchronization level other than SQLVL_QUEUEPAIR, an
uninitialized pointer dereferenced in the
synchronization queue element causes the panic.
JAGae42689
Resolution:
A call is made to a new internal routine during the
I_LINK process, which eliminates the need to dereference
the uninitialized parts of the synchronization queue
element.
PHNE_27170:
1. In hpstreams_select(), a pointer is first being
dereferenced and later a check made to see if it is
NULL. JAGae28460
Resolution:
Changes made to dereference only a non-NULL pointer.
2. When an ioctl that performs an atomic blocking
stream head insert operation is in progress and it is
interrupted by a signal, a stream can be closed too
early. If sleep exits due to a signal and the stream
is closed before TCP sees the downstream message, TCP
would later access the stale queue pointer that can
cause the panic with data page fault. JAGae25712
Resolution:
In the ioctl that performs an atomic blocking stream
head insert operation, if we must wait, then sleep
in non-interruptible mode else sleep in interruptible
mode.
3. The sequence number generated in STREAMS code uses a
structure address. Since it's held in a 32-bit variable,
the first 4 bytes of the address are lost. During
comparison, a full 64-bit structure address is compared
to a truncated 32-bit sequence number, so in this case
they will never match. JAGad30091
Resolution:
A unique integer sequence number is created.
4. streams_untimeout() busy waits for str_timeout() to
finish which can cause a deadlock to occur in a corner
case. JAGae29704
Resolution:
Remove timeout entry from active timeout queue before
calling the module's timeout function. This avoids the
deadlock when STREAMS untimeout is called while
executing the module's timeout handler.
5. In hpstreams_read_int(), the address used to check a
page boundary is not the same as the address to be
remapped to. JAGae32875
Resolution:
Added a check, to check if the address is page aligned
before doing remap.
6. The high and low water marks on the queues of a stream
associated with a cached socket, are not reinitialized
to default values when the stream is reused.
JAGae21869
Resolution:
A new function is provided to reinitialize to default
values.
7. When the system is flooded with a long burst of inbound
network requests, the system may hang or panic due to a
shortage of memory. Most of the memory can be found in
one or more STREAMS synchronization queues or one of the
STREAMS str_spu_sw_q's. JAGad95495
Resolution:
New kernel services are provided so that internal
STREAMS partners can implement flow-control policies
based on the STREAMS synchronization queue.
8. ldterm's synchronization queue list grows without bound
causing a system panic or hang due to shortage of system
memory. JAGad69419
Resolution:
STREAMS provides a new capability to allow the stream
head to control outbound write requests.
PHNE_26758:
1. When a XTI-based 11.0 COBOL application is run on
11.11, it aborts with error. This is because globals --
t_strqlen, t_strctlsz & t_strmsgsz were removed in
11.11. The problem is actually due to a defect in 13.2x
or older revisions of the COBOL compiler's -U option,
which generates external references to all global data
variables, even when they were not actually referenced.
JAGae22051
Resolution:
The problem has been fixed by restoring t_strqlen,
t_strctlsz & t_strmsgsz as global variables.
PHNE_26728:
1. t_klisten() does not release allocated memory when
exiting from an error. This may consume a lot of memory
and cause a system hang if there are many instances of
t_klisten() exiting with errors. JAGae01950
Resolution:
The memory leak is fixed by freeing the osr_s structure
when an error occurs.
2. An internal data structure variable, sth_socket, is not
initialized in the correct function. This could cause a
panic if an obsolete STREAMS feature, stream caching,
is enabled for a non-socket driver. JAGae10739
Resolution:
Initialize sth_socket variable in sth_alive_init().
3. For M_DATA messages, t_klook() does not release the
allocated memory and fails to release the ownership of
the queue. This can cause a system hang or panic because
the system is out of memory or the data structure lock is
held too long. JAGae13713
Resolution:
Allocated memory is freed and the ownership of the queue
is released for all messages in t_klook().
4. t_ksndrel() does not provide a mechanism to bypass data
queue flow-control in non-blocking mode. JAGae14955
Resolution:
A new flag is provided in the t_ksndrel() interface to
allow the kernel caller to bypass flow-control when
non-blocking mode is specified. This enables future
improvements in the close() system call.
PHNE_26710:
1. In a multi-threaded socket application, when soaccept()
and getsockopt() or setsockopt() operations are done on
the same socket, the thread doing soaccept() hangs.
JAGae14249
Resolution:
Provided a new ioctl that performs an atomic stream head
insert operation.
PHNE_25460:
1. Original implementation of M_HANGUP was sending the
SIGHUP to just the process leader. JAGad84809
Resolution:
SIGHUP is sent to process group on receiving M_HANGUP
for STREAMS tty.
2. When poll(2) is called with zero file descriptors and a
timeout of 1 msec, thread hangs because of race
condition. This occurs in case of short sleep during the
handling of pending signal, where thread's status shows
that it is in a run state, but it is actually just about
to go to sleep. JAGad91360
Resolution:
The race condition has been eliminated in STREAMS by
making a call to select_as_nanosleep() when zero file
descriptors are passed and by setting the timeout to no
less than 2 ticks.
3. Change file permissions. JAGad77575
Resolution:
This fixes a file permissions problem.
4. Postinstall script aborts with the error "Bad system
call" when a system is updated from HP-UX 10.20 to HP-UX
11.11. This leaves a "core" file in the root directory
("/"). This is due to the fact that the insf command
cannot run because the correct libraries are not
available at the time that postinstall runs during the
update. JAGae01638
Resolution:
The device files for Transport loopback drivers --
tlcots, tlcotsod, and tlclts -- are created in a
configure script instead of in a postinstall script.
5. Add STREAMS support for Real Time Extensions. JAGae02308
Resolution:
STREAMS is changed to prevent delivery of software
interrupts to CPUs that are bound to a Real Time
processor set (PSet). This is an extension of vPars
support.
6. Postinstall script logs the error "/usr/sbin/insf: not
found" when a STREAMS patch installed from Ignite/UX
image. This is due to the fact that the insf command is
not available because not all filesystems are mounted at
the time that postinstall runs.
Resolution:
insf command is executed in configure script instead of
postinstall script with appropriate path.
PHNE_25084:
1. The close function goes into an interruptible sleep if
the socket file descriptor is also in use by another
thread. JAGad88349
Resolution:
This patch contains changes required to support the fix
for this problem. When an application calls close() for
an AF_INET socket file descriptor, any threads blocked
in an interruptible sleep in a syscall for the same
file descriptor will be awakened, and the syscall will
return EBADF.
2. The spinlocks associated with weld_sqh and mult_sqh
were acquired in a wrong order in some routines
resulting in a deadlock. JAGad87837
Resolution:
Modified the order in which the weld_sqh and mult_sqh
are acquired in osr_pop_subr() and str_plumb_ioctl()
to fix the deadlock.
3. When the background job tries to read from the
dtterm, STREAMS sends SIGTTIN and does a sleep().
When it comes out of the sleep, not due to an
interrupt, the read function exits out intermittently
without retry or further processing. JAGad25743
Resolution:
Continue processing the read on a SIGCONT.
4. When the background job tries to write to the dtterm,
STREAMS sends SIGTTOU and does a sleep(). When it comes
out of the sleep, not due to an interrupt, the write
function exits out without retry or further
processing. JAGad57981
Resolution:
Continue processing the write on a SIGCONT.
5. When duplicated messages that are pulled up (coalesced)
into a single block by using msgpullup() are freed,
there is a timing window where two instances of freeb()
can free the same message twice. This will result in
memory corruption which will cause a panic later when
the memory is used again. JAGad50215
Resolution:
Added a spinlock in the function that frees pulled up
messages so only one instance of freeb() can operate on
a pulled up message at a time. This prevents a second
instance of freeb() from operating on the same message
at the same time.
6. There is no way currently to dequeue a poll_s structure
from the wake-up list when a thread exits select(2).
JAGad15265
Resolution:
A new kernel function is being provided to enable future
improvements to select(2).
7. Missing first telnet prompt. JAGad39478
Resolution:
In the inbound path for sockets a wakeup was missed
when normal data follows OOB data. The fix was to
catch the missed wakeup in the inbound path.
8. hpstreams_option1() does not release the allocated
memory upon an error exit from
ioctl_sleep_until_first(). This can cause a system
hang or panic because the system is out of memory
or data structure locks are held too long. JAGad45190
Resolution:
The memory leak is fixed by freeing the structures
osr_s (arena M_STROSR) and
tiocoption1 (arena M_STREAMS).
9. Threads hung sleeping in ioctl_sleep. JAGad86805
Resolution:
The fix to wakeup the sleeping thread is to issue the
wakeup on the appropriate sleep channel.
PHNE_24972:
1. This patch contains enhancements required to
support the HP-UX Event Port driver. JAGad65762
Resolution:
Modified STREAMS to support the polling of STREAMS
based fds using Event Port driver.
PHNE_24274:
1. When both the ends of the welded queue are closed
simultaneously, a race in the welded close path
leads to the following panic. JAGad40848
$call_trap+0x38
spinlock+0x10
_csq_acquire+0xe4
osr_pop_subr+0x35c
osr_close_subr+0xc0c
hpstreams_close_int+0x30c
Resolution:
Modified unweld-mechanism to eliminate the race
condition in that path.
2. Some of the NFS threads loop indefinitely on
streams_poll() even when data is available at the
stream head. JAGad15958
Resolution:
The race in the wakeup path when data arrives at the
stream head and the poll_s struct being enqueued at
the same stream head which caused the hang has been
eliminated.
3. Pass third argument to fo_select due to a FS patch.
JAGad27893
Resolution:
A third argument is now passed to the fo_select
function pointer calls in STREAMS to be consistent
with the changes made in the File System code.
4. DLKM returns ENOLCK on autoload failures.
JAGad44291
Resolution:
All DLKM load failures are masked and instead an
ENODEV is returned on opening a DLKM driver.
5. On a multi-processor system, a thread may hang
indefinitely in poll(2) when polling for input and data
is available to be read. The wakeup() call for a
thread may be ineffective for either of the following
reasons:
1) The thread migrates from one processor to another
before going to sleep in poll(2). This could cause
the wake-up path to use the wrong sleep lock.
2) Multiple threads simultaneously call poll(2) with
the same file descriptor, and the threads go to
sleep at the same time. The sleep collision could
be undetected within a certain time window.
JAGad68721
Resolution:
The thread remembers the processor that it started on,
and it uses that processor id to get the sleep lock.
This resolves the problem with thread migration. A
change in sleep() makes it atomic when setting the
thread's wake-up channel and putting the thread to
sleep. This resolves the sleep collision race. The
patches PHKL_25233 and PHKL_25389 are needed in order
for this fix to be effective.
PHNE_23715:
1. remsh(1) hangs in shutdown(2) when the stream is
flow-controlled. JAGad36101
Resolution:
Provide a version of streams_putmsg() which
unconditionally does the putnext().
2. poll() times out immediately when timeout arg is set to
INT_MAX. JAGad56971
Resolution:
Cast the timeout value to avoid making it negative.
3. This patch contains minor enhancements required to
support the HP-UX Virtual Partitions product. JAGad70977
Resolution:
Enhancements added to support CPU migration.
Enhancement:
Yes
PHNE_27170:
This patch provides a new set of in-kernel STREAMS
utilities to perform flow-control on STREAMS
synchronization queues. When a system is flooded
with a long burst of inbound data from the network
or with outbound write requests to ldterm, these new
utilities can be used to flow-control
synchronization queues. By default, the flow-control
limit is set to a high value, so that the system
does not reach the flow-control point.
PHNE_24972:
Support for Event Port driver was added as an
enhancement.
PHNE_23715:
This patch is a member of a set of patches needed
to enable the HP-UX Virtual Partitions product.
SR:
8606166814 8606187762 8606201803 8606171584 8606146615
8606158563 8606175047 8606199534 8606196559 8606219201
8606218689 8606156405 8606188765 8606180995 8606145929
8606170214 8606175950 8606217653 8606215628 8606222245
8606208389 8606232403 8606233084 8606176492 8606247849
8606232720 8606244249 8606248557 8606247273 8606257748
8606200235 8606264131 8606261390 8606160771 8606265386
8606268637 8606257566 8606226426 8606269796 8606267026
8606270688 8606278631
Patch Files:
Streams.STREAMS2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_64,v=HP:
/usr/conf/lib/libstream.a
Streams.STREAMS2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_32,v=HP:
/usr/conf/lib/libstream.a
Streams.STREAMS-32ALIB,fr=B.11.11,fa=HP-UX_B.11.11_32/64,
v=HP:
/usr/lib/libnsl_s.a
/usr/lib/libxti.a
Streams.STREAMS-MIN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
/usr/lib/libnsl_s.2
/usr/lib/libxti.2
Streams.STREAMS-64ALIB,fr=B.11.11,fa=HP-UX_B.11.11_32/64,
v=HP:
/usr/lib/pa20_64/libxti.a
Streams.STREAMS-64SLIB,fr=B.11.11,fa=HP-UX_B.11.11_32/64,
v=HP:
/usr/lib/pa20_64/libxti.2
what(1) Output:
Streams.STREAMS2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_64,v=HP:
/usr/conf/lib/libstream.a:
tl.c $Date: 2002/07/09 11:15:00 $Revision: r11.11/1
PATCH_11.11 (PHNE_27170)
str_util.c $Date: 2002/09/26 15:30:00 $Revision: r11
.11/13 PATCH_11.11 (PHNE_27703)
str_synch.c $Date: 2002/09/26 15:30:00 $Revision: r1
1.11/4 PATCH_11.11 (PHNE_27703)
str_subr.c $Date: 2002/05/01 15:30:00 $Revision: r11
.11/4 PATCH_11.11 (PHNE_26758)
str_shead.c $Date: 2002/05/01 15:30:00 $Revision: r1
1.11/6 PATCH_11.11 (PHNE_26758)
str_scalls.c $Date: 2002/08/02 14:55:04 $Revision: r
11.11/21 PATCH_11.11 (PHNE_27170)
str_runq.c $Date: 2002/05/01 15:30:00 $Revision: r11
.11/1 PATCH_11.11 (PHNE_26758)
str_memory.c $Date: 2002/08/12 11:15:00 $Revision: r
11.11/2 PATCH_r11.11 (PHNE_27703)
str_init.c $Date: 2002/08/07 17:00:00 $Revision: r11
.11/6 PATCH_11.11 (PHNE_27170)
str_env.c $Date: 2002/07/19 11:15:00 $Revision: r11.
11/1 PATCH_11.11 (PHNE_27170)
$Revision: libstream.a: STREAMS: PATCH_11.11 (PHN
E_27703) Fri Sep 27 11:09:19 PDT 2002 $
Streams.STREAMS2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_32,v=HP:
/usr/conf/lib/libstream.a:
tl.c $Date: 2002/07/09 11:15:00 $Revision: r11.11/1
PATCH_11.11 (PHNE_27170)
str_util.c $Date: 2002/09/26 15:30:00 $Revision: r11
.11/13 PATCH_11.11 (PHNE_27703)
str_synch.c $Date: 2002/09/26 15:30:00 $Revision: r1
1.11/4 PATCH_11.11 (PHNE_27703)
str_subr.c $Date: 2002/05/01 15:30:00 $Revision: r11
.11/4 PATCH_11.11 (PHNE_26758)
str_shead.c $Date: 2002/05/01 15:30:00 $Revision: r1
1.11/6 PATCH_11.11 (PHNE_26758)
str_scalls.c $Date: 2002/08/02 14:55:04 $Revision: r
11.11/21 PATCH_11.11 (PHNE_27170)
str_runq.c $Date: 2002/05/01 15:30:00 $Revision: r11
.11/1 PATCH_11.11 (PHNE_26758)
str_memory.c $Date: 2002/08/12 11:15:00 $Revision: r
11.11/2 PATCH_r11.11 (PHNE_27703)
str_init.c $Date: 2002/08/07 17:00:00 $Revision: r11
.11/6 PATCH_11.11 (PHNE_27170)
str_env.c $Date: 2002/07/19 11:15:00 $Revision: r11.
11/1 PATCH_11.11 (PHNE_27170)
$Revision: libstream.a: STREAMS: PATCH_11.11 (PHN
E_27703) Fri Sep 27 10:59:26 PDT 2002 $
Streams.STREAMS-32ALIB,fr=B.11.11,fa=HP-UX_B.11.11_32/64,
v=HP:
/usr/lib/libnsl_s.a:
$Revision: libnsls_s.a: STREAMS: PATCH_11.11 (PHN
E_27703) Fri Sep 27 13:18:58 PDT 2002 $
Streams.STREAMS-MIN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
/usr/lib/libnsl_s.2:
$Revision: libnsls_s.2: STREAMS: PATCH_11.11 (PHN
E_27703) Fri Sep 27 13:19:06 PDT 2002 $
Streams.STREAMS-32ALIB,fr=B.11.11,fa=HP-UX_B.11.11_32/64,
v=HP:
/usr/lib/libxti.a:
$Revision: libxti.a: STREAMS: PATCH_11.11 (PHNE_2
7703) Fri Sep 27 13:18:16 PDT 2002 $
Streams.STREAMS-MIN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
/usr/lib/libxti.2:
$Revision: libxti.2: STREAMS: PATCH_11.11 (PHNE_2
7703) Fri Sep 27 13:18:08 PDT 2002 $
Streams.STREAMS-64ALIB,fr=B.11.11,fa=HP-UX_B.11.11_32/64,
v=HP:
/usr/lib/pa20_64/libxti.a:
$Revision: libxti.a: STREAMS: PATCH_11.11 (PHNE_2
7703) Fri Sep 27 13:17:04 PDT 2002 $
Streams.STREAMS-64SLIB,fr=B.11.11,fa=HP-UX_B.11.11_32/64,
v=HP:
/usr/lib/pa20_64/libxti.2:
$Revision: libxti.2: STREAMS: PATCH_11.11 (PHNE_2
7703) Fri Sep 27 13:17:12 PDT 2002 $
cksum(1) Output:
Streams.STREAMS2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_64,v=HP:
2769336077 1183258 /usr/conf/lib/libstream.a
Streams.STREAMS2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_32,v=HP:
4024759122 569102 /usr/conf/lib/libstream.a
Streams.STREAMS-32ALIB,fr=B.11.11,fa=HP-UX_B.11.11_32/64,
v=HP:
1557417565 162728 /usr/lib/libnsl_s.a
Streams.STREAMS-MIN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
961322910 135168 /usr/lib/libnsl_s.2
Streams.STREAMS-32ALIB,fr=B.11.11,fa=HP-UX_B.11.11_32/64,
v=HP:
1720760509 165894 /usr/lib/libxti.a
Streams.STREAMS-MIN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
1752569787 135168 /usr/lib/libxti.2
Streams.STREAMS-64ALIB,fr=B.11.11,fa=HP-UX_B.11.11_32/64,
v=HP:
563049417 322872 /usr/lib/pa20_64/libxti.a
Streams.STREAMS-64SLIB,fr=B.11.11,fa=HP-UX_B.11.11_32/64,
v=HP:
949672595 141168 /usr/lib/pa20_64/libxti.2
Patch Conflicts: None
Patch Dependencies:
s700: 11.11: PHKL_25233 PHKL_25389
s800: 11.11: PHKL_25233 PHKL_25389
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHNE_23715 PHNE_24274 PHNE_24972 PHNE_25084 PHNE_25460 PHNE_26710
PHNE_26728 PHNE_26758 PHNE_27170
Equivalent Patches: None
Patch Package Size: 2820 KBytes
Installation Instructions:
Please review all instructions and the Hewlett-Packard
SupportLine User Guide or your Hewlett-Packard support terms
and conditions for precautions, scope of license,
restrictions, and, limitation of liability and warranties,
before installing this patch.
------------------------------------------------------------
1. Back up your system before installing a patch.
2. Login as root.
3. Copy the patch to the /tmp directory.
4. Move to the /tmp directory and unshar the patch:
cd /tmp
sh PHNE_27703
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHNE_27703.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHNE_27703. If you do not wish to retain a
copy of the original software, include the patch_save_files
option in the swinstall command above:
-x patch_save_files=false
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHNE_27703.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHNE_27703.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHNE_27703.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
-----End of Document ID: PHNE_27703------------------------------------------
Document ID: PHNE_26413
Date Loaded: 20021126
Title: s700_800 11.11 nettl(1M), netfmt(1M) and nettladm(1M) patch
Patch Name: PHNE_26413
Patch Description: s700_800 11.11 nettl(1M), netfmt(1M) and nettladm(1M) patch
Creation Date: 02/07/29
Post Date: 02/11/26
Hardware Platforms - OS Releases:
s700: 11.11
s800: 11.11
Products: N/A
Filesets:
OS-Core.CORE2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_32,v=HP
OS-Core.CORE2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_64,v=HP
OS-Core.CORE-KRN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
Networking.NETTL-MIN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
Networking.NETTL-RUN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
Networking.NETTL-ADM,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
Networking.NW-ENG-A-MAN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
Networking.NETTL-64SLIB,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
Automatic Reboot?: Yes
Status: General Release
Critical: No
Category Tags:
defect_repair enhancement general_release
manual_dependencies
Path Name: /hp-ux_patches/s700_800/11.X/PHNE_26413
Symptoms:
PHNE_26413:
1) SR: 8606248365 CR: JAGae14765
NetTL is to be enhanced to reduce the packet loss, when
tracing packets at Gigabit speed.
2) SR: 8606270408 CR: JAGae34644
netfmt(1M) prints trailing junk characters when
formatting the trace file containing packets which
have tags inserted.
3) SR:8606270630 CR: JAGae34866
netfmt(1M) dumps core while formatting a trace file with
RPC packets.
4) SR: 8606256663 CR: JAGae20978
While updating a system with Graphics console from 10.20
to 11.11,the following message is logged in swagent.log.
"ERROR: The netfmt command encountered an error while
using the information from the "/etc/nettlgen.conf" file:
No such terminal: INTERNAL_EG_1280"
5) SR: 8606268601 CR: JAGae32839
nettl(1M) man page needs to be updated to include new
tracing options.
PHNE_24473:
1) SR: 8606211240 CR: JAGad80428
Enhance NetTL to trace and format VLAN tag.
2) SR: 1653310730 CR: JAGab43780
netfmt(1m) prints extra bytes for ns_ls_ip subsystem
packets.
3) SR: 8606221684 CR: JAGad90818
netfmt process is killed when "nettl -tf -e all"
command is executed.
PHNE_24200:
1) SR: 8606187145 CR: JAGad56353
NetTL does not support NS_LS_IPV6 and NS_LS_ICMPV6
&nbs