[go: up one dir, main page]

0% found this document useful (0 votes)
1K views38 pages

S2B IPMI Commands

rtetrw

Uploaded by

dm
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views38 pages

S2B IPMI Commands

rtetrw

Uploaded by

dm
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 38

QCT

S2B-D51B

IPMI Commands
CONTENTS
1. BMC IP Setting .......................................................................................... 5
2. BMC DHCP / Dedicated Setting .................................................................. 5
3. BMC Dedicated / Shared NIC Setting ......................................................... 5
4. Event Logs ................................................................................................. 6
5. System Information................................................................................... 6
6. LAN MAC Address ..................................................................................... 6
7. Power On / Off / Reset the system ............................................................ 7
8. Reset BMC ................................................................................................ 7
9. List Monitor Sensors ................................................................................. 7
10. CPLD Information ................................................................................. 8
11. Boot order ............................................................................................ 8
12. HDD Device Boot .................................................................................. 9
13. BIOS Boot Mode ................................................................................... 9
14. Serial Over LAN .................................................................................... 9
15. BMC Web Service ............................................................................... 10
16. SMASH ............................................................................................... 10
17. Change PW of SMASH root user.......................................................... 11
18. BMC IPV6 Function Setting_OEM (0xC3) ............................................. 11
19. BMC IPV6 IP DHCP / Dedicated Setting_OEM (0xC4) ........................... 12
20. BMC IPV6 Setting................................................................................ 12
21. Power Mode Setting ........................................................................... 13
22. Power Supply Configuration ............................................................... 13
23. Setting BMC boot flag valid bit clearing .............................................. 16
24. Clear CMOS ........................................................................................ 16
25. Correctable Memory Error Logging Disabled ....................................... 16
26. Collect BMC information .................................................................... 17
27. Get Utilization via ME FW ................................................................... 17
28. Get Board ID information from EEPROM............................................. 18
29. Get Expander FW Version ................................................................... 18
30. Get BIOS Version ................................................................................ 18
31. Keep PHY LINK-UP .............................................................................. 18
32. Preserve BMC Configurations ............................................................. 19
33. Enable/Disable MB Thermal Trip ........................................................ 19
34. Get PSU Information .......................................................................... 20

2
35. Generated Event Log .......................................................................... 20
36. Get BBU Version ................................................................................. 21
37. Get DIMM Temperature ..................................................................... 21
38. System Identify LED ............................................................................ 21
39. Get MB position ................................................................................. 22
40. Restore BMC to Default ...................................................................... 22
41. Get PCH Controller Status ................................................................... 22
42. Enable BMC Console Dump................................................................. 22
43. Power Capping ................................................................................... 23
44. Create New User ................................................................................ 23
45. Delete IPMI user ................................................................................. 24
46. Get Fan Reading ................................................................................. 24
47. Get Chassis Status .............................................................................. 25
48. Update PD Asset tag on MB FRU ......................................................... 25
49. Set HDD .............................................................................................. 25
50. Update Critical & non-Critical threshold value of outlet temp. ............ 26
51. Create one PEF Configuration ............................................................. 26
52. Get Volumetric Airflow from ME ........................................................ 27
53. System Fault LED ................................................................................ 27
54. Check Signal Status ............................................................................. 27
55. Get VR Data ........................................................................................ 28
56. Set Host Name.................................................................................... 29
57. Enable/Disable CD Server ................................................................... 30
58. SNMP Configuration by root user ....................................................... 30
59. Set Altitude to 1000 meters (0x3E8) ................................................... 30
60. Set Drive information for MG9094 ...................................................... 31
61. Fan Command (1U) ............................................................................. 32
62. Fan Command (2U) ............................................................................. 32
63. Sensor Thresh ..................................................................................... 33
64. Enable BMC debug message for Fan Control ....................................... 33
65. Get CMC version and PSU POUTMAX .................................................. 34
66. NCSI Failed Over ................................................................................. 34
67. Change Device Port ............................................................................ 34
68. SNMP Configuration ........................................................................... 35
About QCT .................................................................................................. 36

3
REVISIONS
Version Date Description Authors
0.1 08/29/2016 First publish Claire Chiang

4
1. BMC IP Setting
Type Command Format Description

ipmitool lan print check lan info

ipmitool lan set <channel_no> ipaddr xxx.xxx.xxx.xxx set ip address


In Band
ipmitool lan set <channel_no> netmask xxx.xxx.xxx.xxx set net mask address

ipmitool lan set <channel_no> defgw ipaddr xxx.xxx.xxx.xxx set gateway address

ipmitool -I lan -H <BMC IP> -U <username> -P <password> lan print check lan info

ipmitool -I lan -H <BMC IP> -U <username> -P <password> lan set set ip address
<channel_no> ipaddr xxx.xxx.xxx.xxx
Out Band
ipmitool -I lan -H <BMC IP> -U <username> -P <password> lan set set net mask address
<channel_no> netmask xxx.xxx.xxx.xxx

ipmitool -I lan -H <BMC IP> -U <username> -P <password> lan set set gateway address
<channel_no> defgw ipaddr xxx.xxx.xxx.xxx

2. BMC DHCP / Dedicated Setting


Type Command Format Description

Set BMC IP to static


ipmitool lan set <channel_no> ipsrc static
mode
In Band
Set BMC IP to DHCP
ipmitool lan set <channel_no> ipsrc dhcp
mode

ipmitool -I lan -H <BMC IP> -U <username> -P <password> lan set Set BMC IP to static
<channel_no> ipsrc static mode
Out Band
ipmitool -I lan -H <BMC IP> -U <username> -P <password> lan set Set BMC IP to DHCP
<channel_no> ipsrc dhcp mode

3. BMC Dedicated / Shared NIC Setting


Type Command Format Description

ipmitool raw 0x0c 0x01 0x01 0xff 0x00 Dedicated NIC

ipmitool raw 0x0c 0x01 0x01 0xff 0x01 LOM Shared NIC
In Band
OCP Mezzanine
ipmitool raw 0x0c 0x01 0x01 0xff 0x02
Shared NIC

5
QCT Mezzanine
ipmitool raw 0x0c 0x01 0x01 0xff 0x03
Shared NIC

ipmitool raw 0xc 0x2 0x1 0xff 0x0 0x0


Get BMC LAN
selection
Feedback : 11 00

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x0c


Dedicated NIC
0x01 0x01 0xff 0x00

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x0c


LOM Shared NIC
0x01 0x01 0xff 0x01

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x0c OCP Mezzanine
0x01 0x01 0xff 0x02 Shared NIC
Out Band
ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x0c QCT Mezzanine
0x01 0x01 0xff 0x03 Shared NIC

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0xc 0x2


0x1 0xff 0x0 0x0 Get BMC LAN
selection
Feedback : 11 00

Return: <complete code> <LAN Card Type>


For LAN Card Type,
0h- BMC Dedicated
2h- Shared NIC (OCP Mezzanine slot)
3h- Shared NIC (QCT Mezzanine slot)

4. Event Logs
Type Command Format Description

ipmitool sel list check all event logs


In Band
ipmitool sel clear clean all event logs

ipmitool -I lan -H <BMC IP> -U <username> -P <password> sel list check all event logs
Out Band
ipmitool -I lan -H <BMC IP> -U <username> -P <password> sel clear clean all event logs

5. System Information
Type Command Format Description

In Band ipmitool fru list check system info

Out Band ipmitool -I lan -H <BMC IP> -U <username> -P <password> fru list check system info

6. LAN MAC Address

6
Type Command Format Description

In Band Go to check system LAN information

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x30


Check MAC 0
0x19 0x00 0x01

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x30


Check MAC 1
0x19 0x00 0x11
Out Band
ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x30
Check OCP MAC 0
0x19 0x03 0x02

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x30


Check OCP MAC 1
0x19 0x03 0x12

If it returns “0x00 0x2 0x8 0x9e 0x01 0x9 0xcd 0xaa”


0x8 0x9e 0x01 0x93 0xcd 0xaa means MAC address. It is 08:9E:01:93:CD:AA

7. Power On / Off / Reset the system


Type 0x0Command Format Description

ipmitool power status check power status

ipmitool power off system power off


In Band
ipmitool power on system power on

ipmitool power reset system power reset

ipmitool -I lan -H <BMC IP> -U <username> -P <password> power status check power status

ipmitool -I lan -H <BMC IP> -U <username> -P <password> power off system power off
Out Band
ipmitool -I lan -H <BMC IP> -U <username> -P <password> power on system power on

ipmitool -I lan -H <BMC IP> -U <username> -P <password> power reset system power reset

