This text was hidden. Now it is visible. Click the link to hide the text.
This document is an overview of the features in HP Operations Systems Infrastructure Smart Plug-ins (SI SPI). It contains important information that is not included in the manuals or the online help. You can find information about the following in this document:
What's
New in This Release
Supported
Environments
Installation
Notes
Enhancements
and Fixes
Known
Problems, Limitations, and Workarounds
Documentation
Updates
Localization Support
Support
Legal
Notices
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.
HP Operations Smart Plug-in for Systems Infrastructure contains the following feature enhancements:
For information about customer-related enhancements and software fixes, see Enhancements and Fixes.
Before installing SI SPI, make sure that your system meets the following minimum requirements for HPOM management server and managed nodes.
To know about the supported operating system architectures, supported operating system release versions, and for recent updates, go to the support matrix URL: HP Software Support Matrix.
The Infrastructure SPIs are supported on HPOM for Windows, HP-UX, Linux, and Solaris operating systems. The following table lists HPOM requirements and the HP Software products you must install on the management server. The patches mentioned are the minimum applicable level. Always apply the latest available patches.
Product Name | Operating System | Versions Supported | Patch/ Hot fix |
---|---|---|---|
HP Operations Manager | Windows | 9.00 | OMW_00120 |
8.16 | OMW_00121 | ||
HP-UX | 9.10 | PHSS_41692 | |
9.00 | PHSS_41175 | ||
Linux | 9.10 | OML_0043 | |
9.00 |
OML_00034 | ||
Solaris |
9.10 |
ITOSOL_00772 | |
9.00 |
ITOSOL_00748 | ||
HP Performance Manager (to view graphs) | Windows |
9.00 |
- |
8.20 |
- |
||
HP-UX |
9.00 |
- |
|
8.20 |
- |
||
Solaris |
9.00 |
- |
|
8.20 |
- |
||
Linux |
9.00 |
- |
|
8.21 | - | ||
HP Reporter (to view reports) | Windows | 3.90 | - |
3.80 | - |
* Contact HP Support to obtain the hotfix.
The Infrastructure SPIs support nodes running Windows, AIX, Linux, HP-UX, or Solaris operating systems. The following table lists the agent versions that you must deploy on the managed nodes. Install the latest patch available for the agents.
Product Name | Version Supported |
---|---|
HP Operations Agent | 11.02 + Hotfixes (QCCR1A128620 & QCCR1A131518) |
HP Operations Agent | 8.60 + Patches and Hotfixes |
HP Performance Agent | 5.00 + Patches and Hotfixes |
To install Infrastructure SPIs, version 2.01, follow these steps:
Note - Install Infrastructure SPIs version 2.00 from the media before you install Infrastructure SPIs version 2.01.
The search result includes links to download the files.
For more information, see the patch text to install the Infrastructure SPIs on the HPOM management server.
About upgrading Infrastructure SPIs from earlier versions, see HP Operations Smart Plug-in for Infrastructure Installation Guide.
Management Server | Component | Space Required (in MBs) |
---|---|---|
HP Operations Manager for HP-UX 9.10 | Infrastructure SPI | 92.2 |
Infrastructure SPI with Graphs package | 92.5 | |
HP Operations Manager for Linux 9.10 | Infrastructure SPI | 69.2 |
Infrastructure SPI with Graphs package | 69.5 | |
HP Operations Manager for Solaris 9.10 | Infrastructure SPI | 69.2 |
Infrastructure SPI with Graphs package | 69.5 | |
HP Operations Manager for Windows 9.00 | Infrastructure SPI | 47.9 |
Infrastructure SPI with Graphs package | 48.2 | |
Infrastructure SPI with Reports and Graphs package (available only with HPOM for Windows 8.16) | 54.4 |
The following CRs (identified by reference number) are fixed in the current software release. You can view details about each software enhancement or fix using the reference number from the HP Software Support Online. You need a HP passport to access this web site. To set up your passport profile, go to: HP Support.
For the list of defects that are fixed in this release, see the Infrastructure SPI 2.01 patch text.
This release of SI SPI has the following limitations:
For SI SPI:
Workaround: Increase the agtrep time out on the node using the following command:
ovconfchg -ns agtrep -set ACTION_TIMEOUT 30
Workaround: Follow these steps:
- Create a copy of SI-UnixSnmpdProcessMonitor policy.
- Modify the process name from snmpd to snmpdm and save this policy.
- Deploy the new policy to the HP-UX nodes.
Workaround: SI SPI supports policies and tools for alternative, non-root user on HTTPS agents. The following policies fail to work on RHEL and SLES systems:
- SI-LinuxBootLog
- SI-LinuxSecureLog
- SI-LinuxKernelLog 2
To enable alerts for log monitoring for Infrastructure SPIs on non-root agents, follow these steps:
- Update the permission of the required log files with the following command:
For RHEL:
chmod 444 /var/log/messages
chmod 444 /var/log/boot.log
chmod 444 /var/log/secureFor SLES:
chmod 444 /var/log/messages
chmod 444 /var/log/boot.log- Update the permission of OVBBCCB and OPCLE process with the following command:
chmod 4555 /opt/OV/bin/ovbbccb
chmod 4555 /opt/OV/lbin/eaagt/opcle- Switch to Non-root user by running the following command:
su - <non-root user name>
- Restart ovc by running the following commands:
ovc -stop
ovc -start- To check the status of all process, run the command
OVC
. It displays all process up and running, without any process shown as stopped.
Workaround: Before you edit or customize the instrumentation scripts, remove the Ctrl-M(^M) characters using the following OS command:
- On HP-UX, Solaris, Linux, and AIX system run the following command: sed –i “s/^M//g”
Note that ^M is NOT SHIFT+6 + M. Type CTRL+V+M to enter the command.
- Alternatively, on Linux system you can run the following: dos2unix (or other such utility on the scripts).
Workaround: To manually update the heartbeat polling protocol for the SNMP node to ICMP, follow these steps:
- In the HPOM for Windows management server console, right-click the SNMP node.
- Choose Properties from the pop-up menu.
- Select the Network tab.
- Under Heartbeat Polling, change the value of Polling to custom and the value of Ping Protocol to ICMP Only.
- Click Apply and then click OK.
- Replace
#!/bin/sh
in the script by#!/usr/xpg4/bin/sh
.- If needed, repeat step a) in the following script:
/etc/opt/OV/share/conf/OpC/mgmt_sv/integration/*/*/cvp
_*.sh
Note:/usr/xpg4/bin/sh
should be available on all Solaris systems because it is used in all the OM script (e.g. in/opt/OV/bin/OpC
).
- Undeploy the policy from the Windows node.
- Run the following command on the OM server to recycle the coda files on the Windows node:
ovdeploy -cmd "ovc -stop coda && del \"%ovdatadir%\datafiles\coda*\" && ovc -start coda" -host < windows node name>
- Deploy the 201.0000 version of the policy on the Windows node.
For HP Operations Agent:
The following documentation is available for Systems Infrastructure SPI:
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:
You must have Adobe Reader installed to view files in PDF format (*.pdf). To download Adobe Reader, go to the Adobe web site.
HP supplies Infrastructure SPI localized software and documentation in these languages:
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.
©Copyright 2012 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.
Adobe® is a trademark of Adobe Systems Incorporated.
Microsoft® and Windows® are U.S. registered trademarks of Microsoft Corporation.
UNIX® is a registered trademark of The Open Group.
Java is a registered trademark of Oracle and/or its affiliates.