MIB Viewer

bladeInventoryReady

OBJECT-TYPE
1.3.6.1.4.1.2.3.51.2.22.1.5.1.1.52
Access
read-only
Status
mandatory
Source
BLADE-MIB
Sub-identifiers
0
When a blade management controller or the AMM is reset, the blade inventory data is refreshed in the AMM database. This includes items like IBM VPD (e.g. - serial number, UUID) and MAC address information. Applications need to know when this information has been populated on the AMM before they begin to query it using SNMP or other means. This simple flag object will return a ready or notReady indication for each blade regarding the status of this information. Notes: For blades that are experiencing a 'communication failure' or 'initialization failure' condition, this object will continue to indicate notReady until the condition is resolved. Therefore, any application that polls this object should also incorporate a timeout period. As of AMM release v5.3, a 10 minute timeout seems to be a minimum suggested polling period.
INTEGER { notReady(0), ready(1) }