High Availability Software for the Intel® NetStructureTM ZT 4901 Technical Product Specification 83
IPMI API
ACCESN_STATUS imbUnregisterForAsyncMsgNotification (unsigned int *handleId)
Parameters:
eventId - EventID handle to unregister
Returns:
ACCESN_STATUS - ACCESN_OK else error status code
Description:
This function unregisters the calling application for Asynchronous notification when an SMS
message is available with the IMB driver.
8.10 imbGetLocalBmcAddr
Prototype:
ACCESN_STATUS imbGetLocalBmcAddr (BYTE *iBmcAddr)
Parameters:
iBmcAddr - OUT - value of current local BMC address
Returns:
ACCESN_STATUS - ACCESN_OK else error status code
Description:
This function gets the local xMC Address as determined by the driver init
8.11 imbSetLocalBmcAddr
Prototype:
ACCESN_STATUS imbSetLocalBmcAddr (BYTE iBmcAddr)
Parameters:
iBmcAddr - IN - value of current local xMC address
Returns:
ACCESN_STATUS - ACCESN_OK else error status code
Description:
This function is used when the xMC does not support the PICMG 2.16 GetAddressInfo IPMI
command to force the local xMC Address.