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

  • 相关阅读:
    同一根域名的多站点登录共享
    mysql忘记管理员密码
    使用Cacti监控你的网络(四) Cacti脚本及模板
    使用Cacti时常见的问题集
    SQL Server:SQL Like 通配符特殊用法:Escape
    IS6.0 应用程序池Web园导致Session丢失
    VMware建立虚拟机无法上网
    SqlServer 添加用户 添加角色 分配权限
    教你如何在SQL Server数据库中加密数据
    sendmail邮件服务器搭载smtp和pop3认证的配置方法
  • 原文地址:https://www.cnblogs.com/skyliao/p/9468807.html
Copyright © 2011-2022 走看看