8. Reset BMC
Type Command Format Description

In Band ipmitool mc reset cold Reset BMC

Out Band ipmitool -I lan -H <BMC IP> -U <username> -P <password> mc reset cold Reset BMC

9. List Monitor Sensors


Type Command Format Description

7
ipmitool sdr list All sensors list

Temperature
ipmitool sdr type Temperature
sensors
In Band
ipmitool sdr type Voltage Voltage sensors

ipmitool sdr type Fan Fan sensors

ipmitool -H <BMC IP> -U <username> -P <password> sdr list All sensors list

ipmitool -H <BMC IP> -U <username> -P <password> sdr type Temperature


Temperature sensors
Out Band
ipmitool -H <BMC IP> -U <username> -P <password> sdr type Voltage Voltage sensors

ipmitool -H <BMC IP> -U <username> -P <password> sdr type Fan Fan sensors

10. CPLD Information


Type Command Format Description

ipmitool raw 0x30 0x17 0x03 Get CPLD FW

In Band ipmitool raw 0x30 0x17 0x01 Get CPLD checksum

ipmitool raw 0x30 0x17 0x02 Get CPLD IDCODE

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x30


Get CPLD FW
0x17 0x03

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x30


Out Band Get CPLD checksum
0x17 0x01

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x30


Get CPLD IDCODE
0x17 0x02

11. Boot order


Type Command Format Description

legacy boot with PXE


ipmitool chassis bootdev pxe
first
In Band
UEFI boot with PXE
ipmitool chassis bootdev pxe options=efiboot
first.

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> chassis legacy boot with PXE
bootdev pxe first
Out Band
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> chassis UEFI boot with PXE
bootdev pxe options=efiboot first

Cancel 60 seconds timeout: Check 1.23 Setting BMC boot flag valid bit clearing

8
12. HDD Device Boot
Type Command Format Description

legacy boot with


ipmitool raw 0x0 0x8 0x5 0x80 0x0 0x0 0x0 0x0 HDD device (take
effect only once)

legacy boot with


ipmitool raw 0x0 0x8 0x5 0xc0 0x0 0x0 0x0 0x0 HDD device (take
effect forever)
In Band
UEFI boot with HDD
ipmitool raw 0x0 0x8 0x5 0xa0 0x0 0x0 0x0 0x0 device (take effect
only once)

UEFI boot with HDD


ipmitool raw 0x0 0x8 0x5 0xe0 0x0 0x0 0x0 0x0 device (take effect
only forever)

legacy boot with


ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x0
HDD device (take
0x8 0x5 0x80 0x0 0x0 0x0 0x0
effect only once)

legacy boot with


ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x0
HDD device (take
0x8 0x5 0xc0 0x0 0x0 0x0 0x0
effect forever)
Out Band
UEFI boot with HDD
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x0
device (take effect
0x8 0x5 0xa0 0x0 0x0 0x0 0x0
only once)

UEFI boot with HDD


ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x0
device (take effect
0x8 0x5 0xe0 0x0 0x0 0x0 0x0
only forever)

13. BIOS Boot Mode


Type Command Format Description

ipmitool chassis bootdev none options=efiboot BIOS with EFI mode


In Band
BIOS with Legacy
ipmitool chassis bootdev none
mode

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> chassis


BIOS with EFI mode
bootdev none options=efiboot
Out Band
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> chassis BIOS with Legacy
bootdev none mode

14. Serial Over LAN

9
Type Command Format Description

Disable Serial over


ipmitool sol set enabled false
LAN

In Band Enable Serial over


ipmitool sol set enabled true
LAN

ipmitool sol activate Start SOL

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> sol set Disable Serial over
enabled false LAN

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> sol set Enable Serial over
Out Band
enabled true LAN

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> sol


Start SOL
activate

15. BMC Web Service


Type Command Format Description

Get Web server


ipmitool raw 0x32 0x69 0x1 0x00 0x0 0x0
status

ipmitool raw 0x32 0x6a 0x1 0x00 0x00 0x00 0x00 0x62 0x6f 0x6e 0x64
0x30 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Disable BMC Web
0x50 0x00 0x00 0x00 0xbb 0x01 0x00 0x00 0x8 0x7 0x00 0x00 0x00 service
In Band
0x00

ipmitool raw 0x32 0x6a 0x1 0x00 0x00 0x00 0x01 0x62 0x6f 0x6e 0x64
0x30 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Enable BMC Web
0x50 0x00 0x00 0x00 0xbb 0x01 0x00 0x00 0x8 0x7 0x00 0x00 0x00 service
0x00

Ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32 Get Web server
0x69 0x1 0x00 0x0 0x0 status

Ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32


0x6a 0x1 0x00 0x00 0x00 0x00 0x62 0x6f 0x6e 0x64 0x30 0x00 0x00 Disable BMC Web
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x50 0x00 0x00 service
Out Band
0x00 0xbb 0x01 0x00 0x00 0x8 0x7 0x00 0x00 0x00 0x00

Ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32


0x6a 0x1 0x00 0x00 0x00 0x01 0x62 0x6f 0x6e 0x64 0x30 0x00 0x00 Enable BMC Web
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x50 0x00 0x00 service
0x00 0xbb 0x01 0x00 0x00 0x8 0x7 0x00 0x00 0x00 0x00

16. SMASH
Type Command Format Description

In Band ipmitool raw 0x32 0x6a 0x20 0x00 0x00 0x00 0x00 0x62 0x6f 0x6e 0x64
Disable ssh server
0x30 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

10
0xff 0xff 0xff 0xff 0x16 0x00 0x00 0x00 0x8 0x7 0x00 0x00 0xff 0xff 0xff (redirect to SMASH)

ipmitool raw 0x32 0x6a 0x20 0x00 0x00 0x00 0x01 0x62 0x6f 0x6e 0x64
Enable ssh server
0x30 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
(redirect to SMASH)
0xff 0xff 0xff 0xff 0x16 0x00 0x00 0x00 0x8 0x7 0x00 0x00 0xff 0xff 0xff

Ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32


0x6a 0x20 0x00 0x00 0x00 0x00 0x62 0x6f 0x6e 0x64 0x30 0x00 0x00 Disable ssh server
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0xff 0xff 0xff 0xff (redirect to SMASH)
0x16 0x00 0x00 0x00 0x8 0x7 0x00 0x00 0xff 0xff 0xff
Out Band
Ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32
0x6a 0x20 0x00 0x00 0x00 0x01 0x62 0x6f 0x6e 0x64 0x30 0x00 0x00 Enable ssh server
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0xff 0xff 0xff 0xff (redirect to SMASH)
0x16 0x00 0x00 0x00 0x8 0x7 0x00 0x00 0xff 0xff 0xff

0x20 0x00 0x0 0x0: SSH service


0x00: Service is disabled
0x01: Service is enabled
0x62 0x6f 0x6e 0x64 0x30 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00: the string
is “bond0”
0xff 0xff 0xff 0xff: Rerseved
0x16 0x00 0x00 0x00: Security access port is 22
0x08 0x07 0x00 0x00: Session inactivity timeout value is read-only.
0xff 0xff 0xff: Rerseved.

17. Change PW of SMASH root user


Type Command Format Description

the password must


be less than 64 bytes
In Band ipmitool raw 0x32 0x91 0x2 0x30 0x30 0x30 0x30 0x30 0x30 0x30 0x30
and bigger than 8
bytes.

the password must


Ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw be less than 64 bytes
Out Band
0x32 0x91 0x2 0x30 0x30 0x30 0x30 0x30 0x30 0x30 0x30 and bigger than 8
bytes.

0x32 => net-function


0x91 => this command ID is to change the password of Smash.
0x02 => set password
0x30 0x30 0x30 0x30 0x30 0x30 0x30 0x30 => it is a password data.

18. BMC IPV6 Function Setting_OEM


(0xC3)
Type Command Format Description

ipmitool raw 0x0c 0x01 0x01 0xc3 0x01 Set IPv6 function
In Band Feedback : ipmitool raw 0x0c 0x02 0x01 0xc3 0x00 0x00 enable

ipmitool raw 0x0c 0x01 0x01 0xc3 0x00 Set IPv6 function

11
Feedback : ipmitool raw 0x0c 0x02 0x01 0xc3 0x00 0x00 disable

Ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x0c


Set IPv6 function
0x01 0x01 0xc3 0x01
enable
Feedback : ipmitool raw 0x0c 0x02 0x01 0xc3 0x00 0x00
Out Band
Ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x0c
Set IPv6 function
0x01 0x01 0xc3 0x00
disable
Feedback : ipmitool raw 0x0c 0x02 0x01 0xc3 0x00 0x00

