zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    loj#2020. 「AHOI / HNOI2017」礼物
    loj#117. 有源汇有上下界最小流
    loj#6491. zrq 学反演
    loj#6261. 一个人的高三楼
    loj#528. 「LibreOJ β Round #4」求和
    2018-2019 ACM-ICPC Brazil Subregional Programming Contest
    2015-2016 ACM-ICPC, NEERC, Moscow Subregional Contest J
    2015-2016 ACM-ICPC Northeastern European Regional Contest (NEERC 15)C
    addEventListener() 和 removeEventListener()
    9个图片滑块动画
  • 原文地址:https://www.cnblogs.com/skyliao/p/9468807.html
Copyright © 2011-2022 走看看