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

  • 相关阅读:
    Android Toast效果
    禁锢的思维
    偶遇makeblock
    发疯,宁愿一年少赚10万也不想和芯片打交道了
    Linux物理内存相关数据结构
    字符设备驱动框架
    Linux在IA-32体系结构下的地址映射
    使用busybox构建根文件系统
    在内容长页处动态增加滚动的返回头部图标
    用IE滤镜实现多种常用的CSS3效果
  • 原文地址:https://www.cnblogs.com/skyliao/p/9468807.html
Copyright © 2011-2022 走看看