HP Operations Smart Plug-in for Oracle Application Server Release Notes

for HP Operations Manager for Windows®


Software version: 7.04

Publication date: January 2011

This document is an overview of the changes made to HP Operations Smart Plug-in for Oracle Application Server (Oracle AS SPI) for HP Operations Manager for Windows 9.00. It contains important information that is not included in manuals or Online Help. You can find the following information in this document:

What's New in This Release?
Installation Notes
Enhancements and Fixes
Known Problems, Limitations, and Workarounds
Documentation Updates
Support
Legal Notices

Hidden Text

To simplify navigation, individual Enhancement and Fix items are hidden until you click the link to expand the collapsed text.

Hidden text example

This text was hidden. Now it is visible. Click the link to hide the text.

Hidden text does not print. To print this document, you can expand selected links before you print or click the Show All button to expand all links. If you use Assistive Technology Tools, activate the Show All button to display all text.

What's New in This Release?

HP Operations Smart Plug-in for Windows 9.00 supports the new instance-based licensing. In addition it continues to support tier-based licensing.

Installation Notes

Installation requirements, as well as instructions for installing Oracle AS SPI, are documented in the HP Operations Smart Plug-in for Oracle Application Server Installation and Configuration Guide provided in PDF (.pdf) format. You can find the Installation and Configuration Guide on the product installation media in the Documentation directory.

Support Matrix

You can find the Support Matrix for this product that lists all software and hardware requirements at this location: http://support.openview.hp.com/selfsolve/document/KM323488.

Note: Most of the support areas require that you register as an HP Passport user and sign in. Many also require an active support contract. To find more information about support access levels, go to: Access levels.

To register for an HP Passport ID, go to: HP Passport Registration.

Enhancements and Fixes

To display details about each software enhancement or fix, click the reference number link to go to the HP Software Support web site. The first time you click a link, you must enter your HP passport information. To set up your passport profile, go to: HP Support.

Fixes

QCCR1A112923: SiteConfig does not get deployed on nodes in clustered Management Server.

QCCR1A107581: OASSPI 7.0 : Collection does not work on Oracle 10.1.2.

QCCR1A114453: Metric 0001 alert does not work as expected.

QCCR1A107795: The script wasspi_perl_su fails on AIX node.

QCCR1A110084: The Oracle Application Server SPI 7.x does not support Instance based licensing.

QCCR1A107796: The files ovosysdetect_WBSSPI.pl and ovosysdetect_WBSSPIRemote.pl fails to execute on AIX nodes.

QCCR1A107580: OASSPI 7.0 : Unable to run discovery on OAS 10.1.2.0.2.

Known Problems, Limitations, and Workarounds

This release contains the following unresolved problems. Workarounds are provided wherever applicable. Click on the problem statement to see the complete description.

Error message appears if the instrumentation files of more than one Web Application Server SPI are deployed on the same node

PROBLEM: If the instrumentation files of more than one Web Application Server SPI are deployed on the same node, an error message (File name collision detected) appears in the HPOM message browser whenever a multiple occurrence of an instrumentation file is identified.

Error message appears when the instrumentation files of the Oracle AS SPI and SHS component are deployed on the same node

PROBLEM: When the instrumentation files of the Oracle AS SPI and SHS component are deployed on the same node, an error message (File name collision detected) appears in the HPOM message browser whenever a multiple occurrence of XMLParser.pm is identified. This does not affect the configuration. You can ignore this error message.

Policy is not deployed if you install the same version of the policy twice

PROBLEM: If you install the same version of a policy twice, the policy is not deployed and the discovery process stops. The policy name is preceded by '*'.
WORKAROUND: Select Policy Management –> Agent policies grouped by type. Select the policy which was installed twice. Right-click the policy and select All Tasks –> Remove the Latest version.

Two policy groups are present after upgrading from OVOW 7.5_spi2006.1 to OMW8.1_spi2008.1

PROBLEM: Upgrading from OVOW 7.5_spi2006.1 to OMW8.1_spi2008.1 leads to the presence of two policy groups namely SPI for Oracle AS (new) and SPI for Oracle Application Server (old).
WORKAROUND: Manually delete the policy group named SPI for Oracle Application Server.

Discovery, Discover or Configure OASSPI tool hangs

PROBLEM: The Discovery policy, the Discover or Configure OASSPI tool hangs.
CAUSE: When you run any of these components the configuration file is locked so that the file cannot be overwritten. If you select STOP in the Console Status window or these components are stopped while running because of any other reason (for example, a failover), the lock is not removed from the configuration file. When you start any of these components again, the component waits for the lock to be removed before it can continue.
WORKAROUND: Remove the lock directory on the management server: <OvOWShareInstallDir>\SPI-Share\wasspi\oas\conf\SiteConfig.lock where <OvOWShareInstallDir> is typically (for HPOM for Windows 9.00) C:\Documents and Settings\All Users\Application Data\HP\HP BTO Software\shared. The locking mechanism automatically deletes the lock directory after two hours.