19. BMC IPV6 IP DHCP / Dedicated


Setting_OEM (0xC4)
Type Command Format Description

ipmitool raw 0x0c 0x01 0x01 0xc4 0x01


Set BMC IPV6 to
static mode
Feedback : ipmitool raw 0x0c 0x02 0x01 0xc3 0x00 0x00
In Band
ipmitool raw 0x0c 0x01 0x01 0xc4 0x02
Set BMC IPV6 to
DHCP mode
Feedback : ipmitool raw 0x0c 0x02 0x01 0xc3 0x00 0x00

Ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x0c


0x01 0x01 0xc4 0x01 Set BMC IPV6 to
static mode
Feedback : ipmitool raw 0x0c 0x02 0x01 0xc3 0x00 0x00
Out Band
Ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x0c
0x01 0x01 0xc4 0x02 Set BMC IPV6 to
DHCP mode
Feedback : ipmitool raw 0x0c 0x02 0x01 0xc3 0x00 0x00

20. BMC IPV6 Setting


Type Command Format Description

ipmitool raw 0x0c 0x01 0x01 0xc5 <BMC IP>


Set IPV6 address
Feedback : ipmitool raw 0x0c 0x02 0x01 0xc5 0x00 0x00
In Band
ipmitool raw 0x0c 0x01 0x01 0xc7 < gateway address>
Set gateway address
ipmitool raw 0x0c 0x02 0x01 0xc7 0x00 0x00

ipmitool -I lan -H <BMC IP> -U <username> -P <password> lan set


<channel_no> raw 0x0c 0x01 0x01 0xc5 <BMC IP>
Set IPV6 address
Out Band Feedback : ipmitool raw 0x0c 0x02 0x01 0xc5 0x00 0x00

ipmitool -I lan -H <BMC IP> -U <username> -P <password> lan set


set gateway address
<channel_no> aw 0x0c 0x01 0x01 0xc7 < gateway address>

12
Feedback : ipmitool raw 0x0c 0x02 0x01 0xc7 0x00 0x00

21. Power Mode Setting


Type Command Format Description

Enable cold
ipmitool raw 0x30 0xc4 0x02 0x1
redundancy mode.

Disable cold
ipmitool raw 0x30 0xc4 0x02 0x0
redundancy mode.

Enable one power


ipmitool raw 0x30 0xc4 0x01 0x0
In Band supply

Enable two power


ipmitool raw 0x30 0xc4 0x02 0x0
supplies

ipmitool raw 0x30 0xc3


Get power supply
configuration
Feedback : 02 00 00 00

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x30 Enable cold
0xc4 0x02 0x1 redundancy mode.

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x30 Disable cold
0xc4 0x02 0x0 redundancy mode.

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x30 Enable one power
0xc4 0x01 0x0 supply
Out Band
ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x30 Enable two power
0xc4 0x02 0x0 supplies

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x30


0xc3 Get power supply
configuration
Feedback : 02 00 00 00

Byte 1 – the number of PSU devices.


Byte 2 – PSU mode
00h – Disable PSU cold redundant.
01h – Enable PSU cold redundant.
Byte 3 - 00: not support. 01: support. PSU1 support 'cold redundant' or not.
Byte 4 - 00: not support. 01: support. PSU1 support 'cold redundant' or not.

22. Power Supply Configuration


Type Command Format Description

ipmitool raw 0x6 0x52 0xf 0xb0 0x0d 0x99 Get PSU1 MFR_ID
In Band
ipmitool raw 0x6 0x52 0xf 0xb2 0x0d 0x99 Get PSU2 MFR_ID

13
ipmitool raw 0x6 0x52 0xf 0xb0 0x5 0x97 Get PSU1 READ_PIN

ipmitool raw 0x6 0x52 0xf 0xb2 0x5 0x97 Get PSU2 READ_PIN

Get PSU1
ipmitool raw 0x6 0x52 0xf 0xb0 0x5 0x7c
STATUS_INPUT

Get PSU2
ipmitool raw 0x6 0x52 0xf 0xb2 0x5 0x7c
STATUS_INPUT

Get PSU1
ipmitool raw 0x6 0x52 0xf 0xb0 0x0f 0x9a
MFR_MODEL

Get PSU2
ipmitool raw 0x6 0x52 0xf 0xb2 0x0f 0x9a
MFR_MODEL

Get PSU1
ipmitool raw 0x6 0x52 0xf 0xb0 0x04 0x9b
MFR_REVISION

Get PSU2
ipmitool raw 0x6 0x52 0xf 0xb2 0x04 0x9b
MFR_REVISION

Get PSU1
ipmitool raw 0x6 0x52 0xf 0xb0 0x06 0x9c
MFR_LOCATION

Get PSU2
ipmitool raw 0x6 0x52 0xf 0xb2 0x06 0x9c
MFR_LOCATION

ipmitool raw 0x6 0x52 0xf 0xb0 0x05 0x9d Get PSU1 MFR_DATE

ipmitool raw 0x6 0x52 0xf 0xb2 0x05 0x9d Get PSU2 MFR_DATE

Get PSU1
ipmitool raw 0x6 0x52 0xf 0xb0 0x11 0x9e
MFR_SERIAL

Get PSU2
ipmitool raw 0x6 0x52 0xf 0xb2 0x11 0x9e
MFR_SERIAL

Get PSU1
ipmitool raw 0x6 0x52 0xf 0xb0 0x3 0xa7
MFR_POUT_MAX

Get PSU2
ipmitool raw 0x6 0x52 0xf 0xb2 0x3 0xa7
MFR_POUT_MAX

Get PSU1 CR & off


ipmitool raw 0x6 0x52 0xf 0xb0 0x02 0xe0
line mode

Get PSU2 CR & off


ipmitool raw 0x6 0x52 0xf 0xb2 0x02 0xe0
line mode

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x6 0x52


Get PSU1 MFR_ID
0xf 0xb0 0x0d 0x99

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x6 0x52


Get PSU2 MFR_ID
0xf 0xb2 0x0d 0x99
Out Band
ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x6 0x52
Get PSU1 READ_PIN
0xf 0xb0 0x5 0x97

Get PSU2 READ_PIN


ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x6 0x52

14
0xf 0xb2 0x5 0x97

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x6 0x52 Get PSU1
0xf 0xb0 0x5 0x7c STATUS_INPUT

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x6 0x52 Get PSU2
0xf 0xb2 0x5 0x7c STATUS_INPUT

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x6 0x52 Get PSU1
0xf 0xb0 0x0f 0x9a MFR_MODEL

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x6 0x52 Get PSU2
0xf 0xb2 0x0f 0x9a MFR_MODEL

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x6 0x52 Get PSU1
0xf 0xb0 0x04 0x9b MFR_REVISION

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x6 0x52 Get PSU2
0xf 0xb2 0x04 0x9b MFR_REVISION

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x6 0x52 Get PSU1
0xf 0xb0 0x06 0x9c MFR_LOCATION

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x6 0x52 Get PSU2
0xf 0xb2 0x06 0x9c MFR_LOCATION

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x6 0x52


Get PSU1 MFR_DATE
0xf 0xb0 0x05 0x9d

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x6 0x52


Get PSU2 MFR_DATE
0xf 0xb2 0x05 0x9d

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x6 0x52 Get PSU1
0xf 0xb0 0x11 0x9e MFR_SERIAL

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x6 0x52 Get PSU2
0xf 0xb2 0x11 0x9e MFR_SERIAL

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x6 0x52 Get PSU1
0xf 0xb0 0x3 0xa7 MFR_POUT_MAX

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x6 0x52 Get PSU2
0xf 0xb2 0x3 0xa7 MFR_POUT_MAX

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x6 0x52 Get PSU1 CR & off
0xf 0xb0 0x02 0xe0 line mode

ipmitool -I lan -H <BMC IP> -U <username> -P <password> raw 0x6 0x52 Get PSU2 CR & off
0xf 0xb2 0x02 0xe0 line mode

Note:
Use hex to ASCII translator to check PSU information.

15
23. Setting BMC boot flag valid bit
clearing
Type Command Format Description

Cancel 60 seconds
In Band ipmitool raw 0x0 0x8 0x3 0x1f
timeout

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x0 Cancel 60 seconds
Out Band
0x8 0x3 0x1f timeout

Based on IPMI rule, if the system reset time and system boot time is higher than this default 60
seconds time out.

This boot information and boot flag from “ipmitool chassis bootdev xxx” would be cleared by BMC.
then BIOS can’t get this boot information from BMC. Send the command to cancel the 60 seconds
timeout.

