Patch Name: PHSS_26777 Patch Description: s700_800 10.X OV NNM4.1x ovutil/ovsnmp fixes for core dump Creation Date: 02/04/04 Post Date: 02/04/12 Hardware Platforms - OS Releases: s700: 10.00 10.01 10.10 10.20 s800: 10.00 10.01 10.10 10.20 Products: OpenView Network Node Manager 4.1x Filesets: OVNNMgr.OVNNM-RUN,B.04.11.00 OVNNMgr.OVNNMGR-JPN,B.04.11.00 OVPlatform.OVCI-RUN,B.04.11.00 OVPlatform.OVEVENT-MIN,B.04.11.00 OVPlatform.OVMIN,B.04.11.00 OVPlatform.OVPMD-MIN,B.04.11.00 OVPlatform.OVSNMP-MIN,B.04.11.00 OVPlatform.OVWIN,B.04.11.00 OVPlatformDevKit.OVMIN-PRG,B.04.11.00 OVPlatformDevKit.OVWIN-PRG,B.04.11.00 OVPlatformDevMan.OVWIN-PRG-MAN,B.04.11.00 OVSNMPDevKit.OVSNMP-PRG,B.04.11.00 Automatic Reboot?: No Status: Special Release Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_26777 Symptoms: PHSS_26777: JAGae16843:-pmd core dumps on receiving a trap pdu that has wrong length value. JAGae16849:-There is a buffer overflow problem in libovutil detected during purify run. JAGad77126:-The pmd process can exit if a trap containing a null length IPADDRESS field is passed to it from ovtrapd JAGae17011:-When running certain system tests on purified version of pmd, we see that there are memory access violations in certain parts of the code. PHSS_21490: When the IP address of a data collection changes for a particular host, this causes a second dataset to be created by ovcoltosql in the snmp_trend_dataset table. This creates multiple hostname-mib oid-instance combinations which ovcoltosql cannot handle. This is due to the query based upon this information returning too many rows which causes the ORA-02112 error. PHSS_18216: Monitoring DNS shows that large numbers of requests are made for resolving the local host. In particular, netmon and snmpCollect show the greatest problem with this. For most customers, this is transparent unless DNS is being slowed down by the number of requests. PHSS_18118: Ovwdb aborts without provocation. PHSS_18107: Map customization on import creates symbols smaller or bigger than the symbols from the exported submap. This is due to the sizing characteristics of ovw with respect to calculating symbols sizes. PHSS_17958: ipmap takes an extremely long time to list submaps during synchronization PHSS_17320: When ovw exits, xnmevents does not go away. xnmevents then consumes 100% of the CPU. PHSS_17274: 1. The value_info.pag file grows too large, and can get corrupted when it reaches 2Gbytes. If -U option is used on ovtopmd to avoid this, then some applications don't work correctly. 2. Error dialog appears when you try to pull up the ipmap describe box for a node on a read-only map. PHSS_17213: Running ovw -deleteMap would not decrement the OVW Maps Managed count to 0 for an object whose last map existing was the map being deleted. PHSS_16972: On a remote console, rnetstat -I may return server information instead of the console information. PHSS_16790: When tracing in ipmap is used, it will core on Solaris if certain submaps are opened. This is due to the formatting of submap information not checking for app_name ( meta-connections ) and background graphics not having values. PHSS_16596: Customer could not enter ip addresses or ip wildcards as an event source. PHSS_16573: Ipmap will allow symbols for remote versions of objects become either unmanaged or managed while the objects in the topology do not change. PHSS_16557: If a submap property (e.g. context) changed, any application listening for ovwSubmapChange would get two callbacks. PHSS_16555: When a secondary version of a node becomes the primary version, the status of the node may not be set properly. Defect Description: PHSS_26777: JAGae16843:-A data overflow problem resulted in pmd core dump. JAGae16849:-The reason for the defect is that we are doing a wrong comparison of buffer pointers to check for buffer space availability. The comparison goes wrong because we are not incrementing the buffer pointer properly. JAGad77126:-Proper validity checking for the case of IP address was not present.This can result in dereferencing of NULL value when handling IP address and cause a core dump. JAGae17011:-The code does not do proper length checking to prevent access violations. Also a buffer does not have enough space to handle the incoming data. Resolution: JAGae16843:-Proper checking introduced to prevent the data overflow problem which was causing pmd core dump. JAGae16849:-Proper checking is introduced now to avoid the buffer overflow problem that existed. JAGad77126:-Proper checking for valid IP address was introduced so that pmd does not core dump on getting a PDU which has a wrong length (NULL length) IP address. JAGae17011:-Proper length checks have been added and buffer size has been increased. PHSS_21490: The check to add or not add a dataset was incorrect when the interface for a system changed. This should have done a check of existing datasets, but instead, it determined that a new dataset was needed. The dataset that got added was a duplicate in terms of lookup, so trying to retrieve the one record for hostname+mib+instance failed due to too many rows being returned ( ORA-02112 error ). Resolution: If the IP address for a host changes as the collection point, the code will generate a second dataset. The problem is that when the record is inserted, there are now two references to hostname for the same MIB oid and instance. This lookup causes an Oracle error ORA-02112 which is too many rows. This is due to ovcoltosql expecting that there is one and only one hostname-mib-instance combination. PHSS_18216: Changes for ServiceGuard caused a problem of redundant lookups for information. The problem was some of these lookups could have be eliminated by saving the value of the initial lookup ( e.g. whether the program is running on the server or not ). Resolution: The resolution of the problem was to implement static variables which get set upon the first invocation of certain functions assuming that an error did not occur. These variables are then used in subsequent calls instead of invoking more DNS calls. PHSS_18118: If an application attempts to use the OVwDbSetFieldValue() to set a string list field value, but the string count is zero, ovwdb will sometimes abort. This has been seen to happen sometimes when netmon is trying to discover a Cisco router that supports HSRP. It seems that only certain machines and configurations can duplicate this problem. Resolution: This patch will correct the code within the ovwdb process so that it will no longer abort under these conditions. PHSS_18107: The fix is for ipmap to use a new API OVwSetInternalSubmapSize that will change the internal submap size accordingly such that the symbol sizes will be correct. Resolution: Added API OVwSetInternalSubmapSize. Ipmap fixed by using new API. PHSS_17958: ipmap was not checking whether or not it owned certain submaps properly Resolution: modified call to strcmp PHSS_17320: We were testing incorrectly for a multi-byte empty string. PHSS_17274: 1. When ovwdb would store the TopM Interface List field, this field could get large and cause the value_info.pag file to spread greatly over the disk. An earlier patch supplied a -U option to ovtopmd which prevented this field from being stored in ovwdb. While this prevented value_info.pag from growing too much, it caused problems for other applications which depended upon the presence of this field. This patch corrects ovwdb so that it will store TopM Interface List without causing excess database growth. After applying this patch, the -U option to ovtopmd should be removed (see special instructions below). 2. When applying the -U option to ovtopmd, which eliminates the TopM Interface List from ovwdb, the the customer was directed to update the ipmap registration file so that the node describe box would include the Initial Verify option. This option will not work correctly on a read- only map. This patch allows the Initial Verify option to be removed. PHSS_17213: We incorrectly assumed that ovw was running and that the object would simply be deleted. PHSS_16972: The problem occurs if ov.conf file is present and USE_LOOPBACK flag is undefined or set to OFF. This is due to an inappropriate call to OVConnectNameAndAddr which resolved the address to the server address rather than localhost. Resolution: Name lookup now checks for being on server before assigning loopback as address to use. PHSS_16790: None Resolution: Solaris does not handle NULL pointers for %s values in sprintf. This code fixed case where submap information might return a NULL pointer. PHSS_16596: Customer could not enter ip addresses or ip wildcards as an event source. Customer can now use ip addresses as event sources. Wildcards will also work, including the following types: 15.*.*.* 15.1-255.1-255.1-255 PHSS_16573: Ipmap was allowing the managed state of map objects change when there is no way to propagate the information to the remote collection station. PHSS_16557: The background graphics code sent out an extra event even if the submap background was not changed. PHSS_16555: The counts of up and down interfaces were not being reset properly. SR: 8606207948 8606230518 8606249229 1653301085 8606233701 4701426692 8606250474 8606106578 8606250468 8606114688 8606107110 8606250943 8606140324 8606101479 8606198470 8606215695 8606207927 4701413856 4701404004 8606130432 5003455188 1653293696 1653276352 1653296723 5003447698 4701405555 5003438267 1653264028 4701407940 5003438648 4701404699 1653265363 1653265355 5003421503 1653261297 4701400382 1653251694 1653276006 Patch Files: /opt/OV/include/OV/ovw.h /opt/OV/include/OV/ovw_errs.h /opt/OV/man/man5.Z/OVwApiIntro.5 /opt/OV/man/man3.Z/OVwSetInternalSubmapSize.3 /opt/OV/newconfig/OVNNMGR-JPN/registration/ja_JP.eucJP/ipmap /opt/OV/newconfig/OVNNMGR-JPN/registration/ja_JP.SJIS/ipmap /opt/OV/newconfig/OVNNM-RUN/registration/C/ipmap /opt/OV/lib/libovsnmp.1 /opt/OV/lib/libovtopm.1 /opt/OV/lib/libov.1 /opt/OV/lib/libovw.1 /opt/OV/lib/libov.a /opt/OV/lib/libovsnmp.a /opt/OV/bin/pmd /opt/OV/bin/ovtrapd /opt/OV/bin/xnmtrap /opt/OV/bin/xnmevents /opt/OV/bin/ovcoltosql /opt/OV/bin/ovcolsql /opt/OV/bin/ovcoldelsql /opt/OV/bin/ipmap /opt/OV/bin/ovwdb /opt/OV/bin/ovw what(1) Output: /opt/OV/include/OV/ovw.h: ovw.h HP OpenView Core Release B.04.00 */ /opt/OV/include/OV/ovw_errs.h: None /opt/OV/man/man5.Z/OVwApiIntro.5: None /opt/OV/man/man3.Z/OVwSetInternalSubmapSize.3: None /opt/OV/newconfig/OVNNMGR-JPN/registration/ja_JP.eucJP/ ipmap: None /opt/OV/newconfig/OVNNMGR-JPN/registration/ja_JP.SJIS/ipmap: None /opt/OV/newconfig/OVNNM-RUN/registration/C/ipmap: None /opt/OV/lib/libovsnmp.1: PATCH PHSS_7426, 960620 PATCH PHSS_7430, 960712 PATCH PHSS_8105, 960725 PATCH PHSS_8265, 960812 PATCH PHSS_9451, 961205 PATCH PHSS_9826, 970114 PATCH PHSS_9943, 970125 PATCH PHSS_12023, 970801 PATCH PHSS_12416, 970905 PATCH PHSS_13960, 980127 PATCH PHSS_13975, 980128 PATCH PHSS_13592, 980127 PATCH PHSS_13756, 980127 PATCH PHSS_13955, 980127 PATCH PHSS_15182, 980507 PATCH PHSS_16095, 980803 PATCH PHSS_16972, 981119 PATCH PHSS_17320, 990105 libovsnmp PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 HP OpenView SNMP Dev Kit NNM Release B.04.10 Rev:B.0 4.11 HP 9000 S700/S800 HP-UX 10.x OpenView version Aug 2 8 1998 Copyright (c) 1991-1998 Hewlett-Packard Company /opt/OV/lib/libovtopm.1: PATCH PHSS_7416, 960520 PATCH PHSS_8185, 960802 PATCH PHSS_8235, 960807 PATCH PHSS_8553, 960913 PATCH PHSS_8873, 961008 PATCH PHSS_9111, 961101 PATCH PHSS_9301, 961120 PATCH PHSS_9334, 961122 PATCH PHSS_9459, 961206 PATCH PHSS_9615, 961217 PATCH PHSS_9717, 970102 PATCH PHSS_10020, 970131 PATCH PHSS_10069, 970207 PATCH PHSS_10083, 970207 PATCH PHSS_10336, 970305 PATCH PHSS_10782, 970416 PATCH PHSS_11419, 970618 PATCH PHSS_11494, 970623 PATCH PHSS_11642, 970702 PATCH PHSS_13576, 971215 PATCH PHSS_13960, 980127 PATCH PHSS_13975, 980128 PATCH PHSS_13592, 980127 PATCH PHSS_13756, 980127 PATCH PHSS_13955, 980127 PATCH PHSS_15862, 980706 PATCH PHSS_16166, 980812 PATCH PHSS_16555, 980929 libovtopm.sl /opt/OV/lib/libov.1: PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 HP OpenView libov.a NNM Release B.04.10 Rev:B.04.11 HP 9000 S700/S800 HP-UX 10.x OpenView version Mar 2 9 2002 Copyright (c) 1991-1999 Hewlett-Packard Company PATCH PHSS_7416, 960520 PATCH PHSS_8183, 960802 PATCH PHSS_13590, 971219 PATCH PHSS_13960, 980127 PATCH PHSS_13975, 980128 PATCH PHSS_13592, 980127 PATCH PHSS_13756, 980127 PATCH PHSS_13955, 980127 PATCH PHSS_14899, 980421 PATCH PHSS_15778, 980629 PATCH PHSS_15383, 980518 PATCH PHSS_16289, 980825 PATCH PHSS_17320, 990105 PATCH PHSS_18216, 990409 /opt/OV/lib/libovw.1: PATCH PHSS_10991, 970505 PATCH PHSS_10782, 970416 PATCH PHSS_8039, 960719 PATCH PHSS_7820, 960620 PATCH PHSS_9938, 970124 PATCH PHSS_10599, 970327 PATCH PHSS_11494, 970623 PATCH PHSS_12054, 970804 PATCH PHSS_12996, 971023 PATCH PHSS_13590, 971219 PATCH PHSS_13960, 980127 PATCH PHSS_13975, 980128 PATCH PHSS_13592, 980127 PATCH PHSS_13756, 980127 PATCH PHSS_13955, 980127 PATCH PHSS_14901, 980421 PATCH PHSS_15778, 980629 PATCH PHSS_15383, 980518 PATCH PHSS_16073, 980730 PATCH PHSS_18107, 990326 PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 HP OpenView Windows NNM Release B.04.10 Rev:B.04.11 HP 9000 S700/S800 HP-UX 10.x OpenView version Apr 1 5 1999 Copyright (c) 1991-1998 Hewlett-Packard Company /opt/OV/lib/libov.a: PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 HP OpenView libov.a NNM Release B.04.10 Rev:B.04.11 HP 9000 S700/S800 HP-UX 10.x OpenView version Mar 2 9 2002 Copyright (c) 1991-1999 Hewlett-Packard Company PATCH PHSS_7416, 960520 PATCH PHSS_8183, 960802 PATCH PHSS_13590, 971219 PATCH PHSS_13960, 980127 PATCH PHSS_13975, 980128 PATCH PHSS_13592, 980127 PATCH PHSS_13756, 980127 PATCH PHSS_13955, 980127 PATCH PHSS_14899, 980421 PATCH PHSS_15778, 980629 PATCH PHSS_15383, 980518 PATCH PHSS_16289, 980825 PATCH PHSS_17320, 990105 PATCH PHSS_18216, 990409 /opt/OV/lib/libovsnmp.a: PATCH PHSS_7426, 960620 PATCH PHSS_7430, 960712 PATCH PHSS_8105, 960725 PATCH PHSS_8265, 960812 PATCH PHSS_9451, 961205 PATCH PHSS_9826, 970114 PATCH PHSS_9943, 970125 PATCH PHSS_12023, 970801 PATCH PHSS_12416, 970905 PATCH PHSS_13960, 980127 PATCH PHSS_13975, 980128 PATCH PHSS_13592, 980127 PATCH PHSS_13756, 980127 PATCH PHSS_13955, 980127 PATCH PHSS_15182, 980507 PATCH PHSS_16095, 980803 PATCH PHSS_16972, 981119 PATCH PHSS_17320, 990105 libovsnmp PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 HP OpenView SNMP Dev Kit NNM Release B.04.10 Rev:B.0 4.11 HP 9000 S700/S800 HP-UX 10.x OpenView version Aug 2 8 1998 Copyright (c) 1991-1998 Hewlett-Packard Company /opt/OV/bin/pmd: PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 HP OpenView PostMaster NNM Release B.04.10 Rev:B.04. 11 HP 9000 S700/S800 HP-UX 10.x OpenView version Mar 3 0 2002 Copyright (c) 1991-2002 Hewlett-Packard Company PATCH PHSS_7416, 960520 PATCH PHSS_7426, 960620 PATCH PHSS_7430, 960712 PATCH PHSS_8323, 960819 PATCH PHSS_8722, 960926 PATCH PHSS_9111, 961101 PATCH PHSS_9364, 961126 PATCH PHSS_11811, 970716 PATCH PHSS_12031, 970801 PATCH PHSS_13975, 980128 PATCH PHSS_15308, 980514 PATCH PHSS_16099, 980803 PATCH PHSS_16596, 981006 OV_EVENT OPI Stack PATCH PHSS_9203, 961111 PATCH PHSS_9268, 961116 PATCH PHSS_17086, 981203 libeventFmt.a DFIX 5018 PATCH PHSS_9364, 961126 PATCH PHSS_9826, 970114 PATCH PHSS_9992, 970130 PATCH PHSS_12387, 970903 PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 HP OpenView Distributed Management NNM Release B.04. 10 Rev:B.04.11 HP 9000 S700/S800 HP-UX 10.x OpenView version Mar 3 0 2002 Copyright (c) 1991-2002 Hewlett-Packard Company pmd /opt/OV/bin/ovtrapd: PATCH PHSS_7426, 960620 PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 PATCH PHSS_8265, 960812 PATCH PHSS_10534, 970321 PATCH PHSS_12385, 970903 PATCH PHSS_12263, 970825 ovtrapd PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 HP OpenView Network Node Manager NNM Release B.04.10 Rev:B.04.11 HP 9000 S700/S800 HP-UX 10.x OpenView version Mar 2 1999 Copyright (c) 1991-1999 Hewlett-Packard Company /opt/OV/bin/xnmtrap: PATCH PHSS_7426, 960620 xnmtrap PATCH PHSS_10968, 970505 PATCH PHSS_10975, 970505 PATCH PHSS_13975, 980128 PATCH PHSS_16067, 980730 PATCH PHSS_16596, 981006 PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 PATCH PHSS_9203, 961111 PATCH PHSS_9268, 961116 PATCH PHSS_17086, 981203 libeventFmt.a DFIX 5018 PATCH PHSS_9364, 961126 PATCH PHSS_9826, 970114 PATCH PHSS_9992, 970130 PATCH PHSS_12387, 970903 PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 HP OpenView Network Node Manager NNM Release B.04.10 Rev:B.04.11 HP 9000 S700/S800 HP-UX 10.x OpenView version Mar 2 1999 Copyright (c) 1991-1999 Hewlett-Packard Company /opt/OV/bin/xnmevents: PATCH PHSS_7416, 960520 PATCH PHSS_7426, 960620 PATCH PHSS_8434, 960828 PATCH PHSS_8794, 961001 xnmevents PATCH PHSS_9364, 961126 PATCH PHSS_9992, 970130 PATCH PHSS_10707, 970409 PATCH PHSS_11426, 970618 PATCH PHSS_11450, 970619 PATCH PHSS_11665, 970703 PATCH PHSS_11886, 970721 PATCH PHSS_13764, 980109 PATCH PHSS_13975, 980128 PATCH PHSS_14893, 980421 PATCH PHSS_14907, 980421 PATCH PHSS_16097, 980803 PATCH PHSS_16099, 980803 PATCH PHSS_16174, 980813 PATCH PHSS_16264, 980821 PATCH PHSS_16596, 981006 PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 libeventFmt.a DFIX 5018 PATCH PHSS_9364, 961126 PATCH PHSS_9826, 970114 PATCH PHSS_9992, 970130 PATCH PHSS_12387, 970903 PATCH PHSS_9203, 961111 PATCH PHSS_9268, 961116 PATCH PHSS_17086, 981203 PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 HP OpenView Network Node Manager NNM Release B.04.10 Rev:B.04.11 HP 9000 S700/S800 HP-UX 10.x OpenView version Mar 2 1999 Copyright (c) 1991-1999 Hewlett-Packard Company /opt/OV/bin/ovcoltosql: lic050.c bug254977 01/31/95 5 of 5 PATCH PHSS_7426, 960620 PATCH PHSS_11452, 970619 PATCH PHSS_21490, 000517 PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 ovcoltosql/ovcolsql/ovcoldelsql PATCH PHSS_9203, 961111 PATCH PHSS_9268, 961116 PATCH PHSS_17086, 981203 PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 HP OpenView Network Node Manager NNM Release B.04.10 Rev:B.04.11 HP 9000 S700/S800 HP-UX 10.x OpenView version Mar 2 1999 Copyright (c) 1991-1999 Hewlett-Packard Company /opt/OV/bin/ovcolsql: lic050.c bug254977 01/31/95 5 of 5 PATCH PHSS_7426, 960620 PATCH PHSS_11452, 970619 PATCH PHSS_21490, 000517 PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 ovcoltosql/ovcolsql/ovcoldelsql PATCH PHSS_9203, 961111 PATCH PHSS_9268, 961116 PATCH PHSS_17086, 981203 PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 HP OpenView Network Node Manager NNM Release B.04.10 Rev:B.04.11 HP 9000 S700/S800 HP-UX 10.x OpenView version Mar 2 1999 Copyright (c) 1991-1999 Hewlett-Packard Company /opt/OV/bin/ovcoldelsql: lic050.c bug254977 01/31/95 5 of 5 PATCH PHSS_7426, 960620 PATCH PHSS_11452, 970619 PATCH PHSS_21490, 000517 PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 ovcoltosql/ovcolsql/ovcoldelsql PATCH PHSS_9203, 961111 PATCH PHSS_9268, 961116 PATCH PHSS_17086, 981203 PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 HP OpenView Network Node Manager NNM Release B.04.10 Rev:B.04.11 HP 9000 S700/S800 HP-UX 10.x OpenView version Mar 2 1999 Copyright (c) 1991-1999 Hewlett-Packard Company /opt/OV/bin/ipmap: ipmap PATCH PHSS_7416, 960520 PATCH PHSS_7426, 960620 PATCH PHSS_7432, 960715 PATCH PHSS_8051, 960722 PATCH PHSS_8438, 960829 PATCH PHSS_8561, 960916 PATCH PHSS_8571, 960917 PATCH PHSS_8551, 960913 PATCH PHSS_8645, 960923 PATCH PHSS_8933, 961014 PATCH PHSS_9109, 961101 PATCH PHSS_9542, 961212 PATCH PHSS_9574, 961213 PATCH PHSS_9593, 961216 PATCH PHSS_9643, 961219 PATCH PHSS_9822, 970114 PATCH PHSS_9990, 970130 PATCH PHSS_10080, 970207 PATCH PHSS_10299, 970304 PATCH PHSS_10604, 970327 PATCH PHSS_10674, 970424 PATCH PHSS_10993, 970505 PATCH PHSS_11157, 970520 PATCH PHSS_11397, 970617 PATCH PHSS_11428, 970618 PATCH PHSS_12017, 970801 PATCH PHSS_12203, 970819 PATCH PHSS_12220, 970820 PATCH PHSS_12637, 970919 PATCH PHSS_13069, 971031 PATCH PHSS_13756, 980109 PATCH PHSS_15072, 980430 PATCH PHSS_15607, 980611 PATCH PHSS_15635, 980615 PATCH PHSS_15862, 980706 PATCH PHSS_16166, 980812 PATCH PHSS_16289, 980825 PATCH PHSS_16573, 981001 PATCH PHSS_16790, 981022 PATCH PHSS_17958, 990315 PATCH PHSS_18107, 990326 PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 PATCH PHSS_9203, 961111 PATCH PHSS_9268, 961116 PATCH PHSS_17086, 981203 libfilter.a DFIX 5017 5024 PATCH PHSS_8314, 960816 PATCH PHSS_12317, 970827 PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 HP OpenView Network Node Manager NNM Release B.04.10 Rev:B.04.11 HP 9000 S700/S800 HP-UX 10.x OpenView version Mar 2 1999 Copyright (c) 1991-1999 Hewlett-Packard Company /opt/OV/bin/ovwdb: PATCH PHSS_8914, 961010 PATCH PHSS_9938, 970124 PATCH PHSS_10782, 970416 PATCH PHSS_11494, 970623 PATCH PHSS_12127, 970812 PATCH PHSS_12548, 970912 PATCH PHSS_13160, 971107 PATCH PHSS_13590, 971216 PATCH PHSS_13960, 980127 PATCH PHSS_13975, 980128 PATCH PHSS_14441, 980305 PATCH PHSS_14903, 980421 PATCH PHSS_14911, 980421 PATCH PHSS_15133, 980505 PATCH PHSS_15778, 980629 PATCH PHSS_16289, 980825 PATCH PHSS_17274, 981222 PATCH PHSS_18118, 990329 PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 HP OpenView Windows NNM Release B.04.10 Rev:B.04.11 HP 9000 S700/S800 HP-UX 10.x OpenView version Jan 2 8 2000 Copyright (c) 1991-2000 Hewlett-Packard Company /opt/OV/bin/ovw: PATCH PHSS_7416, 960520 PATCH PHSS_10108, 970212 PATCH PHSS_9634, 961219 PATCH PHSS_8750, 960927 PATCH PHSS_8642, 960923 PATCH PHSS_8636, 960923 PATCH PHSS_8514, 960911 PATCH PHSS_8903, 961010 PATCH PHSS_8914, 961010 PATCH PHSS_8945, 961015 PATCH PHSS_9147, 961105 PATCH PHSS_9158, 961105 PATCH PHSS_9290, 961119 PATCH PHSS_9323, 961121 PATCH PHSS_9588, 961216 PATCH PHSS_9700, 961231 PATCH PHSS_9866, 970117 PATCH PHSS_10303, 970304 PATCH PHSS_10339, 970305 PATCH PHSS_10549, 970321 PATCH PHSS_10551, 970321 PATCH PHSS_10626, 970401 PATCH PHSS_10628, 970401 PATCH PHSS_10858, 970423 PATCH PHSS_11114, 970514 PATCH PHSS_11155, 970520 PATCH PHSS_11257, 970602 PATCH PHSS_11423, 970618 PATCH PHSS_11454, 970619 PATCH PHSS_11496, 970623 PATCH PHSS_11581, 970630 PATCH PHSS_11595, 970630 PATCH PHSS_11610, 970701 PATCH PHSS_11640, 970702 PATCH PHSS_11888, 970721 PATCH PHSS_12029, 970801 PATCH PHSS_12021, 970801 PATCH PHSS_12019, 970801 PATCH PHSS_12054, 970804 PATCH PHSS_12169, 970815 PATCH PHSS_12321, 970827 PATCH PHSS_12557, 970912 PATCH PHSS_12939, 971017 PATCH PHSS_12931, 971017 PATCH PHSS_13158, 971107 PATCH PHSS_13457, 971208 PATCH PHSS_13636, 971219 PATCH PHSS_13806, 980113 PATCH PHSS_13960, 980127 PATCH PHSS_13975, 980128 PATCH PHSS_14137, 980210 PATCH PHSS_14439, 980305 PATCH PHSS_14897, 980421 PATCH PHSS_14960, 980324 PATCH PHSS_15306, 980514 PATCH PHSS_15635, 980615 PATCH PHSS_15750, 980626 PATCH PHSS_15812, 980701 PATCH PHSS_15889, 980708 PATCH PHSS_16037, 980727 PATCH PHSS_16101, 980803 PATCH PHSS_16262, 980821 PATCH PHSS_16289, 980825 PATCH PHSS_16557, 980929 PATCH PHSS_17213, 981215 PATCH PHSS_18107, 990326 PATCH PHSS_8004, 960716 ovw OV DFIX4021 04/02/96 PATCH PHSS_7632, 960620 PATCH PHSS_11200, 970523 PATCH PHSS_11706, 970708 PATCH PHSS_12649, 970922 PATCH PHSS_14447, 980305 PATCH PHSS_16292, 980825 HP OpenView Windows NNM Release B.04.10 Rev:B.04.11 HP 9000 S700/S800 HP-UX 10.x OpenView version Aug 2 8 1998 Copyright (c) 1991-1998 Hewlett-Packard Company PATCH PHSS_8007, 960716 cksum(1) Output: 415190441 751549 /opt/OV/bin/pmd 173827126 189021 /opt/OV/bin/ovtrapd 190437504 554837 /opt/OV/bin/xnmtrap 3475951407 698703 /opt/OV/bin/xnmevents 118476834 3046678 /opt/OV/bin/ovcoltosql 118476834 3046678 /opt/OV/bin/ovcolsql 118476834 3046678 /opt/OV/bin/ovcoldelsql 3688228749 1351057 /opt/OV/bin/ipmap 1237163652 527080 /opt/OV/bin/ovwdb 3755823243 2553228 /opt/OV/bin/ovw 1396824357 283783 /opt/OV/lib/libovsnmp.1 3564947581 926896 /opt/OV/lib/libovtopm.1 707920467 168704 /opt/OV/lib/libov.1 2140211722 687114 /opt/OV/lib/libovw.1 3005736868 161722 /opt/OV/lib/libov.a 2769695799 274006 /opt/OV/lib/libovsnmp.a 3792146117 9722 /opt/OV/newconfig/OVNNM-RUN/registration/C/ ipmap 760434028 9701 /opt/OV/newconfig/OVNNMGR-JPN/registration/ ja_JP.SJIS/ipmap 2925022753 9705 /opt/OV/newconfig/OVNNMGR-JPN/registration/ ja_JP.eucJP/ipmap 944904263 2223 /opt/OV/man/man3.Z/OVwSetInternalSubmapSize.3 4255014419 13023 /opt/OV/man/man5.Z/OVwApiIntro.5 1500030160 64121 /opt/OV/include/OV/ovw.h 400698172 5727 /opt/OV/include/OV/ovw_errs.h Patch Conflicts: None Patch Dependencies: s700: 10.00: PHSS_16292 s700: 10.01: PHSS_16292 s700: 10.10: PHSS_16292 s700: 10.20: PHSS_16292 s800: 10.00: PHSS_16292 s800: 10.01: PHSS_16292 s800: 10.10: PHSS_16292 s800: 10.20: PHSS_16292 Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_16555 PHSS_16557 PHSS_16573 PHSS_16596 PHSS_16790 PHSS_16972 PHSS_17213 PHSS_17274 PHSS_17320 PHSS_17958 PHSS_18107 PHSS_18118 PHSS_18216 PHSS_21490 Equivalent Patches: PSOV_03132: sparcSOL: 2.3 2.4 2.5 2.6 Patch Package Size: 12100 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_26777 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_26777.depot By default swinstall will archive the original software in /var/adm/sw/patch/PHSS_26777. 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_26777.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_26777.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: WARNING: This patch should not be loaded unless the last consolidated patch PHSS_16292 has been loaded. To check if this patch is on your system use the following command: swlist -l product -l fileset PHSS_16292 If swlist cannot find the patch, then you will need to obtain the PHSS_16292 patch and load it before loading this patch. ======================================================== 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. BACKUP ALL OpenView DIRECTORIES TO TAPE. This pre-caution ensures that if you have problems after installing the patch, you will be able to restore your current state from tape. 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 .text file to /usr/OV/ReleaseNotes/patches (or /opt/OV/ReleaseNotes/patches). Please make sure this file is in /tmp before installation. ======================================================== This patch supersedes one or more previous patches. If the superseded patches included special installation instructions those instructions can be found below. PHSS_17958: none PHSS_17320: This patch needs to be applied only to Japanese locales. PHSS_17274: After installing this patch, the user must update $OV_REGISTRATION/C/ipmap with the new one located in $OV_NEW_CONF/OVNNM-RUN/registration/C/ipmap. Any custom edits that the user has previously made to the ipmap registration file (such as command line options specified for the ipmap process) need to be reapplied to the new one. In order for the customer to take advantage of the patch, the $OV_LRF/ovtopmd.lrf must be edited to remove the -U command line option to ovtopmd. Then run "ovaddobj $OV_LRF/ovtopmd.lrf".