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

  • 相关阅读:
    docker从零开始 存储(三)bind mounts
    docker从零开始 存储(二)volumes 挂载
    docker从零开始 存储(一)存储概述
    docker从零开始网络(七) 配置daemon和容器
    docker从零开始网络(六)Macvlan
    docker从零开始网络(五)null网络
    docker从零开始网络(四 ) host网络
    docker从零开始网络(三) overly(覆盖)网络
    docker从零开始网络(二)桥接网络
    docker从零开始网络(一)概述
  • 原文地址:https://www.cnblogs.com/skyliao/p/9468807.html
Copyright © 2011-2022 走看看