24. Clear CMOS


Type Command Format Description

In Band ipmitool chassis bootdev none clear-cmos=yes Clear CMOS

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> chassis


Out Band Clear CMOS
bootdev none clear-cmos=yes

25. Correctable Memory Error Logging


Disabled
Type Command Format Description

Disable Correctable
ipmitool raw 0x0a 0x44 0x00 0x00 0x2 0x0 0x0 0x0 0x0 0x01 0x00 0x4
In Band Memory Error
0x10 0xa6 0x6f 0x80 0x00 0xff
Logging

16
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x0a Disable Correctable
Out Band 0x44 0x00 0x00 0x2 0x0 0x0 0x0 0x0 0x01 0x00 0x4 0x10 0xa6 0x6f Memory Error
0x80 0x00 0xff Logging

26. Collect BMC information


Type Command Format Description

Ipmitool mc info BMC version

ipmitool lan print LAN information

In Band ipmitool fru FRU information

ipmitool sel elist SEL information

ipmitool sensor Sensor information

ipmitool -I lan -H <BMC IP> -U <username> -P <password> mc info BMC version

ipmitool -I lan -H <BMC IP> -U <username> -P <password> lan print LAN information

Out Band ipmitool -I lan -H <BMC IP> -U <username> -P <password> fru FRU information

ipmitool -I lan -H <BMC IP> -U <username> -P <password> sel elist SEL information

ipmitool -I lan -H <BMC IP> -U <username> -P <password> sensor Sensor information

27. Get Utilization via ME FW


Type Command Format Description

ipmitool -t 0x2c -b 0x6 raw 0x4 0x2d 0xbe


Get CPU Utilization
Feedback : 2d c0 c0

ipmitool -t 0x2c -b 0x6 raw 0x4 0x2d 0xc0


Get DIMM
In Band
Utilization
Feedback : 00 c0 c0

ipmitool -t 0x2c -b 0x6 raw 0x4 0x2d 0xbf


Get IO utilization
Feedback : 00 c0 c0

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -t 0x2c -b


0x6 raw 0x4 0x2d 0xbe
Get CPU Utilization
Feedback : 2d c0 c0
Out Band
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -t 0x2c -b
0x6 raw 0x4 0x2d 0xc0 Get DIMM
Utilization
Feedback : 00 c0 c0

17
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -t 0x2c -b
0x6 raw 0x4 0x2d 0xbf
Get IO utilization
Feedback : 00 c0 c0

# 0xbe is sensor number that stand for core CUPS sensor on ME FW.
# 0xc0 is sensor number that stand for memory CUPS sensor on ME FW.
# 0xbf is sensor number that stand for IO CUPS sensor on ME FW.
2d is 0x2d hexadecimal (43 decimal %)
00 is 0x00 hexadecimal (00 decimal %)
c0 is event message enabled and sensor scanning enabled.
c0 is reserved.

28. Get Board ID information from


EEPROM
Type Command Format Description

In Band ipmitool raw 0x6 0x52 0x7 0xa8 0x80 0x00 0x00 Get Board ID

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x6


Out Band Get Board ID
0x52 0x7 0xa8 0x80 0x00 0x00

29. Get Expander FW Version


Type Command Format Description

Get Expander FW
In Band ipmitool raw 0x30 0xf7
Version

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 Get Expander FW
Out Band
0xf7 Version

30. Get BIOS Version


Type Command Format Description

In Band ipmitool raw 0x6 0x59 0x0 0x1 0x0 0x0 Get BIOS Version

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x6


Out Band Get BIOS Version
0x59 0x0 0x1 0x0 0x0

31. Keep PHY LINK-UP


Type Command Format Description

18
Enable “Keep PHY
ipmitool raw 0x30 0x91 0x5a 0x0 0x0 0x01
LINK-UP”
In Band
Disable “Keep PHY
ipmitool raw 0x30 0x91 0x5a 0x0 0x0 0x00
LINK-UP”

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 Enable “Keep PHY
0x91 0x5a 0x0 0x0 0x01 LINK-UP”
Out Band
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 Disable “Keep PHY
0x91 0x5a 0x0 0x0 0x00 LINK-UP”

32. Preserve BMC Configurations


Type Command Format Description

ipmitool raw 0x32 0x83 0x00 0x01 Preserve SDR

ipmitool raw 0x32 0x83 0x02 0x01 Preserve SEL


In Band
ipmitool raw 0x32 0x83 0x03 0x01 Preserve IPMI

ipmitool raw 0x32 0x83 0x04 0x01 Preserve Network

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32


Preserve SDR
0x83 0x00 0x01

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32


Preserve SEL
0x83 0x02 0x01
Out Band
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32
Preserve IPMI
0x83 0x03 0x01

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32


Preserve Network
0x83 0x04 0x01

0x32: Netfunction code.


0x83: Command ID code.
0x00: Select ID. (0x00-SDR, 0x02-SEL, 0x03-IPMI, 0x04-Network, 0x06-SNMP, 0x07-SSH, 0x08-KVM,
0x0A-Services)
0x01: Preserved Status. (0x00: Clear Configuration; 0x01: Preserved Configuration)

33. Enable/Disable MB Thermal Trip


Type Command Format Description

Disable MB Thermal
ipmitool raw 0x30 0xb0 0x0
Trip
In Band
Enable MB Thermal
ipmitool raw 0x30 0xb0 0x1
Trip

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 Disable MB Thermal
Out Band
0xb0 0x0 Trip

19
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 Enable MB Thermal
0xb0 0x1 Trip

34. Get PSU Information


Type Command Format Description

ipmitool raw 0x6 0x52 0xf 0xb0 0x08 0xd5 PSU1 FW (For S2BA)

ipmitool raw 0x6 0x52 0xf 0xb2 0x08 0xd5 PSU2 FW (For S2BA)

In Band PSU 1 manufacturer


ipmitool raw 0x30 0xfe 0x0 0x0
revision

PSU 1 firmware
ipmitool raw 0x30 0xfe 0x0 0x1
version

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x6


PSU1 FW (For S2BA)
0x52 0xf 0xb0 0x08 0xd5

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x6


PSU2 FW (For S2BA)
0x52 0xf 0xb2 0x08 0xd5
Out Band
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 PSU 1 manufacturer
0xfe 0x0 0x0 revision

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 PSU 1 firmware
0xfe 0x0 0x1 version

35. Generated Event Log


Type Command Format Description

ipmitool raw 0xa 0x44 0x0 0x0 0x2 0x0 0x0 0x0 0x0 0x01 0x00 0x4 0xc CPU1/DIMM F0 ECC
0xe2 0x6f 0xa0 0x48 0x80 event log

ipmitool raw 0xa 0x44 0x0 0x0 0x2 0x0 0x0 0x0 0x0 0x01 0x00 0x4 0xc CPU0/DIMM A0 ECC
0xe2 0x6f 0xa0 0x00 0x80 event log

Ipmitool raw 0xa 0x44 0x0 0x0 0x2 0x0 0x0 0x0 0x0 0x01 0x00 0x4 0x28 BMC HW watchdog
In Band
0xf0 0x6f 0xa3 0x06 0x00 reset event log

Ipmitool raw 0xa 0x44 0x0 0x0 0x2 0x0 0x0 0x0 0x0 0x01 0x00 0x4 0xf Password cleared by
0x9e 0x6f 0xa0 0x3 0xa1 jumper event log

Ipmitool raw 0xa 0x44 0x0 0x0 0x2 0x0 0x0 0x0 0x0 0x01 0x00 0x4 0xf Clear CMOS event
0x9e 0x6f 0xa0 0x4 0xa1 log

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0xa


CPU1/DIMM F0 ECC
0x44 0x0 0x0 0x2 0x0 0x0 0x0 0x0 0x01 0x00 0x4 0xc 0xe2 0x6f 0xa0
event log
Out Band 0x48 0x80

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0xa


CPU0/DIMM A0 ECC
0x44 0x0 0x0 0x2 0x0 0x0 0x0 0x0 0x01 0x00 0x4 0xc 0xe2 0x6f 0xa0

20
0x00 0x80 event log

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0xa


BMC HW watchdog
0x44 0x0 0x0 0x2 0x0 0x0 0x0 0x0 0x01 0x00 0x4 0x28 0xf0 0x6f 0xa3
reset event log
0x06 0x00

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0xa


Password cleared by
0x44 0x0 0x0 0x2 0x0 0x0 0x0 0x0 0x01 0x00 0x4 0xf 0x9e 0x6f 0xa0 0x3
jumper event log
0xa1

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0xa


