[root@lxb6101 bin]# ./ipmitool -I open fru
FRU Device Description : Builtin FRU Device (ID 0)
Board Mfg : Super Micro
Board Product : IPMI2.0
Board Serial :
Board Part Number : AOC-IPMI20-E
Product Manufacturer : Super Micro
Product Name : IPMI2.0
Product Part Number : AOC-IPMI20-E
Product Version : 1.0
Product Serial :
[root@lxb6101 bin]# ./ipmitool -I open bmc info
Device ID : 32
Device Revision : 0
Firmware Revision : 14.40
IPMI Version : 2.0
Manufacturer ID : 2168
Manufacturer Name : Unknown (0x878)
Product ID : 0 (0x0000)
Device Available : yes
Provides Device SDRs : no
Additional Device Support :
Sensor Device
SDR Repository Device
SEL Device
FRU Inventory Device
IPMB Event Receiver
IPMB Event Generator
Bridge
Aux Firmware Rev Info :
0x00
0x00
0x00
0x00
Seems that this machine has two fans but I can't read the speed. This is the output of the sensor:
[root@lxb6101 bin]# ./ipmitool -I open sensor CPU 1 | 47.000 | degrees C | ok | na | na | na | 76.000 | 78.000 | 80.000 CPU 2 | 37.000 | degrees C | ok | na | na | na | 76.000 | 78.000 | 80.000 SYSTEM | 40.000 | degrees C | ok | na | na | na | 81.000 | 83.000 | 85.000 3.3V | 0x72 | discrete | 0xc0c0| na | na | na | na | na | na 5V | 0x4e | discrete | 0xc0c0| na | na | na | na | na | na 12V | 0xa0 | discrete | 0xc0c0| na | na | na | na | na | na -12V | 0x4b | discrete | 0xc0c0| na | na | na | na | na | na Fan1 | 0x0 | discrete | 0xc0c0| na | na | na | na | na | na Fan2 | 0x1f | discrete | 0xc0c0| na | na | na | na | na | na Fan3 | 0x1f | discrete | 0xc0c0| na | na | na | na | na | na Fan4 | 0x0 | discrete | 0xc0c0| na | na | na | na | na | na Fan5 | 0x0 | discrete | 0xc0c0| na | na | na | na | na | na Fan6 | na | discrete | na | na | na | na | na | na | na Fan7 | na | discrete | na | na | na | na | na | na | na Fan8 | na | discrete | na | na | na | na | na | na | na Intrusion | 0.000 | unspecified | ok | 0.000 | na | 0.000 | 0.000 | na | na Power Supply | 0.000 | unspecified | cr | 0.000 | na | 0.000 | 0.000 | na | na
This machine has two ethernet cards, like this:
eth0 Link encap:Ethernet HWaddr 00:30:48:85:A9:58 eth1 Link encap:Ethernet HWaddr 00:30:48:85:A9:59
So, I suppose that the BMC is attached to the eth0 IFACE, with the IP address 128.142.131.72 and gateway 128.142.1.1.
This is how I've configured the BMC:
[root@lxb6101 bin]# ./ipmitool -I open lan set 1 ipaddr 128.142.131.72
Setting LAN IP Address to 128.142.131.72
[root@lxb6101 bin]# ./ipmitool -I open lan set 1 netmask 255.255.0.0
Setting LAN Subnet Mask to 128.142.255.255
[root@lxb6101 bin]# ./ipmitool -I open lan print 1
Set in Progress : Set In Progress
Auth Type Support : NONE MD2 MD5 PASSWORD
Auth Type Enable : Callback : MD2 MD5
: User : MD2 MD5
: Operator : MD2 MD5
: Admin : MD2 MD5
: OEM : MD2 MD5
IP Address Source : Static Address
IP Address : 128.142.131.72
Subnet Mask : 128.142.255.255
MAC Address : 00:30:48:85:a9:58
SNMP Community String : public
IP Header : TTL=0x40 Flags=0x40 Precedence=0x00 TOS=0x10
Default Gateway IP : 0.0.0.0
Default Gateway MAC : 00:00:00:00:00:00
Backup Gateway IP : 0.0.0.0
Backup Gateway MAC : 00:00:00:00:00:00
802.1q VLAN ID : Disabled
802.1q VLAN Priority : 0
Cipher Suite Priv Max : Not Available
[root@lxb6101 bin]# ./ipmitool -I open lan set 1 defgw ipaddr 128.142.1.1
Setting LAN Default Gateway IP to 128.142.1.1
[root@lxb6101 bin]# ./ipmitool -I open lan set 1 password 0czjTf
Password set for user 1
[root@lxb6101 bin]# ./ipmitool -I open lan set 1 user
[root@lxb6101 bin]# ./ipmitool -I open lan set 1 access ib
lan set access <on|off>
[root@lxb6101 bin]# ./ipmitool -I open lan set 1 access on
[root@lxb6101 bin]# ./ipmitool -I open lan print 1
Set in Progress : Set In Progress
Auth Type Support : NONE MD2 MD5 PASSWORD
Auth Type Enable : Callback : MD2 MD5
: User : MD2 MD5
: Operator : MD2 MD5
: Admin : MD2 MD5
: OEM : MD2 MD5
IP Address Source : Static Address
IP Address : 128.142.131.72
Subnet Mask : 128.142.255.255
MAC Address : 00:30:48:85:a9:58
SNMP Community String : public
IP Header : TTL=0x40 Flags=0x40 Precedence=0x00 TOS=0x10
Default Gateway IP : 128.142.1.1
Default Gateway MAC : 00:00:00:00:00:00
Backup Gateway IP : 0.0.0.0
Backup Gateway MAC : 00:00:00:00:00:00
802.1q VLAN ID : Disabled
802.1q VLAN Priority : 0
Cipher Suite Priv Max : Not Available
[root@lxb6101 bin]#
Now I'll try from the other machine, to get the sensor data.