HP-UX WBEM FC-Indication Provider Datasheet

Write an appropriate WBEM consumer to consume the indications generated by
HPUXFCIndicationProvider.
Table 1: HP_DeviceIndication and base classes’ supported properties. (Properties that are not supported are not mentioned.)
Property name Property inheritance Property value (and data source
1
)
Properties of CIM_Indication
IndicationIdentifier String A unique identifier for the indication similar to a key
value that can be used for identification.
For example, _eventNumber+ CIMDateTime.toString()
IndicationTime datetime The time and date when the indication was created.
For example, CIMDateTime.getCurrentDateTime()
Properties of CIM_AlertIndication
Description String A short description of the indication. This property
corresponds to “Description of Error” field in the event
notification.
AlertingManagedElement String The identifying information of the entity (ie, the instance)
for which this Indication is generated. The property
contains the path of an instance, encoded as a string
parameter - if the instance is modeled in the CIM
Schema. If it is not a CIM instance, the property contains
some identifying string that names the entity for which
the Alert is generated.
For example,
protocol://hostname:namespace:class.property=
"value", property="value”
AlertType uint16 Primary classification of the Indication.
(1 - Other, 2 - Communications Alert, 3 - Quality of
Service Alert, 4 - Processing Error, 5 - Device Alert, 6 -
Environmental Alert, 7 - Model Change, 8 - Security
Alert)
For example, 5 “Device Alert”
PerceivedSeverity uint16 An enumerated value that describes the severity of the
Alert Indication from the notifier's point of view.
(0 - Unknown, 1 - Other, 2 - Information, 3 -
Degraded/Warning, 4 - Minor, 5 - Major, 6 - Critical, 7
- Fatal/NonRecoverable)
ProbableCause uint16 An enumerated value that describes the probable cause
of the situation that resulted in the AlertIndication.
ProbableCauseDescription String Provides additional information related to the
ProbableCause. This property corresponds to the first
sub-section of the “Probable Cause/Recommended
Action” field in the EMS event notification.
RecommendedActions String[]
Free form descriptions of the recommended actions to
take to resolve the cause of the notification. This property
corresponds to the sub-sections following the first sub-
section in the “Probable Cause/Recommended Action”