|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
HP-UX series 700 11.X patch digest
From: IT Resource Center (support_feedback
us-support2-mail.external.hp.com)
Date: Sun Jun 01 2003 - 10:56:43 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
HP Support Information Digests
===============================================================================
o IT Resource Center World Wide Web Service
---------------------------------------------------
If you subscribed through the IT Resource Center and would
like to be REMOVED from this mailing list, access the
IT Resource Center on the World Wide Web at:
http://support.itrc.hp.com/
Login using your IT Resource Center User ID and Password.
Then select Support Information Digests (located under
Maintenance and Support). You may then unsubscribe from the
appropriate digest.
To download a patch referenced below, access the
IT Resource Center on the World Wide Web at:
http://support.itrc.hp.com/
Login using your IT Resource Center User ID and Password.
Then select Individual Patches (under Maintenance and Support)
to access the patch. You may also download a patch via anonymous
ftp(1) from ftp.itrc.hp.com.
===============================================================================
Digest Name: weekly HP-UX series 700 11.X patch digest
Created: Sun Jun 1 7:05:18 EDT 2003
Table of Contents:
Document ID Title
--------------- -----------
PHSS_29156 s700_800 11.X OV SIP3.1 SN DisplayString no-show
PHSS_29024 s700_800 11.X OV NNM6.4x/ET2.0x Consolidated Patch 1
PHSS_28950 s700_800 11.X OV ITO7.1X Msg/Act Tru64 Agent A.07.20
PHSS_28852 s700_800 11.X Cluster Object Manager B.01.04.01
PHSS_28851 s700_800 11.X MC/ServiceGuard and SG-OPS Edition A.11.14
PHSS_28744 s700_800 11.X OV DP5.00 patch - EMC packet
PHSS_28735 s700_800 11.X OV DP5.00 patch - CORE packet
PHSS_29214 s700_800 11.04 (VVOS) CDE Runtime Patch
PHKL_28593 s700_800 11.00 VxFS 3.1 cumulative patch: CR_EIEM
PHKL_28139 s700_800 11.11 vPar enablement patch, select, nanosleep
PHCO_28815 s700_800 11.00 JAPANESE iconv(1) methods library patch
PHSS_29061 s700_800 11.11 ContinentalClusters A.04.00 Patch
PHSS_28822 s700_800 11.X OV ITO7.1X Windows Embedded Perf Agt A.07.15
The documents are listed below.
-------------------------------------------------------------------------------
Document ID: PHSS_29156
Date Loaded: 20030529
Title: s700_800 11.X OV SIP3.1 SN DisplayString no-show
Patch Name: PHSS_29156
Patch Description: s700_800 11.X OV SIP3.1 SN DisplayString no-show
Creation Date: 03/05/23
Post Date: 03/05/29
Hardware Platforms - OS Releases:
s700: 11.00 11.11
s800: 11.00 11.11
Products:
OpenView Service Information Portal 3.1
Filesets:
HPOVSIP.OVSIP,fr=B.01.10,fa=HP-UX_B.11.00_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHSS_29156
Symptoms:
PHSS_29156:
The DisplayString specified as part of a customer model
"Service" never shows up in SN modules such as ServiceCard,
ServiceBrowser, ServiceGraph.
PHSS_29026:
If a user drills down in the service detail page and
reaches the lowest level service, the module still shows
the service name as a link even though there are no child
services available.
PHSS_29008:
1. When SIP connects to an OVO/Unix management station and
runs for an extended period of time (multiple refresh
periods), it begins to display "Data Unavailable".
2. Service data indicators (cards/health/graph/browser)
display ArrayIndexOutOfBoundsException when connected to
an OVO/Windows installation containing services whose
state cannot be determined.
3. OVO Messages module fails to display messages or
displays unrelated messages when connected to an
OVO/Windows installation containing services with shared
display names and actual services with names matching any
display names.
PHSS_28987:
If the generic module is used to proxy an html form that
uses the HTTP GET method for submission. Then the SIP
proxy fails to pass the submitted parameters to the
backend server.
PHSS_28768:
1) SIPConfig does not recognize previously configured
OVO/UX stations
2) Bookmark module does not allow URLs greater than 60
characters
3) I18N: OVO Messages with localized
Application/MessageGroup/Object are not filtered properly
4) OVO/UX: filtering by Node name does not work
properly, throws exception
5) OVO/W: newlines are stripped from message text and/or
annotations
6) many extraneous NullPointerExceptions seen in log
file when tracing is enabled
Defect Description:
PHSS_29156:
DisplayString information was not being propagated to the
modules.
Resolution:
Code modified to allow DisplayString to show up in
appropriate locations.
PHSS_29026:
For the service detail view, SIP creates a service list in
xml format which is then transformed using xsl. There is
no information in the xml which shows that a service does
not have any child services. Thus all the services are
treated similarly by the xsl and links are created to
enable the drilldown capability.
Resolution:
The Service element in the xml now includes
a 'hasChildren' attribute which if set to 'false'
indicates that there are no children to be shown. The xsl
uses this attribute to decide whether to display a service
name as a link or as text.
PHSS_29008:
1. The OVO module responsible for Unix connections is not
closing and releasing DB connections properly.
2. Cascading error when no OV_ElementState is found by
ovow2sip.asp and returns an XML error, then
ServiceTreeAdapter fails to find a Services list.
3. Incorrect reverse lookup of service IDs.
Resolution:
Code modified to address problems.
PHSS_28987:
The proxy disregards any new/modified query string
attached to the URL when an HTTP GET request is used to
submit a form.
Resolution:
The proxy code has been fixed so that it does not
disregard the query part of the URL.
PHSS_28768:
1) ovoConfig.dtd is missing "unix" as default platform
2) too restrictive default value
3) data is not always converted to UTF-8
4) invalid column name used in query
5) newlines stripped from data during retrieval
6) resources checked for null before referenced
Resolution:
source code changed to address problems
Enhancement:
No
SR:
8606311508 8606254204 8606304533 8606306634 8606305525
8606293338 8606298010
Patch Files:
HPOVSIP.OVSIP,fr=B.01.10,fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/SIP/cgi-bin/WindowsNT/ovow2sip.asp
/opt/OV/SIP/conf/share/stations/ovoConfig.dtd
/opt/OV/SIP/conf/styles/svcbrowser_html.xsl
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/proxy/OVHTMLProxyer.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/proxy/OVProxyParser.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/proxy/OVProxyParser$ProxyException.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/util/OVURLEncoder.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/util/OVResourceBundle.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/util/cache/MsgGrpLabelCache.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/util/cache/NodeLabelCache.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/util/cache/ServiceLabelCache.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/bookmarks/Bookmark.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/bookmarks/Bookmark$BookmarkObj.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/ServiceTreeAdapter.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcServiceFilter.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcGraphHandler.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcListHandler.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcSearchHandler.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcServerConfigDoc.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcServiceConfigDoc.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/
SvcBrowserDrillDownServlet.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcCardServlet.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcCustomServlet.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcGraphServlet.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcHealthServlet.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcListServlet.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcDocLabels.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/ListView.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/SummaryView.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/DBSummarizer.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/DFSummarizer.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/ObjectSummarizer.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/ApplicationSummarizer.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/MessageGroupSummarizer.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/NodeSummarizer.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/ServiceSummarizer.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/OVOConnImpl_DB.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/OVOResultSet_DB.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/OVOConnXML.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/OVOConnImpl_HTTP.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/filter/SimpleCustomerModelObject.class
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/filter/Service.class
what(1) Output:
HPOVSIP.OVSIP,fr=B.01.10,fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/SIP/cgi-bin/WindowsNT/ovow2sip.asp:
ovow2sip.asp $Revision: /main/ARUBA/14 $
/opt/OV/SIP/conf/share/stations/ovoConfig.dtd:
None
/opt/OV/SIP/conf/styles/svcbrowser_html.xsl:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/proxy/OVHTMLProxyer.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/proxy/OVProxyParser.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/proxy/OVProxyParser$ProxyException.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/util/OVURLEncoder.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/util/OVResourceBundle.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/util/cache/MsgGrpLabelCache.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/util/cache/NodeLabelCache.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/util/cache/ServiceLabelCache.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/bookmarks/Bookmark.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/bookmarks/Bookmark$BookmarkObj.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/ServiceTreeAdapter.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcServiceFilter.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcGraphHandler.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcListHandler.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcSearchHandler.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcServerConfigDoc.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcServiceConfigDoc.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/
SvcBrowserDrillDownServlet.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcCardServlet.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcCustomServlet.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcGraphServlet.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcHealthServlet.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcListServlet.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/service/SvcDocLabels.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/ListView.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/SummaryView.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/DBSummarizer.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/DFSummarizer.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/ObjectSummarizer.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/ApplicationSummarizer.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/MessageGroupSummarizer.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/NodeSummarizer.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/ServiceSummarizer.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/OVOConnImpl_DB.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/OVOResultSet_DB.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/OVOConnXML.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/modules/ovo/OVOConnImpl_HTTP.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/filter/SimpleCustomerModelObject.class:
None
/opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/
portal/filter/Service.class:
None
cksum(1) Output:
HPOVSIP.OVSIP,fr=B.01.10,fa=HP-UX_B.11.00_32/64,v=HP:
3817389198 2762 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/filter/
SimpleCustomerModelObject.class
2072492227 2627 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/filter/Service.class
863495964 7373 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/
com/hp/ov/portal/modules/ovo/ListView.class
1753002913 13776 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/modules/ovo/
SummaryView.class
336302463 802 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/
com/hp/ov/portal/modules/ovo/DBSummarizer.class
2714216145 481 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/
com/hp/ov/portal/modules/ovo/DFSummarizer.class
794443401 1146 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/
com/hp/ov/portal/modules/ovo/ObjectSummarizer.class
2313552004 1156 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/modules/ovo/
ApplicationSummarizer.class
2047349351 1358 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/modules/ovo/
MessageGroupSummarizer.class
3596274665 949 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/
com/hp/ov/portal/modules/ovo/NodeSummarizer.class
3948720969 1118 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/modules/ovo/
ServiceSummarizer.class
3953800072 33662 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/modules/ovo/
OVOConnImpl_DB.class
4140594946 3788 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/modules/ovo/
OVOResultSet_DB.class
2272887225 1912 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/modules/ovo/
OVOConnXML.class
3729390777 35683 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/modules/ovo/
OVOConnImpl_HTTP.class
679518768 7534 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/
com/hp/ov/portal/modules/service/
ServiceTreeAdapter.class
370676619 4856 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/
com/hp/ov/portal/modules/service/
SvcServiceFilter.class
791118455 7232 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/
com/hp/ov/portal/modules/service/
SvcGraphHandler.class
651446829 6950 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/
com/hp/ov/portal/modules/service/
SvcListHandler.class
1367076530 5701 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/modules/service/
SvcSearchHandler.class
902459529 5571 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/
com/hp/ov/portal/modules/service/
SvcServerConfigDoc.class
2756508986 7839 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/modules/service/
SvcServiceConfigDoc.class
1970474928 12822 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/modules/service/
SvcBrowserDrillDownServlet.class
1992583048 14130 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/modules/service/
SvcCardServlet.class
1776594733 10141 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/modules/service/
SvcCustomServlet.class
2771596542 16390 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/modules/service/
SvcGraphServlet.class
1493673459 32601 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/modules/service/
SvcHealthServlet.class
3706544702 14148 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/modules/service/
SvcListServlet.class
414190844 1346 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/
com/hp/ov/portal/modules/service/SvcDocLabels.class
3645267264 17370 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/modules/bookmarks/
Bookmark.class
1464406487 1506 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/modules/bookmarks/Bookmark$
BookmarkObj.class
3704441629 2772 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/util/cache/
MsgGrpLabelCache.class
2191891354 3113 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/util/cache/
NodeLabelCache.class
1043836841 2749 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/util/cache/
ServiceLabelCache.class
4238657424 2747 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/util/OVURLEncoder.class
865434702 7774 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/
com/hp/ov/portal/util/OVResourceBundle.class
1318087127 14696 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/proxy/OVHTMLProxyer.class
3593021146 10017 /opt/OV/SIP/webapps/ovportal/WEB-INF/
classes/com/hp/ov/portal/proxy/OVProxyParser.class
3420601246 703 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/
com/hp/ov/portal/proxy/OVProxyParser$
ProxyException.class
1188916970 32899 /opt/OV/SIP/conf/styles/svcbrowser_html.xsl
2417996046 6352 /opt/OV/SIP/conf/share/stations/
ovoConfig.dtd
2012304051 111729 /opt/OV/SIP/cgi-bin/WindowsNT/ovow2sip.asp
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_29026 PHSS_29008 PHSS_28987 PHSS_28768
Equivalent Patches:
OVSIPSOL_00025:
sparcSOL: 2.6 2.7 2.8
OVSIPNT_00024:
intelWIN2000: 1.00
Patch Package Size: 270 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_29156
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_29156.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHSS_29156. If you do not wish to retain a
copy of the original software, include the patch_save_files
option in the swinstall command above:
-x patch_save_files=false
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHSS_29156.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHSS_29156.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_29156.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
========================================================
BEFORE LOADING THIS PATCH...
- Stop the Tomcat server.
- If you want to reinstall SIP, then you will have to
remove the patch. Once the re-install is over you
can apply the patch again.
NOTE : Tomcat is not started after the patch is loaded
You will need to manually start it.
Also, in order to keep a history of the patches
installed on your system the post-install script
will attempt to copy the PHSS_29156.text file
to /opt/OV/SIP/patches. Please make
sure this file is in /tmp before installation.
========================================================
PHSS_29156:
The new version of ovow2sip.asp delivered with this patch
($OVSIP/cgi-bin/WindowsNT/ovow2sip.asp) must be deployed
on each OVO/Windows management server in order for the
patch to be effective. Please consult your installation
documentation for deployment procedures.
-----End of Document ID: PHSS_29156------------------------------------------
Document ID: PHSS_29024
Date Loaded: 20030529
Title: s700_800 11.X OV NNM6.4x/ET2.0x Consolidated Patch 1
Patch Name: PHSS_29024
Patch Description: s700_800 11.X OV NNM6.4x/ET2.0x Consolidated Patch 1
Creation Date: 03/05/14
Post Date: 03/05/29
Hardware Platforms - OS Releases:
s700: 11.00 11.11
s800: 11.00 11.11
Products:
OpenView Network Node Manager 6.4x/Extended Topology 2.0x
Filesets:
OVNNMETCore.OVNNMET-CORE,fr=B.02.00.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMETCore.OVNNMET-CORE,fr=B.02.01.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMETCore.OVNNMET-IPV6,fr=B.02.00.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMETCore.OVNNMET-IPV6,fr=B.02.01.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMETCore.OVNNMET-JPN,fr=B.02.00.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMETCore.OVNNMET-JPN,fr=B.02.01.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgr.OVMIB-CONTRIB,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgr.OVMIB-CONTRIB,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgr.OVNNM-RUN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgr.OVNNM-RUN,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgr.OVNNMGR-JPN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgr.OVNNMGR-JPN,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgr.OVRPT-RUN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgr.OVRPT-RUN,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgr.OVWWW-JPN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgr.OVWWW-JPN,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgrMan.OVNNM-RUN-MAN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgrMan.OVNNM-RUN-MAN,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgrRtDOC.OVNNM-DOC-REUS,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgrRtDOC.OVNNM-DOC-REUS,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgrRtDOC.OVNNM-ENG-DOC,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgrRtDOC.OVNNM-ENG-DOC,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgrRtDOC.OVNNM-JPN-DOC,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgrRtDOC.OVNNM-JPN-DOC,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgrRtDOC.OVNNMWELENGDOC,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgrRtDOC.OVNNMWELENGDOC,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgrRtDOC.OVNNMWELJPNDOC,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVNNMgrRtDOC.OVNNMWELJPNDOC,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatform.OVDB-RUN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatform.OVDB-RUN,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatform.OVEVENT-MIN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatform.OVEVENT-MIN,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatform.OVMIN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatform.OVMIN,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatform.OVSNMP-MIN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatform.OVSNMP-MIN,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatform.OVWIN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatform.OVWIN,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatform.OVWWW-EVNT,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatform.OVWWW-EVNT,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatform.OVWWW-FW,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatform.OVWWW-FW,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatform.OVWWW-SRV,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatform.OVWWW-SRV,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatformDevKit.OVWIN-PRG,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatformDevKit.OVWIN-PRG,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatformMan.OVEVENTMIN-MAN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatformMan.OVEVENTMIN-MAN,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatformMan.OVMIN-MAN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatformMan.OVMIN-MAN,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatformMan.OVWIN-MAN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP
OVPlatformMan.OVWIN-MAN,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHSS_29024
Symptoms:
PHSS_29024:
Cumulative Consolidated Patch
PHSS_28994:
8606284920: E-mails generated by reporting are not
received, if qmail is configured as the mail server.
8606284812: On Remote Console, xnmevents takes a long time
to come up.
8606207670: On configuration updates, snmpCollect does not
reuse existing collections.
8606228571: The migratable IP address reported by Sun
Clusters are not considered as migratable by NNM.
8606288064: netmon exits on receiving an invalid PDU.
8606285207: "Test SNMP" operation from xnmcollect GUI
fails when it is done on a node supporting large
number of interfaces.
8606296908: ovtopodump always prints root-port's value
as "0" on a bridge device.
8606293835:"Test SNMP" operation from xnmcollect GUI fails
when it is done on a MIB object with long instances.
8606298331: xnmsnmpconf crashes under specific conditions
when specifying IP addresses.
8606268251: Documentation of "Highlight Source on Map"
feature of xnmevents is not complete.
8606288729: The content of 'message' column of
nnm_event_detail table has redundant message
(e.g. time stamp, etc).
8606293261: When Internet Explorer with Microsoft JVM is
used, Network Presenter cannot establish a connection to
OVW running in Japanese environment on Solaris.
8606245261: It is possible to delete a map from the
command line when the map is open in a read-only OVW
session.
8606278162: Filter causes IPMap to use more than 90% CPU
when a small network is unmanaged.
8606265024: Node Submap and topology show inconsistent
status on some interface symbols. This happens when non-
IPMap symbols are placed in the Node Submap.
8606282939: Apache_1.3.0 shipped with NNM has problems
with certain web requests.
8606289437: Unmanaging a network symbol inside a location
symbol causes any router connected to the network to be
unmanaged.
8606289384: Read Only map is not reflecting the same
layout as the Read-Write map.
8606288376: ovwdb dumps core due to internal buffer
overflow.
8606288696: Webappmon fails to handle more than 32KB of
data received from any application.
8606289286: On UNIX platforms, ovbackup.ovpl may fail.
8606287001: Network Presenter does not display error
message when ovw disconnects ungracefully.
8606284911: Cisco Gen report was showing only top 10 rows.
8606288055: xnmtrap locking issue when launched
simultaneously from Windows and HP-UX/Solaris consoles.
8606282709: The Web Alarm Browser does not show correct
status for certain Alarm Categories.
8606283616: The UNIX port 8880 is missing in ECS URL when
launched from a remote NT console.
8606288037: The ECS URL uses fixed UNIX Port number 8880.
8606280347: In Web Alarms Browser, Print on Server
option is not working on Solaris management station.
8606281958: In Web Alarms Browser, Show Node in Network
Presenter option is not giving expected results with
Internet Explorer using Sun Java plug-in.
8606277321: IPMap takes a long time to perform the
synchronization operation, in presence of a large number
of location symbols.
8606281716: IPMap consumes a high percentage of CPU, if
devices with large number of interfaces and present under
Location symbols are managed.
8606287613: IPMap loops during synchronization.
8606277815: The Description section of the ovbackup.ovpl
manual page does not indicate that backup for $OV_WWW
directory is being done by this script.
8606281767: Netmon reports the status of admin-down
interfaces as critical and not disabled.
8606283445: nmdemandpoll fails to execute from OVW on
Windows.
8606292648: ovrestore.ovpl does not remove the directory
$OV_DB/analysis/default/restore.<date-time>, which is
created during the restore of analytical data.
8606293284: OVW menu options "View->Toolbar" and "View->
Status Bar" loads unexpected application when customized
Application Registration Files are used. This happens when
the registration files define a large number of menu
items.
8606292669: Invisible empty segments of CS become visible
on MS.
8606280809: ovrequestd and ovas exits when user logs off
on windows.
8606281329: SelectionRule is not working for popup menu in
Jovw.
8606290152: ovtrapd cannot listen for SNMP Traps on a
specified interface, when there are more than one
configured LAN interfaces. It occupies the snmp-trap/UDP
port on all the interfaces.
8606214163, 8606201921: NNM should support network with
31 bit subnet mask. It should also accept nodes with IP
address having 32 bit subnet mask on a loopback interface
and no other IP interfaces.
8606283688: Variable-binding 8 that identifies the
individual logical type of "Locale neutral, comma
separated list of capabilities of the entity (e.g.
isSwitch, isIPRouter)" is empty in the OV_Node_Down event.
When this is empty, and whenever the NODE status events
are sent, it will be shown empty in alarm browser and
hence the user can't see the Capabilities of related
object that caused the event.
8606286307: Network Node Manager Extended Topology v1.51
AdderUtils library is generating "could not parse
NodeName" errors when SNMP config database contains
nodenames that have a hyphen between two digits. For
example a nodename like abc1-2def.domain.com being
entered in the configuration database will cause these
problems.
8606279358: Switch mesh topology (L2)correctly recognized
in Extended Topology v1.50 but is not correctly recognized
by Extended Topology v1.51 for certain devices.
8606282828: Network Node Manager Extended Topology v1.51
OSPF View misses routers whose Router ID is an unreachable
loopback IP.
8606285768: ovw dumps core when exit button is clicked
more than once.
8606290560: ovactiond fails to handle an action if it has
multiple commands.For example echo test | cat > /tmp/data.
PHSS_28991:
8606293094: ovalarmsrv crashes if category numbers in
trapd.conf are not contiguous.
8606293098: printEvents does not print CONTACT information
under Japanese locale.
8606293097: xnmcollect exits when two mib objects are
selected.
8606293095: snmpCollect does not handle string data
properly during backup.
8606291432: OVW displays the error message "yacc stack
overflow" if the number of enumerations defined in the
Field Registration File is over 245 items .
8606293784: OVW crashes if the "Highlight Source on Map"
feature of xnmevents is used.
8606306699: etrestart.ovpl attempts to stop/start ET
daemons even if ET is disabled. Extraneous messages
being logged to ovet_dffile.log which are not necessary.
All VLANs view displays a blank page when no VLANs are
present. The Network Polling Configuration GUI still
refers to level2conf white paper.
8606306744: Synchronous genccall makes ECS process abort
in case the return value is a NULL pointer. Unable to
access environment variables from the perl script
written for composer.
8606299293: On the Management Station, an unmanage
operation attempted on a Collection Station managed
interface can leave status 'Unknown'. This is observed for
unconnected L2 interfaces as well as L2 interfaces
connected to an unmanaged segment/network.
8606306752: HP Procurve switches are not supported
by NC2.0
8606306747: NNM ovw GUI applications did not show up
properly for S-Chinese,T-Chinese and Korean locales.
8606306917: redoSolid.ovpl exhibits problems on NNM6.41.
8606309639: NNM-CiscoWorks integration package aborts
during installation.
PHSS_28927:
8606303127: The following defects were fixed in NNM 6.41,
at the same time these fixes are not available in NNM 6.40.
1. Link broken on Known Problems page
2. ovas crash because of a loop.
3. delete from master.entityByName intermittently fails
4. Dynamic Views display English strings instead of
localized ones
5. I18N:NodeView ovas terminates dueTo JNI
OvWWWNative_OvWwwGetOSLocByWebLoc
6. I18N:SNMP Configuration label in menusettings.xml not
marked for L10N
7. Installation Instructions
8. httpd.conf file does not change during migration
9. ECS - Composer: Help menu does not launch L10N
Composer guide
10. Bad ET discovery performance issue on HPUX11.11
Defect Description:
PHSS_29024:
Cumulative Consolidated Patch
Resolution:
Cumulative Consolidated Patch
PHSS_28994:
8606284920: Reporting generated E-mail format did not
conform to the qmail format specifications.
Resolution:
8606284920: E-mail format specifications for qmail have been
incorporated in the generated message content.
8606284812: A data buffer was not fully utilized. This
resulted in reading the same data.
Resoultion:
8606284812: The data buffer is now being fully utilized.
8606207670: snmpCollect deleted all the existing collections
on receiving a configuration update.
Resolution:
8606207670: Configuration update algorithm is modified not
to delete the existing collections if their attributes are
not changed.
8606228571: NNM is not designed to handle Sun Clusters.
Resolution:
8606228571: Changed NNM to understand the migratable IP
address reported by Sun Clusters. More details on the usage
can be found in the netmon.migratable man page.
8606288064: netmon does not handle invalid PDUs.
Resolution:
8606288064: Changed netmon to handle the invalid PDU.
8606285207: The buffer sizes used were insufficient to
handle large number of Interfaces.
Resolution:
8606285207: The buffers are now dynamically allocated as
required.
8606296908: In the print statement the value for ROOT-PORT
was predefined as "0".
Resolution:
8606296908: The print statement has been corrected to give
the ROOT-PORT number, if it is set for the bridge device.
8606298331: xnmsnmpconf crashes due to insufficient
allocation of memory to string buffer.
Resolution:
8606298331: Appropriate memory is now allocated to the
string buffer.
8606268251: There was no documentation on which submap is
displayed in OVW when "Highlight Source on Map" action is
performed from xnmevents.
Resolution:
8606268251: NNM Runtime Help is updated with proper
documentation.
8606293284: There was a conflict between the Windows
messages reserved for Toolbar and Status Bar menu
items and the user defined menu items.
Resolution:
8606293284: The Windows messages have been properly
defined so that such a conflict does not arise.
8606293261: Microsoft JVM fails to handle EUCJIS encoding.
Resolution:
8606293261: Code has been implemented to handle EUCJIS
encoding.
8606245261: Map deletion by design was not meant to
restrain administrators from deleting maps that may be
open in read-only OVW sessions. This fact was not
mentioned in the OVW man page.
Resolution:
8606245261: The OVW man page is changed to apprise users
that maps opened in Read-Only OVW session are deleted when
ovw -deleteMap option is used.
8606278162: IPMap was applying filters for retrieving node
information from topology for nodes that were already
represented in the map.
Resolution:
8606278162: Code changes have been made to prevent the
application of filters while retrieving node information
from topology.
8606265024: IPMap was not correctly handling symbols added
to Node Submap by other OVW applications.
Resolution:
8606265024: IPMap has been modified to handle symbols
added by other OVW applications.
8606282939: Apache_1.3.0 shipped with NNM did not handle
some of the web requests properly.
Resolution:
8606282939: Apache-1.3.27 is now shipped with NNM to take
care of the above problems
8606289437: ovw incorrectly unmanages the router if the
network it connects to is unmanaged and the network is
contained inside a location symbol.
Resolution:
8606289437: ovw has been made aware of symbol and submap
hierarchy, so that it does not unmanage all child objects
as a result of unmanaging the parent object.
8606289384: If Auto Layout is disabled for all submaps of
a Read-Write map and the submaps are never visited, the
(x,y) coordinates of the symbols in these submaps will be
set to (0,0). This leads to a symbol stacking problem in
the read only copy when a layout by symbol coordinates is
attempted.
Resolution:
8606289384: If the submaps in the Read-Write map are never
visited, an Auto Layout is now performed on the Read Only
submaps, when they are opened.
8606288376: An internal buffer overflow was resulting in a
corrupted pointer causing the core dump.
Resolution:
8606288376: ovwdb has been modified to truncate the buffer
in line with the stated documentation.
8606285768: ovw was dereferencing a NULL pointer.
Resolution:
8606285768: A null value check has been done for the
pointer that causes the core dump.
8606288696: Webappmon uses a fixed 32KB buffer for
incoming data from any application.
Resolution:
8606288696: Webappmon has been modified to allocate memory
for the data buffer dynamically when the data size exceeds
32KB.
8606289286: Without system utilities path in the PATH
environment variable, backup script fails.
Resolution:
8606289286: System utilities path has been included in the
PATH environment variable.
8606287001: Network Presenter does not handle the case
when ovw disconnects ungracefully.
Resolution:
8606287001: Code has been added to display an error
message when any operation is performed in jovw after
disconnection with ovw.
8606284911: The number of rows to display for CRGen report
was hardcoded to 10.
Resolution:
8606284911: Code has been modified to pick up the value,
for the number of rows to be displayed, from the
global.conf file while configuring a report.
8606288055: The locking mechanisms used in UNIX and
Windows are not compatible with each other.
Resolution:
8606288055: A common locking mechanism is provided to
resolve the incompatibility.
8606282709: Status update of Alarm Categories was not
handled properly on deletion of events from Web Alarm
Browser.
Resolution:
8606282709: The code has been modified to appropriately
update status on Alarm Categories in the Web alarm
browser.
8606283616: The port number for the management server was
not being appended to the URL.
Resolution:
8606283616: The port number used by the UNIX management
server is now retrieved and appended to the URL.
8606288037: The UNIX port number was hard-coded as 8880
for UNIX management server.
Resolution:
8606288037: The port number is now being read from
$OV_CONF/ovweb.conf file.
8606280347: ovalarmsrv fails to handle the print request
from Web Alarms Browser.
Resolution:
8606280347: ovalarmsrv has been modified to handle the
print request on Solaris.
8606281958: Network Presenter fails to recognize Internet
Explorer when Sun Java plug-in is installed.
Resolution:
8606281958: Code has been modified to recognize Internet
Explorer if Sun Java plug-in is installed.
8606277321: IPMap does not limit the scope of the
recursive procedure used to handle addition of devices
under Location symbols.
Resolution:
8606277321: The scope of recursion has been limited in
IPMap.
8606281716: IPMap does not limit the scope of the
recursive procedure used to handle the manage operation,
for devices with large number of interfaces and present
under Location symbols.
Resolution:
8606281716: The scope of recursion has been limited in
IPMap.
8606287613: IPMap performs the cleanup operation, during
synchronization, even for unused interfaces, causing it to
loop for devices having a large number of
unused/disconnected interfaces.
Resolution:
8606287613: Now, IPMap performs the cleanup operation only
for interfaces that changed since the last time
synchronization was performed. Unused/disconnected
interfaces are ignored.
8606277815: Manual page was not updated after the defect
fix for SR 8606168719.
Resolution:
8606277815: Modified the ovbackup.ovpl manual page to
include the missing information.
8606281767: Netmon does not update the status of the
interfaces as reported by SNMP during discovery. Hence,
for an admin-down interface that does not respond to ping,
Netmon sets the status as critical.
Resolution:
8606281767: Netmon has been modified to update the status
of the interfaces as reported by SNMP during discovery.
8606283445: OVW invokes xnmappmon when nmdemandpoll is
executed. xnmappmon is not handling white spaces in the
executable path correctly.
Resolution:
8606283445: xnmappmon has been modified to handle the
white spaces in the specified path for nmdemandpoll.
8606293835: The buffer sizes used were insufficient to
handle long instances.
Resolution:
8606293835: The buffers are now dynamically allocated as
required.
8606292648: ovrestore.ovpl was not implemented to remove
the restore.<date-time> directory after the restore was
over.
Resolution:
8606292648: Code has been added to remove the
restore.<date-time> directory when restore is over.
8606288729: ovdwevent resulted in a long output
into the 'message' column.
Resolution:
8606288729: ovdwevent has been modified to export the
events with the original message format.
8606292669: Invisible empty segments were not deleted on
CS.
Resolution:
8606292669: Empty segments are removed on CS.
8606280809: JVM is getting shutdown after receiving the
CTRL_LOGOFF_EVENT.
Resolution:
8606280809: JVM option "-Xrs" has been passed which is
used to reduce use of OS signals by JVM.
8606281329: SelectionRule was not being checked while
showing the popup menu.
Resolution:
8606281329: Code has been changed to check the action of
the popup menu item against the SelectionRule.
8606290152: ovtrapd is designed to listen for traps on the
snmp-trap/UDP port on all the configured LAN interfaces
for forwarding them to NNM Event Subsystem.
Resolution:
8606290152: A command line option, -I, is added to ovtrapd
to occupy the snmp-trap/UDP port on only ONE interface,
which is used by OpenView NNM daemons. For more
information refer to the ovtrapd manual page. This
enhancement does not apply to the Windows version of NNM.
8606214163, 8606201921: NNM was not designed to support
the following: a) Network with 31 bit subnet mask. b)
Nodes with loopback interface only; and the loopback
interface having an IP address with 32 bit subnet mask.
Resolution:
8606214163, 8606201921: NNM has been redesigned to
support the following: a) Network with 31 bit subnet mask.
b) Nodes with loopback interface only; and the loopback
interface having an IP address with 32 bit subnet mask.
The file $OV_SNMP_MIBS/Vendor/Hewlett-Packard/hpov-ovtopmd
has been modified. So if this MIB needs to be used, then
explicitly unload the old hpov-ovtopmd MIB and load the
newly installed version of this MIB using xnmloadmib tool.
Also when this patch is uninstalled, the hp-ovtopmd MIB
has to be explicitly unloaded and the older version of
this MIB has to be loaded. The documentation of ovtopmd
and oid_to_type are updated to explain the newly
introduced options that are implemented to support this
feature. Refer to 31bitNetmask.txt whitepaper installed
under $OV_DOC/WhitePapers directory for details regarding
the support of 31 and 32 bit subnets in NNM.
8606283688: When the Node Status events are sent, the
Capabilities string was not set for all the related flags,
i.e. The node was not verified whether - it supports
SNMP, - the Interface of the node is SONET, - it is Hub,
etc.
Resolution:
8606283688: Added more flag verifications and the strings
to Capability VarBind (VarBind 8 of node status related
event) whenever applicable.
8606286307: There is an inadequate regular expression in
extendedTopoSnmpConf.ovpl that tries to detect whether an
entry is an IP wildcard address. It was detecting a
hostname with a hyphen between two digits as a wildcard.
Resolution:
8606286307: The extendedTopoSnmpConf.ovpl script has been
updated so that the regular expression detecting an IP
wildcard will make the right decision.
8606279358: Certain error conditions passed between
discovery agents were not being handled correctly.
Resolution:
8606279358: Error conditions passed between certain
discovery agents have been changed so that they are
correctly handled. This allows layout to properly happen.
8606282828: The ospfdis.ovpl command uses the ospf router
id to talk to the router via snmp. The router id is often
the software loopback interface on the router, and might
not have IP routes that allow the NNM system to speak to
that address. In this case, the ospfdis.ovpl command fails
to access the router.
Resolution:
8606282828: The ospfdis.ovpl command has been updated so
that it will always use the snmp address stored in the NNM
topology database when trying to access the router.
8606290560: ovactiond fails to parse multiple commands.
Resolution:
8606290560: ovactiond has been modified to handle all
types of commands.
PHSS_28991:
8606293094: ovalarmsrv accesses a NULL pointer when
category numbers in trapd.conf are not contiguous.
Resolution:
8606293094: Code has been modified not to access the NULL
pointer.
8606293098: printEvents did not use the correct string for
searching .
Resolution:
8606293098: Message catalogue for Japanese locale has been
changed for giving the correct Japanese string for
searching CONTACT information from ovtopodump's output.
8606293097: xnmcollect did not handle the case of two mib
objects being selected.
Resolution:
8606293097: Code had been modified so that xnmcollect will
not exit when two mib objects are selected.
8606293095: snmpCollect does not merge string data
collected during backup to the actual database .
Resolution:
8606293095: snmpCollect has been modified to merge string
data collected during backup to the actual database.
8606291432: One of the grammar rules in the YACC
specification for parsing enumerations was not complete.
This caused an internal YACC stack overflow.
Resolution:
8606291432: A grammar rule in the YACC specification has
been modified to handle long enumeration sequences.
8606293784: A null pointer was being dereferenced.
Resolution:
8606293784: The pointer is now checked before use.
8606306699: etrestart.ovpl does not check for ET being
disabled. The debug messages which were not necessary
were not cleaned up.The code did not check for VLAN
information being present before appending the VLAN table
to the HTML page.When the level2conf white paper was
moved into "Managing your Network" manual, the reference
on xnmpolling GUI was not removed.
Resolution:
8606306699: Modified etrestart.ovpl to check for ET being
enabled before attempting to stop/start the ET daemons.
The un-necessary debug messages have been cleaned up. An
explicit check has been added to the code to display an
appropriate message when no VLANs are present in the
topology.The reference to level2conf white paper on
xnmpolling GUI has been removed.
8606306744: ECS aborts when genccall callback returns NULL
pointer.Environment variables of the process(with ECS3.2
engine embedded) are not visible in perl functions invoked
through ECDL bif 'gen_perlcall' or Composer circuit.
Resolution:
8606306744: Error check is done for NULL pointer. Local
copy of the environment variables is made and passed into
the perl interpreter.
8606299293: IPMap was failing to restore the actual
interface status after an unmanage operation attempt on
remote L2 interfaces at the Management Station.
Resolution:
8606299293: Changes have been made to the IPMap to maintain
the correct interface status.
8606306752: HP Procurve switch agent is not available in
NC2.0
Resolution:
8606306752: HP Procurve switch agents have been added to
NC2.0
8606306747: For S-Chinese,T-Chinese and Korean locales the
app-defaults files were not shipped on Solaris.Also on
HP-UX the font specified in resource files for the above
locales were not correct.
Resolution:
8606306747: Locale specific resource files have been
provided in the patch for Solaris. For HP-UX the
resource files are modified suitably.
8606306917: redoSolid.ovpl was not supported for NNM6.41.
Resolution:
8606306917: Modified redoSolid.ovpl to add support for
NNM6.41.
8606309639: NNM-CiscoWorks integration package contains
references to invalid URLs. During installation CiscoWorks
checks for the validity of these URLs, which fails and
causes the entire installation to be aborted.
Resolution:
8606309639: (Solaris only) Removed references to the
invalid URLs from the NNM-CiscoWorks integration package.
PHSS_28927:
8606303127: The internally found defect fixes are not
patched in NNM 6.40.
Resolution:
8606303127: The fixes for these internally found defects
are being patched.
Enhancement:
No
SR:
8606284920 8606284812 8606207670 8606228571 8606288064
8606285207 8606288376 8606290560 8606289286 8606277321
8606283616 8606282709 8606268251 8606286307 8606281767
8606278162 8606288037 8606288055 8606265024 8606287613
8606245261 8606290152 8606293835 8606277815 8606288696
8606201921 8606289437 8606285768 8606287001 8606214163
8606296908 8606280809 8606289384 8606281716 8606288729
8606293261 8606283445 8606293284 8606282828 8606284911
8606292648 8606281958 8606282939 8606292669 8606298331
8606283688 8606280347 8606279358 8606281329 8606291432
8606306699 8606299293 8606306752 8606293094 8606306744
8606293095 8606306917 8606306747 8606293097 8606293784
8606293098 8606309639 8606303127
Patch Files:
OVNNMETCore.OVNNMET-CORE,fr=B.02.00.00,
fa=HP-UX_B.11.00_32/64,v=HP:
OVNNMETCore.OVNNMET-CORE,fr=B.02.01.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/etc/opt/OV/share/conf/nnmet/DiscoSchema.cfg
/etc/opt/OV/share/conf/nnmet/mibs/hpicfOid.mib
/etc/opt/OV/share/conf/nnmet/mibs/hpicfTC.mib
/etc/opt/OV/share/conf/nnmet/mibs/hpVlan.mib
/etc/opt/OV/share/conf/nnmet/stitchers/BuildLayers.stch
/etc/opt/OV/share/conf/nnmet/stitchers/
AgentsToWorkEntities.stch
/etc/opt/OV/share/conf/nnmet/agents/ProcurveSwitch.agnt
/etc/opt/OV/share/conf/nnmet/agents/StandardSwitch.agnt
/opt/OV/www/htdocs/C/manuals/Using_Extended_Topology.pdf
/opt/OV/newconfig/OVNNMET-CORE/lrf/ovet_daProSw.lrf
/opt/OV/lib/libAgentAlcatelSwitch.sl
/opt/OV/lib/libDiscoAgents.1
/opt/OV/lib/libDiscoFinders.1
/opt/OV/lib/libAgentProcurveSwitch.sl
/opt/OV/lib/libNMTopoRW.1
/opt/OV/bin/extendedTopoSnmpConf.ovpl
/opt/OV/bin/ospfdis.ovpl
/opt/OV/bin/etrestart.ovpl
/opt/OV/bin/ovet_agent
/opt/OV/bin/setupExtTopo.ovpl
OVNNMETCore.OVNNMET-IPV6,fr=B.02.00.00,
fa=HP-UX_B.11.00_32/64,v=HP:
OVNNMETCore.OVNNMET-IPV6,fr=B.02.01.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/bin/monitorIPv6Agent
OVNNMETCore.OVNNMET-JPN,fr=B.02.00.00,
fa=HP-UX_B.11.00_32/64,v=HP:
OVNNMETCore.OVNNMET-JPN,fr=B.02.01.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/lib/nls/ja_JP.eucJP/nmf.cat
/opt/OV/lib/nls/ja_JP.SJIS/nmf.cat
/opt/OV/www/htdocs/ja_JP.eucJP/manuals/
Using_Extended_Topology.pdf
/opt/OV/www/htdocs/ja_JP.SJIS/manuals/
Using_Extended_Topology.pdf
OVNNMgr.OVMIB-CONTRIB,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
OVNNMgr.OVMIB-CONTRIB,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/contrib/NNM/HPNonStop/Computer_nonstop
/opt/OV/contrib/NNM/HPNonStop/NonStop.txt
/opt/OV/contrib/NNM/HPNonStop/README.doc
/opt/OV/contrib/NNM/HPNonStop/commands.bat
/opt/OV/contrib/NNM/HPNonStop/emsmiba.mib
/opt/OV/contrib/NNM/HPNonStop/nonstop.16.gif
/opt/OV/contrib/NNM/HPNonStop/nonstop.20.gif
/opt/OV/contrib/NNM/HPNonStop/nonstop.26.gif
/opt/OV/contrib/NNM/HPNonStop/nonstop.32.gif
/opt/OV/contrib/NNM/HPNonStop/nonstop.38.gif
/opt/OV/contrib/NNM/HPNonStop/nonstop.44.gif
/opt/OV/contrib/NNM/HPNonStop/nonstop.50.gif
/opt/OV/contrib/NNM/HPNonStop/oid_to_sym
/opt/OV/contrib/NNM/HPNonStop/oid_to_type
/opt/OV/contrib/NNM/HPNonStop/ovw_fields
/opt/OV/contrib/NNM/HPNonStop/readme.txt
/opt/OV/contrib/NNM/HPNonStop/snmp_fields
/opt/OV/contrib/NNM/event/genTrapdEventsMIB.ovpl
OVNNMgr.OVNNM-RUN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP:
OVNNMgr.OVNNM-RUN,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP:
/var/opt/OV/share/snmp_mibs/Vendor/Hewlett-Packard/
hpov-ovtopmd
/opt/OV/ReleaseNotes/README.txt
/opt/OV/ReleaseNotes/nnm_doc_reply.txt
/opt/OV/www/htdocs/dtd/dvmenusettings.dtd
/opt/OV/www/htdocs/C/dynamicViews/menusettings.xml
/opt/OV/www/htdocs/C/ReleaseNotes/EvaluationExpired.html
/opt/OV/www/htdocs/C/ReleaseNotes/
ExtTopoLicenseViolated.html
/opt/OV/www/htdocs/C/ReleaseNotes/LICENSE.txt
/opt/OV/www/htdocs/C/ReleaseNotes/README.html
/opt/OV/www/htdocs/C/ReleaseNotes/ReadmeContents_NNMET.html
/opt/OV/www/htdocs/C/ReleaseNotes/ReadmeContents_NNMGR.html
/opt/OV/www/htdocs/C/ReleaseNotes/ReadmeIndex.html
/opt/OV/www/htdocs/C/ReleaseNotes/
ReadmeKnownProblems_NNMET.html
/opt/OV/www/htdocs/C/ReleaseNotes/
ReadmeKnownProblems_NNMGR.html
/opt/OV/www/htdocs/C/ReleaseNotes/ReadmeNew_NNMGR.html
/opt/OV/www/htdocs/C/ReleaseNotes/ReadmeSupportMatrix.html
/opt/OV/support/redoSolid.ovpl
/opt/OV/tomcat/jakarta-tomcat-4.0.4/webapps/topology/
WEB-INF/lib/topologyServlet.jar
/opt/OV/newconfig/OVNNM-RUN/nnm.sdl
/opt/OV/newconfig/OVNNM-RUN/conf/OVLicense/forms/nnm/C/
evaluation.txt
/opt/OV/newconfig/OVNNM-RUN/conf/OVLicense/forms/nnm/C/
product.txt
/opt/OV/newconfig/OVNNM-RUN/conf/OVLicense/forms/nnm/C/
product_update.txt
/opt/OV/newconfig/OVNNM-RUN/conf/OVLicense/forms/nnm/C/
server_move.txt
/opt/OV/newconfig/OVNNM-RUN/app-defaults/C/XNm
/opt/OV/newconfig/OVNNM-RUN/app-defaults/C/XNmappmon
/opt/OV/newconfig/OVNNM-RUN/app-defaults/C/XNmgraph
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_TW.big5/XNm
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_TW.big5/
XNmappmon
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_TW.big5/XNmgraph
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_CN.hp15CN/XNm
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_CN.hp15CN/
XNmappmon
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_CN.hp15CN/
XNmgraph
/opt/OV/newconfig/OVNNM-RUN/app-defaults/ko_KR.eucKR/XNm
/opt/OV/newconfig/OVNNM-RUN/app-defaults/ko_KR.eucKR/
XNmappmon
/opt/OV/newconfig/OVNNM-RUN/app-defaults/ko_KR.eucKR/
XNmgraph
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/
repload_NNM.SRP
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
a_evtCatTrend7day.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
a_evtNode1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
a_evtSev1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
a_evtSevTrend1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
a_evtSevTrend7day.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
a_topoDMIDetail1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
a_topoNetDetail1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
a_topoSum1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
g_evtCatTrend7day.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
g_evtNode1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
g_evtSev1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
g_evtSevTrend1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
g_evtSevTrend7day.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/
repload_NNM.SRP
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
a_evtCatTrend7day.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
a_evtNode1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
a_evtSev1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
a_evtSevTrend1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
a_evtSevTrend7day.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
a_topoDMIDetail1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
a_topoNetDetail1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
a_topoSum1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
g_evtCatTrend7day.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
g_evtNode1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
g_evtSev1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
g_evtSevTrend1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
g_evtSevTrend7day.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/
repload_NNM.SRP
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
a_evtCatTrend7day.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
g_evtNode1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
g_evtSev1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
g_evtSevTrend1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
g_evtSevTrend7day.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
g_evtCatTrend7day.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
a_evtNode1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
a_evtSev1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
a_evtSevTrend1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
a_evtSevTrend7day.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
a_topoDMIDetail1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
a_topoNetDetail1.rpt
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
a_topoSum1.rpt
/opt/OV/lib/libovfilter.3
/opt/OV/lib/libovtopm.3
/opt/OV/bin/ipmap
/opt/OV/bin/loadhosts
/opt/OV/bin/netmon
/opt/OV/bin/ovas
/opt/OV/bin/ovrepld
/opt/OV/bin/ovtopmd
/opt/OV/bin/ovtopofix
/opt/OV/bin/ovweb
/opt/OV/bin/snmpCollect
/opt/OV/bin/xnmappmon
/opt/OV/bin/xnmcollect
/opt/OV/bin/xnmgraph
/opt/OV/bin/xnmtopoconf
/opt/OV/bin/xnmpolling
/opt/OV/bin/Perl/lib/perl5/5.6.0/OVdrawNodes.pm
/opt/OV/bin/Perl/lib/perl5/5.6.0/ovreporting.pm
/opt/OV/bin/Perl/lib/perl5/5.6.0/PA-RISC2.0/auto/OVtopology/
OVtopology.sl
OVNNMgr.OVNNMGR-JPN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
OVNNMgr.OVNNMGR-JPN,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/bin/printEvents.msg.euc
/opt/OV/bin/printEvents.msg.sjis
/opt/OV/lib/nls/ja_JP.eucJP/licensing.cat
/opt/OV/lib/nls/ja_JP.eucJP/ovdb.cat
/opt/OV/lib/nls/ja_JP.eucJP/snmpCollect.cat
/opt/OV/lib/nls/ja_JP.eucJP/util_libs.cat
/opt/OV/lib/nls/ja_JP.SJIS/licensing.cat
/opt/OV/lib/nls/ja_JP.SJIS/ovdb.cat
/opt/OV/lib/nls/ja_JP.SJIS/snmpCollect.cat
/opt/OV/lib/nls/ja_JP.SJIS/util_libs.cat
/opt/OV/ReleaseNotes/README_ja_JP.SJIS.txt
/opt/OV/ReleaseNotes/README_ja_JP.eucJP.txt
/opt/OV/www/htdocs/ja_JP.eucJP/dynamicViews/menusettings.xml
/opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/LICENSE.txt
/opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/README.html
/opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/
ReadmeContents_NNMET.html
/opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/
ReadmeContents_NNMGR.html
/opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/ReadmeIndex.html
/opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/
ReadmeKnownProblems_NNMET.html
/opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/
ReadmeKnownProblems_NNMGR.html
/opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/
ReadmeNew_NNMGR.html
/opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/
ReadmeSupportMatrix.html
/opt/OV/www/htdocs/ja_JP.SJIS/dynamicViews/menusettings.xml
/opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/LICENSE.txt
/opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/README.html
/opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/
ReadmeContents_NNMET.html
/opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/
ReadmeContents_NNMGR.html
/opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/ReadmeIndex.html
/opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/
ReadmeKnownProblems_NNMET.html
/opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/
ReadmeKnownProblems_NNMGR.html
/opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/
ReadmeNew_NNMGR.html
/opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/
ReadmeSupportMatrix.html
/opt/OV/newconfig/OVNNMGR-JPN/help/ja_JP.eucJP/NNM/nnm.sdl
/opt/OV/newconfig/OVNNMGR-JPN/help/ja_JP.SJIS/NNM/nnm.sdl
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/XNm
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmappmon
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmgraph
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmevents
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmtrap
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/XNm
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmappmon
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmgraph
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmevents
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmtrap
/opt/OV/newconfig/OVNNMGR-JPN/conf/OVLicense/forms/nnm/
ja_JP.eucJP/evaluation.txt
/opt/OV/newconfig/OVNNMGR-JPN/conf/OVLicense/forms/nnm/
ja_JP.eucJP/product.txt
/opt/OV/newconfig/OVNNMGR-JPN/conf/OVLicense/forms/nnm/
ja_JP.eucJP/product_update.txt
/opt/OV/newconfig/OVNNMGR-JPN/conf/OVLicense/forms/nnm/
ja_JP.eucJP/server_move.txt
/opt/OV/newconfig/OVNNMGR-JPN/conf/OVLicense/forms/nnm/
ja_JP.SJIS/evaluation.txt
/opt/OV/newconfig/OVNNMGR-JPN/conf/OVLicense/forms/nnm/
ja_JP.SJIS/product.txt
/opt/OV/newconfig/OVNNMGR-JPN/conf/OVLicense/forms/nnm/
ja_JP.SJIS/product_update.txt
/opt/OV/newconfig/OVNNMGR-JPN/conf/OVLicense/forms/nnm/
ja_JP.SJIS/server_move.txt
/opt/OV/newconfig/OVNNMGR-JPN/conf/ja_JP.eucJP/trapd.conf
/opt/OV/newconfig/OVNNMGR-JPN/conf/ja_JP.eucJP/
requestNames.conf
/opt/OV/newconfig/OVNNMGR-JPN/conf/ja_JP.SJIS/trapd.conf
/opt/OV/newconfig/OVNNMGR-JPN/conf/ja_JP.SJIS/
requestNames.conf
OVNNMgr.OVRPT-RUN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP:
OVNNMgr.OVRPT-RUN,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
trim/trend/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNRMONoctets/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNRMONoctets/template.conf
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNPingRetry/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNPingRetry/template.conf
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNPingResp/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNPingResp/template.conf
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNFRCongest/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNFRCongest/template.conf
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNIUtil/expr_template.conf
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNIUtil/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNIUtil/template.conf
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNIOutErrors/expr_template.conf
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNIOutErrors/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNIOutErrors/template.conf
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNIInErrors/expr_template.conf
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNIInErrors/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNIInErrors/template.conf
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRTNTByPackets/expr_template.conf
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRTNTByPackets/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRTNTByPackets/template.conf
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRTNLByPackets/expr_template.conf
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRTNLByPackets/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRTNLByPackets/template.conf
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRTNIErrors/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRTNIErrors/template.conf
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRTNIErrors/expr_template.conf
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNTByOctets/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNTByOctets/template.conf
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNTByOctets/expr_template.conf
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNLByOctets/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNLByOctets/template.conf
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNLByOctets/expr_template.conf
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRGen/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRGen/template.conf
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRGen/expr_template.conf
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Inv/Gen/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Except/PhysAddr/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Except/AuthFailure/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Except/TV/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Avail/Gen/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Avail/CR/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/TNRMONoctets/
request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/TNPingRetry/
request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/TNPingResp/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/TNFRCongest/
request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/TNIUtil/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/TNIOutErrors/
request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/TNIInErrors/
request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/CRTNTByPackets/
request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/CRTNLByPackets/
request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/CRTNIErrors/
request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/TNTByPackets/
notrequest.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/TNTByOctets/
request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/TNLByPackets/
notrequest.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/TNLByOctets/
request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/CRGen/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Inv/GenInv/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Except/PhysAddr/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Except/AuthFailure/
request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Except/TV/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Avail/GenAvail/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Avail/CRAvail/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
export/trend/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
export/topology/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
export/events/request.properties
/opt/OV/newconfig/OVRPT-RUN/conf/C/requestNames.conf
/opt/OV/www/cgi-bin/nnmRptConfig.exe
/opt/OV/www/htdocs/C/OvWebHelp/nnm/Content/rptref.htm
/opt/OV/www/htdocs/classes/nnmReporting/
debug.nnmReporting.jar
/opt/OV/www/htdocs/classes/nnmReporting/nnmReporting.jar
/opt/OV/bin/PerfCRGen.ovpl
/opt/OV/bin/ovcwd
/opt/OV/bin/ovreppublish
/opt/OV/bin/ovrequestd
/opt/OV/bin/Availability.ovpl
OVNNMgr.OVWWW-JPN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP:
OVNNMgr.OVWWW-JPN,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/lib/nls/ja_JP.eucJP/ovalarm.cat
/opt/OV/lib/nls/ja_JP.SJIS/ovalarm.cat
/opt/OV/www/htdocs/ja_JP.eucJP/OvWebHelp/nnm/Content/
rptref.htm
/opt/OV/www/htdocs/ja_JP.eucJP/OvWebHelp/nnm/Content/
cntabt.htm
/opt/OV/www/htdocs/ja_JP.eucJP/OvWebHelp/nnm/Content/
cntref.htm
/opt/OV/www/htdocs/ja_JP.SJIS/OvWebHelp/nnm/Content/
rptref.htm
/opt/OV/www/htdocs/ja_JP.SJIS/OvWebHelp/nnm/Content/
cntabt.htm
/opt/OV/www/htdocs/ja_JP.SJIS/OvWebHelp/nnm/Content/
cntref.htm
OVNNMgrMan.OVNNM-RUN-MAN,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
OVNNMgrMan.OVNNM-RUN-MAN,fr=B.06.41.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/man/man1.Z/xnmtrap.1
/opt/OV/man/man4.Z/netmon.migratable.4
/opt/OV/man/man4.Z/oid_to_type.4
/opt/OV/man/man1m.Z/netmon.1m
/opt/OV/man/man1m.Z/ovtopmd.1m
/opt/OV/man/man1m.Z/xnmtopoconf.1m
OVNNMgrRtDOC.OVNNM-DOC-REUS,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
OVNNMgrRtDOC.OVNNM-DOC-REUS,fr=B.06.41.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/doc/WhitePapers/31bitNetmask.txt
OVNNMgrRtDOC.OVNNM-ENG-DOC,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
OVNNMgrRtDOC.OVNNM-ENG-DOC,fr=B.06.41.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/www/htdocs/C/manuals/Managing_Your_Network.pdf
/opt/OV/www/htdocs/C/manuals/NNM_OVReporter_Integration.pdf
/opt/OV/www/htdocs/C/manuals/
Scalability_and_Distribution.pdf
OVNNMgrRtDOC.OVNNM-JPN-DOC,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
OVNNMgrRtDOC.OVNNM-JPN-DOC,fr=B.06.41.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/www/htdocs/ja_JP.eucJP/manuals/
Installation_Guide.pdf
/opt/OV/www/htdocs/ja_JP.eucJP/manuals/
Managing_Your_Network.pdf
/opt/OV/www/htdocs/ja_JP.eucJP/manuals/
NNM_OVReporter_Integration.pdf
/opt/OV/www/htdocs/ja_JP.eucJP/manuals/
Scalability_and_Distribution.pdf
/opt/OV/www/htdocs/ja_JP.SJIS/manuals/Installation_Guide.pdf
/opt/OV/www/htdocs/ja_JP.SJIS/manuals/
Managing_Your_Network.pdf
/opt/OV/www/htdocs/ja_JP.SJIS/manuals/
NNM_OVReporter_Integration.pdf
/opt/OV/www/htdocs/ja_JP.SJIS/manuals/
Scalability_and_Distribution.pdf
OVNNMgrRtDOC.OVNNMWELENGDOC,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
OVNNMgrRtDOC.OVNNMWELENGDOC,fr=B.06.41.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/www/htdocs/C/manuals/
Creating_and_Using_Reg_Files.pdf
/opt/OV/www/htdocs/C/manuals/Reporting_and_Data_Analysis.pdf
/opt/OV/www/htdocs/C/manuals/Welcome_to_NNM.pdf
OVNNMgrRtDOC.OVNNMWELJPNDOC,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
OVNNMgrRtDOC.OVNNMWELJPNDOC,fr=B.06.41.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/www/htdocs/ja_JP.eucJP/manuals/
Creating_and_Using_Reg_Files.pdf
/opt/OV/www/htdocs/ja_JP.eucJP/manuals/
Reporting_and_Data_Analysis.pdf
/opt/OV/www/htdocs/ja_JP.eucJP/manuals/Welcome_to_NNM.pdf
/opt/OV/www/htdocs/ja_JP.SJIS/manuals/
Creating_and_Using_Reg_Files.pdf
/opt/OV/www/htdocs/ja_JP.SJIS/manuals/
Reporting_and_Data_Analysis.pdf
/opt/OV/www/htdocs/ja_JP.SJIS/manuals/Welcome_to_NNM.pdf
OVPlatform.OVDB-RUN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
OVPlatform.OVDB-RUN,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/bin/ovdwevent
OVPlatform.OVEVENT-MIN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
OVPlatform.OVEVENT-MIN,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/newconfig/OVEVENT-MIN/conf/C/trapd.conf
/opt/OV/newconfig/OVEVENT-MIN/conf/zh_TW.big5/trapd.conf
/opt/OV/newconfig/OVEVENT-MIN/conf/zh_CN.hp15CN/trapd.conf
/opt/OV/newconfig/OVEVENT-MIN/conf/ko_KR.eucKR/trapd.conf
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/C/XNmevents
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/C/XNmtrap
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_TW.big5/
XNmevents
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_TW.big5/
XNmtrap
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/ko_KR.eucKR/
XNmevents
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/ko_KR.eucKR/
XNmtrap
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_CN.hp15CN/
XNmevents
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_CN.hp15CN/
XNmtrap
/opt/OV/bin/ovtrapd
/opt/OV/bin/xnmevents
/opt/OV/bin/xnmtrap
/opt/OV/lib/libevent.3
/etc/opt/OV/share/conf/stacks/pmd/libECSS.sl
/etc/opt/OV/share/conf/ecs/circuits/ScheduledMaintenance.eco
OVPlatform.OVMIN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP:
OVPlatform.OVMIN,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/bin/ovbackup.ovpl
/opt/OV/bin/ovspmd
/opt/OV/bin/ovstart
/opt/OV/bin/ovstop
/opt/OV/bin/ovstatus
/opt/OV/bin/ovrestore.ovpl
/opt/OV/newconfig/OVMIN/conf/ovbackup/restore/analytical/
nnm_restore.ovpl
/opt/OV/newconfig/OVMIN/conf/ovbackup/restore/operational/
nnm_restore.ovpl
/opt/OV/lib/libov.3
/opt/OV/lib/libovsnmp.3
/opt/OV/lib/libovutil.3
OVPlatform.OVSNMP-MIN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
OVPlatform.OVSNMP-MIN,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/bin/xnmsnmpconf
OVPlatform.OVWIN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP:
OVPlatform.OVWIN,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/bin/ovmapcount
/opt/OV/bin/ovuispmd
/opt/OV/bin/ovw
/opt/OV/bin/ovwdb
/opt/OV/lib/libovw.3
/opt/OV/newconfig/OVWIN/app-defaults/zh_TW.big5/OVw
/opt/OV/newconfig/OVWIN/app-defaults/zh_CN.hp15CN/OVw
/opt/OV/newconfig/OVWIN/app-defaults/ko_KR.eucKR/OVw
/opt/OV/newconfig/OVWIN/app-defaults/C/OVw
OVPlatform.OVWWW-EVNT,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
OVPlatform.OVWWW-EVNT,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/bin/ovalarmsrv
OVPlatform.OVWWW-FW,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
OVPlatform.OVWWW-FW,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/lib/libovwparser.3
/opt/OV/bin/ovsessionmgr
/opt/OV/www/htdocs/C/OvWebHelp/nnm/Content/cntabt.htm
/opt/OV/www/htdocs/C/OvWebHelp/nnm/Content/cntref.htm
/opt/OV/www/htdocs/classes/libovw.jar
/opt/OV/www/htdocs/classes/jovw/debug.jovw.jar
/opt/OV/www/htdocs/classes/jovw/jovw.jar
/opt/OV/www/cgi-bin/jovw.exe
/opt/OV/www/cgi-bin/webappmon.exe
OVPlatform.OVWWW-SRV,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
OVPlatform.OVWWW-SRV,fr=B.06.41.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/httpd/cgi-bin/printenv
/opt/OV/httpd/man/man8/apxs.8
/opt/OV/httpd/man/man8/httpd.8
/opt/OV/httpd/man/man8/logresolve.8
/opt/OV/httpd/man/man8/rotatelogs.8
/opt/OV/httpd/man/man1/ab.1
/opt/OV/httpd/man/man1/apachectl.1
/opt/OV/httpd/man/man1/dbmmanage.1
/opt/OV/httpd/man/man1/htdigest.1
/opt/OV/httpd/man/man1/htpasswd.1
/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/httpd/bin/checkgid
OVPlatformDevKit.OVWIN-PRG,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
OVPlatformDevKit.OVWIN-PRG,fr=B.06.41.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/www/htdocs/classes/debug.libovw.jar
OVPlatformMan.OVEVENTMIN-MAN,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
OVPlatformMan.OVEVENTMIN-MAN,fr=B.06.41.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/man/man1m.Z/ovactiond.1m
/opt/OV/man/man1m.Z/ovtrapd.1m
OVPlatformMan.OVMIN-MAN,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
OVPlatformMan.OVMIN-MAN,fr=B.06.41.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/man/man1m.Z/ovbackup.ovpl.1m
OVPlatformMan.OVWIN-MAN,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
OVPlatformMan.OVWIN-MAN,fr=B.06.41.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/man/man1.Z/ovw.1
/opt/OV/man/man1m.Z/ovobjprint.1m
what(1) Output:
OVNNMETCore.OVNNMET-CORE,fr=B.02.00.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/etc/opt/OV/share/conf/nnmet/DiscoSchema.cfg:
None
/etc/opt/OV/share/conf/nnmet/mibs/hpicfOid.mib:
None
/etc/opt/OV/share/conf/nnmet/mibs/hpicfTC.mib:
None
/etc/opt/OV/share/conf/nnmet/mibs/hpVlan.mib:
None
/etc/opt/OV/share/conf/nnmet/stitchers/BuildLayers.stch:
None
/etc/opt/OV/share/conf/nnmet/stitchers/
AgentsToWorkEntities.stch:
None
/etc/opt/OV/share/conf/nnmet/agents/ProcurveSwitch.agnt:
None
/etc/opt/OV/share/conf/nnmet/agents/StandardSwitch.agnt:
None
/opt/OV/www/htdocs/C/manuals/Using_Extended_Topology.pdf:
None
/opt/OV/newconfig/OVNNMET-CORE/lrf/ovet_daProSw.lrf:
ovet_daExtSw.lrf
HP OpenView NNMET NNM Release B.06.41 May 14 2003
Copyright (c) 1990-2003 Hewlett-Packard Company
/opt/OV/lib/libAgentAlcatelSwitch.sl:
HP OpenView NNM Extended Topology Release B.02.01
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/lib/libDiscoAgents.1:
HP OpenView NNM Extended Topology Release B.02.01
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/lib/libDiscoFinders.1:
HP OpenView NNM Extended Topology Release B.02.01
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/lib/libAgentProcurveSwitch.sl:
HP OpenView NNM Extended Topology Release B.02.01
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/lib/libNMTopoRW.1:
None
/opt/OV/bin/extendedTopoSnmpConf.ovpl:
None
/opt/OV/bin/ospfdis.ovpl:
None
/opt/OV/bin/etrestart.ovpl:
None
/opt/OV/bin/ovet_agent:
HP OpenView NNM Extended Topology Release B.02.01
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/setupExtTopo.ovpl:
None
OVNNMETCore.OVNNMET-IPV6,fr=B.02.00.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/bin/monitorIPv6Agent:
HP92453-02A.11.00 HP-UX SYMBOLIC DEBUGGER (END.O ILP
32) $Revision: 75.04 $
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
HP OpenView NNM Extended Topology Release B.02.01
OVNNMETCore.OVNNMET-JPN,fr=B.02.00.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/lib/nls/ja_JP.eucJP/nmf.cat:
None
/opt/OV/lib/nls/ja_JP.SJIS/nmf.cat:
None
/opt/OV/www/htdocs/ja_JP.eucJP/manuals/
Using_Extended_Topology.pdf:
None
/opt/OV/www/htdocs/ja_JP.SJIS/manuals/
Using_Extended_Topology.pdf:
None
OVNNMgr.OVMIB-CONTRIB,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/contrib/NNM/HPNonStop/Computer_nonstop:
None
/opt/OV/contrib/NNM/HPNonStop/NonStop.txt:
None
/opt/OV/contrib/NNM/HPNonStop/README.doc:
None
/opt/OV/contrib/NNM/HPNonStop/commands.bat:
None
/opt/OV/contrib/NNM/HPNonStop/emsmiba.mib:
None
/opt/OV/contrib/NNM/HPNonStop/nonstop.16.gif:
None
/opt/OV/contrib/NNM/HPNonStop/nonstop.20.gif:
None
/opt/OV/contrib/NNM/HPNonStop/nonstop.26.gif:
None
/opt/OV/contrib/NNM/HPNonStop/nonstop.32.gif:
None
/opt/OV/contrib/NNM/HPNonStop/nonstop.38.gif:
None
/opt/OV/contrib/NNM/HPNonStop/nonstop.44.gif:
None
/opt/OV/contrib/NNM/HPNonStop/nonstop.50.gif:
None
/opt/OV/contrib/NNM/HPNonStop/oid_to_sym:
oid_to_sym
HP OpenView NNM Release B.06.20 Apr 23 2001
Copyright (c) 1990-2001 Hewlett-Packard Company
/opt/OV/contrib/NNM/HPNonStop/oid_to_type:
oid_to_type
HP OpenView NNM Release B.06.20 Apr 23 2001
Copyright (c) 1990-2001 Hewlett-Packard Company
/opt/OV/contrib/NNM/HPNonStop/ovw_fields:
HP OpenView NNM Release B.06.20 Apr 23 2001
Copyright (c) 1990-2001 Hewlett-Packard Company
/opt/OV/contrib/NNM/HPNonStop/readme.txt:
None
/opt/OV/contrib/NNM/HPNonStop/snmp_fields:
HP OpenView NNM Release B.06.20 Apr 23 2001
Copyright (c) 1990-2001 Hewlett-Packard Company
/opt/OV/contrib/NNM/event/genTrapdEventsMIB.ovpl:
None
OVNNMgr.OVNNM-RUN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP:
/var/opt/OV/share/snmp_mibs/Vendor/Hewlett-Packard/
hpov-ovtopmd:
None
/opt/OV/ReleaseNotes/README.txt:
None
/opt/OV/ReleaseNotes/nnm_doc_reply.txt:
None
/opt/OV/www/htdocs/dtd/dvmenusettings.dtd:
None
/opt/OV/www/htdocs/C/dynamicViews/menusettings.xml:
None
/opt/OV/www/htdocs/C/ReleaseNotes/EvaluationExpired.html:
None
/opt/OV/www/htdocs/C/ReleaseNotes/
ExtTopoLicenseViolated.html:
None
/opt/OV/www/htdocs/C/ReleaseNotes/LICENSE.txt:
None
/opt/OV/www/htdocs/C/ReleaseNotes/README.html:
None
/opt/OV/www/htdocs/C/ReleaseNotes/ReadmeContents_NNMET.html:
None
/opt/OV/www/htdocs/C/ReleaseNotes/ReadmeContents_NNMGR.html:
HP OpenView NNM Release B.06.41 May 14 2003
Copyright (c) 1990-2003 Hewlett-Packard Company
/opt/OV/www/htdocs/C/ReleaseNotes/ReadmeIndex.html:
None
/opt/OV/www/htdocs/C/ReleaseNotes/
ReadmeKnownProblems_NNMET.html:
None
/opt/OV/www/htdocs/C/ReleaseNotes/
ReadmeKnownProblems_NNMGR.html:
None
/opt/OV/www/htdocs/C/ReleaseNotes/ReadmeNew_NNMGR.html:
None
/opt/OV/www/htdocs/C/ReleaseNotes/ReadmeSupportMatrix.html:
None
/opt/OV/support/redoSolid.ovpl:
None
/opt/OV/tomcat/jakarta-tomcat-4.0.4/webapps/topology/
WEB-INF/lib/topologyServlet.jar:
None
/opt/OV/newconfig/OVNNM-RUN/nnm.sdl:
None
/opt/OV/newconfig/OVNNM-RUN/conf/OVLicense/forms/nnm/C/
evaluation.txt:
None
/opt/OV/newconfig/OVNNM-RUN/conf/OVLicense/forms/nnm/C/
product.txt:
None
/opt/OV/newconfig/OVNNM-RUN/conf/OVLicense/forms/nnm/C/
product_update.txt:
None
/opt/OV/newconfig/OVNNM-RUN/conf/OVLicense/forms/nnm/C/
server_move.txt:
None
/opt/OV/newconfig/OVNNM-RUN/app-defaults/C/XNm:
XNm Resources
HP OpenView NNM Release B.06.41 May 14 2003
Copyright (c) 1990-2003 Hewlett-Packard Company
/opt/OV/newconfig/OVNNM-RUN/app-defaults/C/XNmappmon:
XNmappmon Resources
HP OpenView NNM Release B.06.41 May 14 2003
Copyright (c) 1990-2003 Hewlett-Packard Company
/opt/OV/newconfig/OVNNM-RUN/app-defaults/C/XNmgraph:
XNmgraph Resources
HP OpenView NNM Release B.06.41 May 14 2003
Copyright (c) 1990-2003 Hewlett-Packard Company
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_TW.big5/XNm:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_TW.big5/
XNmappmon:
HP OpenView XNmappmon Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_TW.big5/
XNmgraph:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_CN.hp15CN/XNm:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_CN.hp15CN/
XNmappmon:
HP OpenView XNmappmon Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_CN.hp15CN/
XNmgraph:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/ko_KR.eucKR/XNm:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/ko_KR.eucKR/
XNmappmon:
HP OpenView XNmappmon Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/ko_KR.eucKR/
XNmgraph:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/
repload_NNM.SRP:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
a_evtCatTrend7day.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
a_evtNode1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
a_evtSev1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
a_evtSevTrend1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
a_evtSevTrend7day.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
a_topoDMIDetail1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
a_topoNetDetail1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
a_topoSum1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
g_evtCatTrend7day.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
g_evtNode1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
g_evtSev1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
g_evtSevTrend1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Solid/nnm/
g_evtSevTrend7day.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/
repload_NNM.SRP:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
a_evtCatTrend7day.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
a_evtNode1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
a_evtSev1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
a_evtSevTrend1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
a_evtSevTrend7day.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
a_topoDMIDetail1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
a_topoNetDetail1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
a_topoSum1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
g_evtCatTrend7day.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
g_evtNode1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
g_evtSev1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
g_evtSevTrend1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/SQLServer/nnm/
g_evtSevTrend7day.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/
repload_NNM.SRP:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
a_evtCatTrend7day.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
g_evtNode1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
g_evtSev1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
g_evtSevTrend1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
g_evtSevTrend7day.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
g_evtCatTrend7day.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
a_evtNode1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
a_evtSev1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
a_evtSevTrend1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
a_evtSevTrend7day.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
a_topoDMIDetail1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
a_topoNetDetail1.rpt:
None
/opt/OV/newconfig/OVNNM-RUN/reportTemplates/C/Oracle/nnm/
a_topoSum1.rpt:
None
/opt/OV/lib/libovfilter.3:
libovfilter
HP OpenView Filter library (HP Internal only) NNM Re
lease B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/lib/libovtopm.3:
libovtopm.sl
findroute
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
HP OpenView Topology NNM Release B.06.41
/opt/OV/bin/ipmap:
ipmap
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/loadhosts:
loadhosts
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/netmon:
HP92453-02A.11.00 HP-UX SYMBOLIC DEBUGGER (END.O ILP
32) $Revision: 75.04 $
Copyright 1992-2001 SNMP Research, Incorporated
SNMP Research Distribution version 15.3.1.0
Copyright 1992-2001 SNMP Research, Incorporated
SNMP Research Distribution version 15.3.1.0
Copyright 1992-2001 SNMP Research, Incorporated
SNMP Research Distribution version 15.3.1.0
Copyright 1992-2001 SNMP Research, Incorporated
SNMP Research Distribution version 15.3.1.0
Copyright 1992-2001 SNMP Research, Incorporated
SNMP Research Distribution version 15.3.1.0
Copyright 1992-2001 SNMP Research, Incorporated
SNMP Research Distribution version 15.3.1.0
Copyright 1992-2001 SNMP Research, Incorporated
SNMP Research Distribution version 15.3.1.0
Copyright 1992-2001 SNMP Research, Incorporated
SNMP Research Distribution version 15.3.1.0
netmon
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
HP OpenView Network Node Manager NNM Release B.06.41
annoio.c $Revision: 1.45 $ $Date: 1998/04/01 06:27:2
6 $
sockstack.c $Revision: 1.68 $ $Date: 1998/06/09 01:1
6:51 $
value.c $Revision$ $Date$
ECS.c $Revision: 1.9 $ $Date: 1998/04/22 23:30:06 $
ECS 3.0 (STABLE_3_x_980804)
ECS REV: 980804.1445(opt) HP-UX B.11.00 5.0
trace.c $Revision: 1.12 $ $Date: 1998/03/12 04:48:38
$
fatal.c $Revision: 1.13 $ $Date: 1998/05/07 02:26:33
$
log.c $Revision: 1.7 $ $Date: 1997/07/04 07:34:11 $
mesgbuf.c $Revision: 1.18 $ $Date: 1998/05/07 00:28:
35 $
sequence.c $Revision: 1.17 $ $Date: 1998/01/28 03:39
:17 $
vstring.c $Revision$ $Date$
/opt/OV/bin/ovas:
ovas
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovrepld:
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
ovrepld
/opt/OV/bin/ovtopmd:
Copyright 1992-2001 SNMP Research, Incorporated
SNMP Research Distribution version 15.3.1.0
Copyright 1992-2001 SNMP Research, Incorporated
SNMP Research Distribution version 15.3.1.0
Copyright 1992-2001 SNMP Research, Incorporated
SNMP Research Distribution version 15.3.1.0
Copyright 1992-2001 SNMP Research, Incorporated
SNMP Research Distribution version 15.3.1.0
Copyright 1992-2001 SNMP Research, Incorporated
SNMP Research Distribution version 15.3.1.0
Copyright 1992-2001 SNMP Research, Incorporated
SNMP Research Distribution version 15.3.1.0
Copyright 1992-2001 SNMP Research, Incorporated
SNMP Research Distribution version 15.3.1.0
ovtopmd
Copyright 1992-2001 SNMP Research, Incorporated
SNMP Research Distribution version 15.3.1.0
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovtopofix:
ovtopofix
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovweb:
ovweb
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/snmpCollect:
HP92453-02A.11.00 HP-UX SYMBOLIC DEBUGGER (END.O ILP
32) $Revision: 75.04 $
snmpCollect
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
HP OpenView Network Node Manager NNM Release B.06.41
/opt/OV/bin/xnmappmon:
xnmappmon
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/xnmcollect:
xnmcollect
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/xnmgraph:
xnmgraph
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/xnmtopoconf:
xnmtopoconf
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/xnmpolling:
xnmpolling
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/Perl/lib/perl5/5.6.0/OVdrawNodes.pm:
OVdrawNodes.pm
/opt/OV/bin/Perl/lib/perl5/5.6.0/ovreporting.pm:
ovreporting.pm
HP OpenView NNM Release B.06.41 May 14 2003
Copyright (c) 1990-2003 Hewlett-Packard Company
/opt/OV/bin/Perl/lib/perl5/5.6.0/PA-RISC2.0/auto/OVtopology/
OVtopology.sl:
None
OVNNMgr.OVNNMGR-JPN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/bin/printEvents.msg.euc:
printEvents.msg.sjis
HP OpenView NNM Release B.06.41 May 14 2003
Copyright (c) 1990-2003 Hewlett-Packard Company
/opt/OV/bin/printEvents.msg.sjis:
printEvents.msg.sjis
HP OpenView NNM Release B.06.41 May 14 2003
Copyright (c) 1990-2003 Hewlett-Packard Company
/opt/OV/lib/nls/ja_JP.eucJP/licensing.cat:
None
/opt/OV/lib/nls/ja_JP.eucJP/ovdb.cat:
None
/opt/OV/lib/nls/ja_JP.eucJP/snmpCollect.cat:
None
/opt/OV/lib/nls/ja_JP.eucJP/util_libs.cat:
None
/opt/OV/lib/nls/ja_JP.SJIS/licensing.cat:
None
/opt/OV/lib/nls/ja_JP.SJIS/ovdb.cat:
None
/opt/OV/lib/nls/ja_JP.SJIS/snmpCollect.cat:
None
/opt/OV/lib/nls/ja_JP.SJIS/util_libs.cat:
None
/opt/OV/ReleaseNotes/README_ja_JP.SJIS.txt:
None
/opt/OV/ReleaseNotes/README_ja_JP.eucJP.txt:
None
/opt/OV/www/htdocs/ja_JP.eucJP/dynamicViews/
menusettings.xml:
None
/opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/LICENSE.txt:
None
/opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/README.html:
None
/opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/
ReadmeContents_NNMET.html:
None
/opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/
ReadmeContents_NNMGR.html:
HP OpenView NNM Release B.06.41 May 14 2003
Copyright (c) 1990-2003 Hewlett-Packard Company
/opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/
ReadmeIndex.html:
None
/opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/
ReadmeKnownProblems_NNMET.html:
None
/opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/
ReadmeKnownProblems_NNMGR.html:
None
/opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/
ReadmeNew_NNMGR.html:
None
/opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/
ReadmeSupportMatrix.html:
None
/opt/OV/www/htdocs/ja_JP.SJIS/dynamicViews/menusettings.xml:
None
/opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/LICENSE.txt:
None
/opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/README.html:
None
/opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/
ReadmeContents_NNMET.html:
None
/opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/
ReadmeContents_NNMGR.html:
HP OpenView NNM Release B.06.41 May 14 2003
Copyright (c) 1990-2003 Hewlett-Packard Company
/opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/ReadmeIndex.html:
None
/opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/
ReadmeKnownProblems_NNMET.html:
None
/opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/
ReadmeKnownProblems_NNMGR.html:
None
/opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/
ReadmeNew_NNMGR.html:
None
/opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/
ReadmeSupportMatrix.html:
None
/opt/OV/newconfig/OVNNMGR-JPN/help/ja_JP.eucJP/NNM/nnm.sdl:
None
/opt/OV/newconfig/OVNNMGR-JPN/help/ja_JP.SJIS/NNM/nnm.sdl:
None
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/XNm:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmappmon:
HP OpenView XNmappmon Resources
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmgraph:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmevents:
HP OpenView Resources for event browser
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmtrap:
HP OpenView Resources for event configurator
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/XNm:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmappmon:
HP OpenView XNmappmon Resources
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmgraph:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmevents:
HP OpenView Resources for event browser
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmtrap:
HP OpenView Resources for event configurator
/opt/OV/newconfig/OVNNMGR-JPN/conf/OVLicense/forms/nnm/
ja_JP.eucJP/evaluation.txt:
None
/opt/OV/newconfig/OVNNMGR-JPN/conf/OVLicense/forms/nnm/
ja_JP.eucJP/product.txt:
None
/opt/OV/newconfig/OVNNMGR-JPN/conf/OVLicense/forms/nnm/
ja_JP.eucJP/product_update.txt:
None
/opt/OV/newconfig/OVNNMGR-JPN/conf/OVLicense/forms/nnm/
ja_JP.eucJP/server_move.txt:
None
/opt/OV/newconfig/OVNNMGR-JPN/conf/OVLicense/forms/nnm/
ja_JP.SJIS/evaluation.txt:
None
/opt/OV/newconfig/OVNNMGR-JPN/conf/OVLicense/forms/nnm/
ja_JP.SJIS/product.txt:
None
/opt/OV/newconfig/OVNNMGR-JPN/conf/OVLicense/forms/nnm/
ja_JP.SJIS/product_update.txt:
None
/opt/OV/newconfig/OVNNMGR-JPN/conf/OVLicense/forms/nnm/
ja_JP.SJIS/server_move.txt:
None
/opt/OV/newconfig/OVNNMGR-JPN/conf/ja_JP.eucJP/trapd.conf:
None
/opt/OV/newconfig/OVNNMGR-JPN/conf/ja_JP.eucJP/
requestNames.conf:
requestNames.conf
HP OpenView NNM Release B.06.41 May 14 2003
Copyright (c) 1990-2003 Hewlett-Packard Company
/opt/OV/newconfig/OVNNMGR-JPN/conf/ja_JP.SJIS/trapd.conf:
None
/opt/OV/newconfig/OVNNMGR-JPN/conf/ja_JP.SJIS/
requestNames.conf:
requestNames.conf
HP OpenView NNM Release B.06.41 May 14 2003
Copyright (c) 1990-2003 Hewlett-Packard Company
OVNNMgr.OVRPT-RUN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
trim/trend/request.properties:
NNM request properties for trend data trim
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNRMONoctets/request.properties:
NNM request properties for RMON Segment By Octets re
port
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNRMONoctets/template.conf:
None
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNPingRetry/request.properties:
NNM request properties for Top-N-Ping Retries report
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNPingRetry/template.conf:
None
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNPingResp/request.properties:
NNM request properties for Top-N-Ping Response Time
report
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNPingResp/template.conf:
None
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNFRCongest/request.properties:
NNM request properties for Frame Relay Congestion re
port
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNFRCongest/template.conf:
None
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNIUtil/expr_template.conf:
NNM MIB expressions for utilization report
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNIUtil/request.properties:
NNM request properties for interface utilization rep
ort
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNIUtil/template.conf:
None
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNIOutErrors/expr_template.conf:
NNM MIB expressions for Interface Out Errors report
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNIOutErrors/request.properties:
NNM request properties for interface errors report
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNIOutErrors/template.conf:
None
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNIInErrors/expr_template.conf:
NNM MIB expressions for Interface In Errors report
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNIInErrors/request.properties:
NNM request properties for interface in errors repor
t
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNIInErrors/template.conf:
None
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRTNTByPackets/expr_template.conf:
NNM MIB expressions for Cisco top talkers by packets
report
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRTNTByPackets/request.properties:
NNM request properties for the Cisco top listeners b
y packets report
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRTNTByPackets/template.conf:
None
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRTNLByPackets/expr_template.conf:
NNM MIB expressions for Cisco top listeners by packe
ts report
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRTNLByPackets/request.properties:
NNM request properties for the Cisco top listeners b
y packets report
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRTNLByPackets/template.conf:
None
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRTNIErrors/request.properties:
NNM request properties for Cisco Top Interface Error
s report
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRTNIErrors/template.conf:
None
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRTNIErrors/expr_template.conf:
NNM MIB expressions for Cisco router top interface e
rrors report
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNTByOctets/request.properties:
NNM request properties for Top-N-Talkers report
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNTByOctets/template.conf:
None
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNTByOctets/expr_template.conf:
NNM MIB expressions for Top-N-Talkers report
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNLByOctets/request.properties:
NNM request properties for Top-N-Listeners report
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNLByOctets/template.conf:
None
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/TNLByOctets/expr_template.conf:
NNM MIB expressions for Top-N-Listeners report
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRGen/request.properties:
NNM request properties for the general Cisco report
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRGen/template.conf:
None
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Perf/CRGen/expr_template.conf:
NNM MIB expressions for Cisco performance report
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Inv/Gen/request.properties:
NNM request properties for node inventory reporting
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Except/PhysAddr/request.properties:
NNM request properties
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Except/AuthFailure/request.properties:
NNM request properties
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Except/TV/request.properties:
NNM request properties
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Avail/Gen/request.properties:
NNM request properties
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
report/Avail/CR/request.properties:
NNM request properties
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/TNRMONoctets/
request.properties:
NNM master request properties for general interface
utilization
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/TNPingRetry/
request.properties:
NNM master request properties for Top N Ping Retries
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/TNPingResp/
request.properties:
NNM master request properties for Top N Ping Respons
e Time
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/TNFRCongest/
request.properties:
NNM master request properties for general interface
utilization
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/TNIUtil/request.properties:
NNM master request properties for general interface
utilization
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/TNIOutErrors/
request.properties:
NNM master request properties for interface outbound
errors
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/TNIInErrors/
request.properties:
NNM master request properties for interface errors
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/CRTNTByPackets/
request.properties:
NNM master request properties for Cisco router top t
alkers by packets
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/CRTNLByPackets/
request.properties:
NNM master request properties for Cisco router top l
isteners by packets
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/CRTNIErrors/
request.properties:
NNM master request properties for Cisco router inter
face errors
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/TNTByPackets/
notrequest.properties:
NNM master request properties for top talkers (by pa
ckets)
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/TNTByOctets/
request.properties:
NNM master request properties for top talkers (by oc
tets)
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/TNLByPackets/
notrequest.properties:
NNM master request properties for top listners (by p
ackets)
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/TNLByOctets/
request.properties:
NNM master request properties for top listeners (by
octets)
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Perf/CRGen/request.properties:
NNM master request properties for general Cisco rout
er performance
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Inv/GenInv/request.properties:
NNM master request properties for node inventory
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Except/PhysAddr/
request.properties:
NNM master request properties for threshold violatio
ns
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Except/AuthFailure/
request.properties:
NNM master request properties for threshold violatio
ns
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Except/TV/request.properties:
NNM master request properties for threshold violatio
ns
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Avail/GenAvail/request.properties:
NNM master request properties for general node avail
ability
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
masters/RptConfig/Avail/CRAvail/request.properties:
NNM master request properties for Cisco router avail
ability
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
export/trend/request.properties:
NNM request properties for trend data export
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
export/topology/request.properties:
NNM request properties for topology data export
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/analysis/templates/NNM/
export/events/request.properties:
NNM request properties for event data export
HP OpenView Release B.0X.XX (will be replaced by cop
y_proot)
Copyright (c) 1990-19XX Hewlett-Packard Company (upd
ated by copy_proot)
/opt/OV/newconfig/OVRPT-RUN/conf/C/requestNames.conf:
requestNames.conf
HP OpenView NNM Release B.06.41 May 14 2003
Copyright (c) 1990-2003 Hewlett-Packard Company
/opt/OV/www/cgi-bin/nnmRptConfig.exe:
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/www/htdocs/C/OvWebHelp/nnm/Content/rptref.htm:
None
/opt/OV/www/htdocs/classes/nnmReporting/
debug.nnmReporting.jar:
None
/opt/OV/www/htdocs/classes/nnmReporting/nnmReporting.jar:
None
/opt/OV/bin/PerfCRGen.ovpl:
PerfCRGen.ovpl
HP OpenView NNM Release B.06.41 May 14 2003
Copyright (c) 1990-2003 Hewlett-Packard Company
/opt/OV/bin/ovcwd:
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
ovcwd
/opt/OV/bin/ovreppublish:
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovrequestd:
ovrequestd
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/Availability.ovpl:
Availability.ovpl
HP OpenView NNM Release B.06.41 May 14 2003
Copyright (c) 1990-2003 Hewlett-Packard Company
OVNNMgr.OVWWW-JPN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/lib/nls/ja_JP.eucJP/ovalarm.cat:
None
/opt/OV/lib/nls/ja_JP.SJIS/ovalarm.cat:
None
/opt/OV/www/htdocs/ja_JP.eucJP/OvWebHelp/nnm/Content/
rptref.htm:
None
/opt/OV/www/htdocs/ja_JP.eucJP/OvWebHelp/nnm/Content/
cntabt.htm:
None
/opt/OV/www/htdocs/ja_JP.eucJP/OvWebHelp/nnm/Content/
cntref.htm:
None
/opt/OV/www/htdocs/ja_JP.SJIS/OvWebHelp/nnm/Content/
rptref.htm:
None
/opt/OV/www/htdocs/ja_JP.SJIS/OvWebHelp/nnm/Content/
cntabt.htm:
None
/opt/OV/www/htdocs/ja_JP.SJIS/OvWebHelp/nnm/Content/
cntref.htm:
None
OVNNMgrMan.OVNNM-RUN-MAN,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/man/man1.Z/xnmtrap.1:
None
/opt/OV/man/man4.Z/netmon.migratable.4:
None
/opt/OV/man/man4.Z/oid_to_type.4:
None
/opt/OV/man/man1m.Z/netmon.1m:
None
/opt/OV/man/man1m.Z/ovtopmd.1m:
None
/opt/OV/man/man1m.Z/xnmtopoconf.1m:
None
OVNNMgrRtDOC.OVNNM-DOC-REUS,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/doc/WhitePapers/31bitNetmask.txt:
None
OVNNMgrRtDOC.OVNNM-ENG-DOC,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/www/htdocs/C/manuals/Managing_Your_Network.pdf:
None
/opt/OV/www/htdocs/C/manuals/NNM_OVReporter_Integration.pdf:
None
/opt/OV/www/htdocs/C/manuals/
Scalability_and_Distribution.pdf:
None
OVNNMgrRtDOC.OVNNM-JPN-DOC,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/www/htdocs/ja_JP.eucJP/manuals/
Installation_Guide.pdf:
None
/opt/OV/www/htdocs/ja_JP.eucJP/manuals/
Managing_Your_Network.pdf:
None
/opt/OV/www/htdocs/ja_JP.eucJP/manuals/
NNM_OVReporter_Integration.pdf:
None
/opt/OV/www/htdocs/ja_JP.eucJP/manuals/
Scalability_and_Distribution.pdf:
None
/opt/OV/www/htdocs/ja_JP.SJIS/manuals/
Installation_Guide.pdf:
None
/opt/OV/www/htdocs/ja_JP.SJIS/manuals/
Managing_Your_Network.pdf:
None
/opt/OV/www/htdocs/ja_JP.SJIS/manuals/
NNM_OVReporter_Integration.pdf:
None
/opt/OV/www/htdocs/ja_JP.SJIS/manuals/
Scalability_and_Distribution.pdf:
None
OVNNMgrRtDOC.OVNNMWELENGDOC,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/www/htdocs/C/manuals/
Creating_and_Using_Reg_Files.pdf:
None
/opt/OV/www/htdocs/C/manuals/
Reporting_and_Data_Analysis.pdf:
None
/opt/OV/www/htdocs/C/manuals/Welcome_to_NNM.pdf:
None
OVNNMgrRtDOC.OVNNMWELJPNDOC,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/www/htdocs/ja_JP.eucJP/manuals/
Creating_and_Using_Reg_Files.pdf:
None
/opt/OV/www/htdocs/ja_JP.eucJP/manuals/
Reporting_and_Data_Analysis.pdf:
None
/opt/OV/www/htdocs/ja_JP.eucJP/manuals/Welcome_to_NNM.pdf:
None
/opt/OV/www/htdocs/ja_JP.SJIS/manuals/
Creating_and_Using_Reg_Files.pdf:
None
/opt/OV/www/htdocs/ja_JP.SJIS/manuals/
Reporting_and_Data_Analysis.pdf:
None
/opt/OV/www/htdocs/ja_JP.SJIS/manuals/Welcome_to_NNM.pdf:
None
OVPlatform.OVDB-RUN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/bin/ovdwevent:
ovdwevent
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
ovDwCommon
OVPlatform.OVEVENT-MIN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/newconfig/OVEVENT-MIN/conf/C/trapd.conf:
None
/opt/OV/newconfig/OVEVENT-MIN/conf/zh_TW.big5/trapd.conf:
None
/opt/OV/newconfig/OVEVENT-MIN/conf/zh_CN.hp15CN/trapd.conf:
None
/opt/OV/newconfig/OVEVENT-MIN/conf/ko_KR.eucKR/trapd.conf:
None
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/C/XNmevents:
HP OpenView Resources for event browser
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/C/XNmtrap:
HP OpenView Resources for event configurator
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_TW.big5/
XNmevents:
HP OpenView Resources for event browser
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_TW.big5/
XNmtrap:
HP OpenView Resources for event configurator
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/ko_KR.eucKR/
XNmevents:
HP OpenView Resources for event browser
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/ko_KR.eucKR/
XNmtrap:
HP OpenView Resources for event configurator
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_CN.hp15CN/
XNmevents:
HP OpenView Resources for event browser
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_CN.hp15CN/
XNmtrap:
HP OpenView Resources for event configurator
/opt/OV/bin/ovtrapd:
ovtrapd
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/xnmevents:
xnmevents
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/xnmtrap:
xnmtrap
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/lib/libevent.3:
HP OpenView Event Store Access Library (HP Internal
only) NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/etc/opt/OV/share/conf/stacks/pmd/libECSS.sl:
cinter.c $Revision: /main/NNMET/NC2.0/5 $ $Date: 200
2/10/22 22:41 UTC $
log.c $Revision: /main/VINDHYAS/1 $ $Date: 2002/10/2
8 12:28 UTC $
trace.c $Revision: /main/VINDHYAS/1 $ $Date: 2002/10
/28 12:29 UTC $
engine_control.c $Revision: /main/VINDHYAS/2 $ $Date
: 2002/03/01 12:18 UTC $
events.c $Revision: /main/VINDHYAS/1 $ $Date: 2002/0
3/01 12:22 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: /main/VINDHYAS/2 $ $Date: 2002/12
/14 07:08 UTC $
extract.c $Revision: /main/VINDHYAS/1 $ $Date: 2002/
03/01 11:59 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: /main/VINDHYAS/1 $ $Date: 2002/0
3/01 11:59 UTC $
modify.c $Revision: /main/NILGIRIS/1 $ $Date: 1999/0
9/29 12:30 UTC $
output.c $Revision$ $Date$
rate.c $Revision: /main/NILGIRIS/3 $ $Date: 1999/10/
25 11:06 UTC $
DFIX12000:rate.c 19mar99
PATCH PHSS_18006, Consolidated patch Mar 1999
rearrange.c $Revision$ $Date$
table.c $Revision: /main/VINDHYAS/2 $ $Date: 2002/10
/08 11:40 UTC $
DFIX12000:table.c 19mar99
transit.c $Revision$ $Date$
unless.c $Revision: /main/VINDHYAS/3 $ $Date: 2002/1
2/05 12:54 UTC $
DFIX12000:unless.c 19mar99
assembler.c $Revision: /main/VINDHYAS/1 $ $Date: 200
2/10/04 09:44 UTC $
bif_oid.c $Revision: 1.1 $ $Date: 1997/09/25 05:08:2
4 $
dicts.c $Revision: /main/VINDHYAS/5 $ $Date: 2002/09
/26 17:04 UTC $
genccall.c $Revision: /main/VINDHYAS/10 $ $Date: 200
3/03/20 09:25 UTC $
dicts.c $Revision: /main/VINDHYAS/2 $ $Date: 2002/07
/02 08:46 UTC $
endecrypt.c $Revision: 1.1 $ $Date: 1997/10/15 09:57
:37 $
interpreter.c $Revision: /main/VINDHYAS/10 $ $Date:
2003/01/10 13:11 UTC $
perl_interp.c $Revision: /main/VINDHYAS/19 $ $Date:
2003/03/21 05:55 UTC $
library.c $Revision: /main/VINDHYAS/2 $ $Date: 2002/
07/23 07:44 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/VINDHYAS/2 $ $Date: 2002
/09/18 20:09 UTC $
value.c $Revision: /main/VINDHYAS/6 $ $Date: 2003/03
/27 04:55 UTC $
Intermediate Patch April 2003
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: /main/ECS3.2/1 $ $Date: 2001/
06/07 13:26 UTC $
char_sets.c $Revision: /main/2 $ $Date: 1998/08/21 1
0:39 UTC $
engmgr.c $Revision: /main/VINDHYAS/5 $ $Date: 2002/0
5/20 11:40 UTC $
dictionary.c $Revision: /main/VINDHYAS/5 $ $Date: 20
02/12/13 12:58 UTC $
engine_dict.c $Revision: 1.7 $ $Date: 1998/03/23 07:
30:52 $
ECS.c $Revision: /main/VINDHYAS/1 $ $Date: 2002/10/2
3 06:39 UTC $
ECS 3.2 (A.03.20)
ECS REV: A.03.20
ecsLocale.c $Revision: /main/2 $ $Date: 1998/08/21 1
0:59 UTC $
perror.c $Revision: /main/VINDHYAS/1 $ $Date: 2002/0
3/01 12:20 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/VINDHYAS/1 $ $Date: 2002/0
6/14 09:56 UTC $
memory.c $Revision: /main/VINDHYAS/2 $ $Date: 2003/0
3/20 09:29 UTC $
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/VINDHYAS/1 $ $Date: 2002/08
/12 14:37 UTC $
ascii_alloc.c $Revision$ $Date$
parse.c $Revision: /main/ECS3.2/1 $ $Date: 2001/06/0
7 12:20 UTC $
token_set.c $Revision$ $Date$
berova.c $Revision: /main/VINDHYAS/2 $ $Date: 2002/0
9/05 05:19 UTC $
md.c $Revision$ $Date$
control.c $Revision: /main/VINDHYAS/2 $ $Date: 2002/
03/11 06:42 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/VINDHYAS/2 $ $Date: 200
2/09/30 18:50 UTC $
DFIX12001:sockstack.c 01Sept99
engsockmgr.c $Revision: 1.5 $ $Date: 1997/04/09 05:1
2:44 $
sockmgr.c $Revision: /main/VINDHYAS/3 $ $Date: 2002/
06/14 09:57 UTC $
management.c $Revision: /main/VINDHYAS/2 $ $Date: 20
02/03/06 12:18 UTC $
yaccpar 1.8 (Berkeley) 01/20/91
/etc/opt/OV/share/conf/ecs/circuits/
ScheduledMaintenance.eco:
None
OVPlatform.OVMIN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/bin/ovbackup.ovpl:
None
/opt/OV/bin/ovspmd:
ovspmd
HP OpenView ICVT NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovstart:
ovstart/ovstop/ovstatus
HP OpenView ICVT NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovstop:
ovstart/ovstop/ovstatus
HP OpenView ICVT NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovstatus:
ovstart/ovstop/ovstatus
HP OpenView ICVT NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovrestore.ovpl:
None
/opt/OV/newconfig/OVMIN/conf/ovbackup/restore/analytical/
nnm_restore.ovpl:
None
/opt/OV/newconfig/OVMIN/conf/ovbackup/restore/operational/
nnm_restore.ovpl:
None
/opt/OV/lib/libov.3:
HP OpenView ov library NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/lib/libovsnmp.3:
libovsnmp
rnetstat
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
HP OpenView SNMP Dev Kit NNM Release B.06.41
/opt/OV/lib/libovutil.3:
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
HP OpenView ov utility library (HP Internal only) NN
M Release B.06.41
OVPlatform.OVSNMP-MIN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/bin/xnmsnmpconf:
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
xnmsnmpconf
OVPlatform.OVWIN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/bin/ovmapcount:
None
/opt/OV/bin/ovuispmd:
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovw:
HP OpenView Windows NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 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
HP OpenView Windows NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/lib/libovw.3:
HP OpenView Windows NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/newconfig/OVWIN/app-defaults/zh_TW.big5/OVw:
HP OpenView OVw Resources
/opt/OV/newconfig/OVWIN/app-defaults/zh_CN.hp15CN/OVw:
HP OpenView OVw Resources
/opt/OV/newconfig/OVWIN/app-defaults/ko_KR.eucKR/OVw:
HP OpenView OVw Resources
/opt/OV/newconfig/OVWIN/app-defaults/C/OVw:
HP OpenView OVw Resources
OVPlatform.OVWWW-EVNT,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/bin/ovalarmsrv:
HP92453-02A.11.00 HP-UX SYMBOLIC DEBUGGER (END.O ILP
32) $Revision: 75.04 $
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
HP OpenView Network Node Manager NNM Release B.06.41
ovalarmsrv
OVPlatform.OVWWW-FW,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/lib/libovwparser.3:
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovsessionmgr:
ovsessionmgr
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/www/htdocs/C/OvWebHelp/nnm/Content/cntabt.htm:
None
/opt/OV/www/htdocs/C/OvWebHelp/nnm/Content/cntref.htm:
None
/opt/OV/www/htdocs/classes/libovw.jar:
None
/opt/OV/www/htdocs/classes/jovw/debug.jovw.jar:
None
/opt/OV/www/htdocs/classes/jovw/jovw.jar:
None
/opt/OV/www/cgi-bin/jovw.exe:
None
/opt/OV/www/cgi-bin/webappmon.exe:
HP OpenView Network Node Manager NNM Release B.06.41
PATCH PHSS_29024, 05142003
HP Precision Architecture HP-UX 11.x
Copyright (c) 1990-2003 Hewlett-Packard Co., All Ri
ghts Reserved.
OVPlatform.OVWWW-SRV,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/OV/httpd/cgi-bin/printenv:
None
/opt/OV/httpd/man/man8/apxs.8:
None
/opt/OV/httpd/man/man8/httpd.8:
None
/opt/OV/httpd/man/man8/logresolve.8:
None
/opt/OV/httpd/man/man8/rotatelogs.8:
None
/opt/OV/httpd/man/man1/ab.1:
None
/opt/OV/httpd/man/man1/apachectl.1:
None
/opt/OV/httpd/man/man1/dbmmanage.1:
None
/opt/OV/httpd/man/man1/htdigest.1:
None
/opt/OV/httpd/man/man1/htpasswd.1:
None
/opt/OV/httpd/bin/ab:
None
/opt/OV/httpd/bin/apachectl:
None
/opt/OV/httpd/bin/apxs:
None
/opt/OV/httpd/bin/dbmmanage:
None
/opt/OV/httpd/bin/htdigest:
None
/opt/OV/httpd/bin/htpasswd:
None
/opt/OV/httpd/bin/httpd:
None
/opt/OV/httpd/bin/logresolve:
None
/opt/OV/httpd/bin/rotatelogs:
None
/opt/OV/httpd/bin/checkgid:
None
OVPlatformDevKit.OVWIN-PRG,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/www/htdocs/classes/debug.libovw.jar:
None
OVPlatformMan.OVEVENTMIN-MAN,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/man/man1m.Z/ovactiond.1m:
None
/opt/OV/man/man1m.Z/ovtrapd.1m:
None
OVPlatformMan.OVMIN-MAN,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/man/man1m.Z/ovbackup.ovpl.1m:
None
OVPlatformMan.OVWIN-MAN,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/OV/man/man1.Z/ovw.1:
None
/opt/OV/man/man1m.Z/ovobjprint.1m:
None
cksum(1) Output:
OVNNMETCore.OVNNMET-CORE,fr=B.02.00.00,
fa=HP-UX_B.11.00_32/64,v=HP:
3233291909 12927 /opt/OV/bin/extendedTopoSnmpConf.ovpl
1987977379 62383 /opt/OV/bin/ospfdis.ovpl
1871554146 6468 /opt/OV/bin/etrestart.ovpl
2333370484 475136 /opt/OV/bin/ovet_agent
2694696027 38828 /opt/OV/bin/setupExtTopo.ovpl
152184131 122880 /opt/OV/lib/libAgentAlcatelSwitch.sl
4211782507 794624 /opt/OV/lib/libDiscoAgents.1
1835848110 98304 /opt/OV/lib/libDiscoFinders.1
1243770048 126976 /opt/OV/lib/libAgentProcurveSwitch.sl
538610514 610304 /opt/OV/lib/libNMTopoRW.1
803207919 560 /opt/OV/newconfig/OVNNMET-CORE/lrf/
ovet_daProSw.lrf
115049279 687834 /opt/OV/www/htdocs/C/manuals/
Using_Extended_Topology.pdf
1673469159 690 /etc/opt/OV/share/conf/nnmet/agents/
ProcurveSwitch.agnt
3402321593 1256 /etc/opt/OV/share/conf/nnmet/agents/
StandardSwitch.agnt
2971932067 1690 /etc/opt/OV/share/conf/nnmet/stitchers/
BuildLayers.stch
2899977210 9102 /etc/opt/OV/share/conf/nnmet/stitchers/
AgentsToWorkEntities.stch
2892900828 23898 /etc/opt/OV/share/conf/nnmet/
DiscoSchema.cfg
851192634 45411 /etc/opt/OV/share/conf/nnmet/mibs/
hpicfOid.mib
4149301285 2418 /etc/opt/OV/share/conf/nnmet/mibs/
hpicfTC.mib
2442494813 15423 /etc/opt/OV/share/conf/nnmet/mibs/
hpVlan.mib
OVNNMETCore.OVNNMET-IPV6,fr=B.02.00.00,
fa=HP-UX_B.11.00_32/64,v=HP:
769934980 1930312 /opt/OV/bin/monitorIPv6Agent
OVNNMETCore.OVNNMET-JPN,fr=B.02.00.00,
fa=HP-UX_B.11.00_32/64,v=HP:
766193973 1107955 /opt/OV/www/htdocs/ja_JP.SJIS/manuals/
Using_Extended_Topology.pdf
766193973 1107955 /opt/OV/www/htdocs/ja_JP.eucJP/manuals/
Using_Extended_Topology.pdf
2762657606 20626 /opt/OV/lib/nls/ja_JP.SJIS/nmf.cat
1909804796 20626 /opt/OV/lib/nls/ja_JP.eucJP/nmf.cat
OVNNMgr.OVMIB-CONTRIB,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
1150146691 5899 /opt/OV/contrib/NNM/event/
genTrapdEventsMIB.ovpl
983048233 111 /opt/OV/contrib/NNM/HPNonStop/Computer_nonstop
1069452004 57 /opt/OV/contrib/NNM/HPNonStop/NonStop.txt
4043490892 62976 /opt/OV/contrib/NNM/HPNonStop/README.doc
398831 956 /opt/OV/contrib/NNM/HPNonStop/commands.bat
2544218566 4042 /opt/OV/contrib/NNM/HPNonStop/emsmiba.mib
1284069196 160 /opt/OV/contrib/NNM/HPNonStop/nonstop.16.gif
3232335122 197 /opt/OV/contrib/NNM/HPNonStop/nonstop.20.gif
551925474 247 /opt/OV/contrib/NNM/HPNonStop/nonstop.26.gif
2286686267 384 /opt/OV/contrib/NNM/HPNonStop/nonstop.32.gif
640802130 363 /opt/OV/contrib/NNM/HPNonStop/nonstop.38.gif
3236311848 513 /opt/OV/contrib/NNM/HPNonStop/nonstop.44.gif
1336803494 506 /opt/OV/contrib/NNM/HPNonStop/nonstop.50.gif
4159911157 14458 /opt/OV/contrib/NNM/HPNonStop/oid_to_sym
3726652129 73506 /opt/OV/contrib/NNM/HPNonStop/oid_to_type
3676539826 4957 /opt/OV/contrib/NNM/HPNonStop/ovw_fields
546329179 2469 /opt/OV/contrib/NNM/HPNonStop/readme.txt
2345169790 8127 /opt/OV/contrib/NNM/HPNonStop/snmp_fields
OVNNMgr.OVNNM-RUN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP:
2633483950 39810 /opt/OV/bin/Perl/lib/perl5/5.6.0/
OVdrawNodes.pm
1126958964 61440 /opt/OV/bin/Perl/lib/perl5/5.6.0/
PA-RISC2.0/auto/OVtopology/OVtopology.sl
3036794824 99662 /opt/OV/bin/Perl/lib/perl5/5.6.0/
ovreporting.pm
1433554775 691636 /opt/OV/bin/ipmap
264023238 57344 /opt/OV/bin/loadhosts
590125897 2395432 /opt/OV/bin/netmon
339581650 151472 /opt/OV/bin/ovas
2501124109 497500 /opt/OV/bin/ovrepld
3436235580 512728 /opt/OV/bin/ovtopmd
3016853129 77824 /opt/OV/bin/ovtopofix
430003825 45056 /opt/OV/bin/ovweb
170057100 665776 /opt/OV/bin/snmpCollect
2317594617 122880 /opt/OV/bin/xnmappmon
2156165394 159744 /opt/OV/bin/xnmcollect
1193413082 249856 /opt/OV/bin/xnmgraph
2220674765 147456 /opt/OV/bin/xnmtopoconf
3802285659 69632 /opt/OV/bin/xnmpolling
3438061353 961644 /opt/OV/lib/libovfilter.3
3830492226 2840408 /opt/OV/lib/libovtopm.3
3297368721 73728 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/Oracle/nnm/a_evtCatTrend7day.rpt
667396789 96256 /opt/OV/newconfig/OVNNM-RUN/reportTemplates/
C/Oracle/nnm/g_evtNode1.rpt
238003369 71168 /opt/OV/newconfig/OVNNM-RUN/reportTemplates/
C/Oracle/nnm/g_evtSev1.rpt
14703758 71680 /opt/OV/newconfig/OVNNM-RUN/reportTemplates/
C/Oracle/nnm/g_evtSevTrend1.rpt
2293564579 71680 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/Oracle/nnm/g_evtSevTrend7day.rpt
2005834784 73728 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/Oracle/nnm/g_evtCatTrend7day.rpt
654654074 103936 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/Oracle/nnm/a_evtNode1.rpt
1926921180 114176 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/Oracle/nnm/a_evtSev1.rpt
1688160632 72192 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/Oracle/nnm/a_evtSevTrend1.rpt
142931847 71680 /opt/OV/newconfig/OVNNM-RUN/reportTemplates/
C/Oracle/nnm/a_evtSevTrend7day.rpt
552464332 72192 /opt/OV/newconfig/OVNNM-RUN/reportTemplates/
C/Oracle/nnm/a_topoDMIDetail1.rpt
1852033649 71680 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/Oracle/nnm/a_topoNetDetail1.rpt
1545762609 62976 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/Oracle/nnm/a_topoSum1.rpt
1813173129 3753 /opt/OV/newconfig/OVNNM-RUN/reportTemplates/
C/Oracle/repload_NNM.SRP
2364441607 73728 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/SQLServer/nnm/
a_evtCatTrend7day.rpt
844820809 104448 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/SQLServer/nnm/a_evtNode1.rpt
1212727103 114176 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/SQLServer/nnm/a_evtSev1.rpt
976493754 71680 /opt/OV/newconfig/OVNNM-RUN/reportTemplates/
C/SQLServer/nnm/a_evtSevTrend1.rpt
1171055173 70144 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/SQLServer/nnm/
a_evtSevTrend7day.rpt
127321140 69120 /opt/OV/newconfig/OVNNM-RUN/reportTemplates/
C/SQLServer/nnm/a_topoDMIDetail1.rpt
2945265162 68096 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/SQLServer/nnm/a_topoNetDetail1.rpt
1884823727 64512 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/SQLServer/nnm/a_topoSum1.rpt
1317071364 71680 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/SQLServer/nnm/
g_evtCatTrend7day.rpt
638360670 94720 /opt/OV/newconfig/OVNNM-RUN/reportTemplates/
C/SQLServer/nnm/g_evtNode1.rpt
3868056312 71168 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/SQLServer/nnm/g_evtSev1.rpt
3199640658 70144 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/SQLServer/nnm/g_evtSevTrend1.rpt
3510542913 69632 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/SQLServer/nnm/
g_evtSevTrend7day.rpt
4283155739 3743 /opt/OV/newconfig/OVNNM-RUN/reportTemplates/
C/SQLServer/repload_NNM.SRP
394132689 72704 /opt/OV/newconfig/OVNNM-RUN/reportTemplates/
C/Solid/nnm/a_evtCatTrend7day.rpt
824783421 104448 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/Solid/nnm/a_evtNode1.rpt
2568495141 113664 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/Solid/nnm/a_evtSev1.rpt
3475193274 71168 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/Solid/nnm/a_evtSevTrend1.rpt
1666838768 70144 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/Solid/nnm/a_evtSevTrend7day.rpt
3987991963 71680 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/Solid/nnm/a_topoDMIDetail1.rpt
3241472520 71168 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/Solid/nnm/a_topoNetDetail1.rpt
28384378 63488 /opt/OV/newconfig/OVNNM-RUN/reportTemplates/
C/Solid/nnm/a_topoSum1.rpt
2807870371 71680 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/Solid/nnm/g_evtCatTrend7day.rpt
1130033571 95232 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/Solid/nnm/g_evtNode1.rpt
3008134397 71168 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/Solid/nnm/g_evtSev1.rpt
788058867 70656 /opt/OV/newconfig/OVNNM-RUN/reportTemplates/
C/Solid/nnm/g_evtSevTrend1.rpt
2518624418 70144 /opt/OV/newconfig/OVNNM-RUN/
reportTemplates/C/Solid/nnm/g_evtSevTrend7day.rpt
511369503 3750 /opt/OV/newconfig/OVNNM-RUN/reportTemplates/
C/Solid/repload_NNM.SRP
2269667380 20410 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
ko_KR.eucKR/XNm
3859414655 10044 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
ko_KR.eucKR/XNmappmon
2069340637 22692 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
ko_KR.eucKR/XNmgraph
2139074081 20410 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
zh_CN.hp15CN/XNm
2905377805 10044 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
zh_CN.hp15CN/XNmappmon
442584184 22692 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
zh_CN.hp15CN/XNmgraph
2499848613 20410 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
zh_TW.big5/XNm
2721427467 10044 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
zh_TW.big5/XNmappmon
1045273402 22692 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
zh_TW.big5/XNmgraph
1956601454 20267 /opt/OV/newconfig/OVNNM-RUN/app-defaults/C/
XNm
3876756319 10035 /opt/OV/newconfig/OVNNM-RUN/app-defaults/C/
XNmappmon
1826667037 21692 /opt/OV/newconfig/OVNNM-RUN/app-defaults/C/
XNmgraph
2528193572 2459 /opt/OV/newconfig/OVNNM-RUN/conf/OVLicense/
forms/nnm/C/evaluation.txt
3605734878 2820 /opt/OV/newconfig/OVNNM-RUN/conf/OVLicense/
forms/nnm/C/product.txt
3859010322 3596 /opt/OV/newconfig/OVNNM-RUN/conf/OVLicense/
forms/nnm/C/product_update.txt
2341668996 2570 /opt/OV/newconfig/OVNNM-RUN/conf/OVLicense/
forms/nnm/C/server_move.txt
1817012090 987779 /opt/OV/newconfig/OVNNM-RUN/nnm.sdl
3702280993 235102 /opt/OV/tomcat/jakarta-tomcat-4.0.4/
webapps/topology/WEB-INF/lib/topologyServlet.jar
222889634 26010 /opt/OV/support/redoSolid.ovpl
1130503556 887 /opt/OV/www/htdocs/C/ReleaseNotes/
EvaluationExpired.html
1143317360 1288 /opt/OV/www/htdocs/C/ReleaseNotes/
ExtTopoLicenseViolated.html
3919578738 3860 /opt/OV/www/htdocs/C/ReleaseNotes/
LICENSE.txt
402472007 1103 /opt/OV/www/htdocs/C/ReleaseNotes/README.html
2792592852 11369 /opt/OV/www/htdocs/C/ReleaseNotes/
ReadmeContents_NNMET.html
4039148491 18745 /opt/OV/www/htdocs/C/ReleaseNotes/
ReadmeContents_NNMGR.html
855987739 3142 /opt/OV/www/htdocs/C/ReleaseNotes/
ReadmeIndex.html
1218383141 10487 /opt/OV/www/htdocs/C/ReleaseNotes/
ReadmeKnownProblems_NNMET.html
422885710 38019 /opt/OV/www/htdocs/C/ReleaseNotes/
ReadmeKnownProblems_NNMGR.html
2390964870 29644 /opt/OV/www/htdocs/C/ReleaseNotes/
ReadmeNew_NNMGR.html
4218115320 27915 /opt/OV/www/htdocs/C/ReleaseNotes/
ReadmeSupportMatrix.html
4238790206 34895 /opt/OV/www/htdocs/C/dynamicViews/
menusettings.xml
153408606 6689 /opt/OV/www/htdocs/dtd/dvmenusettings.dtd
3023910789 354 /opt/OV/ReleaseNotes/README.txt
2980877035 4694 /opt/OV/ReleaseNotes/nnm_doc_reply.txt
1011458262 38100 /var/opt/OV/share/snmp_mibs/Vendor/
Hewlett-Packard/hpov-ovtopmd
OVNNMgr.OVNNMGR-JPN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
1465667394 431445 /opt/OV/newconfig/OVNNMGR-JPN/conf/
ja_JP.SJIS/trapd.conf
2597792922 1803 /opt/OV/newconfig/OVNNMGR-JPN/conf/
ja_JP.SJIS/requestNames.conf
3895548503 431445 /opt/OV/newconfig/OVNNMGR-JPN/conf/
ja_JP.eucJP/trapd.conf
26101243 1803 /opt/OV/newconfig/OVNNMGR-JPN/conf/
ja_JP.eucJP/requestNames.conf
4077487832 2415 /opt/OV/newconfig/OVNNMGR-JPN/conf/
OVLicense/forms/nnm/ja_JP.SJIS/evaluation.txt
1894940424 3449 /opt/OV/newconfig/OVNNMGR-JPN/conf/
OVLicense/forms/nnm/ja_JP.SJIS/product.txt
2285667682 3600 /opt/OV/newconfig/OVNNMGR-JPN/conf/
OVLicense/forms/nnm/ja_JP.SJIS/product_update.txt
777133237 3158 /opt/OV/newconfig/OVNNMGR-JPN/conf/OVLicense/
forms/nnm/ja_JP.SJIS/server_move.txt
3167826425 2415 /opt/OV/newconfig/OVNNMGR-JPN/conf/
OVLicense/forms/nnm/ja_JP.eucJP/evaluation.txt
3839388077 3449 /opt/OV/newconfig/OVNNMGR-JPN/conf/
OVLicense/forms/nnm/ja_JP.eucJP/product.txt
4281864838 3600 /opt/OV/newconfig/OVNNMGR-JPN/conf/
OVLicense/forms/nnm/ja_JP.eucJP/product_update.txt
2307709389 3158 /opt/OV/newconfig/OVNNMGR-JPN/conf/
OVLicense/forms/nnm/ja_JP.eucJP/server_move.txt
224571432 20946 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.eucJP/XNm
1028916489 10455 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.eucJP/XNmappmon
4020917079 22761 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.eucJP/XNmgraph
2939138498 20911 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.eucJP/XNmevents
4002096900 6387 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.eucJP/XNmtrap
2721453231 20748 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.SJIS/XNm
966196041 10455 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.SJIS/XNmappmon
2735614934 22761 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.SJIS/XNmgraph
3683252390 20909 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.SJIS/XNmevents
1019177582 6387 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.SJIS/XNmtrap
536451282 988312 /opt/OV/newconfig/OVNNMGR-JPN/help/
ja_JP.SJIS/NNM/nnm.sdl
1968079389 984230 /opt/OV/newconfig/OVNNMGR-JPN/help/
ja_JP.eucJP/NNM/nnm.sdl
4256135951 3555 /opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/
LICENSE.txt
3510737086 1141 /opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/
README.html
2656577108 11978 /opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/
ReadmeContents_NNMET.html
2071193813 19391 /opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/
ReadmeContents_NNMGR.html
901517645 3200 /opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/
ReadmeIndex.html
2918617630 9965 /opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/
ReadmeKnownProblems_NNMET.html
2496137721 38538 /opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/
ReadmeKnownProblems_NNMGR.html
1287485082 28050 /opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/
ReadmeNew_NNMGR.html
2986913063 28221 /opt/OV/www/htdocs/ja_JP.SJIS/ReleaseNotes/
ReadmeSupportMatrix.html
2388824247 36961 /opt/OV/www/htdocs/ja_JP.SJIS/dynamicViews/
menusettings.xml
3737181652 3555 /opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/
LICENSE.txt
1060277952 1138 /opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/
README.html
442852042 11975 /opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/
ReadmeContents_NNMET.html
4093120105 19388 /opt/OV/www/htdocs/ja_JP.eucJP/
ReleaseNotes/ReadmeContents_NNMGR.html
2707372223 3197 /opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/
ReadmeIndex.html
1805170502 9962 /opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/
ReadmeKnownProblems_NNMET.html
1283776590 38536 /opt/OV/www/htdocs/ja_JP.eucJP/
ReleaseNotes/ReadmeKnownProblems_NNMGR.html
2202740974 28051 /opt/OV/www/htdocs/ja_JP.eucJP/
ReleaseNotes/ReadmeNew_NNMGR.html
519904790 28218 /opt/OV/www/htdocs/ja_JP.eucJP/ReleaseNotes/
ReadmeSupportMatrix.html
3354547605 36971 /opt/OV/www/htdocs/ja_JP.eucJP/
dynamicViews/menusettings.xml
2247969114 323 /opt/OV/ReleaseNotes/README_ja_JP.SJIS.txt
3973324830 323 /opt/OV/ReleaseNotes/README_ja_JP.eucJP.txt
2647874112 6766 /opt/OV/lib/nls/ja_JP.SJIS/licensing.cat
610468175 28982 /opt/OV/lib/nls/ja_JP.SJIS/ovdb.cat
1658052240 154003 /opt/OV/lib/nls/ja_JP.SJIS/snmpCollect.cat
3810274372 61703 /opt/OV/lib/nls/ja_JP.SJIS/util_libs.cat
3220627155 6766 /opt/OV/lib/nls/ja_JP.eucJP/licensing.cat
4121820382 28982 /opt/OV/lib/nls/ja_JP.eucJP/ovdb.cat
322155907 154004 /opt/OV/lib/nls/ja_JP.eucJP/snmpCollect.cat
1790028795 61703 /opt/OV/lib/nls/ja_JP.eucJP/util_libs.cat
3033659204 893 /opt/OV/bin/printEvents.msg.euc
3867786018 893 /opt/OV/bin/printEvents.msg.sjis
OVNNMgr.OVRPT-RUN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP:
3364578303 1738 /opt/OV/bin/PerfCRGen.ovpl
1590151459 32768 /opt/OV/bin/ovcwd
1955930635 114688 /opt/OV/bin/ovreppublish
4191089779 163760 /opt/OV/bin/ovrequestd
4073503024 41913 /opt/OV/bin/Availability.ovpl
1365177 226946 /opt/OV/www/htdocs/classes/nnmReporting/
debug.nnmReporting.jar
71636190 159478 /opt/OV/www/htdocs/classes/nnmReporting/
nnmReporting.jar
2753637651 37435 /opt/OV/www/htdocs/C/OvWebHelp/nnm/Content/
rptref.htm
2069997424 135168 /opt/OV/www/cgi-bin/nnmRptConfig.exe
1580553325 1791 /opt/OV/newconfig/OVRPT-RUN/conf/C/
requestNames.conf
1767657748 2102 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/export/events/request.properties
2577688256 1753 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/export/topology/request.properties
1337821241 2329 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/export/trend/request.properties
220935231 1530 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/masters/RptConfig/Avail/CRAvail/
request.properties
188122563 1531 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/masters/RptConfig/Avail/GenAvail/
request.properties
619601594 1508 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/masters/RptConfig/Except/TV/
request.properties
3756096938 1523 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/masters/RptConfig/Except/AuthFailure/
request.properties
4207735997 1520 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/masters/RptConfig/Except/PhysAddr/
request.properties
1415378633 1502 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/masters/RptConfig/Inv/GenInv/
request.properties
3654284239 1533 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/masters/RptConfig/Perf/CRGen/
request.properties
3546747027 1550 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/masters/RptConfig/Perf/TNLByOctets/
request.properties
132368222 1551 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/masters/RptConfig/Perf/TNLByPackets/
notrequest.properties
4054753218 1548 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/masters/RptConfig/Perf/TNTByOctets/
request.properties
826308183 1550 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/masters/RptConfig/Perf/TNTByPackets/
notrequest.properties
2678512464 1554 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/masters/RptConfig/Perf/CRTNIErrors/
request.properties
3622592871 1565 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/masters/RptConfig/Perf/CRTNLByPackets/
request.properties
2450764443 1563 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/masters/RptConfig/Perf/CRTNTByPackets/
request.properties
2090138813 1540 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/masters/RptConfig/Perf/TNIInErrors/
request.properties
1813868455 1550 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/masters/RptConfig/Perf/TNIOutErrors/
request.properties
3005647602 1549 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/masters/RptConfig/Perf/TNIUtil/
request.properties
392383986 726 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/masters/RptConfig/Perf/TNFRCongest/
request.properties
2781702291 1548 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/masters/RptConfig/Perf/TNPingResp/
request.properties
3425585776 1543 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/masters/RptConfig/Perf/TNPingRetry/
request.properties
3747932281 727 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/masters/RptConfig/Perf/TNRMONoctets/
request.properties
953467899 3231 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Avail/CR/request.properties
1437312870 3392 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Avail/Gen/request.properties
1465125551 3317 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Except/TV/request.properties
1819251107 3328 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Except/AuthFailure/
request.properties
98283940 3331 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Except/PhysAddr/
request.properties
3152171084 3982 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Inv/Gen/request.properties
2433159611 6670 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/CRGen/request.properties
423222269 553 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/CRGen/template.conf
2258744548 2171 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/CRGen/expr_template.conf
3868847188 6495 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNLByOctets/
request.properties
352107829 169 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNLByOctets/template.conf
837185327 704 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNLByOctets/
expr_template.conf
3226086329 6550 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNTByOctets/
request.properties
477226359 171 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNTByOctets/template.conf
1533792259 706 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNTByOctets/
expr_template.conf
1035805748 6733 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/CRTNIErrors/
request.properties
3541158016 557 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/CRTNIErrors/template.conf
1628475753 2850 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/CRTNIErrors/
expr_template.conf
716049493 861 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/CRTNLByPackets/
expr_template.conf
1520795206 6727 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/CRTNLByPackets/
request.properties
1264562508 175 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/CRTNLByPackets/
template.conf
2469836236 864 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/CRTNTByPackets/
expr_template.conf
463151886 6725 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/CRTNTByPackets/
request.properties
1858560374 177 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/CRTNTByPackets/
template.conf
3866059130 773 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNIInErrors/
expr_template.conf
3120418565 6593 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNIInErrors/
request.properties
3137088011 167 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNIInErrors/template.conf
2940698993 784 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNIOutErrors/
expr_template.conf
650103802 6584 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNIOutErrors/
request.properties
1342259282 169 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNIOutErrors/template.conf
3458423710 875 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNIUtil/expr_template.conf
30459491 6585 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNIUtil/request.properties
24426929 159 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNIUtil/template.conf
3014092935 6591 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNFRCongest/
request.properties
2283035167 230 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNFRCongest/template.conf
1037396376 5230 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNPingResp/
request.properties
640641612 155 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNPingResp/template.conf
792923658 4913 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNPingRetry/
request.properties
948328421 155 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNPingRetry/template.conf
662174531 6593 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNRMONoctets/
request.properties
3950647558 167 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/report/Perf/TNRMONoctets/template.conf
1946608168 3476 /opt/OV/newconfig/OVRPT-RUN/conf/analysis/
templates/NNM/trim/trend/request.properties
OVNNMgr.OVWWW-JPN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP:
2815398666 34489 /opt/OV/www/htdocs/ja_JP.SJIS/OvWebHelp/
nnm/Content/rptref.htm
1758874080 580 /opt/OV/www/htdocs/ja_JP.SJIS/OvWebHelp/nnm/
Content/cntabt.htm
1835762822 220492 /opt/OV/www/htdocs/ja_JP.SJIS/OvWebHelp/
nnm/Content/cntref.htm
1304450550 34489 /opt/OV/www/htdocs/ja_JP.eucJP/OvWebHelp/
nnm/Content/rptref.htm
869514586 580 /opt/OV/www/htdocs/ja_JP.eucJP/OvWebHelp/nnm/
Content/cntabt.htm
2485003017 220493 /opt/OV/www/htdocs/ja_JP.eucJP/OvWebHelp/
nnm/Content/cntref.htm
469582515 281 /opt/OV/lib/nls/ja_JP.SJIS/ovalarm.cat
3044849785 281 /opt/OV/lib/nls/ja_JP.eucJP/ovalarm.cat
OVNNMgrMan.OVNNM-RUN-MAN,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
2221625748 15023 /opt/OV/man/man1m.Z/netmon.1m
2220455803 4924 /opt/OV/man/man1m.Z/ovtopmd.1m
2476174447 6669 /opt/OV/man/man1m.Z/xnmtopoconf.1m
2705613291 1186 /opt/OV/man/man4.Z/netmon.migratable.4
299194671 7378 /opt/OV/man/man4.Z/oid_to_type.4
399256645 1549 /opt/OV/man/man1.Z/xnmtrap.1
OVNNMgrRtDOC.OVNNM-DOC-REUS,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
2561332484 10383 /opt/OV/doc/WhitePapers/31bitNetmask.txt
OVNNMgrRtDOC.OVNNM-ENG-DOC,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
932342523 3410648 /opt/OV/www/htdocs/C/manuals/
Managing_Your_Network.pdf
4014078866 58063 /opt/OV/www/htdocs/C/manuals/
NNM_OVReporter_Integration.pdf
1794358960 1146941 /opt/OV/www/htdocs/C/manuals/
Scalability_and_Distribution.pdf
OVNNMgrRtDOC.OVNNM-JPN-DOC,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
2014052430 97715 /opt/OV/www/htdocs/ja_JP.SJIS/manuals/
Installation_Guide.pdf
4184893559 6104144 /opt/OV/www/htdocs/ja_JP.SJIS/manuals/
Managing_Your_Network.pdf
131018001 159660 /opt/OV/www/htdocs/ja_JP.SJIS/manuals/
NNM_OVReporter_Integration.pdf
2532514094 5062609 /opt/OV/www/htdocs/ja_JP.SJIS/manuals/
Scalability_and_Distribution.pdf
2014052430 97715 /opt/OV/www/htdocs/ja_JP.eucJP/manuals/
Installation_Guide.pdf
4184893559 6104144 /opt/OV/www/htdocs/ja_JP.eucJP/manuals/
Managing_Your_Network.pdf
131018001 159660 /opt/OV/www/htdocs/ja_JP.eucJP/manuals/
NNM_OVReporter_Integration.pdf
2532514094 5062609 /opt/OV/www/htdocs/ja_JP.eucJP/manuals/
Scalability_and_Distribution.pdf
OVNNMgrRtDOC.OVNNMWELENGDOC,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
1043710881 362252 /opt/OV/www/htdocs/C/manuals/
Creating_and_Using_Reg_Files.pdf
2197143577 810455 /opt/OV/www/htdocs/C/manuals/
Reporting_and_Data_Analysis.pdf
62639189 59775 /opt/OV/www/htdocs/C/manuals/
Welcome_to_NNM.pdf
OVNNMgrRtDOC.OVNNMWELJPNDOC,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
2101682227 934583 /opt/OV/www/htdocs/ja_JP.SJIS/manuals/
Creating_and_Using_Reg_Files.pdf
3192968840 2547776 /opt/OV/www/htdocs/ja_JP.SJIS/manuals/
Reporting_and_Data_Analysis.pdf
1178820641 258104 /opt/OV/www/htdocs/ja_JP.SJIS/manuals/
Welcome_to_NNM.pdf
2101682227 934583 /opt/OV/www/htdocs/ja_JP.eucJP/manuals/
Creating_and_Using_Reg_Files.pdf
3192968840 2547776 /opt/OV/www/htdocs/ja_JP.eucJP/manuals/
Reporting_and_Data_Analysis.pdf
1178820641 258104 /opt/OV/www/htdocs/ja_JP.eucJP/manuals/
Welcome_to_NNM.pdf
OVPlatform.OVDB-RUN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
4150660619 114688 /opt/OV/bin/ovdwevent
OVPlatform.OVEVENT-MIN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
66060163 227931 /etc/opt/OV/share/conf/ecs/circuits/
ScheduledMaintenance.eco
1155388391 4521984 /etc/opt/OV/share/conf/stacks/pmd/
libECSS.sl
257273760 708208 /opt/OV/lib/libevent.3
76253938 61440 /opt/OV/bin/ovtrapd
514060462 249856 /opt/OV/bin/xnmevents
2655230903 114688 /opt/OV/bin/xnmtrap
3385680683 21835 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
zh_CN.hp15CN/XNmevents
135569857 5801 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
zh_CN.hp15CN/XNmtrap
2285999410 20583 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
ko_KR.eucKR/XNmevents
2358963447 5820 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
ko_KR.eucKR/XNmtrap
2075440242 21603 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
zh_TW.big5/XNmevents
3448952576 5803 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
zh_TW.big5/XNmtrap
2627319428 20052 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
C/XNmevents
541315396 5738 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/C/
XNmtrap
3266679330 371743 /opt/OV/newconfig/OVEVENT-MIN/conf/
ko_KR.eucKR/trapd.conf
3249491629 371729 /opt/OV/newconfig/OVEVENT-MIN/conf/
zh_CN.hp15CN/trapd.conf
883125937 371744 /opt/OV/newconfig/OVEVENT-MIN/conf/
zh_TW.big5/trapd.conf
349830576 428154 /opt/OV/newconfig/OVEVENT-MIN/conf/C/
trapd.conf
OVPlatform.OVMIN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP:
775326364 339968 /opt/OV/lib/libov.3
3394094178 1596112 /opt/OV/lib/libovsnmp.3
478893386 1985976 /opt/OV/lib/libovutil.3
2733002379 19712 /opt/OV/newconfig/OVMIN/conf/ovbackup/
restore/operational/nnm_restore.ovpl
3507986386 13359 /opt/OV/newconfig/OVMIN/conf/ovbackup/
restore/analytical/nnm_restore.ovpl
3220100480 16331 /opt/OV/bin/ovbackup.ovpl
2898369322 188416 /opt/OV/bin/ovspmd
4011061063 65536 /opt/OV/bin/ovstart
4011061063 65536 /opt/OV/bin/ovstop
4011061063 65536 /opt/OV/bin/ovstatus
924797153 17192 /opt/OV/bin/ovrestore.ovpl
OVPlatform.OVSNMP-MIN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
2598453684 98304 /opt/OV/bin/xnmsnmpconf
OVPlatform.OVWIN,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,v=HP:
1042540753 22822 /opt/OV/newconfig/OVWIN/app-defaults/C/OVw
3695328705 26187 /opt/OV/newconfig/OVWIN/app-defaults/
ko_KR.eucKR/OVw
281991134 22664 /opt/OV/newconfig/OVWIN/app-defaults/
zh_CN.hp15CN/OVw
1463227001 26064 /opt/OV/newconfig/OVWIN/app-defaults/
zh_TW.big5/OVw
1868841198 745472 /opt/OV/lib/libovw.3
3450592760 158 /opt/OV/bin/ovmapcount
2994723954 94208 /opt/OV/bin/ovuispmd
1714271699 2875392 /opt/OV/bin/ovw
3185505907 364544 /opt/OV/bin/ovwdb
OVPlatform.OVWWW-EVNT,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
3541231560 1817504 /opt/OV/bin/ovalarmsrv
OVPlatform.OVWWW-FW,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
1600271164 24576 /opt/OV/www/cgi-bin/jovw.exe
394943480 90112 /opt/OV/www/cgi-bin/webappmon.exe
4207192259 732765 /opt/OV/www/htdocs/classes/jovw/
debug.jovw.jar
3548130281 461354 /opt/OV/www/htdocs/classes/jovw/jovw.jar
3657754714 70800 /opt/OV/www/htdocs/classes/libovw.jar
3097981867 553 /opt/OV/www/htdocs/C/OvWebHelp/nnm/Content/
cntabt.htm
3960721202 232921 /opt/OV/www/htdocs/C/OvWebHelp/nnm/
Content/cntref.htm
1059758545 81920 /opt/OV/bin/ovsessionmgr
3623741680 495616 /opt/OV/lib/libovwparser.3
OVPlatform.OVWWW-SRV,fr=B.06.40.00,fa=HP-UX_B.11.00_32/64,
v=HP:
3396114841 69632 /opt/OV/httpd/bin/ab
1060561416 7092 /opt/OV/httpd/bin/apachectl
1750522276 22207 /opt/OV/httpd/bin/apxs
1390371733 10938 /opt/OV/httpd/bin/dbmmanage
3871410998 28672 /opt/OV/httpd/bin/htdigest
2508315848 61440 /opt/OV/httpd/bin/htpasswd
3469088552 724992 /opt/OV/httpd/bin/httpd
3500177211 20480 /opt/OV/httpd/bin/logresolve
4063104378 24576 /opt/OV/httpd/bin/rotatelogs
2154764226 16384 /opt/OV/httpd/bin/checkgid
2281762912 9253 /opt/OV/httpd/man/man1/ab.1
59814857 5443 /opt/OV/httpd/man/man1/apachectl.1
1380561203 6579 /opt/OV/httpd/man/man1/dbmmanage.1
3511286166 4199 /opt/OV/httpd/man/man1/htdigest.1
2179082024 9000 /opt/OV/httpd/man/man1/htpasswd.1
3529686359 12289 /opt/OV/httpd/man/man8/apxs.8
497249655 6617 /opt/OV/httpd/man/man8/httpd.8
2164766055 3736 /opt/OV/httpd/man/man8/logresolve.8
1165073178 4150 /opt/OV/httpd/man/man8/rotatelogs.8
1509687750 276 /opt/OV/httpd/cgi-bin/printenv
OVPlatformDevKit.OVWIN-PRG,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
1364869313 93063 /opt/OV/www/htdocs/classes/debug.libovw.jar
OVPlatformMan.OVEVENTMIN-MAN,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
2581511667 3202 /opt/OV/man/man1m.Z/ovactiond.1m
3406985993 1871 /opt/OV/man/man1m.Z/ovtrapd.1m
OVPlatformMan.OVMIN-MAN,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
2574572553 5254 /opt/OV/man/man1m.Z/ovbackup.ovpl.1m
OVPlatformMan.OVWIN-MAN,fr=B.06.40.00,
fa=HP-UX_B.11.00_32/64,v=HP:
2830365109 2347 /opt/OV/man/man1m.Z/ovobjprint.1m
3930362452 12316 /opt/OV/man/man1.Z/ovw.1
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_28994 PHSS_28991 PHSS_28927
Equivalent Patches:
PSOV_03269:
sparcSOL: 2.8 2.9
NNM_00998:
intelWIN2000: 1.00
intelWINXP: 1.00
Patch Package Size: 33110 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_29024
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_29024.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHSS_29024. If you do not wish to retain a
copy of the original software, include the patch_save_files
option in the swinstall command above:
-x patch_save_files=false
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHSS_29024.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHSS_29024.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_29024.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.
NOTE : ovstart is NOT executed after the patch is loaded
You will need to manually run ovstart.
Also, in order to keep a history of the patches
installed on your system the post-install script
will attempt to copy this <patch_name>.text file
to /usr/OV/ReleaseNotes/patches
(or /opt/OV/ReleaseNotes/patches). Please make
sure this file is in /tmp before installation.
========================================================
PHSS_28991:
1. As this patch provides a new copy of
$OV_CONF/nnmet/IPv6Polling.conf file, it will be
installed under: $OV_NEW_CONF/OVNNMET-IPV6/conf/nnmet
directory.
The new file can be copied manually from $OV_NEW_CONF to
$OV_CONF directory. However, if there are any earlier
customizations made to the active file, they need to be
done again after copying.
2.All the HP-UX resource files provided by this patch
will be installed under the
/opt/OV/newconfig/OVNNM-RUN/app-defaults/$LANG/
directory.These files should be copied manually under
/usr/lib/X11/$LANG/app-defaults/ .
3.As this patch provides a new copy of
$OV_CONF/ovbackup/restore/analytical/nnm_restore.ovpl
file, it will be installed under:
$OV_NEW_CONF/OVMIN/conf/ovbackup/restore/analytical
directory.
The new file can be copied manually from $OV_NEW_CONF to
$OV_CONF directory. However, if there are any earlier
customizations made to the active file, they need to be
done again after copying.
-----End of Document ID: PHSS_29024------------------------------------------
Document ID: PHSS_28950
Date Loaded: 20030529
Title: s700_800 11.X OV ITO7.1X Msg/Act Tru64 Agent A.07.20
Patch Name: PHSS_28950
Patch Description: s700_800 11.X OV ITO7.1X Msg/Act Tru64 Agent A.07.20
Creation Date: 03/05/28
Post Date: 03/05/29
Hardware Platforms - OS Releases:
s700: 11.00 11.11
s800: 11.00 11.11
Products:
OpenView Operations 7.1
Filesets:
OVOPC-CLT.OVOPC-OSF-CLT,fr=A.07.10,fa=HP-UX_B.11.00_32/64,v=HP
OVOPC-CLT.OVOPC-OSF-CLT,fr=A.07.10,fa=HP-UX_B.11.11_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHSS_28950
Symptoms:
PHSS_28950:
- SR: H555008529
If a process dies immediately after being started by the
Control Agent, it is possible that OpC30-1094 messages
start appearing in the error logfile.
- SR: H555008582
LANG value in start-up script is not set correctly for
Tru64, AIX, Solaris and Linux agent
- SR: H555009052
Added support for tru64 cluster. In order to add this
support agent location was changed. Because of this it is
necessary to deinstall all agent software from all
managed nodes, before installing new one.
More information about Tru64 managed nodes is available
in /opt/OV/ReleaseNotes/OVOPC-OSF-CLT.pdf. The file
is located on the management server after successful
installation of this patch.
- SR: H555009075
On Tru64 opcswitchuser.sh fails to switch to user root
with the following message:
user 'root' does exist
group 'system' does not exist
- SR: H555009405
When running OVO agent binaries message "Unaligned
access..." could appear.
- SR: H555009574
opcfwtmp monitor tool does not work as expected on tru64
5.1A systems.
- SR: H555010122
Agents can not get installed on 5.1A node where uname -a
returns P5.1.
- SR: 8606232431
VPO tries to resolve node names that only contain blanks
because of typo in template definition or variable
assignment. This leads to a lot of unnecessary DNS
traffic.
- SR: B555008674
The opcagt and the opcragt commands have a new option
'-version'. In both man pages, this was not documented.
The new option was not part of the usage strings of
opcagt and opcragt.
- SR: B555014851
opcmsga sends the same message operation (e.g. an
acknowledge request created by opcmack(1) )
again and again if the related message is not in the
cache and one of the target managers can not be reached.
- SR: B555014942
The opcle process loops if a logfile is removed while
it is read.
- SR: B555015325
opcmsga wrongly generates a message OpC30-3002 'opcctla
not running on node localhost.' when receiving a
reconfigure signal, or at exit time.
- SR: B555015331
The monitor agent, opcmona, may report wrong results of
executed monitor scripts or programs when using many
'advanced monitors' such as OVPERF. In some of these
cases opcmona might even abort.
- SR: B555015349
The monitor agent might abort while using
templates/policies that have an external source
specified.
- SR: B555015449
Monitor agent may abort while receiving
templates/policies.
&