|
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 22 2002 - 07:10:47 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 10.X patch digest
Created: Sun Dec 22 6:05:02 EST 2002
Table of Contents:
Document ID Title
--------------- -----------
PHKL_28404 s800 10.26 VxFS quotas; directory sticky-bit
PHSS_28399 s700_800 10.20 OV NNM6.2 Intermediate Patch, Dec 2002
PHSS_27935 s700_800 10.20 OV NNM6.0x http server fix
PHSS_27857 s700_800 10.20 OV EMANATE14.2 Agent Consolidated Patch
PHSS_28015 s700_800 10.20 OV OB4.00 patch - ORACLE8 packet
PHSS_28013 s700_800 10.20 OV OB4.00 patch - SAP packet
The documents are listed below.
-------------------------------------------------------------------------------
Document ID: PHKL_28404
Date Loaded: 20021220
Title: s800 10.26 VxFS quotas; directory sticky-bit
Patch Name: PHKL_28404
Patch Description: s800 10.26 VxFS quotas; directory sticky-bit
Creation Date: 02/12/18
Post Date: 02/12/20
Hardware Platforms - OS Releases:
s800: 10.26
Products: N/A
Filesets:
JournalFS.VXFS-BASE-KRN ProgSupport.PAUX-ENG-A-MAN
Automatic Reboot?: Yes
Status: General Release
Critical:
No (superseded patches were critical)
PHKL_27381: HANG
PHKL_18988: CORRUPTION PANIC HANG
Path Name: /hp-ux_patches/s800/10.X/PHKL_28404
Symptoms:
PHKL_28404:
1. Partial port of 10.20 patch PHKL_27833 to 10.26(TOS).
(PHKL_27833):
(SR: 8606184446 CR: JAGad53654)
1.VxFS directory sticky-bit not functioning according to
specification and man pages.
(PHKL_16921):
(SR: 1653264663 CR: JAGaa11143)
1.If a VxFS file system has quotas turned on, but no quota
file is present,users can get open()and creat()failures
with error number '61449'.
PHKL_27381:
1. mount command with options like 'snapof', 'remount' fails
with error EBUSY.
2. Incorrect behavior of sticky bit on directories in VxFS.
3. Port of the 10.20 patch PHKL_26981 to TOS.
(PHKL_26981:)
(SR: 8606214705 CR: JAGad83897)
Deadlock of processes waiting for vxfs inodes. There
is a situation in vx_real_iget where such a deadlock can
occur with process 1 waiting for inode A (while holding
inode B locked) while process 2 is holding inode A and
waiting for inode B. One symptom to look for is hung
process sleeping in vx_real_iget(). The stack trace may
look similar to
_swtch+0x138
real_sleep+0x234
vx_sleep_lock+0xa8
vx_ilock+0x14
vx_real_iget+0x184
vx_iget+0x3c
......
(PHKL_21595:)
(SR: 8606135341 CR: JAGad04475)
Inactive inodes are not getting cleared after 110 days.
(SR: 8606104878 CR: JAGab72639)
System performance is unacceptable (slows down)
due ti ibmaplock contention even when inode
is in memory.
PHKL_20712:
Port of the 10.20 patch PHKL_19540 to TOS.
(PHKL_19540)
( SR: 1653302711 DTS: JAGab15428 )
A VxFS file system cannot be mounted if it has more than 8
million inodes.
PHKL_18988:
Ported 10.20 patch PHKL_18198 to TOS.
(PHKL_18198)
On vxfs filesystems where a particular type of inode
corruption occurs, all future mounts of that filesystem
fail. In the message buf will be the message:
vx_iget - [fs name] file system invalid inode number [#]
This message will possibly be repeated many times. Future
attempts to mount this file system will fail with either:
vxfs mount: [device] is not a vxfs file system
or vxfs mount: [device] is corrupted. needs checking
At that point, if an fsck is performed the file system can
be mounted, but further use of the file system may cause
the vx_iget message to occur again, and the file system to
again be unmountable.
(PHKL_17717)
SR: 4701411298 DTS: JAGaa45918
A panic may occur in vx_spinlock() when trying to mount
a corrupt VxFS file system.
This patch provides a fix so that a failure is reported
in this case, but a panic will not occur.
(PHKL_12340)
Mounting a VxFS Version 2 filesystem containing a large
amount of files (in excess of 800,000) can take several
minutes to complete. During the time it takes to mount
the filesystem the system appears to be hung.
This patch provides improved kernel routines which
eliminate this performance problem.
(PHKL_12008)
fsck on vxfs (version 3) filesystem fails with
the following error:
# fsck -o full -y /dev/vg01/lvol3
pass0 - checking structural files
pass1 - checking inode sanity and blocks
pass2 - checking directory linkage
pass3 - checking reference counts
pass4 - checking resource maps
small extent in iau inode
This occured after a normal shutdown. The filesystem
is unusable and must be newfs'd.
This patch provides the kernel half of a solution for an
fsck defect. The commands patch PHCO_17671 must also be
applied to install the full solution.
Without the command patch PHCO_17671 installed, this patch
will have no impact.
Defect Description:
PHKL_28404:
1. Partial port of 10.20 patch PHKL_27833 to 10.26(TOS).
(PHKL_27833):
(SR: 8606184446 CR: JAGad53654)
1.VxFS directory sticky-bit not functioning according to
specification and man pages.
Resolution:
Make VxFS directory sticky-bit functionality conform
to specification and man pages.
(PHKL_16921):
(SR: 1653264663 CR: JAGaa11143)
1.If a VxFS file system has quotas turned on, but no quota
file is present,users can get open()and creat()failures
with error number '61449'.
Resolution:
No default was set for quota information, so without a
quota file, the user's uid and gid were undefined and
invalid.
PHKL_27381:
1. mount command with options like 'snapof', 'remount' fails
with error EBUSY.
Resolution:
Code has been modified to set the appropriate flag to
take care of the problem.
2. Sticky bit on directories does not behave as documented.
3. Port of the 10.20 patch PHKL_26981 to TOS.
(PHKL_26981:)
(SR: 8606214705 CR: JAGad83897)
In vx_real_iget() an inode is kept locked while waiting
to lock another inode. The inode which is kept locked is
not needed and is unlocked when the other inode has been
acquired. Another process trying for these inodes in
reverse order will cause the deadlock.
Resolution:
The inode which is not needed is released before trying
for another inode.
(PHKL_21595:)
(SR: 8606135341 CR: JAGad04475)
Prior to 110 days inactive inods are removed early from the
inode cache. After 110 days inactive inodes are never
removed from the inode cache. The JFS inode cache or inode
table is dynamic, it keeps expanding and contracting, but
after the system is up for over 110 days the cache does not
reduce in size, it grows to the max and stays the same after
that. Customer monitored the inode size using:
#sar -v 1 1
16:29:09 text-sz ov proc-sz ov inod-sz ov file-sz ov
16:29:10 N/A N/A 272/1620 0 3500/3500 0 1137/6010 0
Resolution:
The variable i_ftime which is assigned, the time inode is
put on free list is incorrectly set to lbolt, it should be
set to vx_lbolt (system time) in the function vx_inactive()
which inactivates an inode.
(SR: 8606104878 CR: JAGab72639)
The vx_iget() function grabs ibmaplocks exclusively every
time it is called, even when the inode is in memory. This
is slowing down the system.
Resolution:
Change vx_iget() function to obtain ibmaplock, only
if inode is not in memory.
PHKL_20712:
Port of the 10.20 patch PHKL_19540 to TOS.
(PHKL_19540)
( SR: 1653302711 DTS: JAGab15428 )
To reproduce the problem, create a VxFS file system with
more than 8 million files. The file system cannot be
mounted without this patch.
Resolution:
The problem occurs because a 32 bit integer overflows when
the number of inodes reaches 8 million. The variable has
been changed to a 64 bit integer.
PHKL_18988:
The vxfs kernel was not properly handling sparse IFILT
files. This was due to fsh_ninode being incorrectly set in
this case, as well as the end of the IFILT list being
calculated incorrectly.
Resolution:
vx_fsetialloc() was updated to properly update fsh_ninode
in the case of a sparse IFILT file. vx_olt_ilistadd() was
updated to properly find the end of the IFILT list in this
case. This prevents a corrupt filesystem from getting
worse, and will not fix the inital cause of the corruption.
SR:
1653297531 1653302711 4701361758 4701411298 5003383307
8606214705 8606135341 8606104878 8606184446 1653264663
Patch Files:
/usr/conf/lib/libvxfs_base.a(vx_inode.o)
/usr/conf/lib/libvxfs_base.a(vx_fsetsubr.o)
/usr/conf/lib/libvxfs_base.a(vx_oltmount.o)
/usr/conf/lib/libvxfs_base.a(vx_vnops.o)
/usr/conf/lib/libvxfs_base.a(vx_secmisc.o)
/usr/conf/lib/libvxfs_base.a(vx_dirop.o)
/usr/share/man/man2.Z/chmod.2
what(1) Output:
/usr/conf/lib/libvxfs_base.a(vx_inode.o):
02/07/09 kern/vxfs/vx_inode.c, hpux, hpux_10.26, ic5
gw Revision 1.8 PATCH_10.26 (PHKL_27381)
/usr/conf/lib/libvxfs_base.a(vx_fsetsubr.o):
99/06/22 kern/vxfs/vx_fsetsubr.c, hpux, hpux_10.26,
ic5db Revision 1.2 PATCH_10.26 (PHKL_18988)
UNMODIFIED
/usr/conf/lib/libvxfs_base.a(vx_oltmount.o):
00/03/24 kern/vxfs/vx_oltmount.c, hpux, hpux_10.26,
ic5en Revision 1.5 PATCH_10.26 (PHKL_20712)
UNMODIFIED
/usr/conf/lib/libvxfs_base.a(vx_vnops.o):
02/08/13 kern/vxfs/vx_vnops.c, hpux, hpux_10.26, ic5
gw Revision 1.17 PATCH_10.26 (PHKL_27381)
/usr/conf/lib/libvxfs_base.a(vx_secmisc.o):
02/12/10 kern/vxfs/vx_secmisc.c, hpux, hpux_10.26, i
c5he Revision 1.6 PATCH_10.26 (PHKL_28404)
/usr/conf/lib/libvxfs_base.a(vx_dirop.o):
02/12/10 kern/vxfs/vx_dirop.c, hpux, hpux_10.26, ic5
he Revision 1.7 PATCH_10.26 (PHKL_28404)
/usr/share/man/man2.Z/chmod.2:
None
cksum(1) Output:
2244279175 47808 /usr/conf/lib/libvxfs_base.a(vx_inode.o)
3490437097 22920 /usr/conf/lib/libvxfs_base.a(vx_fsetsubr.o)
2926691671 29744 /usr/conf/lib/libvxfs_base.a(vx_oltmount.o)
3352200822 30592 /usr/conf/lib/libvxfs_base.a(vx_vnops.o)
3619467979 3580 /usr/conf/lib/libvxfs_base.a(vx_secmisc.o)
3429734979 9316 /usr/conf/lib/libvxfs_base.a(vx_dirop.o)
3153784293 5917 /usr/share/man/man2.Z/chmod.2
Patch Conflicts: None
Patch Dependencies:
s800: 10.26: PHKL_17283 PHCO_17671
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHKL_27381 PHKL_18988 PHKL_20712
Equivalent Patches:
PHKL_28403:
s700: 10.26
Patch Package Size: 220 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 PHKL_28404
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHKL_28404.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHKL_28404. If you do not wish to retain a
copy of the original software, you can create an empty file
named /var/adm/sw/patch/PATCH_NOSAVE.
WARNING: If this file exists when a patch is installed, the
patch cannot be deinstalled. Please be careful
when using this feature.
It is recommended that you move the PHKL_28404.text file to
/var/adm/sw/patch for future reference.
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHKL_28404.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
This patch depends on base patch PHKL_17283.
For successful installation, please ensure that PHKL_17283
is in the same depot with this patch, or PHKL_17283 is
already installed.
This patch provides the kernel half of a solution for an
fsck defect. The commands patch PHCO_17671 must also be
applied to install the full solution. Without PHCO_17671
installed, this patch will have no impact.
-----End of Document ID: PHKL_28404------------------------------------------
Document ID: PHSS_28399
Date Loaded: 20021217
Title: s700_800 10.20 OV NNM6.2 Intermediate Patch, Dec 2002
Patch Name: PHSS_28399
Patch Description: s700_800 10.20 OV NNM6.2 Intermediate Patch, Dec 2002
Creation Date: 02/12/11
Post Date: 02/12/17
Hardware Platforms - OS Releases:
s700: 10.20
s800: 10.20
Products:
OpenView Network Node Manager 6.2
Filesets:
OVNNMgr.OVMIB-CONTRIB,B.06.20.00
OVNNMgr.OVNNM-RUN,B.06.20.00 OVNNMgr.OVNNMGR-JPN,B.06.20.00
OVNNMgr.OVRPT-RUN,B.06.20.00 OVNNMgr.OVWWW-JPN,B.06.20.00
OVNNMgrMan.OVNNM-RUN-MAN,B.06.20.00
OVPlatform.OVEVENT-MIN,B.06.20.00
OVPlatform.OVMIN,B.06.20.00 OVPlatform.OVSNMP-MIN,B.06.20.00
OVPlatform.OVWIN,B.06.20.00 OVPlatform.OVWWW-EVNT,B.06.20.00
OVPlatform.OVWWW-FW,B.06.20.00
OVPlatform.OVWWW-SRV,B.06.20.00
OVPlatformDevKit.OVWIN-PRG,B.06.20.00
OVPlatformMan.OVEVENTMIN-MAN,B.06.20.00
OVPlatformMan.OVMIN-MAN,B.06.20.00
OVPlatformMan.OVWIN-MAN,B.06.20.00
Automatic Reboot?: No
Status: General Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHSS_28399
Symptoms:
PHSS_28399:
8606283616: The UNIX port 8880 is missing in ECS URL when
launched from a remote NT console.
8606288037: The ECS URL uses fixed UNIX Port number 8880.
8606280347: In Web Alarms Browser, Print on Server
option is not working on Solaris management station.
8606281958: In Web Alarms Browser, Show Node in Network
Presenter option is not giving expected results with
Internet Explorer using Sun Java plug-in.
8606277321: IPMap takes a long time to perform the
synchronization operation, in presence of a large number
of location symbols.
8606281716: IPMap consumes a high percentage of CPU, if
devices with large number of interfaces and present under
Location symbols are managed.
8606287613: IPMap loops during synchronization.
8606277559: ScheduledMaintenance circuit reports range
error for the input time period in pmd log file in the
last week of the month.
8606285281: ovtrapd cannot listen for SNMP Traps on a
specified interface, when there are more than one
configured LAN interfaces. It occupies the snmp-trap/UDP
port on all the interfaces.
8606277815: The Description section of the ovbackup.ovpl
manual page does not indicate that backup for $OV_WWW
directory is being done by this script.
8606281767: Netmon reports the status of admin-down
interfaces as critical and not disabled.
8606283445: nmdemandpoll fails to execute from OVW on
Windows.
8606284298: nmdemandpoll fails to execute from JOVW when
the management server is on Windows.
PHSS_28347:
8606285207: "Test SNMP" operation from xnmcollect GUI
fails when it is done on a node supporting large number of
interfaces.
PHSS_28257:
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_28094:
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_28091:
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_28072:
8606249222: MIB file for OV Events is not available.
PHSS_27916:
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_27866:
ovw, xnmevents, xnmgraph do not display Asian characters
correctly.
PHSS_27835:
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_27746:
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_27643:
Reports do not get generated, if double quotes exist in
ifAlias value, for interfaces.
PHSS_27640:
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_27638:
http server process cannot handle bad HTTP request types
correctly.
PHSS_27625:
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_27623:
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_27616:
Memory leak in xnmevents when it runs with filterByMap and
filterByMapManaged options.
PHSS_27614:
ovactiond man page not clear.
PHSS_27571:
Incorrect behaviour of xnmloadmib when MIBs were loaded
with the -trapType option , under the Japanese locale.
Defect Description:
PHSS_28399:
8606283616: The port number for the management server was
not being appended to the URL.
8606288037: The UNIX port number was hard-coded as 8880
for UNIX management server.
8606280347: ovalarmsrv fails to handle the print request
from Web Alarms Browser.
8606281958: Network Presenter fails to recognize Internet
Explorer when Sun Java plug-in is installed.
8606277321: IPMap does not limit the scope of the
recursive procedure used to handle addition of devices
under Location symbols.
8606281716: IPMap does not limit the scope of the
recursive procedure used to handle the manage operation,
for devices with large number of interfaces and present
under Location symbols.
8606287613: IPMap performs the cleanup operation, during
synchronization, even for unused interfaces, causing it to
loop for devices having a large number of
unused/disconnected interfaces.
8606277559: The time period specified
in ScheduledMaintenance circuit was not being handled
correctly.
8606285281: ovtrapd is designed to listen for traps on the
snmp-trap/UDP port on all the configured LAN interfaces
for forwarding them to NNM Event Subsystem.
8606277815: Manual page was not updated after the defect
fix for SR 8606168719.
8606281767: Netmon does not update the status of the
interfaces as reported by SNMP during discovery. Hence,
for an admin-down interface that does not respond to ping,
Netmon sets the status as critical.
8606283445: OVW invokes xnmappmon when nmdemandpoll is
executed. xnmappmon is not handling white spaces in the
executable path correctly.
8606284298: JOVW invokes webappmon when nmdemandpoll is
executed. webappmon is not handling white spaces in the
executable path correctly.
Resolution:
8606283616: The port number used by the UNIX management
server is now retrieved and appended to the URL.
8606288037: The port number is now being read from
$OV_CONF/ovweb.conf file.
8606280347: ovalarmsrv has been modified to handle the
print request on Solaris.
8606281958: Code has been modified to recognize Internet
Explorer if Sun Java plug-in is installed.
8606277321: The scope of recursion has been limited in
IPMap.
8606281716: The scope of recursion has been limited in
IPMap.
8606287613: Now, IPMap performs the cleanup operation only
for interfaces that changed since the last time
synchronization was performed. Unused/disconnected
interfaces are ignored.
8606277559: ScheduledMaintenance circuit has been
modified to handle the range error.
8606285281: A command line option, -I, is added to ovtrapd
to occupy the snmp-trap/UDP port on only ONE interface,
which is used by OpenView NNM daemons. For more
information refer to the ovtrapd manual page. This
enhancement does not apply to the Windows version of NNM.
8606277815: Modified the ovbackup.ovpl manual page to
include the missing information.
8606281767: Netmon has been modified to update the status
of the interfaces as reported by SNMP during discovery.
8606283445: xnmappmon has been modified to handle the
white spaces in the specified path for nmdemandpoll.
8606284298: webappmon has been modified to handle the
white spaces in the specified path for nmdemandpoll.
PHSS_28347:
8606285207: The buffer sizes used were insufficient to
handle large number of Interfaces.
Resolution:
8606285207: The buffers are now dynamically allocated as
required.
PHSS_28257:
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_28094:
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_28091:
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_28072:
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_27916:
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_27866:
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_27835:
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_27746:
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_27643:
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_27640:
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_27638:
http server process was not handling the bad requests
properly.
Resolution:
Code has been added for handling the bad requests properly.
PHSS_27625:
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_27623:
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_27616:
Memory allocated to a particular pointer was not freed
properly.
Resolution:
The allocated memory is now freed properly, at appropriate
position.
PHSS_27614:
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_27571:
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.
SR:
8606281767 8606288037 8606284298 8606281716 8606281958
8606287613 8606283445 8606277321 8606283616 8606277815
8606280347 8606277559 8606285281 8606285207 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:
/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
/etc/opt/OV/share/conf/stacks/pmd/libECSS.sl
/etc/opt/OV/share/conf/ecs/circuits/ScheduledMaintenance.eco
/opt/OV/contrib/NNM/event/genTrapdEventsMIB.ovpl
/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
/opt/OV/www/htdocs/ja_JP.eucJP/OvWebHelp/nnm/Content/
rptref.htm
/opt/OV/www/htdocs/ja_JP.SJIS/OvWebHelp/nnm/Content/
rptref.htm
/opt/OV/www/htdocs/C/OvWebHelp/nnm/Content/rptref.htm
/opt/OV/www/htdocs/classes/libovw.jar
/opt/OV/www/htdocs/classes/debug.libovw.jar
/opt/OV/www/htdocs/classes/nnmReporting/
debug.nnmReporting.jar
/opt/OV/www/htdocs/classes/nnmReporting/nnmReporting.jar
/opt/OV/www/htdocs/classes/jovw/debug.jovw.jar
/opt/OV/www/htdocs/classes/jovw/jovw.jar
/opt/OV/www/cgi-bin/jovw.exe
/opt/OV/www/cgi-bin/webappmon.exe
/opt/OV/www/cgi-bin/nnmRptConfig.exe
/opt/OV/lib/libovfilter.2
/opt/OV/lib/libovtopm.2
/opt/OV/lib/libovw.2
/opt/OV/lib/libovutil.2
/opt/OV/lib/libovsnmp.2
/opt/OV/lib/libov.2
/opt/OV/man/man1m.Z/netmon.1m
/opt/OV/man/man1m.Z/xnmtopoconf.1m
/opt/OV/man/man1m.Z/ovtrapd.1m
/opt/OV/man/man1m.Z/ovactiond.1m
/opt/OV/man/man1m.Z/ovbackup.ovpl.1m
/opt/OV/man/man1.Z/xnmtrap.1
/opt/OV/man/man1.Z/ovw.1
/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
/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/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/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
/opt/OV/bin/xnmtrap
/opt/OV/bin/ovtrapd
/opt/OV/bin/xnmevents
/opt/OV/bin/ipmap
/opt/OV/bin/netmon
/opt/OV/bin/xnmappmon
/opt/OV/bin/xnmcollect
/opt/OV/bin/xnmgraph
/opt/OV/bin/snmpCollect
/opt/OV/bin/ovweb
/opt/OV/bin/ovalarmsrv
/opt/OV/bin/ovsessionmgr
/opt/OV/bin/ovwdb
/opt/OV/bin/ovuispmd
/opt/OV/bin/ovw
/opt/OV/bin/ovmapcount
/opt/OV/bin/ovcwd
/opt/OV/bin/ovreppublish
/opt/OV/bin/ovspmd
/opt/OV/bin/ovbackup.ovpl
/opt/OV/bin/xnmsnmpconf
/opt/OV/bin/Perl/lib/perl5/5.6.0/ovreporting.pm
/opt/OV/bin/Perl/lib/perl5/5.6.0/OVdrawNodes.pm
what(1) Output:
/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
/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_25338, (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_18005, 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_27416, Consolidated Patch July 2002
PATCH PHSS_27334, 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 $
/etc/opt/OV/share/conf/ecs/circuits/
ScheduledMaintenance.eco:
None
/opt/OV/contrib/NNM/event/genTrapdEventsMIB.ovpl:
None
/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
/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
/opt/OV/www/htdocs/C/OvWebHelp/nnm/Content/rptref.htm:
None
/opt/OV/www/htdocs/classes/libovw.jar:
None
/opt/OV/www/htdocs/classes/debug.libovw.jar:
None
/opt/OV/www/htdocs/classes/nnmReporting/
debug.nnmReporting.jar:
None
/opt/OV/www/htdocs/classes/nnmReporting/nnmReporting.jar:
None
/opt/OV/www/htdocs/classes/jovw/debug.jovw.jar:
None
/opt/OV/www/htdocs/classes/jovw/jovw.jar:
None
/opt/OV/www/cgi-bin/jovw.exe:
None
/opt/OV/www/cgi-bin/webappmon.exe:
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28399, 12112002
HP Precision Architecture HP-UX 10.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_28399, 12112002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/lib/libovfilter.2:
libovfilter
HP OpenView Filter library (HP Internal only) NNM Re
lease B.06.20
PATCH PHSS_28399, 12112002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/lib/libovtopm.2:
libovtopm.sl
findroute
HP OpenView Topology NNM Release B.06.20
PATCH PHSS_28399, 12112002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/lib/libovw.2:
HP OpenView Windows NNM Release B.06.20
PATCH PHSS_28399, 12112002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/lib/libovutil.2:
HP OpenView ov utility library (HP Internal only) NN
M Release B.06.20
PATCH PHSS_28399, 12112002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/lib/libovsnmp.2:
libovsnmp
rnetstat
HP OpenView SNMP Dev Kit NNM Release B.06.20
PATCH PHSS_28399, 12112002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/lib/libov.2:
HP OpenView ov library NNM Release B.06.20
PATCH PHSS_28399, 12112002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/man/man1m.Z/netmon.1m:
None
/opt/OV/man/man1m.Z/xnmtopoconf.1m:
None
/opt/OV/man/man1m.Z/ovtrapd.1m:
None
/opt/OV/man/man1m.Z/ovactiond.1m:
None
/opt/OV/man/man1m.Z/ovbackup.ovpl.1m:
None
/opt/OV/man/man1.Z/xnmtrap.1:
None
/opt/OV/man/man1.Z/ovw.1:
None
/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
/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/newconfig/OVNNM-RUN/app-defaults/C/XNm:
XNm Resources
HP OpenView NNM Release B.06.20 Dec 11 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 Dec 11 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 Dec 11 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/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
/opt/OV/bin/xnmtrap:
xnmtrap
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28399, 12112002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovtrapd:
ovtrapd
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28399, 12112002
HP Precision Architecture HP-UX 10.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_28399, 12112002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ipmap:
ipmap
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28399, 12112002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/netmon:
HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R
evision: 74.03 $
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
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28399, 12112002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
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_980808)
ECS REV: 980808.1708(opt) HP-UX B.10.10 Server A.05.
03
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/xnmappmon:
xnmappmon
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28399, 12112002
HP Precision Architecture HP-UX 10.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_28399, 12112002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/xnmgraph:
xnmgraph
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28399, 12112002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/snmpCollect:
HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R
evision: 74.03 $
snmpCollect
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28399, 12112002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovweb:
ovweb
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28399, 12112002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovalarmsrv:
HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R
evision: 74.03 $
ovalarmsrv
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28399, 12112002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovsessionmgr:
ovsessionmgr
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28399, 12112002
HP Precision Architecture HP-UX 10.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_28399, 12112002
HP Precision Architecture HP-UX 10.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_28399, 12112002
HP Precision Architecture HP-UX 10.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_28399, 12112002
HP Precision Architecture HP-UX 10.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
/opt/OV/bin/ovcwd:
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28399, 12112002
HP Precision Architecture HP-UX 10.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_28399, 12112002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovspmd:
ovspmd
HP OpenView ICVT NNM Release B.06.20
PATCH PHSS_28399, 12112002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovbackup.ovpl:
None
/opt/OV/bin/xnmsnmpconf:
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28399, 12112002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
xnmsnmpconf
/opt/OV/bin/Perl/lib/perl5/5.6.0/ovreporting.pm:
ovreporting.pm
HP OpenView NNM Release B.06.20 Dec 11 2002
Copyright (c) 1990-2002 Hewlett-Packard Company
/opt/OV/bin/Perl/lib/perl5/5.6.0/OVdrawNodes.pm:
OVdrawNodes.pm
cksum(1) Output:
473766610 115046 /opt/OV/bin/xnmtrap
3519573400 53398 /opt/OV/bin/ovtrapd
3938417064 226007 /opt/OV/bin/xnmevents
3796137117 605093 /opt/OV/bin/ipmap
4211737680 2726880 /opt/OV/bin/netmon
26536751 115161 /opt/OV/bin/xnmappmon
4160520257 168411 /opt/OV/bin/xnmcollect
705680212 262757 /opt/OV/bin/xnmgraph
1865969925 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
1827979709 841472 /opt/OV/bin/snmpCollect
1462686714 45226 /opt/OV/bin/ovweb
3919239595 1236176 /opt/OV/bin/ovalarmsrv
1814897372 78148 /opt/OV/bin/ovsessionmgr
1902134075 387567 /opt/OV/bin/ovwdb
4138984909 86352 /opt/OV/bin/ovuispmd
4186712962 2741458 /opt/OV/bin/ovw
3450592760 158 /opt/OV/bin/ovmapcount
1241339092 32858 /opt/OV/bin/ovcwd
2765223081 98761 /opt/OV/bin/ovreppublish
115440943 451224 /opt/OV/bin/ovspmd
2614200472 16160 /opt/OV/bin/ovbackup.ovpl
971461581 98662 /opt/OV/bin/xnmsnmpconf
635749118 21231 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
ko_KR.eucKR/XNmevents
4294298358 5746 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
ko_KR.eucKR/XNmtrap
1828781139 21223 /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
1340756108 20938 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
ko_KR.eucKR/XNm
2189541439 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
1003900985 20281 /opt/OV/newconfig/OVNNM-RUN/app-defaults/C/
XNm
3178545801 10042 /opt/OV/newconfig/OVNNM-RUN/app-defaults/C/
XNmappmon
2460850494 21699 /opt/OV/newconfig/OVNNM-RUN/app-defaults/C/
XNmgraph
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
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
3574780748 1550 /opt/OV/man/man1.Z/xnmtrap.1
1014121483 12304 /opt/OV/man/man1.Z/ovw.1
829621662 13740 /opt/OV/man/man1m.Z/netmon.1m
3892812825 6653 /opt/OV/man/man1m.Z/xnmtopoconf.1m
2257635419 2528 /opt/OV/man/man1m.Z/ovtrapd.1m
3921498132 3197 /opt/OV/man/man1m.Z/ovactiond.1m
2033820124 5260 /opt/OV/man/man1m.Z/ovbackup.ovpl.1m
3929497319 1976464 /opt/OV/lib/libovfilter.2
3644337702 3928192 /opt/OV/lib/libovtopm.2
1350073900 807898 /opt/OV/lib/libovw.2
1705819840 2370784 /opt/OV/lib/libovutil.2
3285087656 2590256 /opt/OV/lib/libovsnmp.2
2826588649 251357 /opt/OV/lib/libov.2
2950453474 24628 /opt/OV/www/cgi-bin/jovw.exe
3284048979 82277 /opt/OV/www/cgi-bin/webappmon.exe
4220008164 131676 /opt/OV/www/cgi-bin/nnmRptConfig.exe
2975789286 769478 /opt/OV/www/htdocs/classes/jovw/
debug.jovw.jar
719139783 389062 /opt/OV/www/htdocs/classes/jovw/jovw.jar
4283564933 68478 /opt/OV/www/htdocs/classes/libovw.jar
501025280 233031 /opt/OV/www/htdocs/classes/nnmReporting/
debug.nnmReporting.jar
3573907378 142286 /opt/OV/www/htdocs/classes/nnmReporting/
nnmReporting.jar
3240151291 98035 /opt/OV/www/htdocs/classes/debug.libovw.jar
1544893627 37226 /opt/OV/www/htdocs/C/OvWebHelp/nnm/Content/
rptref.htm
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
3027199269 24677 /opt/OV/httpd/bin/ab
3808817283 7060 /opt/OV/httpd/bin/apachectl
3998113415 18538 /opt/OV/httpd/bin/apxs
3168729259 6428 /opt/OV/httpd/bin/dbmmanage
1433302304 24671 /opt/OV/httpd/bin/htdigest
232185699 20561 /opt/OV/httpd/bin/htpasswd
3724501601 436633 /opt/OV/httpd/bin/httpd
1178741435 20541 /opt/OV/httpd/bin/logresolve
3748759209 20537 /opt/OV/httpd/bin/rotatelogs
1150146691 5899 /opt/OV/contrib/NNM/event/
genTrapdEventsMIB.ovpl
1790684007 229644 /etc/opt/OV/share/conf/ecs/circuits/
ScheduledMaintenance.eco
3093244850 2577139 /etc/opt/OV/share/conf/stacks/pmd/
libECSS.sl
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
Patch Conflicts: None
Patch Dependencies:
s700: 10.20: PHSS_27332
s800: 10.20: PHSS_27332
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_27571 PHSS_27614 PHSS_27616 PHSS_27623 PHSS_27625 PHSS_27638
PHSS_27640 PHSS_27643 PHSS_27746 PHSS_27835 PHSS_27866 PHSS_27916
PHSS_28072 PHSS_28091 PHSS_28094 PHSS_28257 PHSS_28347
Equivalent Patches:
PHSS_28400:
s700: 11.00 11.11
s800: 11.00 11.11
PSOV_03240:
sparcSOL: 2.6 2.7 2.8
NNM_00975:
intelNT: 4.00 4.01
intelWIN2000: 1.00
Patch Package Size: 33350 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_28399
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHSS_28399.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHSS_28399. If you do not wish to retain a
copy of the original software, you can create an empty file
named /var/adm/sw/patch/PATCH_NOSAVE.
WARNING: If this file exists when a patch is installed, the
patch cannot be deinstalled. Please be careful
when using this feature.
It is recommended that you move the PHSS_28399.text file to
/var/adm/sw/patch for future reference.
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_28399.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
WARNING: This patch should not be loaded unless the last
consolidated patch PHSS_27332 has been loaded.
To check if this patch is on your system use the
following command:
swlist -l product -l fileset PHSS_27332
If swlist cannot find the patch, then you will
need to obtain the PHSS_27332 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_27916:
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_27866:
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_28399------------------------------------------
Document ID: PHSS_27935
Date Loaded: 20021217
Title: s700_800 10.20 OV NNM6.0x http server fix
Patch Name: PHSS_27935
Patch Description: s700_800 10.20 OV NNM6.0x http server fix
Creation Date: 02/12/13
Post Date: 02/12/17
Hardware Platforms - OS Releases:
s700: 10.20
s800: 10.20
Products:
OpenView Network Node Manager 6.00, 6.01
Filesets:
OVPlatform.OVWWW-SRV,B.06.00.00
OVPlatform.OVWWW-SRV,B.06.01.00
Automatic Reboot?: No
Status: General Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHSS_27935
Symptoms:
PHSS_27935:
http server process was not handling the bad requests.
Defect Description:
PHSS_27935:
http server process cannot handle bad HTTP request types
correctly.
Resolution:
Code has been added for handling the bad requests properly.
SR:
8606276971
Patch Files:
/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
what(1) Output:
/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
cksum(1) Output:
3027199269 24677 /opt/OV/httpd/bin/ab
1446960109 6579 /opt/OV/httpd/bin/apachectl
3998113415 18538 /opt/OV/httpd/bin/apxs
3168729259 6428 /opt/OV/httpd/bin/dbmmanage
1433302304 24671 /opt/OV/httpd/bin/htdigest
232185699 20561 /opt/OV/httpd/bin/htpasswd
3724501601 436633 /opt/OV/httpd/bin/httpd
1178741435 20541 /opt/OV/httpd/bin/logresolve
3748759209 20537 /opt/OV/httpd/bin/rotatelogs
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes: None
Equivalent Patches:
PHSS_27936:
s700: 11.00
s800: 11.00
PSOV_03215:
sparcSOL: 2.5.1 2.6 2.7
Patch Package Size: 640 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_27935
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHSS_27935.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHSS_27935. If you do not wish to retain a
copy of the original software, you can create an empty file
named /var/adm/sw/patch/PATCH_NOSAVE.
WARNING: If this file exists when a patch is installed, the
patch cannot be deinstalled. Please be careful
when using this feature.
It is recommended that you move the PHSS_27935.text file to
/var/adm/sw/patch for future reference.
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_27935.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
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.
========================================================
-----End of Document ID: PHSS_27935------------------------------------------
Document ID: PHSS_27857
Date Loaded: 20021217
Title: s700_800 10.20 OV EMANATE14.2 Agent Consolidated Patch
Patch Name: PHSS_27857
Patch Description: s700_800 10.20 OV EMANATE14.2 Agent Consolidated Patch
Creation Date: 02/12/16
Post Date: 02/12/17
Hardware Platforms - OS Releases:
s700: 10.20
s800: 10.20
Products:
OpenView Emanate 14.2
Filesets:
Networking.MASTER,B.10.20 Networking.SUBAGT-HPUNIX,B.10.20
Networking.SUBAGT-MIB2,B.10.20 OVSNMPAgent.MASTER,B.10.27.00
OVSNMPAgent.MASTER,B.10.26.00 OVSNMPAgent.MASTER,B.11.00.00
OVSNMPAgent.MASTER,B.11.01.00 OVSNMPAgent.MASTER,B.11.11.00
OVSNMPAgent.SNMP-ENG-A-MAN,B.10.27.00
OVSNMPAgent.SNMP-ENG-A-MAN,B.10.26.00
OVSNMPAgent.SNMP-ENG-A-MAN,B.11.00.00
OVSNMPAgent.SNMP-ENG-A-MAN,B.11.01.00
OVSNMPAgent.SNMP-ENG-A-MAN,B.11.11.00
OVSNMPAgent.SUBAGT-HPUNIX,B.10.27.00
OVSNMPAgent.SUBAGT-HPUNIX,B.10.26.00
OVSNMPAgent.SUBAGT-HPUNIX,B.11.00.00
OVSNMPAgent.SUBAGT-HPUNIX,B.11.01.00
OVSNMPAgent.SUBAGT-HPUNIX,B.11.11.00
OVSNMPAgent.SUBAGT-MIB2,B.10.27.00
OVSNMPAgent.SUBAGT-MIB2,B.10.26.00
OVSNMPAgent.SUBAGT-MIB2,B.11.00.00
OVSNMPAgent.SUBAGT-MIB2,B.11.01.00
OVSNMPAgent.SUBAGT-MIB2,B.11.11.00
OVSNMPAgentMan.AGENT-MAN,B.10.27.00
OVSNMPAgentMan.AGENT-MAN,B.10.26.00
OVSNMPAgentMan.AGENT-MAN,B.11.00.00
OVSNMPAgentMan.AGENT-MAN,B.11.01.00
OVSNMPAgentMan.AGENT-MAN,B.11.11.00
Automatic Reboot?: No
Status: General Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHSS_27857
Symptoms:
PHSS_27857:
Cumulative Consolidated Patch
PHSS_27853:
1.PHSS_26138 generates ERROR during cold install(HP-UX only)
2.hp_unixagt was failing to start during the HP-UX ignite
installations.
3.There are excessive warning and bad formatted messages
from Emanate Agent patch installation (HP-UX only).
4.snmpdm in Emanate Agent consolidated patch PHSS_26138
calls wrong 'uname' during OS upgrades.
PHSS_27849:
1.snmpdm implements an obsolete mib.
2.On 64-Bit HP-UX 11.X system, hp_unixagt returns wrong
value for computerSystemMaxUserMem MIB variable.
PHSS_27569:
1.In OV Emanate 14.2 SNMP agent, the snmpModules part of
SNMPv2 MIB is not implemented properly.
2.PHSS_27182 does not define the superseding fileset(s).
(HP-UX only)
PHSS_27181:
snmpdm does not handle subagent connection requests properly
PHSS_26724:
1.snmpdm is not sending the ColdStart trap when naaagt
registers for mib-2 OID, with mib2agt not started and
COLDSTART_TIMEOUT environment variable is set to a non
zero value. (Solaris only).
2.snmpdm is not re-reading its configuration file when a
trap-dest entry is added by a SnmpSet operation.
3.snmpdm does not add and remove the trap-dest entries
in its configuration file properly. (Solaris only).
PHSS_26678:
hp_unixagt returns Computer System Free Swap as greater
than Enabled Swap which is not correct. Free swap should
always be less than or equal to Enabled Swap. (HP-UX 10.20
only)
PHSS_26399:
snmpdm is dumping core in strncmp().
PHSS_26137:
Consolidated Patch
PHSS_26114:
Subagents are sending the log message back to Master Agent
which was originally sent from Master to subagent. This log
message to Master is not necessary when subagent's logging
is centralized with master agent.
PHSS_25977:
1.snmpdm doesn't respond properly for large invalid packets
2.snmpdm doesn't respond properly in case of malformed PDUs
3.There is a memory leak associated in snmpdm with an
improperly encoded packet.
PHSS_25846:
1.hp_unixagt is not giving the process user names when
queried on processUname with snmpwalk command.
(HP-UX 11.X Only. Mib variable processUname problem).
2.hp_unixagt is returning wrong values for Enabled and
Configured swap variables. (HP-UX 10.20 only).
3.hp_unixagt does not re-read the Configured swap value
when requested.
PHSS_25776:
1.Emanate Agent does not work with -P option.
If the "snmpd -P <#>" is used on a Solaris system to
start the HP Emanate agent on a new port, three of the
subagents will fail to start.
2.Many timeout SetRequests in snmpdm Pdu-Queue blocks new
SetRequests. If snmpdm has many SNMP SetRequests to a
subagent and they get timeout situation, then new
SetRequest is never sent to the subagent, though the
GetRequests will work.
PHSS_25669:
snmpdm is not ready to respond to some SNMP queries by the
time it sends the cold start trap . This causes network
management software to delete the interfaces thinking they
are not up.
PHSS_24944:
Consolidated Patch
PHSS_24780:
When querying the tcpConnTable, if a port number is larger
than 32767, mib2agt returns negative values for the same.
PHSS_23896:
1. snmpdm dumps core when using VIEW: in the snmpd.conf file
2. When a walk is made on the interfaces mib within the
mib2agt self-polling period of its interfaces after a LAN
link goes down, mib2agt does not send the trap.
PHSS_23669:
Consolidated Patch
PHSS_22564:
snmpdm dumps core.
PHSS_21907:
mib2agt not ready to respond to netmon poll after system
reboot
PHSS_21382:
Snmp master agent doesn't handle SIGPIPE and aborts
PHSS_21045:
Consolidated Patch
PHSS_21027:
snmpd -sys option did not work fine
PHSS_20543:
Consolidated Patch
PHSS_20474:
EA 14.2: snmpdm dies if queried with a null string.
checkinstall script fails for PHSS_17945
awk errors when loading PHSS_17945 on HP Unix 11
PHSS_18758:
mib2agt hangs in getmsg() on solaris, when certain
interfaces like x25netd are queried.
HPUNIX MIB refers to authenticationFailure subtree
(.1.3.6.1.4.1.11.2.13.4.1.1 which is no longer supported.
naaagt leaks memory.
Need to change communication between trapdestagt and snmpdm
Slight memory leak in mib2agt with PHSS_17386
On HPUX11.00 64-bit machines, hp_unixagt does not report
properly the process table.
PHSS_17944:
Consolidated Patch
PHSS_17875:
restarting snmpd will change permissions on
/etc/SnmpAgent.d/snmpd.conf
snmpdm fails to re-connect to TCP-subagent on restarting
snmpdm.
When snmpdm becomes a "subagent" to third party master
agent then the unix domain sockets and port numbers on which
snmpdm listens for subagent connection changes, but EMANATE
subagents have no way of knowing them unless manually
configured.
PHSS_17386:
Consolidated Patch
PHSS_16845:
IP restriction does not work in snmpd.conf, if more
than 1 ipaddress follows IP: or if white space
follows IP: .
An SNMP community string that exists in HP OpenView may
allow access to certain SNMP variables.
PHSS_15681:
The snmpdm process dies and creates a core file
during a set operation.
When snmpdm is started with "-m FACTORY_TRACE"
option all the trace messages are logged into the
log file ,making it to grow without bounds.
The Mib variable snmpInBadCommunityNames always returns 0.
Emanate mib2agt reports ifType as "other" for
Sun's hme (100BT) interface
Installation of Solaris Agent patches
displays the following message -
"/etc/snmpd: Command not found."
/etc/SnmpAgent.d/snmpd.conf mysteriously
becomes world-writable on HP-UX 10.30 and 11.00
PHSS_13979:
Successive snmpsets on trapDestination object
causes multiple traps to be sent to
configured machines when an exception is
noticed.
snmpdm hangs with CPU utilization > 90%.
snmpdm hangs in an infinite loop in solaris.
At startup, /usr/sbin/snmpdm creates a file
/tmp/snmpd.log. This file is not created safely.
Emanate agents do not report the udp port 162
service through the mib.
When there is an ipaddress after IP: in
snmpd.conf,the first char is eaten up.
hp_unixagt reports wrong swap if >2GB.
When we try to get FCS MAC address from
interfaces.ifTable.ifEntry.ifPhysAddress, or
at.atTable.atEntry.atPhysAddress in MIB-II via SNMP,
It returns 3 bytes + undefined data(usually 4 byte).
If we execute SNMP GetNext to under ifIndex, the
next object of ifIndex.3 is incorrect. So the value
of ifIndex.3 is returned endlessly.
mib2agt on Solaris fails to correctly report the
"quad enet" interface. It is reported as "other".
PHSS_12658:
Unresolvable Ip address cannot be deleted in the
trap table. snmpd.conf file permissions always
changes to 400 when trap destination entry's are deleted.
PHSS_12354:
Customer wants IP addr. (& community name) to be logged
for SNMP messages that fail authentication.
system.sysUpTime returns time since boot while it should
return time since network mgmt portion last initialized,
that is, time elapsed since SNMP agent start-up.
hp.nm.icmp.icmpEchoReq a scalar MIB variable when queried
does not return the pkt size, timeout and host ip addr
back in the reply, instead the instance is identified by
a '.0'. So, problems using data collector as response can't
be matched with queries
On SOLARIS the command "snmpdm -mask FACTORY_TRACE" dumps
core. More generally (on SOLARIS and HP-UX), the command
line option following the option '-mask <logmask>' is not
recognized by the agent. For example, the following command
snmpdm -mask FACTORY_WARN -sysDescr "Just a test run"
makes snmpdm not recognize the '-sysDescr' option.
PHSS_10833:
If arp table is changed using the arp command
the change is not reflected in the mib2 sub agent.
Also, the ethernet traffic data is not cleared until
every 30 seconds.
PHSS_10715:
Arp cache will not be updated properly.
logging will be don on 10.x to /tmp/snmpd.log file.
Can not add trapdests.
Defect Description:
PHSS_27857:
Cumulative Consolidated Patch
Resolution:
Cumulative Consolidated Patch
PHSS_27853:
1.Agent processes were started in postinstall script
during the cold installation.
2.None of the Agent processes should be started during the
ignite installations.
3.When the Agent processes were not stopped before the
patch installation, it used to give the warning message
thrice.
4.During OS upgrades, snmpdm process should not get started
till the OS installation is complete.
Resolution:
1.Patch control scripts are modified not to start the Agent
processes during the OS updates and cold install.
2.Patch control scripts are modified to take care of the
ignite installation problems.
3.Patch control scripts are modified to give the message
only once and stop the processes before installation.
4.Control scripts are modified not to start snmpdm.
PHSS_27849:
1.The obsolete mib was implemented in the Emanate 14.0 agent
and maintained in 14.2.
2.System call used was not supported on 64-bit HPUX system.
Resolution:
1.The obsolete mib support has been removed in snmpdm.
2.Added a new system call to handle return values on 64-bit
HPUX 11.X system.
PHSS_27569:
1.Some MIB objects under snmpModules were not implemented.
2.Patch PHSS_27182 was not updating the Installed Product's
database after installation and de-installation.
Resolution:
1.The MIB objects under snmpModules of SNMPv2 have been
implemented.
2.Patch control scripts have been modified to update the
Installed Product's database after the installation and
de-installation
PHSS_27181:
Data was improperly being read from a disconnected subagent.
Resolution:
Code implemented to check the subagent disconnections
properly. snmpdm has been given "-tcplocal" command line
option, which can be used when the user does NOT want to
accept the connection from subagents on remote systems.
( #/usr/sbin/snmpdm -tcplocal ).
PHSS_26724:
1.This functionality was not implemented in the code.
2.The thread to read the configuratioin file was not started
by the master agent on receiving an event from trapdestagt
after a new trap-dest entry.
3.Addition & removal of trap-dest entries cause an interrupt
to be incorrectly handled by snmpdm.
Resolution:
1.Code implemented to check for mib-2 OID registration by
naaagt and send a ColdStart trap when naaagt comes up.
2.Code implemented to re-read its configuration file when
master agent gets the appropriate event from trapdestagt.
3.Interrupt handling has been implemented during an addtion
& removal of trap-dest entries.
PHSS_26678:
The calculation of enabled swap was not done properly and
was causing problem.
Resolution:
Code has been implemented for calculating the Enabled swap
correctly and the final result is correct.
PHSS_26399:
There is a corner case in Master agent code when it receives
the TimeOut event and if the TimeOut is not the PduTimeOut,
then it has chances to core-dump in strncmp function since
the pointer variable validity was not checked.
Resolution:
Code implemented to check the validity of pointer variable
before passing to strncmp.
PHSS_26137:
Consolidated Patch
PHSS_26114:
In subagent's code for sending log-message to Master agent,
there is no checking whether the log needs to go to master
and whether it is originally from master or subagent.
Resolution:
Code is implemented in subagent's library to check whether
the log message needs to go to master when subagent wants
to send and also whether that message is originally from
master OR subagent.
PHSS_25977:
1.snmpdm doesn't handle the large packets properly.
2.snmpdm doesn't handle packets properly with malformed PDU
3.At some places, the allocated memory is not freed after
usage of that allocated memory is over.
Resolution:
1.Code implemented for handling the large packets properly.
2.Code implemented for handling the packets properly with
malformed pdu.
3.Allocated memory is freed properly as and when necessary.
PHSS_25846:
1.There is an argument and parameter mismatch in length
of the datatype when the function to get the process
user name is called. This length mismatch is corrupting
the next parameter.
2.There is a possibility in agent's code to return
incorrect values of the swap size for Configured and
Enabled if the values get larger than ~0x300000.
3.Currently the hp_unixagt calculates the Configured swap
value when it starts up and stores this value in a
static location. Any request for this information is
then answered using this static value, and it does not
re-calculate the swap value. To force to update the
value, the sub agent needs to be restarted.
Resolution:
1.Code is modified to match the length of the datatype
correctly in the arguments and parameters.
2.Code is implemented to give the correct values for
SwapConfig and EnabledSwap of the device swap memory.
3.Code implemented to re-read the swap value whenever the
configured swap is requested.
PHSS_25776:
1.The environment variable SR_SNMP_TEST_PORT was exported
with wrong value in the startup scripts in /sbin/init.d
Resolution:
The SR_SNMP_TEST_PORT variable exported as and
when required with a right value in the startup scripts
of corresponding subagents.
2.When a SetRequest which was sent to subagent times out,
the corresponding Pdu in Pdu-Queue is not freed though
the Pdu's thread is killed. Because of the presence of
this Set-Pdu in Queue, new SetRequests are not serviced.
Resolution:
Code is implemented to free the timed out Pdu properly
in Pdu-Queue as soon as the Pdu's thread is killed.
PHSS_25669:
snmpdm sends the cold start trap before some of the
subagents registers themselves.
Resolution:
The COLDSTART_TIMEOUT environment variable can be used to
control the behaviour of snmpdm with respect to sending the
cold start trap.
If the environment variable COLDSTART_TIMEOUT was set to a
valid value > 0, then snmpdm would send the cold start trap
either after mib2agt registers or after COLDSTART_TIMEOUT
seconds expire, whichever is earlier. The variable latches
at the maximum of 600 (10 minutes).
PHSS_24944:
Consolidated Patch
PHSS_24780:
The defect was due to the fact that the variables for
receiving the port values were defined as signed shorts
instead of unsigned shorts.
Resolution:
Code was implemented to typecast appropriately and receive
the port values.
PHSS_23896:
1. This is a corner case of solaris not handling null
pointers effectively.
Resolution:
Code was implemented to handle null pointers appropriately.
2. The reason for the trap not being sent was because the
code segment for sending traps was not exeucted in case a
walk was made. The code segment was executed only in case of
the mib2agt self-polling.
Resolution:
Code was implemented to send appropriate traps even during
walk and not only during self-polling.
PHSS_23669:
Consolidated Patch
PHSS_22564:
The memory was getting freed twice when thread timed out.
Resolution:
The code was altered to handle memory correctly when threads
timed out.
PHSS_21907:
mib2agt is not starting up fast because of the sleep timer
of 10 sec in the SnmpMaster script
Resolution:
sleep timer reduced to 5 sec in SnmpMaster script
PHSS_21382:
SIGPIPE signal is not handled properly.
Resolution:
Code is changed to handle SIGPIPE properly.
PHSS_21045:
Consolidated Patch
PHSS_21027:
snmpd script passes null arguments to snmpdm, which doesn't
handle null arguments properly.
Resolution:
snmpdm command line processing is modified to handle null
arguments
PHSS_20543:
Consolidated Patch
PHSS_20474:
The problem was due to improper checking of boundary
conditions.
Resolution:
snmpdm is fixed to handle null byte query.
The install used to exit if agents were running and
expected the user to kill the agents.
Resolution:
Changed the script to automatically kill the
agents and log a warning message.
Errors in an awk statement in the postinstall
script.
Resolution:
The errors were rectified.
PHSS_18758:
getmsg() and putmsg() hang if the streams interface driver
does not understand the query parameters.
Resolution:
if "HP_MIB2_NODELAY" environment variable is set, mib2agt
opens the interface device in non-blocking mode.
The hp unix mib was not updated for a long time.
Resolution:
hp-unix MIB is updated by removing authenticationFailure
subtree and adding more explanation in DESCRIPTION clause.
naaagt under certain circumstances does not free the in_pdu
structure.
Resolution:
in_pdu structure is freed under all cases.
When trapDestination list is modified through snmpset,
trapdestagt sends a HP specific EMANATE event to snmpdm,
so that snmpdm re-reads snmpd.conf file. SNMPR wants HP to
change the indication to signal.
Resolution:
SIGHUP signal is used by trapdestagt to indicate snmpdm to
re-read conf file whenever trapDestination table is
modified through snmpsets.
mib2agt was not freeing up an OID structure.
Resolution:
The OID structure is free()'ed in mib2agt.
The 64-bit pstat() interface is different from the 32-bit
one.
Resolution:
Binary is recompiled with _PSTAT64 defined.
For more info refer the Notes section of pstat man page.
PHSS_17944:
Consolidated Patch
PHSS_17875:
The startup of snmpdm resets the access rights according to
the umask the user (usually root) has set in his shell
environment.
Resolution:
The access rights set by the user is preserved.
snmpdm was blocking on the file descriptor on which it
accepted the connection from the tcp subagent
Resolution:
The file descriptor on which the snmpdm accepts connection
from the tcp subagent is set to non-blocking mode using
fcntl() system call.So now snmpdm would not block
indefinitely on the tcp subagent connection fd.
The root cause of the problem is that Oracle SNMP must run
the HP SNMP master agent (snmpdm) listening to a port other
than 161/udp. This, in turn, changes the name of the Unix
Domain socket (UDS) that is used for subagent communication.
Subagents started independently of snmpd are unaware of
the port renumbering; thus, they connect to the wrong UDS.
Moreover, if snmpdm is restarted independently of Oracle's
start_peer, it is unaware of the port renumbering; thus, it
fails to start due to an "address in use" error because
Oracle's master_peer has already bound to port 161/udp.
Resolution:
Ported the naaagt available for Solaris onto HPUX.
PHSS_17386:
Consolidated Patch
PHSS_16845:
One of the previous patches introduced a defect such
that only the following line in snmpd.conf file will
work : set-community-name: TEST IP:15.15.15.15
however further addresses on the line will not be
recognised, and needs to be put on separate lines.
Now the fix which introduced this problem is undone
in this patch. Now a space is mandatory after
IP:,and IP restriction is applied to multiple
ipaddress. e.g.
set-community-name: TEST IP: 15.15.15.15 10.10.10.10
Resolution:
Undone a fix which introduced this problem.
An SNMP community string allows access to certain
SNMP variables. This problem is fixed in this patch.
Resolution:
Fixed the defect which allows access to unauthorised
users.
PHSS_15681:
snmpdm used to dump core as a NULL pointer was
de-referenced.
Resolution:
Error Handling has been improved
When the snmpdm is invoked with trace option,
viz. snmpdm -m FACTORY_TRACE ,it keeps
logging trace messages to snmpd.log causing it to
grow without limits over a period of time.
snmpdm was not checking for the size of log file.
Resolution:
If the size of snmpd.log exceeds the limit, its
contents are moved to snmpd.log.old and snmpd.log
is truncated to zero.
snmpInBadCommunityNames was not supported.
Resolution:
supported snmpInBadCommunityNames.
Sun's new hme (100BT) interface was not supported
by mib2agt.
Resolution:
This new "hme" interface is now supported.
The problem was in the patch creation script.
Resolution:
The patch tool has been modified.
umask was not set properly.
Resolution:
Set umask accordingly.
PHSS_13979:
The authentication failure storm was caused due to
trapdest-entry-buffer not being freedup before
re-reading the snmpd.conf file.
Resolution:
The trapdest-entry-buffer was freedup before
re-reading the snmpd.conf file.
The problem was due to a # immediately after
get-community-name:
Resolution:
File parsing (the snmpd.conf) is improved.
The problem was due to uninitialised memory.
Resolution:
memory is initialised.
The possibility that /tmp/snmpd.log could be a
symbolic link was not checked.
Resolution:
Checked for the possibility that /tmp/snmpd.log
could be a symbolic link.
The agent does not report consecutive udp port
numbers.
Resolution:
The lexicographically-next udp port is obtained
by doing a proper search.
This was because the char pointer was incremented by
one.
Resolution:
Incremented a char pointer suitably.
The total kb inswap was not calculated properly
Resolution:
Corrected the logic.
o_length field in FCS device driver was not set.
Resolution:
Set the field in the driver
mib2agt was not supporting FCS interfaces.
Resolution:
mib2agt now supports FCS interfaces.
mib2agt was not supporting quad-enet interface.
Resolution:
mib2agt now supports quad-enet interface.
PHSS_12658:
Unresolvable Ip address cannot be deleted in the
trap table. snmpd.conf file permissions always
changes to 400 when trap destination entry's are
deleted.
Resolution:
Corrected the file permissions.
PHSS_12354:
When SNMP messages fail authentication no information about
the culprit, customer wants IP addr. (& community name used)
to be logged.
Resolution:
The fields were logged.
system.sysUpTime returns time since boot while it should
return time since network mgmt portion last initialized,
that is, time elapsed since SNMP agent start-up.
Resolution:
Returned time since network mgmt portion last
initialized.
Since it is a scalar MIB variable hp.nm.icmp.icmpEchoReq,
when queried does not return the pkt size, timeout and host
ip addr used in the query back in the reply, instead the
instance is identified by a '.0'. So, problems using data
collector as response can't be matched with queries.
This MIB variable is designed this way.
Resolution:
Returned the proper values in the reply.
On SOLARIS the command "snmpdm -mask FACTORY_TRACE" dumps
core. More generally (on SOLARIS and HP-UX), the command
line option following the option '-mask <logmask>' is not
recognized by the agent. For example, the following command
snmpdm -mask FACTORY_WARN -sysDescr "Just a test run"
makes snmpdm not recognize the '-sysDescr' option.
Resolution:
Corrected to recognise options after -mask.
PHSS_10833:
If any change is made to an existing arp entry it is not
reflected in the mib2agt. This happens only in Solaris.
But if new arp entries are added that is reflected.
Resolution:
Made changes in arp entry to be reflected in mib2agt.
In HPUX the mib2agt caches the ethernet traffic data for
about 30 seconds. The cache gets cleared if interfaces
traffic is queried.
Resolution:
Fixed the problem.
PHSS_10715:
All are new features provided to the customers.
snmpd.log was occuring because of nonavailable check
There is a new addition of subagent with this release.
trapdest agt MAX entries problem had been fixed which was
not available.
Resolution:
Trapdest is now available.
SR:
8606278372 8606276229 8606252865 8606247082 8606254541
8606272790 8606265987 8606257676 8606258745 8606246372
8606241919 8606253688 8606237894 8606226214 8606232802
8606232347 8606230629 8606230631 8606218812 8606226041
8606227957 8606209171 8606224399 8606219849 8606198741
8606192494 8606163479 8606136390 8606139900 8606129603
8606108057 8606104165 8606103076 8606106823 5003458679
1653303537 4701427088 4701426379 1653302323 4701427203
5003448795 1653287201 4701417949 1653280057 5003409755
4701385229 1653249482 4701388413 4701389205 4000135343
4701380253 4701380261 1653237305 4701381483 5003401679
5003408153
Patch Files:
/opt/OV/newconfig/SNMP-ENG-A-MAN/snmp_mibs/hp-unix
/opt/OV/newconfig/AGENT-MAN/snmp_mibs/hp-unix
/opt/OV/newconfig/MASTER/snmpd.conf
/sbin/init.d/SnmpTrpDst
/sbin/init.d/SnmpMaster
/sbin/init.d/SnmpMib2
/sbin/init.d/SnmpHpunix
/usr/sbin/snmpdm
/usr/sbin/trapdestagt
/usr/sbin/naaagt
/usr/sbin/mib2agt
/usr/sbin/hp_unixagt
what(1) Output:
/opt/OV/newconfig/SNMP-ENG-A-MAN/snmp_mibs/hp-unix:
hp-unix $Date: 1999/07/08 05:02 UTC $ $Revision: /ma
in/PULSAR/HALLEY/1 $
/opt/OV/newconfig/AGENT-MAN/snmp_mibs/hp-unix:
hp-unix $Date: 1999/07/08 05:02 UTC $ $Revision: /ma
in/PULSAR/HALLEY/1 $
/opt/OV/newconfig/MASTER/snmpd.conf:
None
/sbin/init.d/SnmpTrpDst:
None
/sbin/init.d/SnmpMaster:
None
/sbin/init.d/SnmpMib2:
None
/sbin/init.d/SnmpHpunix:
None
/usr/sbin/snmpdm:
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
PATCH PHSS_27857, 12162002
HP OpenView Emanate SNMP Agent. sys HPUX 10.X
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
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
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-1996 SNMP Research, Incorporated
SNMP Research Distribution version 14.0.0.0
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
HP OpenView SNMP Agent Release 3.0
Version: HPUX 10.0 s800
Copyright (c) 1988, 1989 Massachusetts Institute of
Technology.
Mon Mar 18 08:52:44 MST 1996
/usr/sbin/trapdestagt:
SNMP TrapDest SubAgent
PATCH PHSS_27857, 12162002
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
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
/usr/sbin/naaagt:
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
Native Adapter Agent
PATCH PHSS_27857, 12162002
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
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
/usr/sbin/mib2agt:
SNMP MIB2 subAgent
PATCH PHSS_27857, 12162002
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
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
/usr/sbin/hp_unixagt:
SNMP HpUnix SubAgent
PATCH PHSS_27857, 12162002
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
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
cksum(1) Output:
3964273694 609659 /usr/sbin/snmpdm
292541867 181300 /usr/sbin/trapdestagt
1435059464 238806 /usr/sbin/naaagt
564269193 275775 /usr/sbin/mib2agt
1455905728 222326 /usr/sbin/hp_unixagt
922258478 6631 /sbin/init.d/SnmpTrpDst
552894988 4558 /sbin/init.d/SnmpMaster
2234707860 6727 /sbin/init.d/SnmpMib2
260040472 6617 /sbin/init.d/SnmpHpunix
2682097425 6959 /opt/OV/newconfig/MASTER/snmpd.conf
3215303192 33798 /opt/OV/newconfig/AGENT-MAN/snmp_mibs/
hp-unix
3215303192 33798 /opt/OV/newconfig/SNMP-ENG-A-MAN/snmp_mibs/
hp-unix
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_10715 PHSS_10833 PHSS_12354 PHSS_12658 PHSS_13979 PHSS_15681
PHSS_16845 PHSS_17386 PHSS_17875 PHSS_17944 PHSS_18758 PHSS_20474
PHSS_20543 PHSS_21027 PHSS_21045 PHSS_21382 PHSS_21907 PHSS_22564
PHSS_23669 PHSS_23896 PHSS_24780 PHSS_24944 PHSS_25669 PHSS_25776
PHSS_25846 PHSS_25977 PHSS_26114 PHSS_26137 PHSS_26399 PHSS_26678
PHSS_26724 PHSS_27181 PHSS_27569 PHSS_27849 PHSS_27853
Equivalent Patches:
PHSS_27858:
s700: 11.00 11.11
s800: 11.00 11.11
PSOV_03213:
sparcSOL: 2.5.1 2.6 2.7 2.8
Patch Package Size: 1670 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_27857
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHSS_27857.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHSS_27857. If you do not wish to retain a
copy of the original software, you can create an empty file
named /var/adm/sw/patch/PATCH_NOSAVE.
WARNING: If this file exists when a patch is installed, the
patch cannot be deinstalled. Please be careful
when using this feature.
It is recommended that you move the PHSS_27857.text file to
/var/adm/sw/patch for future reference.
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_27857.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
PHSS_27857:
This patch delivers the new copy of the snmpd.conf file.
This patch installs the new copy of snmpd.conf under the
/opt/OV/newconfig/MASTER directory and ensures that the
active copy of snmpd.conf under /etc/SnmpAgent.d directory
is not overwritten.
As the /etc/SnmpAgent.d/snmpd.conf file may have been
customized, it is recommended to copy the new snmpd.conf
file from the /opt/OV/newconfig/MASTER directory to
/etc/SnmpAgent.d and customize the configuration
in snmpd.conf.
NOTE: Emanate 14.X SNMP Agent will not respond when
there is no community name configured in snmpd.conf.
-----End of Document ID: PHSS_27857------------------------------------------
Document ID: PHSS_28015
Date Loaded: 20021216
Title: s700_800 10.20 OV OB4.00 patch - ORACLE8 packet
Patch Name: PHSS_28015
Patch Description: s700_800 10.20 OV OB4.00 patch - ORACLE8 packet
Creation Date: 02/12/13
Post Date: 02/12/16
Hardware Platforms - OS Releases:
s700: 10.20
s800: 10.20
Products:
OmniBackII A.04.00
Filesets:
OMNIBACK-II.OMNI-OR8-P,A.04.00
Automatic Reboot?: No
Status: General Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHSS_28015
Symptoms:
PHSS_28015:
Id = HSLco31519 SR:H555006850
Debug files for Oracle8 sessions are always put in
/tmp/directory.
Id = HSLco33404 SR:H555007447
ob2rman.exe script fails when executed on Solaris 8
system.
Id = JAGad70781 SR:8606201607
Recovery Catalog Database is not backed up in
environments with different Oracle8 version in use.
Id = JAGae06736 SR:8606237698
Backup of controlfile copy fails when using
split-mirror Oracle8 backup.
PHSS_24998:
Id = HSLco28340 SR: H555006000
Omniback II does not support Oracle 9i.
Id = HSLco29403 SR: H555006351
Preview backup does not work with Oracle 9i.
Id = HSLco29642, NSMbb43016 SR: H555006424, B555012104
Oracle9i configuration fails with
"Bad catalog access"
message when incorrect Oracle user is specified.
Id = HSLco29954 SR: H555006515
Offline split-mirror backup of Oracle 9i fails.
Id = NSMbb42974 SR: B555012068
Omniback does not recognize Oracle initialization
failure.
Id = NSMbb42986 SR: B555012079
Tests for the linkage between Omniback and
Oracle are not satisfactory.
Id = NSMbb42994 SR: B555012085
Configuration checking and configuration of Oracle 8
integration itself are successful although some
parameters are set incorrectly.
Id = NSMbb43065 SR: B555012131
Omniback continues with the session although the
proper object is not found in the database.
Id = NSMbb43171 SR: B555012213
Omniback II Oracle 8 integration does not behave
properly.
Id = HSLco30150 SR: H555006559
sbtio.log file is getting filled with the messages:
"SBT-3114 (?) 08/17/01 15:19:21
*WARNING* enforcing Oracle tracing lvl to 100".
Defect Description:
PHSS_28015:
Id = HSLco31519
OmniBack II ignores OB2OPTS variable and puts debug
files to default location.
Resolution:
Debug files for Oracle8 sessions are put to location
specified in OB2OPTS variable.
Id = HSLco33404
ob2rman.exe script contains a grep command with "-x"
option which does not exist on Solaris 8 systems.
Resolution:
Option "-x" is removed from the script.
Id = JAGad70781
OmniBack II exports the path to export utility from
the local system before backing up Recovery Catalog
Database. If different version of Oracle8 is used on
remote system, Recovery Catalog Database backup fails
because of incorrect path to it is exported.
Resolution:
Environment variable ORA_EXP is introduced. Setting
its value to path to export utility on the system in
/etc/opt/omni/oracle8/${ORACLE_SID}/.profile file
resolved described problem.
Id = JAGae06736
ob2rman.exe script incorrectly assumes that certain
lines in Recovery Manager script are put in certain
order. If this is not the case controlfilecopy backup
fails.
Resolution:
ob2rman.exe script logic is adjusted.
PHSS_24998:
Id = HSLco28340
Omniback II does not support Oracle 9i.
Resolution:
Omniback II supports Oracle 9i.
Id = HSLco29403
Preview backup uses /dev/null while Oracle9i is
configured to use /dev/zero.
Resolution:
/dev/zero is used for Oracle9i preview backup.
Id = HSLco29642, NSMbb43016
An extra "SQL>" prompt causes GUI to incorrectly
interpret the message sent during the configuration
of Oracle 9i.
Resolution:
Extra "SQL>" prompt is removed from the message.
Id = HSLco29954
SQLPlus connection string does not contain
"as sysdba" part.
Resolution:
String "as sysdba" is added to connection string.
Id = NSMbb42974
Even if Oracle initialization fails for the second time,
Omniback proceeds and fails afterwards.
Resolution:
Error checking is improved.
Id = NSMbb42986
Omniback linkabge tests are not Oracle version
dependent although they should be.
Resolution:
Linkage tests are improved.
Id = NSMbb42994
Configuration scripts insufficiently check exit codes
during the configuration of Oracle 8 integration.
Resolution:
Exit code checking is improved.
Id = NSMbb43065
Exit code checking is incorrectly implemented.
Resolution:
Exit code checking is improved.
Id = NSMbb43171
Omniback II Oracle 8 integration does not behave
properly in cases when user is deleting entries from
Omniback internal database via Recovery Manager.
Resolution:
Omniback reports correct error when an entry is
not found in the internal database.
Id = HSLco30150
Oracle trace level is hardcoded in Omniback II Oracle 8
integration.
Resolution:
Trace level is removed from Omniback Oracle 8
integration.
Part of SSPUX400_006, SSPUX400_009.
SR:
H555006850 8606201607 H555007447 8606237698 H555006559
H555006515 B555012131 B555012085 B555012104 B555012213
B555012068 B555012079 H555006000 H555006351 H555006424
Patch Files:
/opt/omni/databases/vendor/oracle8/gpl/i386/linux-60/
A.04.00/packet.Z
/opt/omni/databases/vendor/oracle8/hp/s800/hp-ux-1020/
A.04.00/packet.Z
/opt/omni/databases/vendor/oracle8/hp/s800/hp-ux-11/A.04.00/
packet.Z
/opt/omni/databases/vendor/oracle8/ibm/rs6000/aix-42/
A.04.00/packet.Z
/opt/omni/databases/vendor/oracle8/sun/sparc/solaris-26/
A.04.00/packet.Z
what(1) Output:
/opt/omni/databases/vendor/oracle8/gpl/i386/linux-60/
A.04.00/packet.Z:
None
/opt/omni/databases/vendor/oracle8/hp/s800/hp-ux-1020/
A.04.00/packet.Z:
None
/opt/omni/databases/vendor/oracle8/hp/s800/hp-ux-11/A.04.00/
packet.Z:
None
/opt/omni/databases/vendor/oracle8/ibm/rs6000/aix-42/
A.04.00/packet.Z:
None
/opt/omni/databases/vendor/oracle8/sun/sparc/solaris-26/
A.04.00/packet.Z:
None
cksum(1) Output:
2423386017 932400 /opt/omni/databases/vendor/oracle8/gpl/
i386/linux-60/A.04.00/packet.Z
2722795895 2045433 /opt/omni/databases/vendor/oracle8/hp/
s800/hp-ux-1020/A.04.00/packet.Z
2910278805 2046344 /opt/omni/databases/vendor/oracle8/hp/
s800/hp-ux-11/A.04.00/packet.Z
3004801459 1251873 /opt/omni/databases/vendor/oracle8/ibm/
rs6000/aix-42/A.04.00/packet.Z
581083830 1758975 /opt/omni/databases/vendor/oracle8/sun/
sparc/solaris-26/A.04.00/packet.Z
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_24998
Equivalent Patches:
PHSS_28016:
s700: 11.00 11.11 11.20
s800: 11.00 11.11 11.20
Patch Package Size: 7910 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_28015
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHSS_28015.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHSS_28015. If you do not wish to retain a
copy of the original software, you can create an empty file
named /var/adm/sw/patch/PATCH_NOSAVE.
WARNING: If this file exists when a patch is installed, the
patch cannot be deinstalled. Please be careful
when using this feature.
It is recommended that you move the PHSS_28015.text file to
/var/adm/sw/patch for future reference.
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_28015.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
PHSS_28015:
NOTE!
Patch has to be installed on the Installation Server host.
The Oracle 8 packets must be redistributed to the Oracle 8
client system(s) afterwards to get the fixes into effect.
Patch includes the following Site Specific Patches:
SSPUX400_006
SSPUX400_009
-----End of Document ID: PHSS_28015------------------------------------------
Document ID: PHSS_28013
Date Loaded: 20021216
Title: s700_800 10.20 OV OB4.00 patch - SAP packet
Patch Name: PHSS_28013
Patch Description: s700_800 10.20 OV OB4.00 patch - SAP packet
Creation Date: 02/12/13
Post Date: 02/12/16
Hardware Platforms - OS Releases:
s700: 10.20
s800: 10.20
Products:
OmniBackII A.04.00
Filesets:
OMNIBACK-II.OMNI-SAP-P,A.04.00
Automatic Reboot?: No
Status: General Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHSS_28013
Symptoms:
PHSS_28013:
Id = HSLco37210 SR:H555008812
During raw device SAP restore following error is
reported:
"[Minor] From: OB2BAR_SAPREST
<host> "" Time:<time>
Error: Cannot open object <raw disk path>
[20] Not a directory)."
Id = HSLco37773 SR:H555008906
During some backint queries following error is reported:
"[Critical] From: OB2BAR
<host> "" Time:<time>
Failed to allocate memory.
System error: [12] Not enough space"
Id = HSLco37783 SR:H555008908
When OmniBack II tries to backup nonexistent SAP redo
logs, session ends as failed.
PHSS_27580:
Id = HSLco35646 SR:H555008483
Aborting a SAP backup session results in a new session
being started.
Id = HSLco36193 SR:H555008621
Errors are reported in debug.log for files of size 0 and
for missing function entry statements.
Id = HSLco36405 SR:H555008643
SAP BR tools 6.10 (44) reports:
"BR247E No Backup utility ID or ID longer than 16
characters".
Id = JAGae11014 SR:8606244527
Session log files contains improper information when
SAP backup fails.
Id = HSLco35966 SR:H555008565
"util_sap -APP" displays connection strings.
Id = HSLco35967 SR:H555008566
Raw partition backup is not restored even though
OmniBack II states that restore session is completed
successfully.
PHSS_26885:
Id = HSLco33261 SR: H555007380
SAP integration on UNIX clients automatically passes
"-u" option.
PHSS_24982:
Id = HSLco27809 SR: H555005775
SAP R/3 backup preview abnormally ends on Solaris
platform.
Id = HSLco27898 SR: H555005806
"Util_sap -OBJSO <SID>" is not excluding locally
managed temporary tablespaces from the list of all
tablespaces.
Id = HSLco28402 SR: H555006012
Omnisap crashes at the end of backup.
Id = HSLco28403 SR: H555006013
SAP can not be configured when running on Oracle 8.0.x.
Id = NSMex04633, NSMex04725 SR: H555006500
If omnisap.exe runs only brarchive, it does not change
-u user to -u user/password.
Id = NSMex04698 SR: H555006672
SAP restore to different system and directory fails.
Id = HSLco28624 SR: H555006085
Symbolic links can not be restored neither via
SAP/backint restore nor via filesystem restore.
Id = HSLco28862 SR: H555006173
When running split mirror backup backup SAP
integration reads configuration for application
host, not for the backup host.
Id = HSLco28960 SR: H555006205
SAP backup fails with an error:
"Unable to find library 'libclntsh.sl.8.0"
Id = HSLco29240 SR: H555006290
SAP backup fails with segmentation fault error.
Defect Description:
PHSS_28013:
Id = HSLco37210
OmniBack II ignores the following caution in the SAP
specification:
"Caution:By restoring raw partition to a different
one, the <dest_dir> means directly the new raw
partition, not the directory containing the special
file."
Resolution:
The procedure by which the destination directory is
formed has been changed.
Id = HSLco37773
Some parts of structures for query are allocated but
not released.
Resolution:
All allocated structures are released.
Id = HSLco37783
By design, whenever there are no objects backed up,
Omniback II ends session as failed.
Resolution:
Two new global variables have been introduced:
a) SessSucessfullWhenNoObjectsBackedUp=0
By setting this variable to 1 user can change the
OmniBack II behavior in order to end the session as
successful when there are no objects backed up.
b) TreatScriptReturnAsNormal=<script return>
By setting this variable to a certain number instructs
OmniBack II to treat all the script returns equal to
the specified number as normal.
PHSS_27580:
Id = HSLco35646
Abort mechanism is implemented incorrectly.
Resolution:
Sapback aborts all the objects upon abort request from
OmniBack II user.
Id = HSLco36193
CheckFile checks marked error if parameter is null.
Debugs are initialized after function entry is marked.
Resolution:
Error marking is removed and function entry mark is
moved.
Id = HSLco36405
Set ID number searching is not strict enough and gets
confused by new SAP BR tools format.
Resolution:
More strict checking is applied to coniform that this is
really a backint ID.
Part of SSPUX400_046.
Id = JAGae11014
Session log files contain incorrect information when
SAP backup fails.
Resolution:
Log files contain correct information.
Part of SSPUX400_036.
Id = HSLco35966
Connection string in printed in plain text format.
Resolution:
Connection string is encrypted before it is passed to
GUI.
Part of SSPUX400_040.
Id = HSLco35967
Incorrect function is used for raw partition restore.
Resolution:
Raw partition restore uses proper function.
Part of SSPUX400_041.
PHSS_26885:
Id = HSLco33261
brbackup/brarchive is always started with "-u" option
which displays logon information.
Resolution:
brbackup/brarchive options are passed in a file.
Part of SSPUX400_025.
PHSS_24982:
Id = HSLco27809
Null pointer string in debugs is passed on as an
argument, which causes core dump.
Resolution:
Source code is made safe to null pointer strings.
Id = HSLco27898
Incorrect query for displaying Oracle tablespaces is
used. Locally managed tablespaces must be excluded
from the list of all tablespaces.
Resolution:
Query is fixed, locally managed tablespaces are not
displayed.
Id = HSLco28402
Depending on the environment incorrect FREE() command
can be executed in some cases.
Resolution:
All variables are properly allocated.
Id = HSLco28403
Wrong query (Oracle 8.1.x specific) is used to check
login and password.
Resolution:
Query for Oracle 8.1.x is run and if it fails with
error "Invalid column name", query for Oracle 8.0.x.
is run.
Id = NSMex04633, NSMex04725
When -u option is not specified in backup specification
the owner of the backup specification is used. If you
specify the -u user/password it should be used instead.
Part of SSPUX400_008.
Resolution:
The same -u option which is used for brbackup in the
CheckSAPfiles is now used in brarchive.
Id = NSMex04698
Attempted to write random memory content to the file.
Resolution:
Memory is cleared before random memory is written.
Id = HSLco28624
Format of symbolic links backed up with SAP is not
consistent with Disk agent format. When backing up
symbolic link as part of directory the contents
of file is backed up instead of link.
Resolution:
Format of backint is changed in accordance with
Disk agent format.
Id = HSLco28862
If OB2BARHOSTNAME is set in split mirror backup,
it is incorrectly used.
Resolution:
New variable OB2BAROBJNAME is introduced. In case
of split mirror backup it is used for forming object
names.
Id = HSLco28960
Library is not found in SHLIB_PATH and LD_LIBRARY_PATH.
Resolution:
ORACLE_HOME/lib64 is added to SHLIB_PATH and
LD_LIBRARY_PATH.
Id = HSLco29240
During conversion of string "NextSetNumber" to integer
there is no checking if the input parameter to 'atoi'
function is null. If this happened backup session
ended with segmentation error massage.
Resolution:
Input parameter of 'atoi' function is checked. If it
is null, the function is not called.
SR:
H555008908 H555008812 H555008906 H555008621 H555008566
H555008480 H555008643 8606244527 H555008483 8606260802
H555008565 H555007380 H555006290 H555006173 H555006012
H555006013 H555006085 H555006500 H555005806 H555006205
H555006672 H555005775
Patch Files:
/opt/omni/databases/vendor/sap/hp/s800/hp-ux-1020/A.04.00/
packet.Z
/opt/omni/databases/vendor/sap/hp/s800/hp-ux-11/A.04.00/
packet.Z
/opt/omni/databases/vendor/sap/ibm/rs6000/aix-42/A.04.00/
packet.Z
/opt/omni/databases/vendor/sap/sun/sparc/solaris-26/A.04.00/
packet.Z
what(1) Output:
/opt/omni/databases/vendor/sap/hp/s800/hp-ux-1020/A.04.00/
packet.Z:
None
/opt/omni/databases/vendor/sap/hp/s800/hp-ux-11/A.04.00/
packet.Z:
None
/opt/omni/databases/vendor/sap/ibm/rs6000/aix-42/A.04.00/
packet.Z:
None
/opt/omni/databases/vendor/sap/sun/sparc/solaris-26/A.04.00/
packet.Z:
None
cksum(1) Output:
1090827885 1307995 /opt/omni/databases/vendor/sap/hp/s800/
hp-ux-1020/A.04.00/packet.Z
1713914896 1434570 /opt/omni/databases/vendor/sap/hp/s800/
hp-ux-11/A.04.00/packet.Z
3048018094 1168195 /opt/omni/databases/vendor/sap/ibm/
rs6000/aix-42/A.04.00/packet.Z
595655982 1228182 /opt/omni/databases/vendor/sap/sun/sparc/
solaris-26/A.04.00/packet.Z
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies:
PHSS_27600:
Release Date: Available
Id = HSLco35966 SR: H555008565
PHSS_27600 is required for this defect fix.
PHSS_28234:
Release Date: February 2003
Id = HSLco37783 SR: H555008908
PHSS_28234 is required for this defect fix.
Supersedes:
PHSS_24982 PHSS_26885 PHSS_27580
Equivalent Patches:
PHSS_28014:
s700: 11.00 11.11 11.20
s800: 11.00 11.11 11.20
Patch Package Size: 5080 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_28013
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHSS_28013.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHSS_28013. If you do not wish to retain a
copy of the original software, you can create an empty file
named /var/adm/sw/patch/PATCH_NOSAVE.
WARNING: If this file exists when a patch is installed, the
patch cannot be deinstalled. Please be careful
when using this feature.
It is recommended that you move the PHSS_28013.text file to
/var/adm/sw/patch for future reference.
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_28013.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
PHSS_28013:
NOTE!
This Patch has to be installed on the Installation
Server host.
The OB2 SAP agent must be redistributed to the SAP
client system(s) after the installation of the patch
in order to get the fixes into effect.
For distribution of the SAP agent, refer to
the OmniBackII Installation guide.
Patch includes the following Site Specific Patches:
SSPUX400_008
SSPUX400_025
SSPUX400_036
SSPUX400_040
SSPUX400_041
SSPUX400_046
-----End of Document ID: PHSS_28013------------------------------------------
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]