IBM NeXtScale System Planning And Implementation Manual page 228

Table of Contents

Advertisement

Get power consumption of a node
To get power consumption of node 1 (idle node), use the following command
(see Table 7-11 on page 207 for the command syntax):
ipmitool -I lanplus -U USERID -P PASSW0RD -H 192.168.0.100 raw 0x32 0x98 0x1
00 2c 00 2c 00 2e 00
The output string has the following meaning:
Byte 1: Completion code 0x00
Byte 2 and 3: Power minimum: 0x002C (44 W)
Byte 4 and 5: Power average: 0x002C (44 W)
Byte 6 and 7: Power maximum: 0x002E (46 W)
To get the power consumption of node 3, use the following command (see
Table 7-11 on page 207 for the syntax):
ipmitool -I lanplus -U USERID -P PASSW0RD -H 192.168.0.100 raw 0x32 0x98 0x3
00 93 00 94 00 97 00
The output string has the following meaning:
Byte 1: Completion code 0x00
Byte 2 and 3: Power minimum: 0x0093 (147 W)
Byte 4 and 5: Power average: 0x0094 (148 W)
Byte 6 and 7: Power maximum: 0x0097 (151 W)
Get status of a node
To get the status of node 1, use the following command (see Table 7-11 on
page 207 for the syntax:
ipmitool -I lanplus -U USERID -P PASSW0RD -H 192.168.0.100 raw 0x32 0xa7 0x1
00 80 01 01 04
The output string has the following meaning:
Byte 1: Completion code 0x00
Byte 2: Node power state 0x80 (PowerON)
Byte 3: Width 0x01 (1U)
Byte 4: Height 0x01 (1U)
Byte 5: Permission state 0x04 (Permission pass)
Get power supply fan status
To get power supply fan status, use the following command (see Table 7-9 on
page 206 for the syntax):
ipmitool -I lanplus -U USERID -P PASSW0RD -H 192.168.0.100 raw 0x32 0xa5 0x1
b0 14 14 02
210
IBM NeXtScale System Planning and Implementation Guide

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nextscale n1200Nextscale nx360 m4

Table of Contents