Clear CMOS event
0x44 0x0 0x0 0x2 0x0 0x0 0x0 0x0 0x01 0x00 0x4 0xf 0x9e 0x6f 0xa0 0x4
log
0xa1

36. Get BBU Version


Type Command Format Description

In Band ipmitool raw 0x30 0xfe 0x0 0x02 BBU Version

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30


Out Band BBU Version
0xfe 0x0 0x02

37. Get DIMM Temperature


Type Command Format Description

ipmitool -t 0x2c -b 0x6 raw 0x2e 0x40 0x57 0x1 0x0 0x30 0x5 0x5 0xa1
0x0 0xe 0x0 0x0
In Band DIMM channel A
Feedback : 57 01 00 40 1c 00 00 00

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -t 0x2c -b


0x6 raw 0x2e 0x40 0x57 0x1 0x0 0x30 0x5 0x5 0xa1 0x0 0xe 0x0 0x0
Out Band DIMM channel A
Feedback : 57 01 00 40 1c 00 00 00

0x0: Channel A ; 0x1: Channel B ; 0x2: Channel C ; 0x3: Channel D


0x4: Channel E ; 0x5: Channel F ; 0x6: Channel G ; 0x7: Channel H

38. System Identify LED


Type Command Format Description

Clear BMC event log


Ipmitool sel clear and then fault LED
would be off
In Band
ipmitool raw 0x0 0x4 0x00 0x1 Turn on infinitely

ipmitool raw 0x0 0x4 0x0 Turn off infinitely

21
ipmitool raw 0x00 0x04 0xFF Blinking infinitely

Clear BMC event log


ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> sel clear and then fault LED
would be off

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x0


Turn on infinitely
0x4 0x00 0x1
Out Band
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x0
Turn off infinitely
0x4 0x0

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x00


Blinking infinitely
0x04 0xFF

39. Get MB position


Type Command Format Description

In Band ipmitool raw 0x30 0x7d MB position

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30


Out Band MB position
0x7d

01 (node 1), 02 (node 2), 03 (node 3) , 04 (node 4) or FF (not support)

40. Restore BMC to Default


Type Command Format Description

In Band ipmitool raw 0x32 0x66 Restore BMC

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32


Out Band Restore BMC
0x66

This command is used to load the default configurations of the BMC and it’ll cause BMC system reset,
please wait 70-90 seconds for BMC ready.

41. Get PCH Controller Status


Type Command Format Description

Get PCH controller


In Band ipmitool raw 0x6 0x52 0x7 0x88 0x1 0x5
status

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x6 Get PCH controller
Out Band
0x52 0x7 0x88 0x1 0x5 status

42. Enable BMC Console Dump

22
Type Command Format Description

Enable BMC console


In Band ipmitool raw 0x30 0xc0 0x21 0x1
dump

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 Enable BMC console
Out Band
0xc0 0x21 0x1 dump

43. Power Capping


Type Command Format Description

ipmitool -b 0x06 -t 0x2C raw 0x2E 0xC0 0x57 0x01 0x00 0x04 0x00 0x01 Disable Policy

Get power
consumption and
ipmitool -b 0x06 -t 0x2C raw 0x2E 0xC8 0x57 0x01 0x00 0x01 0x00 0x01
check the CPU
frequency
In Band
Ipmitool -b 0x06 -t 0x2C raw 0x2E 0xC1 0x57 0x01 0x00 0x10 0x01 0x10 Configure Policy
0x00 0xDC 0x00 0x70 0x17 0x00 0x00 0xDC 0x00 0x58 0x02

Configure suspend
Ipmitool -b 0x06 -t 0x2C raw 0x2E 0xC5 0x57 0x01 0x00 0x00 0x01 0x00
period

Ipmitool -b 0x06 -t 0x2C raw 0x2E 0xC0 0x57 0x01 0x00 0x05 0x00 0x01 Enable Policy

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -b 0x06 -t Disable Policy


0x2C raw 0x2E 0xC0 0x57 0x01 0x00 0x04 0x00 0x01

Get power
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -b 0x06 -t consumption and
0x2C raw 0x2E 0xC8 0x57 0x01 0x00 0x01 0x00 0x01 check the CPU
frequency

Out Band ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -b 0x06 -t Configure Policy
0x2C raw 0x2E 0xC1 0x57 0x01 0x00 0x10 0x01 0x10 0x00 0xDC 0x00
0x70 0x17 0x00 0x00 0xDC 0x00 0x58 0x02

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -b 0x06 -t Configure suspend


0x2C raw 0x2E 0xC5 0x57 0x01 0x00 0x00 0x01 0x00 period

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -b 0x06 -t Enable Policy


0x2C raw 0x2E 0xC0 0x57 0x01 0x00 0x05 0x00 0x01

Steps:
1. SUT run system stress.
2. Disable Policy (Please refer attached NM spec in detail)
3. Get power consumption and check the CPU frequency
4. Configure Policy (limit, correction time, action...etc)
5. Configure suspend period (no suspend period)
6. Enable Policy
7. Get power consumption and check the CPU frequency

44. Create New User

23
Type Command Format Description

ipmitool user set name 5 test

ipmitool user set password 5 test

Ipmitool user enable 5


In Band
Ipmitool user priv 5 4 1

Ipmitool channel setaccess 1 5 callin=on ipmi=on link=off privilege=4

Ipmitool user list 1

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> user set


name 5 test

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> user set


password 5 testfa

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> user


enable 5
Out Band
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> user priv
541

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> channel


setaccess 1 5 callin=on ipmi=on link=off privilege=4

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> user list


1

45. Delete IPMI user


Type Command Format Description

ipmitool raw 0x6 0x45 0x3 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff Delete IPMI user
In Band
0xff 0xff 0xff 0xff 0xff 0xff

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x6 Delete IPMI user
Out Band 0x45 0x3 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff
0xff 0xff

0x6 0x45 : netfunction and set user name command id


0x3 : user id
0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff : remove ipmi user

46. Get Fan Reading


Type Command Format Description

ipmitool raw 0x4 0x2d 0x1 Get Fan Reading


In Band
Feedback : 1a c0 c0 00

24
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x4 Get Fan Reading
Out Band
0x2d 0x1

byte 1: 1ah = 26 * (M=100) = 2600RPM


byte 2-4: Don't care

47. Get Chassis Status


Type Command Format Description

In Band ipmitool raw 0x0 0x1 Get Chassis Status

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x0 Get Chassis Status
Out Band
0x1

response byte 1: completion code, byte 2: current power state, byte 3: last power event, byte 4: Misc.
Chassis Status

[5:4]
00b = ID LED Off
01b = ID LED Blinking
10b = ID LED Indefinite On

48. Update PD Asset tag on MB FRU


Type Command Format Description

In Band ipmitool raw 0x30 0x91 0x5d 0x6 0x30 0x30 0x30 0x30 0x30 0x30 Update PD Asset Tag

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 Update PD Asset Tag
Out Band
0x91 0x5d 0x6 0x30 0x30 0x30 0x30 0x30 0x30

49. Set HDD


Type Command Format Description

Set HDD model


ipmitool raw 0x30 0x91 0x5e 0x0 0x6 0x52 0x53 0x54 0x55 0x56 0x57
string

ipmitool raw 0x30 0x91 0x5e 0x1 0x18 Set HDD account
In Band
Set HDD vendor
Ipmitool raw 0x30 0x91 0x5e 0x2 0x6 0x60 0x61 0x62 0x63 0x64 0x65
string

Ipmitool raw 0x30 0x91 0x5e 0x3 0x7d 0x02 0x00 0x0 Set HDD capacity

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 Set HDD model
0x91 0x5e 0x0 0x6 0x52 0x53 0x54 0x55 0x56 0x57 string
Out Band
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 Set HDD account
0x91 0x5e 0x1 0x18

25
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 Set HDD vendor
0x91 0x5e 0x2 0x6 0x60 0x61 0x62 0x63 0x64 0x65 string

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 Set HDD capacity
0x91 0x5e 0x3 0x7d 0x02 0x00 0x0

50. Update Critical & non-Critical


threshold value of outlet temp.
Type Command Format Description

In Band ipmitool raw 0x4 0x26 0x21 0x18 0x0 0x0 0x0 0x30 0x32 0x0

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x4


Out Band
0x26 0x21 0x18 0x0 0x0 0x0 0x30 0x32 0x0

51. Create one PEF Configuration


Type Command Format Description

Create an event filter


