Purpose:
It lists Advantech BMC code to enable Alert LED & Buzzer for customer reference,
Target Audience:
For Advantech TSE, RBU AE, outsourcing service engineer(s) and End customer with the following knowledges :
- IPMI/BMC Web troubleshooting experience
- Advantech BMC code troubleshooting experience
Content:
- Please review the picture as below, the default Event filter setting of Advantech BMC ( ex: FWA-3033/6170/6070/5070) don't enable front panel alert LED and Audible Alarm function, except CASE_INTRUSION (case open), these defaults setting are only sent a Event to log for record.
- If user needs front panel alert LED enabled, please refer following table to set alert LED & alarm function( beep sound)
Item |
Command |
Enable alert LED & Audible Alarm ( beep sound) function |
# ipmitool raw 0x04 0x12 0x02 0x11 # ipmitool mc reset cold |
Disabled alert LED & Audible Alarm ( beep sound) function |
# ipmitool raw 0x04 0x12 0x02 0x01 # ipmitool mc reset cold |
Check alert LED & Audible Alarm ( beep sound) function |
# ipmitool raw 0x04 0x13 0x02 0x00 0x00 Example: Enabled Alarm status # ipmitool raw 0x04 0x13 0x02 0x00 0x00 11 11 Disabled Alarm status # ipmitool raw 0x04 0x13 0x02 0x00 0x00 11 01 |
Check Alert LED status |
# ipmitool picmg led get 0x00 0x01 example: Checking Albert LED is turn on # ipmitool picmg led get 0x00 0x01 Error getting address information. LED states: 1 [LOCAL CONTROL] Local Control function: ff [ON] Local Control On-Duration: 0 Local Control Color: 4 [AMBER]
Checking Albert LED is turn off # ipmitool picmg led get 0x00 0x01 Error getting address information. LED states: 1 [LOCAL CONTROL] Local Control function: 00 [OFF] Local Control On-Duration: 0 Local Control Color: 4 [AMBER] |
Check Audible Alarm ( beep sound) status |
# ipmitool i2c bus=1 0x5a 1 0xd8
example: Checking Audible Alarm ( beep sound) is enabled #ipmitool i2c bus=1 0x5a 1 0xd8 80 10000000
Checking Audible Alarm ( beep sound) is disabled #ipmitool i2c bus=1 0x5a 1 0xd8 00 00000000 |
Comments
0 comments
Please sign in to leave a comment.