The output file created by Self-Healing Info tool is hidden

PROBLEM: When the Self-Healing Info tool is run on a Windows managed node, the output file may be hidden.
WORKAROUND: If you do not see the file, perform the following on the managed node:
  1. Open Windows Explorer.
  2. From the Tools menu, select Folder Options.
  3. Click on the View tab.
  4. Under Hidden files and folders, select Show hidden files and folders.

On a Solaris managed node, the ddflog and dsilog processes hang

PROBLEM: On a Solaris managed node, the ddflog and dsilog processes hang. The error message
WASSPI-1: Unable to create the lock file /var/opt/OV/wasspi/oas/datalog/ddflog.lck. File already exists. is reported and running the command ps –l shows that the ddflog_coda and ddflog or dsilog processes are hung.
WORKAROUND: On each Solaris managed node on which the problem occurs, do the following:
  1. In the /var/opt/OV/wasspi/oas/conf/SPIConfig file, set the DATA_LOGGING_EXECUTABLE_NAME
    property after the “#--------- Dynamic definitions -----------“ entry. This property explicitly sets the data logging program that is used (normally, the collector automatically determines the data logging program to use). If you are running OVPA, set the DATA_LOGGING_EXECUTABLE_NAME property to the value /opt/perf/bin/dsilog. If you are running CODA, set the property to the value /opt/OV/bin/OpC/monitor/ddflog_coda.
  2. Kill the hung ddflog_coda and ddflog or dsilog processes. Example excerpt from the SPIConfig file after setting the property:
    UDM_GRAPH_CAPACITY=50000
    UDM_PERF_CAPACITY=50000
    #--------- Dynamic definitions -----------
    DATA_LOGGING_ENABLED=TRUE
    DATA_LOGGING_EXECUTABLE_NAME=/opt/perf/bin/dsilog

Error message appears for managed nodes running Red Hat Linux 4

PROBLEM: For a managed node running Red Hat Linux 4 or SuSe Linux 9.1or 9.2, both discovery and metric threshold monitor alarming or one of them is not functioning and the following error message is found in the SPI error log:
*** glibc detected *** double free or corruption: 0x0937d008 ***
WORKAROUND: On the OVO agent, set the MALLOC_CHECK_ environment variable to 0 (zero) and restart the agent.

The uninstallation process does not uninstall Oracle AS SPI completely

PROBLEM: In a cluster environment, the uninstallation process may not remove the SPI for Oracle Application Server tool group, policy group, and some policies.
WORKAROUND: Manually delete the tool group, policy group and policies from the management server console.

Discovery success message is not coming to the HPOM for Windows 9.00 server

PROBLEM: When discovery is triggered, Oracle Application Server discovery success message does not come to the HPOM for Windows 9.00 server.
WORKAROUND: To check the status of discovery, see the service map.


Limitations

Documentation Updates

The first page of this release notes document contains the following identifying information:

To check for recent updates or to verify that you are using the most recent edition, visit this URL: HP Software Product Manuals

To retrieve a document, select the:

  1. Product name.
  2. Version list.
  3. Operating System.
  4. Preferred Language.
  5. Document title.
  6. Click Search.

You must have Adobe Reader installed to view files in PDF format (*.pdf). To download Adobe Reader, go to the Adobe web site.

HP Software Support

This web site provides contact information and details about the products, services, and support that HP Software offers. For more information, visit the HP Support web site at: HP Software Support Online.

HP Software support provides customer self-solve capabilities. It provides a fast and efficient way to access interactive technical support tools needed to manage your business. As a valued support customer, you can benefit by being able to:

To access the Self-solve knowledge base, visit the Self-solve knowledge search home page.

Note: Most of the support areas require that you register as an HP Passport user and sign in. Many also require an active support contract. To find more information about support access levels, go to: Access levels.

To register for an HP Passport ID, go to: HP Passport Registration.

Legal Notices

©Copyright 2006-2011 Hewlett-Packard Development Company, L.P.

Confidential computer software. Valid license from HP required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license.

The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein.

The information contained herein is subject to change without notice.

Trademark Notices

Oracle and Java are registered trademarks of Oracle and/or its affiliates.
Windows® is U.S. registered trademark of Microsoft Corporation.
Adobe® is a trademark of Adobe Systems Incorporated.