ipmitool raw 0x4 0x12 0x6 0x01 0x80 0x01 0x01 0x00 0xff 0xff 0xff 0xff entry on event filter
0xff 0xff 0xff 0x00 0x00 0x00 0x0 0x0 0x0 0x0 0x0 0x0 table with all sensor
and event logs

Create an alert
ipmitool raw 0x4 0x12 0x9 0x01 0x18 0x11 0x00 policy entry on alert
policy table
In Band
Create an
Ipmitool raw 0xc 0x1 0x1 0x12 0x1 0x0 0x3 0x3 destination on
Destination

Create an
Ipmitool raw 0xc 0x1 0x1 0x13 0x1 0x0 0x0 0xa 0xa 0xc8 0x9c 0x0 0x0 destination on
0x0 0x0 0x0 0x0 Destination
addresses

Create an event filter


ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x4
entry on event filter
0x12 0x6 0x01 0x80 0x01 0x01 0x00 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x00
table with all sensor
0x00 0x00 0x0 0x0 0x0 0x0 0x0 0x0
and event logs

Create an alert
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x4
policy entry on alert
0x12 0x9 0x01 0x18 0x11 0x00
Out Band policy table

Create an
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0xc
destination on
0x1 0x1 0x12 0x1 0x0 0x3 0x3
Destination

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0xc Create an


0x1 0x1 0x13 0x1 0x0 0x0 0xa 0xa 0xc8 0x9c 0x0 0x0 0x0 0x0 0x0 0x0 destination on
Destination

26
addresses

52. Get Volumetric Airflow from ME


Type Command Format Description

ipmitool -t 0x2c -b 0x6 raw 0x4 0x2d 0xa2


In Band
Feedback : 2b 40 c0

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -t 0x2c -b


0x6 raw 0x4 0x2d 0xa2
Out Band
Feedback : 2b 40 c0

0x2b: Volumetric Airflow


0x40: Reading is available.
0xc0: Asserted status.

53. System Fault LED


Type Command Format Description

ipmitool raw 0x30 0xe0 0xB 0x1 0x00 LED on

# Status LED pin: GPIOB3 is 11 (0xBh)

ipmitool raw 0x30 0xe0 0xB 0x1 0x01 LED off


In Band
# Status LED pin: GPIOB3 is 11 (0xBh)

Generate a dummy
ipmitool event 1 event log. then fault
LED will be on

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 LED on


0xe0 0xB 0x1 0x00

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 LED off
Out Band 0xe0 0xB 0x1 0x01

Generate a dummy
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> event 1 event log. then fault
LED will be on

54. Check Signal Status


Type Command Format Description

In Band ipmitool raw 0x30 0xe1 0x1a Get/Check the signal

27
# Power Button: GPIOD2 is 26 (26 = 0x1ah) status of button

Feedback : 00 01

ipmitool raw 0x30 0xe1 0x92 Get/Check the signal


status of PSU AC
#PSU_AC_LOSS: GPIOS2 is 146 (146 = 0x92h) LOSS

Feedback : 00 00

ipmitool raw 0x30 0xe1 0x88 Get/Check the signal


status of node
ipmitool raw 0x30 0xe1 0x89 number on chassis

# SLOT ID 0: GPIOR0 is 136 (136 = 0x88h)

# SLOT ID 1: GPIOR1 is 137 (137 = 0x89h)

Feedback : 00 01

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 Get/Check the signal
0xe1 0x1a status of button

Get/Check the signal


ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30
status of PSU AC
0xe1 0x92
LOSS
Out Band
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 Get/Check the signal
0xe1 0x88 status of node
number on chassis
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30
0xe1 0x89

1st byte GPIO direction:


00 is input; 01 is output
2nd byte GPIO data:
01 is high (button is not been pressed) ; 00 is low (button is been pressed)

55. Get VR Data


Type Command Format Description

In Band ipmitool raw 0x30 0xfb 0x88

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30


Out Band
0xfb 0x88

Byte 1-2: CPU0 major number


Byte 3-4: CPU1 major number
Byte 5-6: DIMM AB channel major number
Byte 7-8: DIMM CD channel major number
Byte 9-10: DIMM EF channel major number
Byte 11-12: DIMM GH channel major number
Byte 13-14: CPU0 minor number
Byte 15-16: CPU1 minor number
Byte 17-18: DIMM AB channel minor number
Byte 19-20: DIMM CD channel minor number

28
Byte 21-22: DIMM EF channel minor number
Byte 23-24: DIMM GH channel minor number

56. Set Host Name


Type Command Format Description

ipmitool raw 0x32 0x6c 0x1 0x0 0x00 0x5 0x30 0x31 0x32 0x33 0x34 Set host name
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 configuration by
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 manual mode (host
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 name is 01234)
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00

ipmitool raw 0x32 0x6c 0x1 0x0 0x01 0x5 0x30 0x31 0x32 0x33 0x34 Set host name
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 configuration by
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Auto mode (host
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 name is 01234)
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00

ipmitool raw 0x32 0x6c 0x2 0x0 0x0 0x0 0x11 Enable Register DNS

In Band 0x32 0x6c 0x2 0x0 => net-function, command id, parameter selector,
block selector.

0x00 => for eth0 interface. (inactive)


0x00 => for eth1 interface.(inactive)
0x11 => for eth1 interface. (active)
bit[0], 1: register DNS setting; 0: deregister DNS setting.
bit[4], 1: DHCP FQDN method; 0: NSUPDATE method.
DNS configuration
ipmitool raw 0x32 0x6c 0x7 0x0
restart

ipmitool raw 0x32 0x6b 0x01 0x00 Get host name

Return:
byte 1: 01h-automatic; 00h-Manual mode
byte 2: host name length
byte 3-66: host name string with ASCI code.
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32 Set host name
0x6c 0x1 0x0 0x00 0x5 0x30 0x31 0x32 0x33 0x34 0x00 0x00 0x00 0x00 configuration by
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 manual mode (host
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 name is 01234)
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32 Set host name
Out Band
0x6c 0x1 0x0 0x01 0x5 0x30 0x31 0x32 0x33 0x34 0x00 0x00 0x00 0x00 configuration by
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Auto mode (host
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 name is 01234)
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32 Enable Register DNS
0x6c 0x2 0x0 0x0 0x0 0x11

29
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32 DNS configuration
0x6c 0x7 0x0 restart

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32 Get host name
0x6b 0x01 0x00

57. Enable/Disable CD Server


Type Command Format Description

ipmitool raw 0x32 0x6a 0x4 0x00 0x0 0x0 0x0 0x62 0x6f 0x6e 0x64 0x30 Disable CD server
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x00 0x14 0x0 0x0
0x04 0x14 0x0 0x0 0x0 0x0 0x00 0x00 0x00 0x00 0x00
In Band
ipmitool raw 0x32 0x6a 0x4 0x00 0x0 0x0 0x1 0x62 0x6f 0x6e 0x64 0x30 Enable CD server
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x00 0x14 0x0 0x0
0x04 0x14 0x0 0x0 0x0 0x0 0x00 0x00 0x00 0x00 0x00

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32 Disable CD server
0x6a 0x4 0x00 0x0 0x0 0x0 0x62 0x6f 0x6e 0x64 0x30 0x0 0x0 0x0 0x0
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x00 0x14 0x0 0x0 0x04 0x14 0x0 0x0
0x0 0x0 0x00 0x00 0x00 0x00 0x00
Out Band
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32 Enable CD server
0x6a 0x4 0x00 0x0 0x0 0x1 0x62 0x6f 0x6e 0x64 0x30 0x0 0x0 0x0 0x0
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x00 0x14 0x0 0x0 0x04 0x14 0x0 0x0
0x0 0x0 0x00 0x00 0x00 0x00 0x00

58. SNMP Configuration by root user


Type Command Format Description

ipmitool raw 0x32 0x7d 0x72 0x6f 0x6f 0x74 0x0 0x0 0x0 0x0 0x0 0x0 Set SNMP
0x0 0x0 0x0 0x0 0x0 0x0 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 configuration
0x39 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
In Band
ipmitool raw 0x32 0x7c 0x00 0x72 0x6f 0x6f 0x74 0x0 72 6f 6f 74 00 bf Get SNMP
4c 1c 00 42 32 00 00 00 00 55 00 00 00 00 configuration

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32 Set SNMP
0x7d 0x72 0x6f 0x6f 0x74 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 configuration
0x0 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x0 0x0 0x0 0x0
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
Out Band
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32 Get SNMP
0x7c 0x00 0x72 0x6f 0x6f 0x74 0x0 72 6f 6f 74 00 bf 4c 1c 00 42 32 00 configuration
00 00 00 55 00 00 00 00

