Patch Name: PHSS_16975 Patch Description: s700_800 10.X OV NNM6.0x Consolidated Patch 2-2-99 Creation Date: 99/02/03 Post Date: 99/02/08 Hardware Platforms - OS Releases: s700: 10.20 s800: 10.20 Products: OpenView Network Node Manager 6.0x Filesets: OVNNMgr.OVNNM-RUN OVNNMgr.OVNNMGR-JPN OVNNMgrMan.OVNNM-RUN-MAN OVPlatform.OVDB-RUN OVPlatform.OVEVENT-MIN OVPlatform.OVMIN OVPlatform.OVSNMP-MIN OVPlatform.OVWIN OVPlatform.OVWWW-EVNT OVPlatform.OVWWW-FW OVPlatformDevKit.OVMIN-PRG OVPlatformDevKit.OVWIN-PRG OVPlatformDevMan.OVWIN-PRG-MAN OVPlatformMan.OVEVENTMIN-MAN OVPlatformMan.OVMIN-MAN OVPlatformMan.OVSNMP-MIN-MAN OVPlatformMan.OVWIN-MAN OVSNMPDevKit.OVSNMP-PRG OVSNMPDevMan.OVSNMP-PRG-MAN Automatic Reboot?: No Status: General Superseded Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_16975 Symptoms: PHSS_16975: Cumulative Consolidated Patch PHSS_16950: On Japanese NT systems, the default menu for an xnmbuilder application was "{Japanese characters for "Configuration"}->". If you used this menu for an application, it resulted in an extra "Configuration" menu on ovw, the only difference being was that it didn't have the mnemonic "(C)". This was not a problem on Unix systems. PHSS_16948: Errors are reported back by the ovEvent stack ( pmd ), ovactiond, and other programs when a trap uses FORWARD and the file specified is empty. The man page says that this is allowed, and there are cases, such as installation, where this is needed. This fix is to allow for empty files to be used. PHSS_16776: snmpColDump -tTI did not return years as 4 digits. This patch forces years to 4 digits. Customers who use scripts that rely on 2 digit years should change their scripts. This is for Y2K compliance. PHSS_16774: If the ECS config gui is brought up directly from the URL, http://hostname/OvDocs/C/ecs/ecscmg.html, the login page is bypassed if security is turned on. Even if security is turned off, the ECS config gui will come up when the session manager is not running. This is in error. PHSS_16772: Double-clicking on a symbol in an existing submap will end up selecting any underlying symbol in the child submap that gets loaded as a result of the double-click. PHSS_16770: During startup of the _debuggable_ version of jovw.jar, an "IllegalAccessError" is thrown and a stack trace is printed to the Java console in the browser. Network Presenter "Initializing..." progress window remains at 40%. Network Presenter never comes up. PHSS_16768: Network Presenter does not allow navigation to submaps associated with connections or meta-connections. Meta-connections are not represented in scope pane. Network Presenter does not sort items in scope pane or tabular view. '+' indicator does not disappear after moving the location cursor (via click or keyboard navigation) to a non-expandable entry (one with no submap or containing no children) in the scope pane. Location cursor in scope pane can be disassociated from actual submap represented in content pane. Navigation in scope pane is inadequate and incorrect. PHSS_16766: Network Presenter map does not represent line types and special graphics found in ovw. Dashed/dotted lines and those with graphics (fiber links, tcarriers) will show up as plain solid lines. PHSS_16764: On Japanese Unix systems, the Fault->Ping, Fault->Network Connectivity->Poll Node, Fault->Remote Ping dialog boxes were too wide (filled the entire width of the display.) This was not a problem if LANG=C or on NT. PHSS_16682: When hiding a connection symbol (metaconnection) without a symbol label ovw would core dump on solaris. PHSS_16680: Missing a data point in the Collector db every time any agent's counter wraps.. snmpCollect assumes that the agent was reset, when that is only 1 of the possibilities. Other case we should be looking for is when the counter has reached the maximum and he wraps it. This patch tries to make a reasonable guess as to whether it wrapped (in which case calculate the counter assuming it wrapped), or whether it was reset (in which case blow away one data point as we did before). Info from customer: They had FDDI cards and were collecting on ifInOctets, which were racking up at around 2.5MB/sec. At this rate, the old 32-bit SNMPv1 counter wraps in 30 min! Note the newer SNMPv2 64-bit counters will alleviate this. PHSS_16676: Customer could not enter ip addresses or ip wildcards as an event source. PHSS_16674: Given certain operations such as save and restore of the state file, ovalarmsrv would grow in size. This is due to a string not being freed along with its parent structure. PHSS_16672: 1. Certain network devices (have seen some from Cabletron and 3Com) can never get discovered. 2. When setting the status polling interval to an extremely large value (~ 3000 weeks), netmon would flood interfaces with status polls. 3. If you turn on snmp tracing, you will see netmon doing level 2 interface status polls on unmanaged interfaces. 4. If NNM is managing a Dell MSCS cluster (High availability cluster), and the cluster IP address migrates from one node to another within the cluster, sometimes NNM will rename the old clusternode to have the name of the cluster IP address, and the node currently supporting the cluster IP will not show it on the map. 5. Selecting node on map and pulling up web browser on management URL may give not-found error. 6. Netmon process may dump core in HSRP environment. 7. Non-IP interfaces are not status-polled when node is newly discovered. 8. NNM does not reschedule topology poll for switch device that generates a spanning tree protocol trap. 9. There is no way to tell NNM to not discover L2Nets. 10.There is no way to tell NNM to not schedule SNMP polls for status checks on non-IP interfaces. 11.When IP address comes up on certain nodes, a configration poll is supposed to be scheduled, but isn't. 12.There is a lot of console output when using ECS Router Down. PHSS_16656: Generally this is a defect seen only by devlopers, as it would be caught early on in the development phase. Symptoms will vary depending on submap type used. SegSub::queryAddNode: getSegmentById() failed The above error was seen by a developer in nettl.LOG00. This occured when he tried to add a node to his submap. We see the error was in a method of the segment submap class. The developer was using a submap type of 4 which to ipmap is a segment submap. Since ipmap did not create this submap initially it should not be of type segment submap IPMap can take a (relatively) long time to synchronize maps with network devices with lots of interfaces. PHSS_16613: The problem occurs when a user runs the script: /opt/OV/bin/remove.nnm If the current directory of the user, when running remove.nnm, is at or below any of the direcories: /opt/OV, /etc/opt/OV or /var/opt/OV, the remove will fail when it attempts to remove the Openview directories. When NNM is uninstalled from NT it does not remove the following directory aliases of teh MS Peer Web Service: /OvBackgrounds, /OvCgi, /OvDocs, PHSS_16453: Generally this is a defect seen only by devlopers, as it would be caught early on in the development phase. Symptoms will vary depending on submap type used. SegSub::queryAddNode: getSegmentById() failed The above error was seen by a developer in nettl.LOG00. This occured when he tried to add a node to his submap. We see the error was in a method of the segment submap class. The developer was using a submap type of 4 which to ipmap is a segment submap. Since ipmap did not create this submap initially it should not be of type segment submap. Ipmap will allow symbols for remote versions of objects become either unmanaged or managed while the objects in the topology do not change. 1. Selecting node on map and pulling up web browser on management URL may give not-found error. 2. Netmon process may dump core in HSRP environment. 3. Non-IP interfaces are not status-polled when node is newly discovered. If a submap property (e.g. context) changed, any application listening for ovwSubmapChange would get two callbacks. ovrepld is limited to the soft limit number of file descriptors If you turn on snmp tracing, you will see netmon doing level 2 interface status polls on unmanaged interfaces. When a secondary version of a node becomes the primary version, the status of the node may not be set properly. With LANG=ja_JP.SJIS, the Event Object Identifier editable field was missing from the Event Configurator dialog box. Dragging symbols of certain types caused ovw to core dump or use a generic drag cursor. The symbol type in question had a bitmap file named "root" that is the same as the "root" toolbar button bitmap name. The symbol also had the toolbar bitmap instead of its own bitmap. 1. If a submap's background graphic file is an invalid pathname with no "/" in it, ovw will dump core when you try to open that submap. 2. If a symbol has an invalid symbol type, ovw will dump core when you try to display its popup menu. 3. Can't paste text into ovw dialog text fields (intro- duced in patches PHSS_15927/PHSS_15926/PSOV_02061) The Locate->Objects->By Selection Name... dialog box would grow in width every time you selected the "Apply" button. This especially happened with objects who had more than three entries in the list. The Describe/Modify dialog reads in all the object's field values when it comes up. When the user OKs the dialog, it writes out all the object's field values, whether any have changed or not. It should only write out values that have either been changed by the user or an enrolled application, or on which the modified flag has been set. Any ovw menu that invokes xnmappmon will show the problem when the xnmappmon File->Save menu is selected. When the operation is done, the file saved is always zero-length. This started happening with the latest Consolidated Patch. Customer had a huge /etc/services file, and it was located on a different system. Any app using SNMP (for example, snmpwalk, snmpget, etc.) was taking an extra 5 or 6 seconds each time it started up. This is due to the SNMP library always checking /etc/services, even when there are shortcuts it can use to avoid taking this performance hit. Several NNM modules (usually xnmevents is first) complain about a corrupt trapd.log. Examining the log will show that at least one entry has been split into 2 lines just before the semicolon (all trapd.log entries must be just one long line .... there is always a semicolon separating the last 3 fields in the line from all those before). This happens because a newline character was not properly filtered out of the message that appeared just before the semicolon. The only time this problem has been seen is when pmd is running and the trapd.conf file is moved/removed and then "xnmevents -event" is run while the file is missing. Then try (re-)starting the xnmevents window. (SOLARIS) snmpCollect coredumps in libovutil due to a NULL varbind for sysUpTime in an incoming PDU from some PC with a bad agent. User modified a vers. of $OV_CONTRIB/NNM/setStatus/setStatus to add a VARBIND to override the Category to "LOGONLY" : .1.3.6.1.4.1.11.2.17.2.6.0 octetstring "LOGONLY" This should have caused the event to not appear in the Event Browser (xnmevents), but it still did. Reported on NNM4.01, but patches needed for 4.11 & 5.01 too. xnmtrap cores on SOLARIS w/ blank format string. It also corrupts trapd.conf as it cores. To reproduce problem: -Warning!! : before testing, backup $OV_CONF/C/trapd.conf -Run xnmtrap on SOLARIS 4.11 -Click on any Enterprise Name -Doubleclick on any Event Name under that -Blank out the Event Log Message line -Set Category to Don't log or display -OK -File->Save .... this will cause the coredump. On Solaris, after starting approximately 60 ovw sessions or 255 ovwdb connections (via an application), subsequent connections are refused. Certain network devices (have seen some from Cabletron and 3Com) can never get discovered unless the I flag is set for them in the oid_to_type file. This has different symptoms on different systems. In Solaris, this may cause a coredump or the message "Cannot connect to ovtopmd". On HPUX, this can cause the message "Cannot connect to ovtopmd" or problems updating status of related objects ( e.g. a set of interfaces for a particular node ). The program mibtable run against a non-existent nodename will coredump. This is due to not validating that a snmp session was actually created. Certain 3rd party applications stop working after applying a patch for the large value_info.pag file. PHSS_16422: Ovfiltertest will coredump or get an out-of-memory condition when testing filter with certain size databases. There is no relation to the filter being used. This is due to topology objects loaded not being freed. OV_BACKGROUNS_PATH should have been OV_BACKGROUNDS_PATH. If NNM is managing a Dell MSCS cluster (High availability cluster), and the cluster IP address migrates from one node to another within the cluster, sometimes NNM will rename the old clusternode to have the name of the cluster IP address, and the node currently supporting the cluster IP will not show it on the map. In using the "Set Filters" dialog, the buttons are not disabled during processing of buttons already depressed. Given this, it is possible to queue up the buttons ( multiple X events ). The code did not account for this and it tried to use a structure that was freed by the processing of a prior button being depressed. snmpwalk of remote console will return snmp information from the server. If the management station is x, and the remote console is y, then running snmpwalk y system on y will return snmp information from system x. This is due to invalid value returned from function to see if localhost should be used. If an application used OVwRemovePopupMenuItemFunction() to remove a menu item from the popup menu, ovw would occasionally core dump upon exit or opening a different map. When setting the status polling interval to an extremely large value (~ 3000 weeks), netmon would flood interfaces with status polls. User selects unmanaged node on map which has multiple interfaces, and manages that node. Netmon may later unmanage some of the interfaces when it should not. Mostly happens on Japanese NNM. Defect Description: PHSS_16975: Cumulative Consolidated Patch Resolution: Cumulative Consolidated Patch PHSS_16950: The default menu should have been "{Japanese characters for "Configuration"}(C)->" PHSS_16948: The defect is that the man page and the behavior of the trapd.conf reading routines are different. It appears that there are justifiable reasons for having empty FORWARD files, so the code should have allowed them. HPUX 11.X changed the format of the message header for the size of the uid field. This causes a coredump due to improperly processing the data segment of the message by netfmt. ovdwevent -trim did not use the default values for deleting the detail records and aggregate records. ovdwquery -sep causes coredump. This is due to printing out the the character was being done using %s instead of %c. remote consoles are not supposed to be using ov.conf file for address resolution. nmdemandpoll on remote console should have not have used the ov.conf file. snmpColDump should have printed date using 4-digit year. Map customization will stop if unknown symbol type is found. This should have been a warning and the code should have continued. ovfiltertest would coredump due to running out of memory. This was due to not freeing topology objects after using them. Allow empty forward files for trapd.conf. This is needed for applications that add traps with the FORWARD parameter specified. PHSS_16776: strftime with the %x option returns mm/dd/yy for LANG=C. This needs to be mm/dd/yyyy for Y2K compliance. PHSS_16774: None PHSS_16772: Event handler was allowing further processing of the event after the double-click. PHSS_16770: The problem is due to a data member being declared as private and then is accessed by an inner class (should be legal, but the Java VM in Internet Explorer and Netscape Communicator do not like it). PHSS_16768: Features were simply not implemented in original code. PHSS_16766: Features were simply not implemented in original code. PHSS_16764: One of the input fields did not take into consideration multibyte characters. PHSS_16682: ovw assumed there would always be a connection label so when it did a strcasecompare on solaris with a NULL entry it core dumped. PHSS_16680: None PHSS_16676: 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_16674: None PHSS_16672: 1. If the device reports its only IP address as associated with an interface whose ifType is softwareLoopback (value 24), then that interface will not be connected to any network. Since it is the only IP address, NNM can not handle a device that is not connected anywhere, and the discovery fails. This patch provides a new oid_to_type flag that can be used to indicate that nodes of this type need to have their software loopback interfaces treated as if they were a normal interface, and hence are left connected to the network. The new flag is the L flag. 2. The status polling interval was not being checked, when calculating with this value MAXINT could be exceeded resulting in a negative time. This caused netmon to ping the machine continuosly. 3. Netmon was using the node status to decide whether or not to do level 2 interface polls. 4. NNM is not reacting nicely to the fact that the Microsoft SNMP agent has an entry in the ip.ipAddrTable for IP address 0.0.0.0 on MSCS cluster nodes. This change will cause NNM to ignore such entries in the ip.ipAddrTable. 5. Netmon was adding an extra / to the end of the management URL stored in the ovwdb. 6. There is a timing condition where netmon could discover an HSRP interface on a Cisco router, which would cause the router to be deleted and re-added, and then cause netmon to abort with a core dump. 8. Spanning tree traps were not making it into the netmon process. 9. The discoverLevel2Nets command line option has been implemented for netmon. See the netmon man page. 10.The nonIPStatusPolls command line option has been implemented for netmon. See the netmon man page. 11.Netmon was making a wrong decision regarding the re- scheduling of the configuration poll for a node when one of its interfaces came up. 12.There were a lot of debug statements left in the ECS Router Down code. PHSS_16656: Upon synchronization ipmap would try to create submaps of type submapType regardless of whether ipmap was the original creator of the submap. If a node with multiple interfaces had one interface change while the map was closed, it would appear as if all the interfaces had changed. PHSS_16613: The remove.nnm script doesn't require the user's current working directory to not be one of the Openview directories. The method called DeleteRegistryEntries() in the file /DE/update/NT_InstallShield/uninstall/NMUnInst/NMUnInst.cpp didn't include the code to delete these aliases. PHSS_16453: ipmap upon synchronization would try to create submaps of type submapType regardless of whether ipmap was the original creator of the submap. Ipmap was allowing the managed state of map objects change when there is no way to propagate the information to the remote collection station. 1. Netmon was adding an extra / to the end of the management URL stored in the ovwdb. 2. There is a timing condition where netmon could discover an HSRP interface on a Cisco router, which would cause the router to be deleted and re-added, and then cause netmon to abort with a core dump. The background graphics code sent out an extra event even if the submap background was not changed. No steps were taken to increase the number of file descriptors available beyond the soft limit set by the kernel. Netmon was using the node status to decide whether or not to do level 2 interface polls. The counts of up and down interfaces were not being reset properly. This was caused to an incorrect buffer length. ovw was using the toolbar bitmap file instead of the symbol type's bitmap files, even though the symbol type had all the appropriate bitmap files in the $OV_BITMAPS/$LANG directory. As a result, ovw couldn't properly compute the drag cursor for the symbol and core dumped. 1. ovw dereferences null pointer in this case. 2. ovw dereferences null pointer in this case. 3. Disabling drag (button 2) on text widgets also disables paste (button 2). The dialog box inadvertently resized when the list was updated. ovw wasn't checking whether the fields it writes out had been modified. The underlying communications code for NNM uses the fdopen() system call. On Solaris, this call fails on file descriptors greater than 255. If the device reports its only IP address as associated with an interface whose ifType is softwareLoopback (value 24), then that interface will not be connected to any network. Since it is the only IP address, NNM can not handle a device that is not connected anywhere, and the discovery fails. This patch provides a new oid_to_type flag that can be used to indicate that nodes of this type need to have their software loopback interfaces treated as if they were a normal interface, and hence are left connected to the network. Certain previous patches caused the "TopM Interface List" field values to be removed from ovwdb, thus allowing it to run with a smaller value_info.pag file. Some applications depend upon this field being in the database. This patch will change the default behavior of ovtopmd such that the field will be restored in ovwdb. If the customer requires the field to be removed to save database space, and does not depend upon the failing applications, then the behavior may be reinstated by adding the -U option to ovtopmd in ovtopmd.lrf. PHSS_16422: NNM is not reacting nicely to the fact that the Microsoft SNMP agent has an entry in the ip.ipAddrTable for IP address 0.0.0.0 on MSCS cluster nodes. THis change will cause NNM to ignore such entries in the ip.ipAddrTable. The status polling interval was not being checked, when calculating with this value MAXINT could be exceeded resulting in a negative time. This caused netmon to ping the machine continuosly. The exit code that cleaned up the menus was causing a NULL pointer dereference Netmon is not properly clearing an internal flag, which causes it to update information in the topology database incorrectly, including marking a managed interface as unmanaged. SR: 4701407254 4701407833 1653284166 4701407825 4701407544 4701407940 4701407957 5003440941 4701407841 4701402669 4701407833 4701408815 4701409805 5003440941 4701403287 4701401307 5003393975 5003360388 5003200014 1653265363 1653265355 5003421503 1653274936 1653277814 4000134577 4701393413 4701401513 4701401687 4701402750 4701402768 5003434647 4701400283 1653278747 1653251694 1653261297 1653262519 1653274126 1653274936 1653275206 1653276006 4701388447 4701389339 4701393413 4701395442 4701395772 4701396572 4701397406 4701397422 4701397745 4701397752 4701397885 4701398057 4701398958 4701400242 4701400283 4701400382 4701400820 4701401687 5003434647 5003393975 5003360388 5003200014 1653266759 1653271395 1653271940 4701397430 4701397802 4701399378 4701401513 4701401612 4701402669 4701403477 4701400882 4701400283 4000134544 4701403485 4701382960 1653268219 Patch Files: /opt/OV/lib/nls/ja_JP.SJIS/xnmbuilder.cat /opt/OV/lib/nls/ja_JP.SJIS/util_libs.cat /opt/OV/lib/nls/ja_JP.eucJP/xnmbuilder.cat /opt/OV/lib/nls/ja_JP.eucJP/util_libs.cat /opt/OV/lib/libovutil.2 /opt/OV/lib/libovsnmp.2 /opt/OV/lib/libovsnmp.1 /opt/OV/lib/libov.2 /opt/OV/lib/libov.1 /opt/OV/lib/libovgui.2 /opt/OV/lib/libovtopm.2 /opt/OV/lib/libovwww.2 /opt/OV/lib/libovw.2 /opt/OV/lib/libovw.1 /opt/OV/newconfig/OVNNMGR-JPN/registration/ja_JP.SJIS/ipmap /opt/OV/newconfig/OVNNMGR-JPN/registration/ja_JP.SJIS/ ovsnmp/xnmtrap /opt/OV/newconfig/OVNNMGR-JPN/registration/ja_JP.SJIS/ ovsnmp/xnmsnmpconf /opt/OV/newconfig/OVNNMGR-JPN/registration/ja_JP.eucJP/ipmap /opt/OV/newconfig/OVNNMGR-JPN/registration/ja_JP.eucJP/ ovsnmp/xnmtrap /opt/OV/newconfig/OVNNMGR-JPN/registration/ja_JP.eucJP/ ovsnmp/xnmsnmpconf /opt/OV/newconfig/OVEVENT-MIN/conf/stacks/pmd/libovEvent.sl /opt/OV/newconfig/OVEVENT-MIN/registration/C/ovsnmp/xnmtrap /opt/OV/newconfig/OVNNM-RUN/registration/C/ipmap /opt/OV/newconfig/OVNNM-RUN/conf/oid_to_type /opt/OV/newconfig/OVSNMP-MIN/registration/C/ovsnmp/ xnmsnmpconf /opt/OV/bin/xnmevents /opt/OV/bin/xnmtrap /opt/OV/bin/ovactiond /opt/OV/bin/ovbackup.ovpl /opt/OV/bin/ovspmd /opt/OV/bin/remove.nnm /opt/OV/bin/ovsupport.snapshot.ovpl /opt/OV/bin/ovdwevent /opt/OV/bin/ovcoltosql /opt/OV/bin/nmdemandpoll /opt/OV/bin/snmpColDump /opt/OV/bin/ipmap /opt/OV/bin/ovfiltertest /opt/OV/bin/xnmappmon /opt/OV/bin/snmpCollect /opt/OV/bin/netmon /opt/OV/bin/ovrepld /opt/OV/bin/ovtopmd /opt/OV/bin/xnmgraph /opt/OV/bin/mibtable /opt/OV/bin/mibform /opt/OV/bin/ovw /opt/OV/bin/ovwdb /opt/OV/bin/xnmsnmpconf /opt/OV/bin/ovalarmsrv /opt/OV/www/htdocs/C/ReleaseNotes/ReadmeContents_NNMGR.html /opt/OV/www/htdocs/C/ReleaseNotes/ ReadmeContents_SNMPDEV.html /opt/OV/www/htdocs/classes/jovw/debug.jovw.jar /opt/OV/www/htdocs/classes/jovw/jovw.jar /opt/OV/www/htdocs/bitmaps/C/lines/metaconn.11.gif /opt/OV/www/htdocs/bitmaps/C/lines/metaconn.13.gif /opt/OV/www/htdocs/bitmaps/C/lines/metaconn.16.gif /opt/OV/www/htdocs/bitmaps/C/lines/metaconn.17.gif /opt/OV/www/htdocs/bitmaps/C/lines/metaconn.21.gif /opt/OV/www/htdocs/bitmaps/C/lines/metaconn.25.gif /opt/OV/www/htdocs/bitmaps/C/lines/metaconn.29.gif /opt/OV/man/man1.Z/ovDDERun.1 /opt/OV/man/man1.Z/ovcoldelsql.1 /opt/OV/man/man1.Z/ovcolqsql.1 /opt/OV/man/man1.Z/ovcoltosql.1 /opt/OV/man/man1.Z/ovdwevent.1 /opt/OV/man/man1.Z/ovdwquery.1 /opt/OV/man/man1.Z/ovweb.1 /opt/OV/man/man1.Z/rnetstat.1 /opt/OV/man/man1.Z/snmpColDump.1 /opt/OV/man/man1.Z/snmpbulk.1 /opt/OV/man/man1.Z/snmpnotify.1 /opt/OV/man/man1.Z/snmpset.1 /opt/OV/man/man1.Z/snmpwalk.1 /opt/OV/man/man1.Z/snmpnext.1 /opt/OV/man/man1.Z/snmpget.1 /opt/OV/man/man1.Z/xnmappmon.1 /opt/OV/man/man1.Z/xnmsnmpconf.1 /opt/OV/man/man1.Z/ovchange_locale_mapping.1 /opt/OV/man/man1.Z/ovw.1 /opt/OV/man/man1.Z/ovwperms.1 /opt/OV/man/man1.Z/ovwls.1 /opt/OV/man/man1.Z/ovwchown.1 /opt/OV/man/man1.Z/ovwchmod.1 /opt/OV/man/man1.Z/ovwchgrp.1 /opt/OV/man/man1m.Z/ovtopodump.1m /opt/OV/man/man1m.Z/xnmtopoconf.1m /opt/OV/man/man1m.Z/netmon.1m /opt/OV/man/man1m.Z/ovactiond.1m /opt/OV/man/man1m.Z/ovwsetupclient.1m /opt/OV/man/man1m.Z/regverify.1m /opt/OV/man/man4.Z/oid_to_type.4 /opt/OV/man/man4.Z/ovweb.conf.4 /opt/OV/man/man4.Z/eventdb.4 /opt/OV/man/man4.Z/trapd.conf.4 /opt/OV/man/man5.Z/ov_event.5 /opt/OV/man/man5.Z/OVsnmpIntro.5 /opt/OV/man/man5.Z/LauncherRegIntro.5 /opt/OV/man/man5.Z/NetworkPresenterRegIntro.5 /opt/OV/man/man5.Z/OVWebURLIntro.5 /opt/OV/man/man5.Z/OVwRegIntro.5 /opt/OV/man/man5.Z/OVwApiIntro.5 /opt/OV/man/man5.Z/OVwwwIntro.5 /opt/OV/man/man3.Z/OVwVerifyDescribeChange.3 /opt/OV/man/man3.Z/OVwConfirmDescribeCB.3 /opt/OV/man/man3.Z/OVwQueryDescribeCB.3 /opt/OV/include/OVPath.h /etc/opt/OV/share/www/registration/ovwebdata/C/ovdwquery what(1) Output: /opt/OV/lib/nls/ja_JP.SJIS/xnmbuilder.cat: None /opt/OV/lib/nls/ja_JP.SJIS/util_libs.cat: None /opt/OV/lib/nls/ja_JP.eucJP/xnmbuilder.cat: None /opt/OV/lib/nls/ja_JP.eucJP/util_libs.cat: None /opt/OV/lib/libovutil.2: PATCH PHSS_16676, 981013 PATCH PHSS_16975, 981119 HP OpenView ov utility library (HP Internal only) NN M Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. PATCH PHSS_16676, 981013 /opt/OV/lib/libovsnmp.2: libovsnmp PATCH PHSS_16975, 981119 HP OpenView SNMP Dev Kit NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/lib/libovsnmp.1: PATCH PHSS_7426, 960620 libovsnmp libovsnmp 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 1 6 1996 Copyright (c) 1991-1996 Hewlett-Packard Company /opt/OV/lib/libov.2: PATCH PHSS_16975, 981119 HP OpenView ov library NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/lib/libov.1: PATCH PHSS_7416, 960520 HP OpenView libov.a NNM Release B.04.10 Rev:B.04.11 HP 9000 S700/S800 HP-UX 10.x OpenView version Aug 1 6 1996 Copyright (c) 1991-1996 Hewlett-Packard Company /opt/OV/lib/libovgui.2: PATCH PHSS_16975, 981119 PATCH PHSS_16975, 981119 HP OpenView ov gui library (HP Internal only) NNM Re lease B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. Debug Widget Code /opt/OV/lib/libovtopm.2: PATCH PHSS_16672, 981013 libovtopm.sl PATCH PHSS_16975, 981119 HP OpenView Topology NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1999 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/lib/libovwww.2: None /opt/OV/lib/libovw.2: PATCH PHSS_16975, 981119 HP OpenView Windows NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/lib/libovw.1: PATCH PHSS_7820, 960620 HP OpenView Windows NNM Release B.04.10 Rev:B.04.11 HP 9000 S700/S800 HP-UX 10.x OpenView version Aug 1 6 1996 Copyright (c) 1991-1996 Hewlett-Packard Company /opt/OV/newconfig/OVNNMGR-JPN/registration/ja_JP.SJIS/ipmap: None /opt/OV/newconfig/OVNNMGR-JPN/registration/ja_JP.SJIS/ ovsnmp/xnmtrap: None /opt/OV/newconfig/OVNNMGR-JPN/registration/ja_JP.SJIS/ ovsnmp/xnmsnmpconf: None /opt/OV/newconfig/OVNNMGR-JPN/registration/ja_JP.eucJP/ ipmap: None /opt/OV/newconfig/OVNNMGR-JPN/registration/ja_JP.eucJP/ ovsnmp/xnmtrap: None /opt/OV/newconfig/OVNNMGR-JPN/registration/ja_JP.eucJP/ ovsnmp/xnmsnmpconf: None /opt/OV/newconfig/OVEVENT-MIN/conf/stacks/pmd/libovEvent.sl: PATCH PHSS_16676, 981013 PATCH PHSS_16948, 981117 OV_EVENT OPI Stack PATCH PHSS_16975, 981119 HP OpenView OPI Stack OV_EVENT (HP Internal only) NN M Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/newconfig/OVEVENT-MIN/registration/C/ovsnmp/xnmtrap: None /opt/OV/newconfig/OVNNM-RUN/registration/C/ipmap: None /opt/OV/newconfig/OVNNM-RUN/conf/oid_to_type: oid_to_type HP OpenView NNM Release B.06.00 Feb 03 1999 Copyright (c) 1990-1999 Hewlett-Packard Company /opt/OV/newconfig/OVSNMP-MIN/registration/C/ovsnmp/ xnmsnmpconf: None /opt/OV/bin/xnmevents: xnmevents PATCH PHSS_16676, 981013 PATCH PHSS_16975, 981119 PATCH PHSS_16975, 981119 HP OpenView Network Node Manager NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/bin/xnmtrap: xnmtrap PATCH PHSS_16676, 981013 PATCH PHSS_16975, 981119 HP OpenView Network Node Manager NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/bin/ovactiond: ovactiond PATCH PHSS_16975, 981119 HP OpenView Network Node Manager NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/bin/ovbackup.ovpl: None /opt/OV/bin/ovspmd: ovspmd PATCH PHSS_16975, 981119 HP OpenView ICVT NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/bin/remove.nnm: None /opt/OV/bin/ovsupport.snapshot.ovpl: None /opt/OV/bin/ovdwevent: oveventexp PATCH PHSS_16975, 981119 HP OpenView Network Node Manager NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/bin/ovcoltosql: ovcoltosql/ovcolsql/ovcoldelsql PATCH PHSS_16975, 981119 HP OpenView Network Node Manager NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/bin/nmdemandpoll: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ nmdemandpoll PATCH PHSS_16975, 981119 HP OpenView Network Node Manager NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/bin/snmpColDump: PATCH PHSS_16776, 981022 snmpColDump PATCH PHSS_16975, 981119 HP OpenView Network Node Manager NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/bin/ipmap: ipmap PATCH PHSS_12550, 970912 PATCH PHSS_16656, 981013 PATCH PHSS_16975, 981119 PATCH PHSS_16975, 981119 HP OpenView Network Node Manager NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/bin/ovfiltertest: PATCH PHSS_16975, 981119 HP OpenView Network Node Manager NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/bin/xnmappmon: xnmappmon PATCH PHSS_16764, 981022 PATCH PHSS_16975, 981119 HP OpenView Network Node Manager NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/bin/snmpCollect: PATCH PHSS_16680, 981013 PATCH PHSS_16975, 981119 snmpCollect PATCH PHSS_16975, 981119 HP OpenView Network Node Manager NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 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 PATCH PHSS_16672, 981013 netmon Copyright 1992-1997 SNMP Research, Incorporated SNMP Research Distribution version 14.2.1.7 Copyright 1992-1997 SNMP Research, Incorporated SNMP Research Distribution version 14.2.1.7 Copyright 1992-1997 SNMP Research, Incorporated SNMP Research Distribution version 14.2.1.7 PATCH PHSS_16975, 981119 HP OpenView Network Node Manager NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 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 $ None 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 $ None fatal.c $Revision: 1.13 $ $Date: 1998/05/07 02:26:33 $ None log.c $Revision: 1.7 $ $Date: 1997/07/04 07:34:11 $ None mesgbuf.c $Revision: 1.18 $ $Date: 1998/05/07 00:28: 35 $ None sequence.c $Revision: 1.17 $ $Date: 1998/01/28 03:39 :17 $ vstring.c $Revision$ $Date$ /opt/OV/bin/ovrepld: PATCH PHSS_16975, 981119 HP OpenView Network Node Manager NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. PATCH PHSS_16672, 981013 ovrepld /opt/OV/bin/ovtopmd: Copyright 1992-1997 SNMP Research, Incorporated SNMP Research Distribution version 14.2.1.7 ovtopmd Copyright 1992-1997 SNMP Research, Incorporated SNMP Research Distribution version 14.2.1.7 PATCH PHSS_16975, 981119 Copyright 1992-1997 SNMP Research, Incorporated SNMP Research Distribution version 14.2.1.7 Copyright 1992-1997 SNMP Research, Incorporated SNMP Research Distribution version 14.2.1.7 PATCH PHSS_16975, 981119 HP OpenView Network Node Manager NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 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 /opt/OV/bin/xnmgraph: xnmgraph PATCH PHSS_16975, 981119 HP OpenView Network Node Manager NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/bin/mibtable: mibform/mibtable PATCH PHSS_16975, 981119 HP OpenView Network Node Manager NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/bin/mibform: mibform/mibtable PATCH PHSS_16975, 981119 HP OpenView Network Node Manager NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/bin/ovw: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ PATCH PHSS_16682, 981013 PATCH PHSS_16975, 981119 HP OpenView Windows NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 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/ovwdb: ovwdb PATCH PHSS_16975, 981119 HP OpenView Windows NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/bin/xnmsnmpconf: PATCH PHSS_16975, 981119 HP OpenView Network Node Manager NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. xnmsnmpconf /opt/OV/bin/ovalarmsrv: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ PATCH PHSS_16975, 981119 ovalarmsrv PATCH PHSS_16975, 981119 HP OpenView Network Node Manager NNM Release B.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1998 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/www/htdocs/C/ReleaseNotes/ReadmeContents_NNMGR.html: HP OpenView NNM Release B.06.00 Feb 03 1999 Copyright (c) 1990-1999 Hewlett-Packard Company /opt/OV/www/htdocs/C/ReleaseNotes/ ReadmeContents_SNMPDEV.html: HP OpenView NNM Release B.06.00 Feb 03 1999 Copyright (c) 1990-1999 Hewlett-Packard Company /opt/OV/www/htdocs/classes/jovw/debug.jovw.jar: None /opt/OV/www/htdocs/classes/jovw/jovw.jar: None /opt/OV/www/htdocs/bitmaps/C/lines/metaconn.11.gif: None /opt/OV/www/htdocs/bitmaps/C/lines/metaconn.13.gif: None /opt/OV/www/htdocs/bitmaps/C/lines/metaconn.16.gif: None /opt/OV/www/htdocs/bitmaps/C/lines/metaconn.17.gif: None /opt/OV/www/htdocs/bitmaps/C/lines/metaconn.21.gif: None /opt/OV/www/htdocs/bitmaps/C/lines/metaconn.25.gif: None /opt/OV/www/htdocs/bitmaps/C/lines/metaconn.29.gif: None /opt/OV/man/man1.Z/ovDDERun.1: None /opt/OV/man/man1.Z/ovcoldelsql.1: None /opt/OV/man/man1.Z/ovcolqsql.1: None /opt/OV/man/man1.Z/ovcoltosql.1: None /opt/OV/man/man1.Z/ovdwevent.1: None /opt/OV/man/man1.Z/ovdwquery.1: None /opt/OV/man/man1.Z/ovweb.1: None /opt/OV/man/man1.Z/rnetstat.1: None /opt/OV/man/man1.Z/snmpColDump.1: None /opt/OV/man/man1.Z/snmpbulk.1: None /opt/OV/man/man1.Z/snmpnotify.1: None /opt/OV/man/man1.Z/snmpset.1: None /opt/OV/man/man1.Z/snmpwalk.1: None /opt/OV/man/man1.Z/snmpnext.1: None /opt/OV/man/man1.Z/snmpget.1: None /opt/OV/man/man1.Z/xnmappmon.1: None /opt/OV/man/man1.Z/xnmsnmpconf.1: None /opt/OV/man/man1.Z/ovchange_locale_mapping.1: None /opt/OV/man/man1.Z/ovw.1: None /opt/OV/man/man1.Z/ovwperms.1: None /opt/OV/man/man1.Z/ovwls.1: None /opt/OV/man/man1.Z/ovwchown.1: None /opt/OV/man/man1.Z/ovwchmod.1: None /opt/OV/man/man1.Z/ovwchgrp.1: None /opt/OV/man/man1m.Z/ovtopodump.1m: None /opt/OV/man/man1m.Z/xnmtopoconf.1m: None /opt/OV/man/man1m.Z/netmon.1m: None /opt/OV/man/man1m.Z/ovactiond.1m: None /opt/OV/man/man1m.Z/ovwsetupclient.1m: None /opt/OV/man/man1m.Z/regverify.1m: None /opt/OV/man/man4.Z/oid_to_type.4: None /opt/OV/man/man4.Z/ovweb.conf.4: None /opt/OV/man/man4.Z/eventdb.4: None /opt/OV/man/man4.Z/trapd.conf.4: None /opt/OV/man/man5.Z/ov_event.5: None /opt/OV/man/man5.Z/OVsnmpIntro.5: None /opt/OV/man/man5.Z/LauncherRegIntro.5: None /opt/OV/man/man5.Z/NetworkPresenterRegIntro.5: None /opt/OV/man/man5.Z/OVWebURLIntro.5: None /opt/OV/man/man5.Z/OVwRegIntro.5: None /opt/OV/man/man5.Z/OVwApiIntro.5: None /opt/OV/man/man5.Z/OVwwwIntro.5: None /opt/OV/man/man3.Z/OVwVerifyDescribeChange.3: None /opt/OV/man/man3.Z/OVwConfirmDescribeCB.3: None /opt/OV/man/man3.Z/OVwQueryDescribeCB.3: None /opt/OV/include/OVPath.h: Copyright (c) 1990-1999 Hewlett-Packard Company OVPath.h HP OpenView SNMP library NNM Release B.06.0 0 Feb 03 1999 /etc/opt/OV/share/www/registration/ovwebdata/C/ovdwquery: HP OpenView OvWebdata Registration cksum(1) Output: 2470374563 19507 /opt/OV/lib/nls/ja_JP.SJIS/xnmbuilder.cat 1218960803 50865 /opt/OV/lib/nls/ja_JP.SJIS/util_libs.cat 1537310425 19507 /opt/OV/lib/nls/ja_JP.eucJP/xnmbuilder.cat 4029418239 50865 /opt/OV/lib/nls/ja_JP.eucJP/util_libs.cat 3025665223 576414 /opt/OV/lib/libovutil.2 661489379 448747 /opt/OV/lib/libovsnmp.2 3757938538 226198 /opt/OV/lib/libovsnmp.1 3106102050 222518 /opt/OV/lib/libov.2 585710716 148010 /opt/OV/lib/libov.1 4018127913 292053 /opt/OV/lib/libovgui.2 3630794589 6281924 /opt/OV/lib/libovtopm.2 2773255142 275360 /opt/OV/lib/libovwww.2 1990124246 733740 /opt/OV/lib/libovw.2 2502264571 641913 /opt/OV/lib/libovw.1 2154610349 12857 /opt/OV/newconfig/OVNNMGR-JPN/registration/ ja_JP.SJIS/ipmap 3858363209 824 /opt/OV/newconfig/OVNNMGR-JPN/registration/ ja_JP.SJIS/ovsnmp/xnmtrap 1279903220 790 /opt/OV/newconfig/OVNNMGR-JPN/registration/ ja_JP.SJIS/ovsnmp/xnmsnmpconf 3503183132 12857 /opt/OV/newconfig/OVNNMGR-JPN/registration/ ja_JP.eucJP/ipmap 5518015 824 /opt/OV/newconfig/OVNNMGR-JPN/registration/ ja_JP.eucJP/ovsnmp/xnmtrap 790441919 790 /opt/OV/newconfig/OVNNMGR-JPN/registration/ ja_JP.eucJP/ovsnmp/xnmsnmpconf 1879288372 114958 /opt/OV/newconfig/OVEVENT-MIN/conf/stacks/ pmd/libovEvent.sl 4164587613 839 /opt/OV/newconfig/OVEVENT-MIN/registration/C/ ovsnmp/xnmtrap 526091273 12789 /opt/OV/newconfig/OVNNM-RUN/registration/C/ ipmap 268093569 72558 /opt/OV/newconfig/OVNNM-RUN/conf/oid_to_type 424895326 808 /opt/OV/newconfig/OVSNMP-MIN/registration/C/ ovsnmp/xnmsnmpconf 538319265 213690 /opt/OV/bin/xnmevents 374448401 106844 /opt/OV/bin/xnmtrap 2322974632 36952 /opt/OV/bin/ovactiond 1674383801 13080 /opt/OV/bin/ovbackup.ovpl 3251343938 438922 /opt/OV/bin/ovspmd 2873986324 54774 /opt/OV/bin/remove.nnm 4158332327 6073 /opt/OV/bin/ovsupport.snapshot.ovpl 908515768 94462 /opt/OV/bin/ovdwevent 3219910161 164532 /opt/OV/bin/ovcoltosql 679902471 100116 /opt/OV/bin/nmdemandpoll 1676489713 41045 /opt/OV/bin/snmpColDump 3828081115 564040 /opt/OV/bin/ipmap 700105647 49341 /opt/OV/bin/ovfiltertest 2826587363 111065 /opt/OV/bin/xnmappmon 2768322739 123249 /opt/OV/bin/snmpCollect 818199939 3810124 /opt/OV/bin/netmon 1406256622 288531 /opt/OV/bin/ovrepld 450384551 350225 /opt/OV/bin/ovtopmd 2407659611 238156 /opt/OV/bin/xnmgraph 142284121 36982 /opt/OV/bin/mibtable 142284121 36982 /opt/OV/bin/mibform 1541863385 10569660 /opt/OV/bin/ovw 927247755 366929 /opt/OV/bin/ovwdb 2906442087 90431 /opt/OV/bin/xnmsnmpconf 3390256533 1187356 /opt/OV/bin/ovalarmsrv 1875479717 35537 /opt/OV/www/htdocs/C/ReleaseNotes/ ReadmeContents_NNMGR.html 2353444792 10312 /opt/OV/www/htdocs/C/ReleaseNotes/ ReadmeContents_SNMPDEV.html 1413889343 643104 /opt/OV/www/htdocs/classes/jovw/ debug.jovw.jar 2575650775 315734 /opt/OV/www/htdocs/classes/jovw/jovw.jar 1590409908 75 /opt/OV/www/htdocs/bitmaps/C/lines/ metaconn.11.gif 18630415 81 /opt/OV/www/htdocs/bitmaps/C/lines/ metaconn.13.gif 2681255391 137 /opt/OV/www/htdocs/bitmaps/C/lines/ metaconn.16.gif 3732719737 98 /opt/OV/www/htdocs/bitmaps/C/lines/ metaconn.17.gif 3757789792 133 /opt/OV/www/htdocs/bitmaps/C/lines/ metaconn.21.gif 2505607830 149 /opt/OV/www/htdocs/bitmaps/C/lines/ metaconn.25.gif 2791793811 170 /opt/OV/www/htdocs/bitmaps/C/lines/ metaconn.29.gif 525210742 978 /opt/OV/man/man1.Z/ovDDERun.1 2396656981 3752 /opt/OV/man/man1.Z/ovcoldelsql.1 3395316808 2965 /opt/OV/man/man1.Z/ovcolqsql.1 48864479 5485 /opt/OV/man/man1.Z/ovcoltosql.1 2991055506 4634 /opt/OV/man/man1.Z/ovdwevent.1 3742954603 4327 /opt/OV/man/man1.Z/ovdwquery.1 65787814 2806 /opt/OV/man/man1.Z/ovweb.1 3101825851 2870 /opt/OV/man/man1.Z/rnetstat.1 1030234743 5057 /opt/OV/man/man1.Z/snmpColDump.1 1951496202 2992 /opt/OV/man/man1.Z/snmpbulk.1 424166006 4757 /opt/OV/man/man1.Z/snmpnotify.1 2546508141 2965 /opt/OV/man/man1.Z/snmpset.1 1706244245 3517 /opt/OV/man/man1.Z/snmpwalk.1 1706244245 3517 /opt/OV/man/man1.Z/snmpnext.1 1706244245 3517 /opt/OV/man/man1.Z/snmpget.1 2040701510 5230 /opt/OV/man/man1.Z/xnmappmon.1 3494206842 9084 /opt/OV/man/man1.Z/xnmsnmpconf.1 1116098428 1542 /opt/OV/man/man1.Z/ovchange_locale_mapping.1 2242681982 11066 /opt/OV/man/man1.Z/ovw.1 3954070054 2276 /opt/OV/man/man1.Z/ovwperms.1 3954070054 2276 /opt/OV/man/man1.Z/ovwls.1 3954070054 2276 /opt/OV/man/man1.Z/ovwchown.1 3954070054 2276 /opt/OV/man/man1.Z/ovwchmod.1 3954070054 2276 /opt/OV/man/man1.Z/ovwchgrp.1 223717973 3205 /opt/OV/man/man1m.Z/ovtopodump.1m 3964990983 6408 /opt/OV/man/man1m.Z/xnmtopoconf.1m 171985383 11133 /opt/OV/man/man1m.Z/netmon.1m 377942530 1952 /opt/OV/man/man1m.Z/ovactiond.1m 76264086 2339 /opt/OV/man/man1m.Z/ovwsetupclient.1m 2636315171 2003 /opt/OV/man/man1m.Z/regverify.1m 983152069 6967 /opt/OV/man/man4.Z/oid_to_type.4 2100027620 1732 /opt/OV/man/man4.Z/ovweb.conf.4 2258130719 2686 /opt/OV/man/man4.Z/eventdb.4 634566662 13049 /opt/OV/man/man4.Z/trapd.conf.4 3135594021 5983 /opt/OV/man/man5.Z/ov_event.5 1598950826 13005 /opt/OV/man/man5.Z/OVsnmpIntro.5 2776290050 8644 /opt/OV/man/man5.Z/LauncherRegIntro.5 2890935034 15497 /opt/OV/man/man5.Z/ NetworkPresenterRegIntro.5 3546872347 2837 /opt/OV/man/man5.Z/OVWebURLIntro.5 2982395422 40661 /opt/OV/man/man5.Z/OVwRegIntro.5 215150821 13760 /opt/OV/man/man5.Z/OVwApiIntro.5 833381205 993 /opt/OV/man/man5.Z/OVwwwIntro.5 1102544099 3863 /opt/OV/man/man3.Z/OVwVerifyDescribeChange.3 1102544099 3863 /opt/OV/man/man3.Z/OVwConfirmDescribeCB.3 1102544099 3863 /opt/OV/man/man3.Z/OVwQueryDescribeCB.3 3307501784 26776 /opt/OV/include/OVPath.h 1688035346 1577 /etc/opt/OV/share/www/registration/ ovwebdata/C/ovdwquery Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_16422 PHSS_16453 PHSS_16613 PHSS_16656 PHSS_16672 PHSS_16674 PHSS_16676 PHSS_16680 PHSS_16682 PHSS_16764 PHSS_16766 PHSS_16768 PHSS_16770 PHSS_16772 PHSS_16774 PHSS_16776 PHSS_16948 PHSS_16950 Equivalent Patches: PHSS_16976: s700: 11.00 s800: 11.00 PSOV_02216: sparcSOL: 2.5 2.6 NNM_00159: intelNT: 4.00 4.01 Patch Package Size: 30020 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_16975 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_16975.depot 5b. For a homogeneous NFS Diskless cluster run swcluster on the server to install the patch on the server and the clients: swcluster -i -b This will invoke swcluster in the interactive mode and force all clients to be shut down. WARNING: All cluster clients must be shut down prior to the patch installation. Installing the patch while the clients are booted is unsupported and can lead to serious problems. The swcluster command will invoke an swinstall session in which you must specify: alternate root path - default is /export/shared_root/OS_700 source depot path - /tmp/PHSS_16975.depot To complete the installation, select the patch by choosing "Actions -> Match What Target Has" and then "Actions -> Install" from the Menubar. 5c. For a heterogeneous NFS Diskless cluster: - run swinstall on the server as in step 5a to install the patch on the cluster server. - run swcluster on the server as in step 5b to install the patch on the cluster clients. By default swinstall will archive the original software in /var/adm/sw/patch/PHSS_16975. 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_16975.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_16975.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: ======================================================== 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_16680: The new snmpCollect behavior towards wrapped Counters is also made the default behavior. In certain rare instances, if at all, the customer may like the old behavior better, in which case he should : -Edit $OV_LRF/snmpCollect.lrf -Use the new hidden option "-w" to restore old wraparound behavior. -ovaddobj $OV_LRF/snmpCollect.lrf PHSS_16453: This patch provides a new flag in the $OV_CONF/oid_to_type file, the 'L' flag. The documentation for this flag has been added to the comments at the head of the oid_to_type file. Since the oid_to_type file is customer-modifyable, a new version of this file has been placed in $OV_NEW_CONF/OVNNM-RUN/conf/oid_to_type. The customer should take the new comments provided about the L flag and copy them into their existing $OV_CONF/oid_to_type file. Further, the customer will need to add entries to the oid_to_type file for the specific types of devices in their environment which report all their IP addresses as type software loopback, including the L flag for these device types.