OpenHPI 2.7.3 has been released (12/21/2006)
This release brings new IPMI and BladeCenter plugin features, plus a couple of useful library public functions:
Improvements to BladeCenter BCHT support
Made IPMIDirect's LED and fan ATCA support compliant to the HPI-ATCA mapping specification
Added oHpi public functions as an aid to associate resources from different plugins
For a complete list of 2.7.3 bugs and features, take a look at the changelog.
OpenHPI 2.7.2 has been released (12/01/2006)
With this release comes a new way of using HPI domains. It also contains a fix in the utilities library for MIPS targets. Here is the summary of the features:
Configurable HPI domains - Domains used to be totally controlled by the plugins. Some plugins just reported their resources in a separate domain if configured to do so, but there was no significant use of tier or peer domains. Now domains are configured through the openhpi.conf file adding flexibility to how resources are grouped and lifting the unnecessary domain burden from the plugin developers. Take a look at openhpi.conf.example for more information.
IPMIDirect enhancements - Added alarm LEDs, watchdogs, and intel logic.
For a complete list of 2.7.2 bugs and features, take a look at the changelog.
OpenHPI 2.7.1 has been released! (11/03/2006)
The second development release since 2.6 is out on Sourceforge.net. Go and try it out. Most of the changes in this release are new feauteres. Here is the summary:
Plugin lines removed from openhpi.conf - You don't need to specify the plugin separate from the plugin handler anymore. The code now loads plugins accordingly based on the plugin handlers specified. This should help make the configuration file a lot easier to work in.
Unblocked events during discovery - A new method for reporting events has been added which allows events to surface even if discovery is still in progress on any one plugin handler. This means shorter delays for you in receiving events during initial discovery.
BladeCenter HS21 support enhancement - Support for HS21 blade threshold event format.
For a complete list of 2.7.1 bugs and features, take a look at the changelog.
OpenHPI 2.7.0 has been released! (10/06/2006)
2.7.0 is out. Starring, two main enhancements in this release:
Event reporting enhancement - The mechanism used by the plugins to report events has been enhanced in order to simplify it, promote compliant event reporting, and to avoid asimilating resources before all of its RDRs (Resource Data Records) are known to the HPI instance. This way, when a resource shows up for a user, it is complete with all of its records.
Event injection enhancement - We have worked to improve our way to inject events into OpenHPI for testing purposes. Linux queues were the previous method used but it had problems one of them being ease of use. We have added an extra api to oHpi.h (OpenHPI's header for implementation specific extensions of its own) which any plugin can implement, therefore making event injection easier and extensible to all plugins, not just the simulator. This allows injection of an event into a specific plugin through one function call.
For a complete list of 2.7.0 bugs and features, take a look at the changelog.
OpenHPI 2.6.2 has been released! (09/15/2006)
OpenHPI 2.6 underwent intense conformance testing using the SAFTest suite. The result is 2.6.2.
Some highlights:
- Plugins now build correctly whether the daemon is enabled or not
There was a deadlock issue found in SaHpiEventLogTimeSet that has been fixed.
- The domain event log now properly represents absolute and relative times
- The simulator plugin received much improvement during conformance testing. Better support for recording power, timeout, and hotswap state has been added.
- ...and many more bug fixes. Check the changelogs
For a complete list of 2.6.2 bugs and features, take a look at the 2.6.1 and 2.6.2 changelogs.
SNMP Subagent 2.3.4 has been released (09/13/06)
An updated OpenHPI SNMP Subagent, version 2.3.4, was released with a much needed update of the SAF MIB files.
MIB files have been updated to latest version available from the SAF
- Installation now also installs the needed mibs under $prefix/share/snmp/mibs
- Patched up to work with OpenHPI 2.6 latest stable.
PyOpenHPI - OpenHPI wrapper for Python programs! (9/1/2006)
Yes, you heard right. The OpenHPI team presents its python binding module. There is no official release for this yet, but you can get it from the subversion repository. Even though this is in beta state, the module already features all of the APIs made available through libopenhpi and the very handy libopenhpiutils.
We would very much like to know what people think of this python module. So check it out, take a look at and try the examples. Make sure you read the README file before you start as there is some good information about usage and system requirements for building the module. I think you'll be surprised by how well the APIs have been adapted to python, but you be the final judge on that.
Assuming you have subversion installed, type the following to checkout the PyOpenHPI python module:
svn co https://svn.sourceforge.net/svnroot/openhpi/python/trunk pyopenhpi
Enjoy and post your impressions on the mailing list.
OpenHPI 2.6.0 has been released! (7/31/2006)
The 2.6.0 stable release is available on SourceForge (http://sourceforge.net/projects/openhpi). This version places the OpenHPI daemon as the standard way to get HPI data. The old non-daemon configuration is still available for debugging purposes, but you have to recompile the library with the right options, and it will not be the supported way for using OpenHPI.
Various features had been added to the 2.5.x development line for this release including:
Blade Center Telco H support
IPMI ATCA support
Blade Center topology is now "ATCA topology friendly"
More blade sensors supported
PowerPC support
Unicode text buffer validation added
Highlights for 2.6.0 are:
Persistence of Domain Alarm Table - Alarms are now persisted to disk per domain. This feature has to be enabled in openhpi.conf.
Hotswap management enhancements - More plugin abi functions where added to give them a better control over insertion and extraction events.
Daemon enhancements - The daemon is the standard way to use OpenHPI now. The advantage of the daemon is that you now have a default installation in which automatic discovery starts out much earlier regardless of any client connection. It also allows multiple connections to see the exact same HPI domain from different places in the network. Also, the daemon now logs to /var/log/messages for any error condition.
Blade Center plugin improvements - Added blade bmc reset control and made blade operational sensors readable.
For a complete list of 2.6.0 bugs and features, take a look at the changelog.
OpenHPI 2.5.2 released! (6/13/2006)
2.5.2 is out the door. A lot of clean up has been done in several areas to make the code nimbler and more bug-free. Note that for this release, threaded mode is always on. The option to choose otherwise has been eliminated. This is to prepare for a related change coming in 2.6.x concerning the integration of the standard core library into the daemon.
Highlights are:
Blade Center H support - Yes, support for the new blade center model is already in OpenHPI through the snmp_bc plugin.
More blade sensors - snmp_bc has added code to detect additional sensors (see changelog for details).
Client programs cleaned up - Obsolete programs deleted. hpiel was revamped and now accepts long-style options. The rest of the client programs will follow this trend in future releases.
Fixed client library connection bug - Default timeout for connections to the daemon is now unlimited. Used to be 30 minutes unless you specified a different one when running openhpid.
Code cleanup - Thanks to patches from the community, there where a couple of HPI conformance bugs fixed, better error checking added, and other build related issues ironed out.
For a complete list of 2.5.2 bugs and features, take a look at the changelog.
OpenHPI 2.5.1 development release (5/04/2006)
OpenHPI 2.5.1 is out on sourceforge. Get it and give us your feedback. This release serves as the development base for a couple of major changes coming for 2.6 which include a revamped multi-domain handling that takes the load off of the plugin developers, and an exclusive client/server oriented architecture. 2.5.1 rolls out with SNMPv3-related added features, hotswap improvements, UTF-16 validation support, stronger testing for annunciators, a more sculpted daemon, and several bugs caught and fixed.
Highlights:
Blade Center - support for snmpv3 added parameters, managed hotswap support, MM standby support, targeted discovery enhancing performance
Core library - UTF-16 string validation, annunciator utility bugs fixed, hotswap policy cancel abi added.
Build system - SNMP wrappers more selectively built, better cflag filtering
Daemon - better suited for running in threaded mode. memory leak fixed in client library.
For a complete list of 2.5.1 bugs and features, take a look at the changelog.
OpenHPI 2.5.0 development release (3/24/2006)
This is a development release based on the latest stable which has several bugfixes and includes a more robust BladeCenter plugin.
Highlights:
ATCA-HPI support now added to utilities - These utilities are used both internally and externally
PowerPC plugin (RTAS) supports inventory (vpd) reading, resource functions, and power off
For a complete list of 2.5.0 bugs and features, take a look at the changelog.
New Stable Version OpenHPI 2.4.0 is released! (2/12/2006)
OpenHPI presents the new stable version 2.4.0. This is the first stable release of the year after having gone through the maturing development release cycles of 2.3.x, and paves the way for 2.6 around mid-year which will incorporate some big changes like better multi-domain configurability and an exclusive client-server infrastructure for added conformance to HPI. In this release, you will find:
PowerPC plugin using RTAS interface (BETA stage) - reading of sensors is supported
ATCA-HPI mapping support added to OpenIPMI plugin
Installation of HPI daemon as an init.d service
- ..and many bug fixes. See the changelog for details
For a complete list of 2.4.0 bugs and features, take a look at the changelog.
OpenHPI 2.3.1 Development Release is out! (1/12/2006)
Happy New Year 2006! The OpenHPI Team welcomed the new year with a new 2.3.1 development release. Bugs have been fixed in the core library that came out of conformance testing. The Blade Center plugin went through some live testing where several bugs were found and fixed, along with added improvements. Here are the highlights:
Blade Center plugin - now recognizes more types of events from the Management Module.
Blade Center simulator - Along with more test cases, more types of resources were added in order to simulate the additional types of events.
Better initialization - OpenHPI now initializes itself at linked time rather than waiting for the first session open. This is an advantage in threaded mode as it improves how quickly the resource presence table gets populated.
For a complete list of 2.3.1 bugs and features, take a look at the changelog.
OpenHPI 2.3.0 Development Release is out! (11/19/2005)
After a long wait, the first development release since the latest stable version is finally out. The wait was worth it, though, as this release comes with many important fixes and improvements to both the library and plugins.
Highlights:
C++ wrappers to SaHpi structures - an experimental set of wrappers has been created that enables coders to use SaHpi strucures using C++ syntax. Check it out under the top cpp directory in the source tree.
saHpiEventGet Optimization - The code responsible for fetching HPI events has been tightened up and is now leaner, meaner, and quicker. Any delays to get existing events is reduced.
Improved Blade Center plugin - Much better mappings of hardware have been added to this plugin
IA64 cleanliness
Client library improvement - sharing of session ids between threads is now possible (experimental).
For a complete list of 2.3.0 bugs and features, take a look at the changelog.
OpenHPI SNMP Subagent 2.3 released (11/19/2005)
This is the third stable release this year. A lot of features have been added to the subagent, along with a few bug fixes. Release 2.3.0, the most solid subagent release up to date.
Highlights:
- Changed MIB name from HPI-MIB to HPI-B0101-MIB.
- The MIB now conforms to standards set forth in RFC 2578 and compiles cleanly with various MIB compilers (e.g., SMICng).
- Timestamps are now represented as an Octet string rather than a Counter64.
- All timestamps are now displayed in network-byte order.
- Added mechanisms to convert time from network-byte order to little-endian form and vice versa
- Entry_Count and Entry_Count_Total scalars have been replaced by Active_Entries and Lifetime_Changes, respectively.
- Supports threads by the use of a newly implemented locking mechanism.
OpenHPI SNMP Subagent 2.2 Stable Released! (10/14/2005)
The OpenHPI SNMP Subagent 2.2 was released today after several months of improvements and bug fixes. The HPI MIB that it uses was home-grown in the OpenHPI project and has been adopted by the SA Forum as the official HPI SNMP MIB. So come and get the first open source SNMP Subagent for HPI, from the very originators of the HPI MIB, right here.
Highlighted features:
- Supports threaded or unthreaded modes of operation.
- Added synchronization between HPI event logs and SNMP event log tables.
- Added synchronization between HPI announcements and SNMP announcement tables.
- Supports user initiated snmpset commands for read-write SNMP nodes.
- Supports reinitialization of SNMP tables through user-initiated snmpset command via setting the saHpiDiscover scalar.
- Time values are now displayed in network-byte order.
- All sensor reading values are now displayed using ASCII decimal digits.
OpenHPI 2.2.0 Stable Release! (09/19/2005)
OpenHPI 2.2.0 Stable has been released. This is the second stable release this year after several previous development releases. A lot of bug fixes have gone into it, along with all of the new features. 2.2.0 is the most solid and HPI conformant release up to date. New features include:
- Improved threaded mode which now automatically discovers resources
- Better gcc-4.0 support
- Multi-domain support in IPMI Direct plugin
- More efficient synchronization on plugin access
- Get next lookups have been optimized for speed
For a complete list of 2.2.0 bugs and features, take a look at the changelog.
OpenHPI 2.1.2 Development Release! (07/25/2005)
This is the third development release since OpenHPI 2.0.0 stable came out. The next release will be 2.2.0 stable. This development release has bug fixes across the board. New features include:
- Blade Center plugin - alarm panel support
- HPI Clients - we have a new client to display the domain event log
- IPMI Direct plugin - exposure of all OEM FRU multirecords
- New plugin loader - This will prevent plugins from having to be rebuilt if the plugin abi changes. Furthermore, it prevents segfaults if new functions are added that a plugin doesn't support. Overall, this this makes the plugin abi much more flexible to future changes.
For a complete list of 2.1.2 bugs and features, take a look at the changelog.
OpenHPI SNMP Subagent 2.0.0 released! (05/20/2005)
This is the second stable release of the SNMP subagent. Many bugs have been fixed, but the major feature with this new release is that 2.0.0 supports the HPI B.01.01 specification created by the SA Forum.
With the subagent 2.0.0 you can: do discovery, write rows, create rows, and delete rows where applicable. In addition, the following tables have been completed (29 out of 56).:
- saHpiDomainInfoTable
- saHpiDomainAlarmTable
- saHpiDomainReferenceTable
- saHpiResourceTable
- saHpiRdrTable
- saHpiCtrlDigitalTable
- saHpiCtrlDiscreteTable
- saHpiCtrlAnalogTable
- saHpiCtrlStreamTable
- saHpiCtrlTextTable
- saHpiCtrlOemTable
- saHpiSensorTable
- saHpiCurrentSensorStateTable
- saHpiSensorReadingMaxTable
- saHpiSensorReadingMinTable
- saHpiSensorReadingNominalTable
- saHpiSensorReadingNormalMaxTable
- saHpiSensorReadingNormalMinTable
- saHpiSensorThdLowCriticalTable
- saHpiSensorThdLowMajorTable
- saHpiSensorThdLowMinorTable
- saHpiSensorThdUpCriticalTable
- saHpiSensorThdUpMajorTable
- saHpiSensorThdUpMinorTable
- saHpiSensorThdPosHysteresisTable
- saHpiSensorThdNegHysteresisTable
- saHpiAnnunciatorTable
- saHpiInventoryTable
- saHpiAreaTable
- saHpiFieldTable
The subagent 2.0.0 works with the latest stable OpenHPI 2.0.4. Get it while its hot in the releases section on the left sidebar. Thanks to Dave Judkovics for all his work on this release.
OpenHPI 2.0.4 Stable Release (05/20/2005)
A quick 2.0.4 release was made to fix some installations issues in the utilities library. Applications using the installed utils library should compile without issues now.
OpenHPI 2.1.1 Development Release! (05/02/2005)
The OpenHPI development 2.1.1 release is out! Our second development release since OpenHPI 2. Several feautures and bug fixes came through for this version including multiple domain capability.
- Multiple domain support.
- hpitree client shows more information.
- Several installation bugs fixed
- Increased space for global parameters
OpenHPI 2.1.0 Development Release is out! (04/04/2005)
OpenHPI 2.1.0 is out! This is our first development release since 2.0.0 came out. Following, a summary of the features for this release:
- openhpi-switcher - OpenHPI has 2 different connection libraries, a stand alone version suitable for most purposes, and a client library which connects to an HPI service daemon, needed in more demanding environments. openhpi-switcher manages which one is the default on the system.
- Improved session management in the client library.
- New client, hpitree, shows existing resource topology.
Ported IPMI pluging to work with the latest OpenIPMI 1.4.x library. With this come fast discovery, physical slot numbers in HPI EntityPath and overall improved IPMI->HPI mapping.
OpenHPI 2.0.3 Stable Release (03/08/2005)
OpenHPI 2.0.3 has been released. This is essentially a bug fix from head to tail. The following bug fixes were geared to resolve threading issues:
- The event loop was reworked and improved
- The Blade Center plugin is now completely thread safe
- The snmp utility wrappers are now using the net-snmp thread safe model
Other fixes include:
- Improved resource and inventory readings in IPMI plugin
- IPMI direct plugin now ported to B spec
- More unit tests added to the resource precense table and event log utilities
- Restriction lifted in resource table to accept an HPI defined set of resource types for compatibility with ipmi plugins which can report a larger set of types not in the HPI resource set.
OpenHPI 2.0.0 Stable Release (12/31/2004)
OpenHPI 2.0.0 has been released! This is the first stable release of OpenHPI providing well-tested and robust implementation of the HPI B.01.01 specification.
The current stable release provides:
- Complete library and plugin interface support for HPI B spec.
- Improved library configuration with added event queue, alarm table and event log limits.
- Managed and simplified hot-swap support.
Resource-level Event Log & Domain Alarm Table support.
- Persistent Domain Event Log.
Sensors, inventory-data & controls.
- Dynamic plug-in load/unload interface allowing for addition and removal of platforms/resouces within a live HPI session.
- IPMI plug-in with support for IPMI 1.0 and 1.5 platforms.
BladeCenter plug-in (RSA and SNMP_BC).
- A set of command line utilities exercising the HPI interfaces.
- An Hpi Shell command line utility providing a single client for HPI interfaces
A large number of bug fixes and feature completions has been achieved. (<20 open bugs)
HpiView: Bundled with the release is a preview of HpiView, a GTK based GUI application to be run with OpenHPI.
The binaries and source can be obtained by accessing the Files section in SourceForge. For convenience a direct link is also available on this web site. RPMs for SuSE are provided; however, the build has been tested on RedHat/Fedora as well and Source RPM is provided. For Assistance with installing/running the release, feel free to contact us via the mailing list or at #openhpi on irc.freenode.net.
Quality and Testing:
The OpenHPI team has worked very hard to achieve a high-quality implementation. As noted above, the current bug count is very low and is primarily in platform support versus interface implementation, feature support and/or specification conformance. The current release was based on a criteria taking into account both conformance and functional aspects of the code.
Platform: Intel Carrier Grade TIGPR2U Server with IPMI 1.5 .
OpenHPI Plug-in: IPMI
OpenIPMI Version: 1.3.16 (latest)
----------------
Conformance results (hpitest):
----------------
Total test cases: 530
Pass: 341 (64%)
Fail: 3 (<1%)
N/A: 186 (35%)
----------------
Functional stats(hpifun):
----------------
Total test cases: 81
Pass: 51 (63%)
Fail: 0 (0%)
N/A: 186 (35%)
*Note: N/A means platform does not support tested features.
IPMI plug-in currently does not support Inventory write/add functionality due to lack of support in
current supported version of OpenIPMI (1.3.16). This will be resolved once we start using
OpenIPMI 1.4.x tree.
