Patch Name: PHSS_27835 Patch Description: s700_800 10.20 OV NNM6.2 ECS, ovsnmp and xnmgraph fixes Creation Date: 02/09/05 Post Date: 02/09/09 Hardware Platforms - OS Releases: s700: 10.20 s800: 10.20 Products: OpenView Network Node Manager 6.2 Filesets: OVNNMgr.OVNNM-RUN,B.06.20.00 OVNNMgr.OVRPT-RUN,B.06.20.00 OVPlatform.OVEVENT-MIN,B.06.20.00 OVPlatform.OVMIN,B.06.20.00 OVPlatform.OVWIN,B.06.20.00 OVPlatform.OVWWW-SRV,B.06.20.00 OVPlatformMan.OVEVENTMIN-MAN,B.06.20.00 OVPlatformMan.OVWIN-MAN,B.06.20.00 Automatic Reboot?: No Status: General Superseded Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_27835 Symptoms: 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_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: 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/stacks/pmd/libECSS.sl /opt/OV/www/htdocs/classes/nnmReporting/ debug.nnmReporting.jar /opt/OV/www/htdocs/classes/nnmReporting/nnmReporting.jar /opt/OV/www/cgi-bin/nnmRptConfig.exe /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/man/man1.Z/ovw.1 /opt/OV/man/man1m.Z/ovtrapd.1m /opt/OV/man/man1m.Z/ovactiond.1m /opt/OV/lib/libovsnmp.2 /opt/OV/lib/libov.2 /opt/OV/lib/libovutil.2 /opt/OV/lib/libovfilter.2 /opt/OV/bin/ovtrapd /opt/OV/bin/xnmevents /opt/OV/bin/ovbackup.ovpl /opt/OV/bin/xnmgraph /opt/OV/bin/netmon /opt/OV/bin/ipmap /opt/OV/bin/snmpCollect /opt/OV/bin/ovweb /opt/OV/bin/xnmcollect /opt/OV/bin/ovw /opt/OV/bin/ovmapcount /opt/OV/bin/ovreppublish /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/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 $ /opt/OV/www/htdocs/classes/nnmReporting/ debug.nnmReporting.jar: None /opt/OV/www/htdocs/classes/nnmReporting/nnmReporting.jar: None /opt/OV/www/cgi-bin/nnmRptConfig.exe: HP OpenView Network Node Manager NNM Release B.06.20 PATCH PHSS_27835, 09052002 HP Precision Architecture HP-UX 10.x Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri ghts Reserved. /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/man/man1.Z/ovw.1: None /opt/OV/man/man1m.Z/ovtrapd.1m: None /opt/OV/man/man1m.Z/ovactiond.1m: None /opt/OV/lib/libovsnmp.2: libovsnmp rnetstat HP OpenView SNMP Dev Kit NNM Release B.06.20 PATCH PHSS_27835, 09052002 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_27835, 09052002 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_27835, 09052002 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_27835, 09052002 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_27835, 09052002 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_27835, 09052002 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/xnmgraph: xnmgraph HP OpenView Network Node Manager NNM Release B.06.20 PATCH PHSS_27835, 09052002 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_27835, 09052002 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/ipmap: ipmap HP OpenView Network Node Manager NNM Release B.06.20 PATCH PHSS_27835, 09052002 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_27835, 09052002 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_27835, 09052002 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_27835, 09052002 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_27835, 09052002 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/ovreppublish: HP OpenView Network Node Manager NNM Release B.06.20 PATCH PHSS_27835, 09052002 HP Precision Architecture HP-UX 10.x Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/bin/Perl/lib/perl5/5.6.0/ovreporting.pm: ovreporting.pm HP OpenView NNM Release B.06.20 Sep 05 2002 Copyright (c) 1990-2002 Hewlett-Packard Company /opt/OV/bin/Perl/lib/perl5/5.6.0/OVdrawNodes.pm: OVdrawNodes.pm cksum(1) Output: 3001559198 53396 /opt/OV/bin/ovtrapd 666444486 226007 /opt/OV/bin/xnmevents 2614200472 16160 /opt/OV/bin/ovbackup.ovpl 979255048 262757 /opt/OV/bin/xnmgraph 2316673398 2724808 /opt/OV/bin/netmon 3637813714 605083 /opt/OV/bin/ipmap 1059876821 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 4096889463 841472 /opt/OV/bin/snmpCollect 1092758231 45226 /opt/OV/bin/ovweb 920679737 168411 /opt/OV/bin/xnmcollect 4058338377 2741457 /opt/OV/bin/ovw 3450592760 158 /opt/OV/bin/ovmapcount 2985900981 98761 /opt/OV/bin/ovreppublish 3841679274 2588472 /opt/OV/lib/libovsnmp.2 1778345171 251357 /opt/OV/lib/libov.2 1258069662 2368760 /opt/OV/lib/libovutil.2 2798777843 1976384 /opt/OV/lib/libovfilter.2 1025857065 1864 /opt/OV/man/man1m.Z/ovtrapd.1m 2782609617 3196 /opt/OV/man/man1m.Z/ovactiond.1m 3360854070 11816 /opt/OV/man/man1.Z/ovw.1 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 2528863188 131676 /opt/OV/www/cgi-bin/nnmRptConfig.exe 661648129 233031 /opt/OV/www/htdocs/classes/nnmReporting/ debug.nnmReporting.jar 11979008 142286 /opt/OV/www/htdocs/classes/nnmReporting/ nnmReporting.jar 3227778910 2577139 /etc/opt/OV/share/conf/stacks/pmd/ libECSS.sl 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 Equivalent Patches: PHSS_27836: s700: 11.00 11.11 s800: 11.00 11.11 PSOV_03208: sparcSOL: 2.6 2.7 2.8 NNM_00947: intelNT: 4.00 4.01 intelWIN2000: 1.00 Patch Package Size: 18460 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_27835 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_27835.depot By default swinstall will archive the original software in /var/adm/sw/patch/PHSS_27835. 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_27835.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_27835.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. ======================================================== 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. ========================================================