• Platform Event Filter


    PEF Action Check:

    一、Enable Filter 1 to execute the PEF action by matching on the sensor number

      Set PEF Configuration Parameters: ipmitool raw 0x04 0x12 0x06 0x01 0x80 0x08 0x00 0x00 0xFF 0xFF 0xFF 0xBB 0xFF 0xFF 0xFF 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

      0x08 PowerCycle

    二、Deposit a SEL Entry to trigger the PEF action

      Add SEL Entry: ipmitool raw 0x0A 0x44 0x23 0x10 0x02 0x01 0x20 0x04 0x09 0x97 0xB8 0x04 0x05 0xBB 0xC8 0x04 0x08 0xB0

    三、Verify the PEF action occurs and the restart cause is correct.

      Get System Restart Cause: ipmitool raw 0x00 0x07 or Get Chassis Status: ipmitool raw 0x00 0x01

    四、Verify a SEL event is deposited to indicate that PEF triggered.

    PEF Postpone Timer Check:

    一、Enable Filter 1 for a power cycle action

      Set PEF Configuration Parameters: ipmitool raw 0x04 0x12 0x06 0x01 0x80 0x08 0x00 0x00 0xFF 0xFF 0xFF 0xBB 0xFF 0xFF 0xFF 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

    二、Get the last SEL ID and set the last software ID equals the last SEL ID.

      Get SEL Entry: ipmitool raw 0x0A 0x43 0x00 0x00 0xFF 0xFF 0x00 0xFF, Return data4 and data5 is the last SEL ID

      Set Last Processed Event ID: ipmitool raw 0x04 0x14 0x00 data4 data5

      Get Last Processed Event ID: ipmitool raw 0x04 0x15, Return data8 and data9 is the last software ID.

    三、Set the postpone timer value.

      Arm PEF Postpone Timer: ipmitool raw 0x04 0x11 0xXX, XX is postpone timer value.

    四、Get the timer value and verify unchanged.

      Arm PEF Postpone Timer: ipmitool raw 0x04 0x11 0xFF

    五、Deposit a SEL Entry to trigger the PEF action.

      Add SEL Entry: ipmitool raw 0x0A 0x44 0x23 0x10 0x02 0x01 0x20 0x04 0x09 0x97 0xB8 0x04 0x05 0xBB 0xC8 0x04 0x08 0xB0

    六、Verify the timer begins to countdown.

      Arm PEF Postpone Timer: ipmitool raw 0x04 0x11 0xFF

    七、Verify action occurs and the restart cause is correct when the timer expires.

      Get System Restart Cause: ipmitool raw 0x00 0x07 or Get Chassis Status: ipmitool raw 0x00 0x01

  • 相关阅读:
    多种方式实现数组的扁平化处理
    利用node中的内置模块fs实现对简单文件的读取 拷贝 创建等功能
    浅谈es5和es6中的继承
    js之冒泡排序与快速排序
    IE5,IE6,IE7,IE8的css兼容性列表[转自MSDN]
    css3 动画
    各种浏览器css hack
    解决li在ie,firefox中行高不一致问题
    Css:背景色透明,内容不透明之终极方法!兼容所有浏览器
    png-24在ie6中的几种透明方法
  • 原文地址:https://www.cnblogs.com/skyliao/p/9468807.html
Copyright © 2020-2023  润新知