59. Set Altitude to 1000 meters (0x3E8)

30
Type Command Format Description

In Band ipmitool -b 0x06 -t 0x2c raw 0x2E 0xD5 0x57 0x01 0x00 0x00 0xE8 0x03

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -b 0x06 -t


Out Band
0x2c raw 0x2E 0xD5 0x57 0x01 0x00 0x00 0xE8 0x03

Byte 1:2 – Net-function and command id.


Byte 3:5 - Intel Manufacturer ID : 000157h, LS byte first.
Byte 6 - Domain ID
[0:3] - Domain ID = 00h - Entire platform ; Others - Reserved.
[4:7] - Reserved. Write as 0000b
Byte 7:8 Altitude level - signed integer value expressed in meters above sea level. [masl]

60. Set Drive information for MG9094


Type Command Format Description

Enable locate LED on


ipmitool raw 0x6 0x52 0x1 0xc0 0x00 0x42 0x01
HDD1

Enable locate LED on


ipmitool raw 0x6 0x52 0x1 0xc0 0x00 0x42 0x02
HDD2

Enable locate LED on


ipmitool raw 0x6 0x52 0x1 0xc2 0x00 0x42 0x01
HDD3

Enable locate LED on


ipmitool raw 0x6 0x52 0x1 0xc2 0x00 0x42 0x02
HDD4

Enable locate LED on


ipmitool raw 0x6 0x52 0x1 0xc2 0x00 0x42 0x04
HDD5
In Band
Enable locate LED on
ipmitool raw 0x6 0x52 0x1 0xc2 0x00 0x42 0x08
HDD6

Enable locate LED on


ipmitool raw 0x6 0x52 0x1 0xc2 0x00 0x42 0x10
HDD7

Enable locate LED on


ipmitool raw 0x6 0x52 0x1 0xc2 0x00 0x42 0x20
HDD8

Enable locate LED on


ipmitool raw 0x6 0x52 0x1 0xc2 0x00 0x42 0x40
HDD9

Enable locate LED on


ipmitool raw 0x6 0x52 0x1 0xc2 0x00 0x42 0x80
HDD10

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x6 Enable locate LED on
0x52 0x1 0xc0 0x00 0x42 0x01 HDD1

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x6 Enable locate LED on
Out Band 0x52 0x1 0xc0 0x00 0x42 0x02 HDD2

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x6 Enable locate LED on
0x52 0x1 0xc2 0x00 0x42 0x01 HDD3

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x6 Enable locate LED on

31
0x52 0x1 0xc2 0x00 0x42 0x02 HDD4

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x6 Enable locate LED on
0x52 0x1 0xc2 0x00 0x42 0x04 HDD5

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x6 Enable locate LED on
0x52 0x1 0xc2 0x00 0x42 0x08 HDD6

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x6 Enable locate LED on
0x52 0x1 0xc2 0x00 0x42 0x10 HDD7

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x6 Enable locate LED on
0x52 0x1 0xc2 0x00 0x42 0x20 HDD8

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x6 Enable locate LED on
0x52 0x1 0xc2 0x00 0x42 0x40 HDD9

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x6 Enable locate LED on
0x52 0x1 0xc2 0x00 0x42 0x80 HDD10

61. Fan Command (1U)


Type Command Format Description

Set BP fan 0 to 63
duties
ipmitool raw 0x30 0x39 0x01 0x10x0 0x3f
(=0x3fheximal;
maximum duty is 63)

Set BP fan 1 to 63
ipmitool raw 0x30 0x39 0x01 0x10x1 0x3f
duties

Set BP fan 2 to 63
ipmitool raw 0x30 0x39 0x01 0x10x2 0x3f
In Band duties

Set BP fan 3 to 63
ipmitool raw 0x30 0x39 0x01 0x10x3 0x3f
duties

Set BP fan 4 to 63
ipmitool raw 0x30 0x39 0x01 0x10x4 0x3f
duties

Set BP fan 5 to 63
ipmitool raw 0x30 0x39 0x01 0x10x5 0x3f
duties

62. Fan Command (2U)


Type Command Format Description

Set MB fan 0 to 100


duties
In Band ipmitool raw 0x30 0x39 0x01 0x0 0x0 0x64 (=0x64heximal;
maximum duty is
100)

32
Set MB fan 1 to 100
ipmitool raw 0x30 0x39 0x01 0x0 0x1 0x64
duties

Set MB fan 2 to 100


ipmitool raw 0x30 0x39 0x01 0x0 0x2 0x64
duties

Set MB fan 3 to 100


ipmitool raw 0x30 0x39 0x01 0x0 0x3 0x64
duties

63. Sensor Thresh


Type Command Format Description

ipmitool sensor thresh <id> <threshold> <setting> This allows you to


set a particular
Valid thresholds are: sensor threshold
unr Upper Non-Recoverable value. The sensor is
specified by name.
ucr Upper Critical
unc Upper Non-Critical
lnc Lower Non-Critical
lcr Lower Critical
lnr Lower Non-Recoverable
This allows you to
set all lower
thresholds for a
sensor at the same
ipmitool sensor thresh <id> lower <lnr> <lcr> <lnc> time. The sensor is
specified by name
and the thresholds
In Band Ex: are listed in order of
ipmitool sensor thresh FAN1 lower 100 150 200 Lower Non-
Recoverable, Lower
Critical, and Lower
Non-Critical.

This allows you to


set all upper
thresholds for a
sensor at the same
time. The sensor is
specified by name
ipmitool sensor thresh <id> upper <unc> <ucr> <unr>
and the thresholds
are listed in order of
Upper Non-Critical,
Upper Critical, and
Upper Non-
Recoverable.

64. Enable BMC debug message for Fan


Control
Type Command Format Description

33
In Band ipmitool raw 0x30 0x91 0x5a 0x1 0x0 0x0

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30


Out Band
0x91 0x5a 0x1 0x0 0x0

65. Get CMC version and PSU POUTMAX


Type Command Format Description

In Band ipmitool raw 0x30 0x34

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30


Out Band
0x34

Response:
Byte 1 – Completion Code
Byte 2..4 – PCB Firmware Revision
Byte 5 – TOB PSU Type
Byte 6 – Bottom PSU Type (it has been deprecated in this command)
PSU type:
0x00: Unknow
0x01: 1023W
0x02: 1100W
0x03: 1200W
0x04: 1400W
0x05: 1600W
0x06: 1000W
Byte 7:8 TOP PSU Maximum reading (POUT Max.), LS byte first
Byte 9:10 Bottom PSU Maximum reading (POUT Max.), LS byte first

66. NCSI Failed Over


Type Command Format Description

Get the status of


ipmitool raw 0xc 0x2 0x1 0xfc 0x0 0x0
NCSI failed over
In Band
Enabled or Disabled
ipmitool raw 0xc 0x1 0x1 0xfc
the feature

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0xc Get the status of
0x2 0x1 0xfc 0x0 0x0 NCSI failed over
Out Band
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0xc Enabled or Disabled
0x1 0x1 0xfc the feature

00h – Disable.
(Noted: if this setting is disable, the Shared-NIC of BMC would be always enabled on first on NIC port )
01h – Enable.

67. Change Device Port

34
Type Command Format Description

ipmitool raw 0x32 0x6a 0x2 0x00 0x0 0x0 0x1 0x62 0x6f 0x6e 0x64 0x30 changed KVM port
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9b 0x1d 0x0 0x0
0x9f 0x1d 0x0 0x0 0xff 0xff 0xff 0xff 0x00 0x00 0x00

ipmitool raw 0x32 0x6a 0x4 0x00 0x0 0x0 0x1 0x62 0x6f 0x6e 0x64 0x30 changed CD device
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9b 0x1d 0x0 0x0 port
0x9f 0x1d 0x0 0x0 0xff 0xff 0xff 0xff 0x00 0x00 0x00

ipmitool raw 0x32 0x6a 0x8 0x00 0x0 0x0 0x1 0x62 0x6f 0x6e 0x64 0x30 changed FD device
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x88 0x1d 0x0 0x0 port changed FD
0x89 0x1d 0x0 0x0 0xff 0xff 0xff 0xff 0x00 0x00 0x00 device port

Ipmitool raw 0x32 0x6a 0x10 0x00 0x0 0x0 0x1 0x62 0x6f 0x6e 0x64 changed HDD device
0x30 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x77 0x1d 0x0 port
In Band
0x0 0x79 0x1d 0x0 0x0 0xff 0xff 0xff 0xff 0x00 0x00 0x00

