Patch Name: PHSS_31215 Patch Description: s700_800 11.X OV SIP3.1 Fixes to the proxy module Creation Date: 04/07/13 Post Date: 04/07/28 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_31215 Symptoms: PHSS_31215: 8606361258 When redirected to a relative URL, SIP generic module gives a MalformedUrl exception. 8606365469 When attempting to load the Yahoo! headlines module, if SIP proxying is turned on, then a 400 error is returned. 8606369863 On integrating with OVPI 4.6 SP1, drilldown from reports gives a 404 error message. PHSS_30758: For both Unix and Windows OVO management stations, if a requested Service name contains a single quote ('), the OVO Messages module fails to display messages by service. On Windows, summary views may simply contain '0' for all summaries, while on Unix an DataUnavailable message will be displayed. PHSS_30757: In the OVPI reports module, drilldown to the table edit, parameter edit, graph edit and email dialog boxes brings up a "404: URL not found" message. PHSS_30663: There is no integration module for OV Performance Manager (OVPM) on either Windows or Unix, and URL integration alone does not work properly. PHSS_30455: 8606343506: SIP cannot retrieve and correlate data from an OVO/SN unixsystem that has been configured with a remote database (i.e. when the OVO/UX management server and OVO database server reside on separate machines). 8606355196: OVO/SN systems with large service trees take too long to load PHSS_30454: 8606343010: When displaying nodes or services in the OVO Message module, they are not ordered according to the order in the Customer Model. PHSS_30221: 8606341362: Service graph module in SIP should allow the user to drilldown from the services. The user should to be able to set the depth of the service graph using the edit option in the Service Graph module. PHSS_30122: JAGae90387: The proxy mechanism fails to login to a website that uses web based authentication. JAGae96638: A 'page not found' error occurs when accessing reports in the Concorde eHealth module through the proxy. JAGaf00937: When clicking on the icons adjacent to the tables and graphs in OVPI reports, a 'page not found' error occurs. PHSS_30026: When there are a lot of services defined (more than 20,000) in Service Navigator, then displaying the service graphs in SIP takes a long time. PHSS_29824: After installing patch OVSIPNT_00024 or equivalent patches or any superceding patch upto but not including this patch, the Service Graph module fails to updated status changes happening on Service Navigator(OVO/UX). PHSS_29746: URLs containing embedded spaces (e.g., "http://company.com/space cowboy.html") result in "404: Page not found" errors when proxying is enabled. PHSS_29377: 1. When configuring entries in the OVProxyConfig.xml file, if the configuration is for a specific attribute within a tag then the proxy module removes all other attributes from the tag. 2. The applet and object tags are not proxied by the proxy module. 3. If mime types are not configured properly on the websever, the proxy module fails to fetch jar and class files correctly. PHSS_29323: The OVO/W Service Navigator modules do not update status changes in the the service tree immediately. 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_31215: 8606361258 SIP does not handle redirection to a relative URL correctly. 8606365469 SIP explictily specifies a port number for the hostname attribute when making HTTP requests. When the URL does not have a port specified in it, then java returns the portnumber to be -1 instead of 80. This causes failure when the website is behind a firewall and we are going via a web proxy server. 8606369863 OVPI now adds 2 parameters (xLoc and yLoc) to the URLs using javascript. Since SIP does not expose the parameters in the URL when it does translations, these extra parameters cause the URL to be incorrectly generated. Resolution: 8606361258 SIP now handles redirection to a relative URL correctly. 8606365469 SIP now checks if the port number is -1. 8606369863 SIP now exposes the parameters in the URL. PHSS_30758: Service queries were not properly guarding against embedded quotes in the service names. Resolution: Code has been changed to address embedded quotes in service names. PHSS_30757: When OVPI redirects a request to a different webpage, it uses the information in the 'Host' attribute of the request to determine the port on which it is running. SIP was not setting the port information in the 'Host' attribute. This causes all redirections to fail. OVPI 4.6 has introduced a lot of new javascript in its webpages which were not being translated by the proxy module. Some webpages in OVPI have attributes in html tags whose value is not quoted but a part (substring) of it is quoted, this is not handled correctly by SIP. Also, some URLs defined in the webpages have a parameter that is also a URL, SIP is proxying such parameters also. This is incorrect. Resolution: The 'Host' attrbiute of a request now has the port information. New configuration entries have been added to OVProxyConfig.xml file for the additional javascripts that were introduced in OVPI 4.6. Proxy code has been modified to handle quoted and unquoted parameters in a safer way. URLs that are embedded as parameter values of another URL are not proxied. PHSS_30663: No integration module has been provided for OV Performance Manager in SIP. Resolution: A new module has been added to SIP which provides an integration module for OV Performance Manager on Windows and Unix. PHSS_30455: 8606343506: SIP's configuration data for OVO/UX does not support specification of separate database host, so uses the db port specified only for the OVO/UX server. 8606355196: Inefficient algorithm causes long load times. Resolution: 8606343506: The OVO configuration has been updated to allow specification of a separate OVO db host. SIP Config GUI has been updated to support the new attribute, including the GUI's online help associated with OVO stations. The OVO module has been updated to retrieve db host if specified, using the OVO server as fallback if no db host spec is found. 8606355196: Code modified to be more efficient. PHSS_30454: 8606343010: The datastructures that internally maintain the customer model do not store the nodes or services in the order they are in the customer model file(s). The order in which the messages are retrieved from OVO is the order in which they are presented to the user. Resolution: 8606343010: New datastrucures have been added that maintain the nodes and service lists in the order they are in the customer model file(s). Before presenting the messages to the user they are now ordered as in the customer model or in ascending or descending order, depending on what option the view administrator has selected. PHSS_30221: 8606341362: Service graph module does not have the drilldown feature. The edit menu for the service graph module does not allow users to set the depth of the service tree. Resolution: 8606341362: Service Graph module now allows users to drilldown from the services to the summary view for that service. From the summary view, the user can either drilldown to the child services or to the messages. The edit option for the service graph module lets users set the depth of the service tree for each of the selected service. PHSS_30122: JAGae90387: The website redirects all requests that do not have a cookie set. The code in SIP that does the handshaking is unable to extract a cookie from the response when redirection occurs. JAGae96638: The Concorde reports webpage calls Javascript functions that are implemented in other script files. SIP does not provide a method for proxying URLs in script files. JAGaf00937: SIP does not provide a method for proxying URLs in script expressions. Resolution: JAGae90387: SIP has been modified to extract cookies from a response even if it is redirected to another location. JAGae96638: A new proxy mechanism for script files has been provided in SIP. To configure URLs in these files use the "ScriptHint" tag in the OVProxyConfig.xml file. The comments in OVProxyConfig.xml and OVProxyConfig.dtd files explain how to configure script hints. JAGaf00937: The new "ScriptHint" tag in OVProxyConfig.xml file can be used to configure proxies for URLs in script expressions. OVProxyConfig.xml has been modified to proxy OVPI reports correctly. PHSS_30026: SIP retrieves the service tree from Service Navigator as a Document Object Model (DOM). Whenever a request is made for the service tree by one of the modules, SIP goes through the service tree and replaces the labels for the services with the Display String configured in the current customer model. For a large service tree, this operation takes a significant amount of time. Resolution: Replacing labels with Display String has been moved to the last stage before displaying the services. This ensures that we are dealing with a service tree that is filtered using the customer model, thus a much smaller sized tree. Also, this enables us to reference the service tree instead of making a copy of it for each module. PHSS_29824: SIP gets notified of any status changes that happen to a service configured on the Service Navigator(OVO/UX) box. SIP then updates its internal Document Object Model (DOM) to reflect the change. It however failed to update the timestamp on the DOM. Since patch OVSIPNT_00024, certain objects have been maintaining their own private copies of the DOM which get updated when there is a difference in timestamps. Since the timestamp was never changed for the main DOM some classes failed to reflect the service status change. This prevented the Service Graph module from reflecting the status change. Resolution: Now SIP modifies the timestamp on the DOM whenever a status change happens. PHSS_29746: The code did not account for embedded spaces in its proxy lookup scheme. Resolution: The code has been modified to replace embedded spaces with the html encoding "%20" PHSS_29377: 1. When parsing a tag that has an entry in the OVProxyConfig.xml file, the proxy module only puts the specified attribute in the output html. 2. The proxy module does not modify attributes in applet or object tags. 3. By default the proxy module uses the text proxyer if it cannot find the content type for incoming data. This does not work if the incoming data is binary. Resolution: 1. The proxyer now modifies the specified attribute and puts out all the attributes in the output html. 2. Functionality has been added to proxy the applet and object tags. 3. The OVProxyType.xml file allows the user to specify the proxyer to use for a particular file type. PHSS_29323: The service tree is updated every 10 minutes. This value is hardcoded in the ServiceNavigator module. Resolution: The service tree refresh rate is now configurable through the SIPConfig GUI. This value can be configured in seconds. 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: 8606369863 8606361258 8606365469 8606355849 8606347055 8606321435 8606355196 8606343506 8606343010 8606341362 8606335584 8606329263 8606340017 8606333063 8606331663 8606323253 8606311348 8606309654 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/htdocs/javascript/ovpmModuleEditForm.js /opt/OV/SIP/htdocs/javascript/moduleEditForm.js /opt/OV/SIP/htdocs/C/manuals/OVPM/OVPM_Integration.pdf /opt/OV/SIP/htdocs/C/help/VPNavigator/graphEdit.html /opt/OV/SIP/htdocs/C/help/OVO/OVOEdit.html /opt/OV/SIP/htdocs/C/help/SIP/mgmtStationOVPM.html /opt/OV/SIP/htdocs/C/help/SIP/quickStart.html /opt/OV/SIP/htdocs/C/help/SIP/mgmtStationOVO.html /opt/OV/SIP/htdocs/C/help/OVPM/OVPMEdit.html /opt/OV/SIP/htdocs/C/help/OVPM/OVPMView.html /opt/OV/SIP/htdocs/C/help/OVPM/OVPMmods.gif /opt/OV/SIP/htdocs/C/images/icons/OVPmIcon.gif /opt/OV/SIP/registration/OVRegOVPM.xml /opt/OV/SIP/registration/defaults/OVDefaultOVPM.xml /opt/OV/SIP/conf/styles/ovpm_html.xsl /opt/OV/SIP/conf/styles/ovpmEdit_html.xsl /opt/OV/SIP/conf/styles/moduleEdit_html.xsl /opt/OV/SIP/conf/styles/ovoEdit_html.xsl /opt/OV/SIP/conf/styles/svcgraph_html.xsl /opt/OV/SIP/conf/styles/svcmodule_edit_html.xsl /opt/OV/SIP/conf/styles/ovo_html.xsl /opt/OV/SIP/conf/styles/ovoColored_html.xsl /opt/OV/SIP/conf/styles/ovo_pda.xsl /opt/OV/SIP/conf/styles/svcbrowser_html.xsl /opt/OV/SIP/conf/share/views/OVPM.dtd /opt/OV/SIP/conf/share/views/PortalView.dtd /opt/OV/SIP/conf/share/views/OVO.dtd /opt/OV/SIP/conf/share/modules/ovpm/OVPMModuleConfig.dtd /opt/OV/SIP/conf/share/modules/ovpm/OVPMModuleConfig.xml /opt/OV/SIP/conf/share/stations/mgmtStations.dtd /opt/OV/SIP/conf/share/stations/ovpmConfig.dtd /opt/OV/SIP/conf/share/stations/ovoConfig.dtd /opt/OV/SIP/conf/share/proxy/OVProxyConfig.xml /opt/OV/SIP/conf/share/proxy/OVProxyConfig.dtd /opt/OV/SIP/conf/share/proxy/OVProxyType.dtd /opt/OV/SIP/conf/share/proxy/OVProxyType.xml /opt/OV/SIP/cgi-bin/WindowsNT/ovow2sip.asp /opt/OV/SIP/webapps/ovportal/ovpm_en.properties /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/xml/OVOEditPage.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/filter/Organization.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/filter/SimpleCustomerModel.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/filter/SimpleCustomerModel$ReloadTask.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/filter/SCMHandler.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 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/filter/nm/DisplayFilter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/MgmtStationProperties.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_OVPM_componentAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioButtonOVPMHttp_ actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioButtonOVPMHttps_ actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioOvpmPlatform_ actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jCheckBoxUseAsOVPM_ actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_propertiesOK_ actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_propertiesCancel_ actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jCheckBoxUseAsOVIS_ actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioNNM61_ actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioNNM62or63_ actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioNNM631_ actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioNnmOS_ actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioOvoPlatform_ actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_NNM_focusAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_NNM_mouseAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_NNM_componentAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_OVO_componentAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_OVIS_componentAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_ReportingStation_ componentAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jButtonHelp_ actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioButtonOVISHttp_ actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioButtonOVISHttps_ actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jCheckBoxUseAsOVOSystem_ actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jCheckBoxUseAsSNSystem_ actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jCheckBoxOvowHttpsEnabled_ actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jCheckBoxUseAsNNM_ actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioButtonRShttp_ actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_ jCheckBoxUseAsReportingStation_actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioButtonRShttps_ actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jTextFieldOvowUrl_ actionAdapter.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/util/MgmtStationConfig.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/util/MgmtStationTimer.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/util/OVPMStation.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/util/OVOStation.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/util/UrlLogin.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/ovgeneric/GmGeneric.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/SvcServerConfigDoc.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/SvcGraphServlet.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/service/SvcGraph.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/service/SvcServiceConfigDoc.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/SvcGraphHandler.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/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/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/SvcServerConfig.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/service/SvcChangeListener_HTTP.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovpm/OvpmCalendar.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovpm/OvpmCollector.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovpm/ComponentDate.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovpm/HttpInfo.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovpm/InfoParser.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovpm/OvpmConnection.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovpm/OvpmIDs.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovpm/OvpmManager.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovpm/OvpmModuleConfig.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovpm/OvpmUtil.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovpm/OvpmServlet.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/SummaryView.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovo/SummaryViewConfig.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovo/OVOModuleEdit.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovo/ServiceSummaryViewConfig.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/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/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/proxy/OVProxyParser.class /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/OVProxyConfig.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/proxy/HintConfig.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/proxy/OVScriptProxyer.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/proxy/OVProxyParameters.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/proxy/OVProxyType.class /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/servlet/ImageServlet.class what(1) Output: HPOVSIP.OVSIP,fr=B.01.10,fa=HP-UX_B.11.00_32/64,v=HP: /opt/OV/SIP/htdocs/javascript/ovpmModuleEditForm.js: None /opt/OV/SIP/htdocs/javascript/moduleEditForm.js: None /opt/OV/SIP/htdocs/C/manuals/OVPM/OVPM_Integration.pdf: None /opt/OV/SIP/htdocs/C/help/VPNavigator/graphEdit.html: None /opt/OV/SIP/htdocs/C/help/OVO/OVOEdit.html: None /opt/OV/SIP/htdocs/C/help/SIP/mgmtStationOVPM.html: None /opt/OV/SIP/htdocs/C/help/SIP/quickStart.html: None /opt/OV/SIP/htdocs/C/help/SIP/mgmtStationOVO.html: None /opt/OV/SIP/htdocs/C/help/OVPM/OVPMEdit.html: None /opt/OV/SIP/htdocs/C/help/OVPM/OVPMView.html: None /opt/OV/SIP/htdocs/C/help/OVPM/OVPMmods.gif: None /opt/OV/SIP/htdocs/C/images/icons/OVPmIcon.gif: None /opt/OV/SIP/registration/OVRegOVPM.xml: None /opt/OV/SIP/registration/defaults/OVDefaultOVPM.xml: None /opt/OV/SIP/conf/styles/ovpm_html.xsl: None /opt/OV/SIP/conf/styles/ovpmEdit_html.xsl: None /opt/OV/SIP/conf/styles/moduleEdit_html.xsl: None /opt/OV/SIP/conf/styles/ovoEdit_html.xsl: None /opt/OV/SIP/conf/styles/svcgraph_html.xsl: None /opt/OV/SIP/conf/styles/svcmodule_edit_html.xsl: None /opt/OV/SIP/conf/styles/ovo_html.xsl: None /opt/OV/SIP/conf/styles/ovoColored_html.xsl: None /opt/OV/SIP/conf/styles/ovo_pda.xsl: None /opt/OV/SIP/conf/styles/svcbrowser_html.xsl: None /opt/OV/SIP/conf/share/views/OVPM.dtd: None /opt/OV/SIP/conf/share/views/PortalView.dtd: None /opt/OV/SIP/conf/share/views/OVO.dtd: None /opt/OV/SIP/conf/share/modules/ovpm/OVPMModuleConfig.dtd: None /opt/OV/SIP/conf/share/modules/ovpm/OVPMModuleConfig.xml: None /opt/OV/SIP/conf/share/stations/mgmtStations.dtd: None /opt/OV/SIP/conf/share/stations/ovpmConfig.dtd: None /opt/OV/SIP/conf/share/stations/ovoConfig.dtd: None /opt/OV/SIP/conf/share/proxy/OVProxyConfig.xml: None /opt/OV/SIP/conf/share/proxy/OVProxyConfig.dtd: None /opt/OV/SIP/conf/share/proxy/OVProxyType.dtd: None /opt/OV/SIP/conf/share/proxy/OVProxyType.xml: None /opt/OV/SIP/cgi-bin/WindowsNT/ovow2sip.asp: ovow2sip.asp $Revision: /main/ARUBA/15 $ /opt/OV/SIP/webapps/ovportal/ovpm_en.properties: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/xml/OVOEditPage.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/filter/Organization.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/filter/SimpleCustomerModel.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/filter/SimpleCustomerModel$ReloadTask.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/filter/SCMHandler.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 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/filter/nm/DisplayFilter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/MgmtStationProperties.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_OVPM_componentAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioButtonOVPMHttp_ actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioButtonOVPMHttps_ actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioOvpmPlatform_ actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jCheckBoxUseAsOVPM_ actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_propertiesOK_ actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_propertiesCancel_ actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jCheckBoxUseAsOVIS_ actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioNNM61_ actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioNNM62or63_ actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioNNM631_ actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioNnmOS_ actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioOvoPlatform_ actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_NNM_focusAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_NNM_mouseAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_NNM_componentAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_OVO_componentAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_OVIS_componentAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_ReportingStation_ componentAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jButtonHelp_ actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioButtonOVISHttp_ actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioButtonOVISHttps_ actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jCheckBoxUseAsOVOSystem_ actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jCheckBoxUseAsSNSystem_ actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jCheckBoxOvowHttpsEnabled_ actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jCheckBoxUseAsNNM_ actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioButtonRShttp_ actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_ jCheckBoxUseAsReportingStation_actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jRadioButtonRShttps_ actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/sipconfiggui/ MgmtStationProperties_jTextFieldOvowUrl_ actionAdapter.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/util/MgmtStationConfig.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/util/MgmtStationTimer.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/util/OVPMStation.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/util/OVOStation.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/util/UrlLogin.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/ovgeneric/GmGeneric.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/SvcServerConfigDoc.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/SvcGraphServlet.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/service/SvcGraph.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/service/SvcServiceConfigDoc.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/SvcGraphHandler.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/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/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/SvcServerConfig.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/service/SvcChangeListener_HTTP.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovpm/OvpmCalendar.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovpm/OvpmCollector.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovpm/ComponentDate.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovpm/HttpInfo.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovpm/InfoParser.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovpm/OvpmConnection.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovpm/OvpmIDs.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovpm/OvpmManager.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovpm/OvpmModuleConfig.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovpm/OvpmUtil.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovpm/OvpmServlet.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/SummaryView.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovo/SummaryViewConfig.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovo/OVOModuleEdit.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/modules/ovo/ServiceSummaryViewConfig.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/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/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/proxy/OVProxyParser.class: 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/OVProxyConfig.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/proxy/HintConfig.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/proxy/OVScriptProxyer.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/proxy/OVProxyParameters.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/proxy/OVProxyType.class: None /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/com/hp/ov/ portal/servlet/ImageServlet.class: None cksum(1) Output: HPOVSIP.OVSIP,fr=B.01.10,fa=HP-UX_B.11.00_32/64,v=HP: 3933424429 7861 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/servlet/ImageServlet.class 890684882 13152 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/proxy/OVProxyParser.class 3990568938 16426 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/proxy/OVHTMLProxyer.class 755637086 4960 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/proxy/OVProxyConfig.class 144820883 1242 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/proxy/HintConfig.class 2832360594 2502 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/proxy/OVScriptProxyer.class 3321809504 703 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/proxy/OVProxyParser$ ProxyException.class 3509798195 2973 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/proxy/ OVProxyParameters.class 2232085911 2277 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/proxy/OVProxyType.class 3884220161 34017 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/ovo/ OVOConnImpl_DB.class 2677701677 16401 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/ovo/ SummaryView.class 1698785870 2839 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/ovo/ SummaryViewConfig.class 1355497818 6947 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/ovo/ OVOModuleEdit.class 3477275130 4075 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/ovo/ ServiceSummaryViewConfig.class 863495964 7373 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/modules/ovo/ListView.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 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 1332240834 6595 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/ovpm/ OvpmCalendar.class 1746595379 3290 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/ovpm/ OvpmCollector.class 1346940233 1605 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/ovpm/ ComponentDate.class 2509539707 796 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/modules/ovpm/HttpInfo.class 2187242784 4426 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/ovpm/ InfoParser.class 3862972701 15396 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/ovpm/ OvpmConnection.class 3804022135 9902 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/ovpm/OvpmIDs.class 2165589956 25400 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/ovpm/ OvpmManager.class 1383387682 4339 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/ovpm/ OvpmModuleConfig.class 4114815853 6896 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/ovpm/OvpmUtil.class 2614291027 9728 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/ovpm/ OvpmServlet.class 4278278027 7529 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/service/ ServiceTreeAdapter.class 2034959057 5387 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/service/ SvcServiceFilter.class 3768517810 5584 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/service/ SvcServerConfigDoc.class 1113288347 14307 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/service/ SvcBrowserDrillDownServlet.class 3293150034 18533 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/service/ SvcGraphServlet.class 2799505674 2842 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/service/ SvcGraph.class 112033368 1534 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/modules/service/SvcDocLabels.class 3698825705 8315 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/service/ SvcServiceConfigDoc.class 2509793558 6996 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/service/ SvcListHandler.class 2616172158 7309 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/service/ SvcGraphHandler.class 2234591109 5521 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/service/ SvcSearchHandler.class 3070559996 13581 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/service/ SvcCardServlet.class 2863161204 9849 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/service/ SvcCustomServlet.class 2574693753 32291 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/service/ SvcHealthServlet.class 3750753859 13599 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/service/ SvcListServlet.class 2699963708 2869 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/service/ SvcServerConfig.class 2997392946 2124 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/service/ SvcChangeListener_HTTP.class 266435531 20240 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/modules/ovgeneric/ GmGeneric.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 18544084 23087 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/util/MgmtStationConfig.class 4280770456 569 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/util/MgmtStationTimer.class 1535564021 2158 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/util/OVPMStation.class 1257584696 7647 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/util/OVOStation.class 635964193 5126 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/util/UrlLogin.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 1755202907 37506 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/sipconfiggui/ MgmtStationProperties.class 617397141 633 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_OVPM_componentAdapter.class 1349047815 683 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_jRadioButtonOVPMHttp_ actionAdapter.class 574872463 685 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_jRadioButtonOVPMHttps_ actionAdapter.class 2417725644 679 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_jRadioOvpmPlatform_ actionAdapter.class 1310255591 679 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_jCheckBoxUseAsOVPM_ actionAdapter.class 3421100516 667 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_propertiesOK_ actionAdapter.class 1515602198 675 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_propertiesCancel_ actionAdapter.class 547944663 679 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_jCheckBoxUseAsOVIS_ actionAdapter.class 1812948787 665 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_jRadioNNM61_ actionAdapter.class 2936679273 673 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_jRadioNNM62or63_ actionAdapter.class 2416722596 667 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_jRadioNNM631_ actionAdapter.class 1568334583 665 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_jRadioNnmOS_ actionAdapter.class 2062630439 677 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_jRadioOvoPlatform_ actionAdapter.class 4267530186 430 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_NNM_focusAdapter.class 3414169971 430 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_NNM_mouseAdapter.class 3195837531 631 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_NNM_componentAdapter.class 3933997629 631 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_OVO_componentAdapter.class 592803352 633 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_OVIS_componentAdapter.class 1461050644 657 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_ReportingStation_ componentAdapter.class 2587034540 665 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_jButtonHelp_ actionAdapter.class 2330534949 683 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_jRadioButtonOVISHttp_ actionAdapter.class 431962405 685 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_jRadioButtonOVISHttps_ actionAdapter.class 1545733188 689 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_jCheckBoxUseAsOVOSystem_ actionAdapter.class 1559234728 687 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_jCheckBoxUseAsSNSystem_ actionAdapter.class 2067401285 693 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_jCheckBoxOvowHttpsEnabled_ actionAdapter.class 2384076893 677 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_jCheckBoxUseAsNNM_ actionAdapter.class 336778220 679 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_jRadioButtonRShttp_ actionAdapter.class 1193159796 703 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_ jCheckBoxUseAsReportingStation_actionAdapter.class 2062747640 681 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_jRadioButtonRShttps_ actionAdapter.class 347623287 677 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/sipconfiggui/ MgmtStationProperties_jTextFieldOvowUrl_ actionAdapter.class 1474281599 11519 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/filter/Organization.class 1430238705 15761 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/filter/ SimpleCustomerModel.class 4171710464 822 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/filter/SimpleCustomerModel$ ReloadTask.class 93997698 8726 /opt/OV/SIP/webapps/ovportal/WEB-INF/classes/ com/hp/ov/portal/filter/nm/DisplayFilter.class 1757489243 8781 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/filter/SCMHandler.class 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 3041028516 2468 /opt/OV/SIP/webapps/ovportal/WEB-INF/ classes/com/hp/ov/portal/xml/OVOEditPage.class 3955724648 6817 /opt/OV/SIP/webapps/ovportal/ ovpm_en.properties 3143269248 112886 /opt/OV/SIP/cgi-bin/WindowsNT/ovow2sip.asp 2456950090 7226 /opt/OV/SIP/conf/share/proxy/ OVProxyConfig.xml 2666679743 5798 /opt/OV/SIP/conf/share/proxy/ OVProxyConfig.dtd 3275784197 1154 /opt/OV/SIP/conf/share/proxy/OVProxyType.dtd 3769470080 235 /opt/OV/SIP/conf/share/proxy/OVProxyType.xml 1028997864 3732 /opt/OV/SIP/conf/share/stations/ mgmtStations.dtd 350303117 2234 /opt/OV/SIP/conf/share/stations/ ovpmConfig.dtd 2785082816 7201 /opt/OV/SIP/conf/share/stations/ ovoConfig.dtd 2758178392 921 /opt/OV/SIP/conf/share/modules/ovpm/ OVPMModuleConfig.dtd 78959974 1348 /opt/OV/SIP/conf/share/modules/ovpm/ OVPMModuleConfig.xml 1036916975 595 /opt/OV/SIP/conf/share/views/OVPM.dtd 3083875410 2865 /opt/OV/SIP/conf/share/views/PortalView.dtd 1892303060 3476 /opt/OV/SIP/conf/share/views/OVO.dtd 2798217564 6704 /opt/OV/SIP/conf/styles/ovpm_html.xsl 284389931 29316 /opt/OV/SIP/conf/styles/ovpmEdit_html.xsl 1963226711 9663 /opt/OV/SIP/conf/styles/moduleEdit_html.xsl 3173168297 5269 /opt/OV/SIP/conf/styles/ovoEdit_html.xsl 3251629752 9394 /opt/OV/SIP/conf/styles/svcgraph_html.xsl 3289934098 19848 /opt/OV/SIP/conf/styles/ svcmodule_edit_html.xsl 3942640322 41541 /opt/OV/SIP/conf/styles/ovo_html.xsl 3290265052 19018 /opt/OV/SIP/conf/styles/ovoColored_html.xsl 1150778946 3832 /opt/OV/SIP/conf/styles/ovo_pda.xsl 1188916970 32899 /opt/OV/SIP/conf/styles/svcbrowser_html.xsl 1404369912 836 /opt/OV/SIP/registration/OVRegOVPM.xml 4030385315 199 /opt/OV/SIP/registration/defaults/ OVDefaultOVPM.xml 2383839723 2001 /opt/OV/SIP/htdocs/C/images/icons/ OVPmIcon.gif 3579500872 13140 /opt/OV/SIP/htdocs/C/help/OVPM/ OVPMEdit.html 1983327009 783 /opt/OV/SIP/htdocs/C/help/OVPM/OVPMView.html 3023781471 20117 /opt/OV/SIP/htdocs/C/help/OVPM/OVPMmods.gif 2483131415 1510 /opt/OV/SIP/htdocs/C/help/SIP/ mgmtStationOVPM.html 2215923693 3530 /opt/OV/SIP/htdocs/C/help/SIP/ quickStart.html 1609538235 3753 /opt/OV/SIP/htdocs/C/help/SIP/ mgmtStationOVO.html 3385824181 3485 /opt/OV/SIP/htdocs/C/help/OVO/OVOEdit.html 2441457217 3759 /opt/OV/SIP/htdocs/C/help/VPNavigator/ graphEdit.html 1788336533 340611 /opt/OV/SIP/htdocs/C/manuals/OVPM/ OVPM_Integration.pdf 1824080309 14050 /opt/OV/SIP/htdocs/javascript/ ovpmModuleEditForm.js 657772204 10884 /opt/OV/SIP/htdocs/javascript/ moduleEditForm.js Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_30758 PHSS_30757 PHSS_30663 PHSS_30455 PHSS_30454 PHSS_30221 PHSS_30122 PHSS_30026 PHSS_29824 PHSS_29746 PHSS_29377 PHSS_29323 PHSS_29156 PHSS_29026 PHSS_29008 PHSS_28987 PHSS_28768 Equivalent Patches: OVSIPSOL_00047: sparcSOL: 2.6 2.7 2.8 OVSIPNT_00046: intelWIN2000: 1.00 Patch Package Size: 830 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_31215 5. Run swinstall to install the patch: swinstall -x autoreboot=true -x patch_match_target=true \ -s /tmp/PHSS_31215.depot By default swinstall will archive the original software in /var/adm/sw/save/PHSS_31215. 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_31215.text file is available in the product readme: swlist -l product -a readme -d @ /tmp/PHSS_31215.depot To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHSS_31215.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_31215.text file to /opt/OV/SIP/patches. Please make sure this file is in /tmp before installation. ======================================================== PHSS_31215: 8606355849: For the OVO/W portion of this patch to be effective, the new version of ovow2sip.asp must be copied over to each OVO/Windows management station. After installation of this patch, online documentation in the form of a PDF file is made available for the OVPM module under $OVSIP/htdocs/C/manuals/OVPM/OVPM_Integration.pdf. The SIP Admin pages have been enhanced to include help for the associated OVPM module add and edit pages. 8606343506: This patch enhances SIP to allow specification of a separate OVO/UX database host. In order to specify a db host, visit the SIP Config GUI OVO/SN tab for OVO/SN stations and add the appropriate db host name in the field indicated. Alternately, read the ovoConfig.dtd specification for database host name and update the mgmtStations.xml file appropriately. This patch modifies the OVProxyConfig.xml file in the conf/share/proxy directory. If you have made any changes to this file, please take a backup of the file before installing the patch. Once the patch is installed, add the changes to the new OVProxyConfig.xml file. Please note that the tag ... in the Default entries has been changed to ... So if any child elements of this tag were modified or new elements added, then those modifications should now be done to the ScriptHint tag. 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. Before installing the patch, take a backup of the mgmtStation.xml file located in the conf/share/stations/ directory under the SIP installation. If any management station is configured in SIP after installing the patch, the format of the mgmtStation.xml file changes. If the patch is then removed, the backup version of the mgmtStation.xml should be replaced after the patch gets uninstalled.