P00105_-_HP_Base_Server_Profile

15 Version 1.5.1
8 Methods
8.1 Method: HP_ComputerSystem.SendTestIndication( )
Return values for SendTestIndication( ) shall be as specified in Table 3 where the method-execution
behavior matches the return-code description. SendTestIndication( ) method’s parameters are specified
in Table 2.
No standard messages are defined for this method.
Table 3 – HP_ComputerSystem.SendTestIndication( ) Method: Return Code Values
Value Description
0 Request to send test indication was accepted
1 Method is not supported in the implementation
2 Internal error occurred, request to send indication failed.
3 Method is busy servicing previous requests
Table 4 – HP_ComputerSystem.SendTestIndication( ) Method: Parameters
Qualifiers Name Type Description/Values
IN EventID Uint32 Test indication to send
101 Informational Test Indication
102 - Warning Test Indication
103 Critical Test Indication
8.1.1 General Requirements
If the EventID parameter is not a valid value for a test indication, the
HP_ComputerSystem.SendTestIndication() method shall throw an INVALID_PARAMETER exception.
Caller should change the parameter to a valid value and retry the request.
The HP_ComputerSystem.SendTestIndication() method shall return 3 (Busy) if the method is in the
process of sending a test indication from a previous request. Caller should retry the request. The method
shall delay generation of test indications requested to reduce the possibility of flooding.
The HP_ComputerSystem.SendTestIndication() method shall return 2 (Failed) if the request to send the
indication could not be processed due to an internal error. Caller should not retry the request.
The HP_ComputerSystem.SendTestIndication() method shall return 0 (OK) if the request to send the
indication was accepted. Table 3 defines the indications that shall be sent.
Table 5 – Test Indications
Property Name Property Implementation
CIM_Indication
PerceivedSeverity 2 (Informational)
3 (Warning)
6 (Critical)