[IPMI tool in Linux]
ipmitool raw 0x2c 0x0b 0xdc Data[2:7]For example
[IPMI tool in Linux]
$ ipmitool raw 0x2c 0x0b 0xdc 0x37 0x01 0x20 0x01 0x01 0x01
dc
dc
Get Thermal Limit (O) - NetFn = DCGRP (0x2ch), CMD = 0x0ch, Privilege Level = User
[IPMI tool in Linux]
ipmitool raw 0x2c 0x0c 0xdc Data[2:3]For example
[IPMI tool in Linux]
$ ipmitool raw 0x2c 0x0c 0xdc 0x37 0x01
dc 20 01 01 01
dc 20 01 01 01
Get Temperature Readings - NetFn = DCGRP (0x2ch), CMD = 0x10h, Privilege Level = User
[IPMI tool in Linux]
ipmitool raw 0x2c 0x10 0xdc Data[2:5]For example
[IPMI tool in Linux]
$ ipmitool raw 0x2c 0x10 0xdc 0x01 0x37 0x01 0x00
dc 00 00 00 00
dc 00 00 00 00
Reference
[1] "Intelligent Platform Management Interface Specification Second Generation v2.0"
[2] "Data Center Manageability Interface: Spec, V1.5"
[3] "IPMItool" http://ipmitool.sourceforge.net/
[4] "IPMI Command Test Tool" http://www.intel.com/design/servers/ipmi/ipmi_tool.htm
[5] "IPMIUTIL USER GUIDE" http://ipmiutil.sourceforge.net/
No comments:
Post a Comment