ipmitool raw 0x32 0x6a 0x2 0x00 0x0 0x0 0x1 0x62 0x6f 0x6e 0x64 0x30 Setting KVM Port
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9a 0x1d 0x0 0x0 Number
0x9e 0x1d 0x0 0x0 0xff 0xff 0xff 0xff 0x00 0x00 0x00

0x2 0x00 0x0 0x0: KVM service


0x01: Service is enabled
0x62 0x6f 0x6e 0x64 0x30 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00: the string is “bond0”
0x9a 0x1d 0x00 0x00: Non security access port is 7578
0x9e 0x1d 0x00 0x00: Security access port is 7582
ff ff ff ff: Session inactivity timeout value is read-only.
0x00 0x00 0x00: Rerseved.
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32 changed KVM port
0x6a 0x2 0x00 0x0 0x0 0x1 0x62 0x6f 0x6e 0x64 0x30 0x0 0x0 0x0 0x0
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9b 0x1d 0x0 0x0 0x9f 0x1d 0x0 0x0
0xff 0xff 0xff 0xff 0x00 0x00 0x00

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32 changed CD device
0x6a 0x4 0x00 0x0 0x0 0x1 0x62 0x6f 0x6e 0x64 0x30 0x0 0x0 0x0 0x0 port
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9b 0x1d 0x0 0x0 0x9f 0x1d 0x0 0x0
0xff 0xff 0xff 0xff 0x00 0x00 0x00

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32 changed FD device
0x6a 0x8 0x00 0x0 0x0 0x1 0x62 0x6f 0x6e 0x64 0x30 0x0 0x0 0x0 0x0 port
Out Band
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x88 0x1d 0x0 0x0 0x89 0x1d 0x0 0x0
0xff 0xff 0xff 0xff 0x00 0x00 0x00

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32 changed HDD device
0x6a 0x10 0x00 0x0 0x0 0x1 0x62 0x6f 0x6e 0x64 0x30 0x0 0x0 0x0 0x0 port
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x77 0x1d 0x0 0x0 0x79 0x1d 0x0 0x0
0xff 0xff 0xff 0xff 0x00 0x00 0x00

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x32 Setting KVM Port
0x6a 0x2 0x00 0x0 0x0 0x1 0x62 0x6f 0x6e 0x64 0x30 0x0 0x0 0x0 0x0 Number
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9a 0x1d 0x0 0x0 0x9e 0x1d 0x0 0x0
0xff 0xff 0xff 0xff 0x00 0x00 0x00

68. SNMP Configuration

35
Type Command Format Description

ipmitool raw 0x30 0x89 0x0 Get Public

ipmitool raw 0x30 0x89 0x1 Get private

Set public
ipmitool raw 0x30 0x8a 0x10 0x4a 0x44 0x52 0x45 0x41 0x44 community string to
"JDREAD"

Set public
community string to
ipmitool raw 0x30 0x8a 0x11 0x4a 0x4a 0x57 0x52 0x49 0x54 0x45
"JJWRITE" with ASCII
code

ipmitool raw 0x30 0x8c 0x1 0x1 0x4a 0x4a 0x54 0x52 0x41 0x50 0x0 0x0 SNMP trap
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 configuration
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x31 0x30 0x2e 0x31 0x30 0x2e 0x31
0x32 0x2e 0x31 0x31 0x37 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
0x0 0x0 0x0 0x0 0x0 0x0
In Band
* Trap status: enabled
* Trap version: v1
* Trap community: JJTRAP
* Destination first IP: 10.10.12.117
ipmitool raw 0x30 0x8c 0x1 0x1 0x4a 0x4a 0x54 0x52 0x41 0x50 0x0 0x0 SNMP trap
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 configuration
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x1 0x31 0x30 0x2e 0x31 0x30 0x2e 0x31
0x32 0x2e 0x31 0x31 0x38 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
0x0 0x0 0x0 0x0 0x0 0x0

* Trap status: enabled


* Trap version: v1
* Trap community: JJTRAP
* Destination second IP: 10.10.12.118
Test to send a SNMP
ipmitool raw 0x30 0xfc
trap

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 Get Public
0x89 0x0

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 Get private
0x89 0x1

Set public
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30
community string to
0x8a 0x10 0x4a 0x44 0x52 0x45 0x41 0x44
"JDREAD"
Out Band
Set public
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 community string to
0x8a 0x11 0x4a 0x4a 0x57 0x52 0x49 0x54 0x45 "JJWRITE" with ASCII
code

ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 SNMP trap
0x8c 0x1 0x1 0x4a 0x4a 0x54 0x52 0x41 0x50 0x0 0x0 0x0 0x0 0x0 0x0 configuration
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
0x0 0x0 0x0 0x0 0x31 0x30 0x2e 0x31 0x30 0x2e 0x31 0x32 0x2e 0x31
0x31 0x37 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0

36
0x0 0x0 0x0

* Trap status: enabled


* Trap version: v1
* Trap community: JJTRAP
* Destination first IP: 10.10.12.117
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 SNMP trap
0x8c 0x1 0x1 0x4a 0x4a 0x54 0x52 0x41 0x50 0x0 0x0 0x0 0x0 0x0 0x0 configuration
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
0x0 0x0 0x0 0x1 0x31 0x30 0x2e 0x31 0x30 0x2e 0x31 0x32 0x2e 0x31
0x31 0x38 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
0x0 0x0 0x0

* Trap status: enabled


* Trap version: v1
* Trap community: JJTRAP
* Destination second IP: 10.10.12.118
ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> raw 0x30 Test to send a SNMP
0xfc trap

37
About QCT
QCT (Quanta Cloud Technology) is a global datacenter solution provider
extending the power of hyperscale datacenter design in standard and open
SKUs to all datacenter customers.
Product lines include servers, storage, network switches, integrated rack
systems and cloud solutions, all delivering hyperscale efficiency, scalability,
reliability, manageability, serviceability and optimized performance for each
workload.
QCT offers a full spectrum of datacenter products and services from
engineering, integration and optimization to global supply chain support, all
under one roof.
The parent of QCT is Quanta Computer Inc., a Fortune Global 500 technology
engineering and manufacturing company.
http://www.QCT.io

United States QCT LLC., Silicon Valley office Japan Quanta Cloud Technology Japan 株式会社
1010 Rincon Circle, San Jose, CA 95131
TOLL-FREE: 1-855-QCT-MUST 日本国東京都港区芝大門二丁目五番八号
TEL: +1-510-270-6111 牧田ビル3階
FAX: +1-510-270-6161 Makita Building 3F, 2-5-8, Shibadaimon ,
Support: +1-510-270-6216 Minato-ku, Tokyo 105-0012, Japan
TEL: +81-3-5777-0818
QCT LLC., Seattle office FAX: +81-3-5777-0819
13810 SE Eastgate Way, Suite 190, Building 1,
Bellevue, WA 98005 Taiwan 雲達科技(Quanta Cloud Technology)
TEL: +1-425-633-1620
FAX: +1-425-633-1621 桃園市龜山區文化二路 211 號 1 樓
1F, No. 211 Wenhua 2nd Rd., Guishan Dist.,
China 云达科技, 北京办公室(Quanta Cloud Technology) Taoyuan City 33377, Taiwan
TEL: +886-3-286-0707
北京市朝阳区东三环中路 1 号,环球金融中心东楼 1508 室 FAX: +886-3-327-0001
Room 1508, East Tower 15F, World Financial Center
No.1, East 3rd Ring Zhong Rd., Chaoyang District, Beijing, China Other regions Quanta Cloud Technology
TEL: +86-10-5920-7600 No. 211 Wenhua 2nd Rd., Guishan Dist.,
FAX: +86-10-5981-7958 Taoyuan City 33377, Taiwan
TEL: +886-3-327-2345
云达科技, 杭州办公室(Quanta Cloud Technology) FAX: +886-3-397-4770
浙江省杭州市西湖区古墩路浙商财富中心 4 号楼 303 室
Room 303,Building No.4,ZheShang Wealth Center
No. 83 GuDun Road, Xihu District, Hangzhou, Zhejiang , China
TEL: +86-571-2819-8660

All specifications and figures are subject to change without prior notice. Actual products may look different from the photos.
QCT, the QCT logo, Rackgo, Quanta, and the Quanta logo are trademarks or registered trademarks of Quanta Computer Inc.
All trademarks and logos are the properties of their representative holders.
Copyright © 2014-2015 Quanta Computer Inc. All rights reserved.

38

You might also like