ADLINK IMB-S90 User Manual

Page 60

Advertising
background image

IMB-S90 IPMI User’s Manual

60

4. In the Destination Type field, select the one of the types.

5. In the Destination Address field, enter the destination address.

Note: If Destination type is Email Alert, then give the email address that will receive
the email.

6. If the destination type is Email alert, select the User Name from the list of users.

Note: Email address should be configured under Configuration->Users.

7. In the Subject field, enter the subject.

8. In the Message field, enter the message.

9. Click Add to save the new LAN destination and return to LAN destination list.

10. Click Cancel to cancel the modification and return to LAN destination list.

11. In the LAN Destination Tab, to modify a configuration, select the row to be modified

and click Modify or alternatively double click the configured entry that you wish to
modify.

12. In the Modify LAN Destination Entry page, make the necessary changes and click

Modify.

13. In the LAN Destination Tab, to delete a configuration, select the slot and click

Delete.

3.7.14.3.2

Error Code Definition in PEF Management LAN Destination: IPMI ERROR:6

/**
* @brief Contains the error codes returned by LIBIPMI API
*
*
*/
#ifndef __LIBIPMI_ERROR_CODES_H__
#define __LIBIPMI_ERROR_CODES_H__
/* Error code retrieval macros */
#define

MEDIUM_ERROR_FLAG

0

#define

IPMI_ERROR_FLAG

1

#define

RMCP_RAKP_ERROR_FLAG

2


/**
@def

STATUS_CODE(x,y)

@brief forms a 2 byte error code. Here x specifies error type and y
specifies actual error code.
*/
#define STATUS_CODE(x,y)((uint16)((((uint16)(x))<<8)|((uint16)(y)) ))
/**
@def

IS_MEDIUM_ERROR(x)

@brief checks if error type is MEDIUM_ERROR_FLAG

*/
#define IS_MEDIUM_ERROR(x)(((x)>>8) == MEDIUM_ERROR_FLAG )
/**
@def

IS_IPMI_ERROR(x)

Advertising
This manual is related to the following products: