Navigation
|
Commandes IPMITool acceptées par le LOM du Xserve
Chassis Commands: status, power, identify, policy, restart_cause, poh, bootdev, selftest
$ ipmitool -H 10.24.1.111 -U admin -P openadmin chassis identify
Chassis identify interval: default (15 seconds)
$ ipmitool -H 10.24.1.111 -U admin -P openadmin chassis identify 0
Chassis identify interval: off
$ ipmitool -H 10.24.1.111 -U admin -P openadmin chassis identify 120
Chassis identify interval: 120 seconds
Only 2 displayed states: off (=0) & burst (≠0) !
$ ipmitool -H 10.24.1.111 -U admin -P openadmin chassis status
System Power : off
Power Overload : false
Power Interlock : inactive
Main Power Fault : false
Power Control Fault : false
Power Restore Policy : always-off
Last Power Event : command
Chassis Intrusion : inactive
Front-Panel Lockout : active
Drive Fault : false
Cooling/Fan Fault : false
Front Panel Light : off
$ ipmitool -H 10.24.1.111 -U admin -P openadmin chassis bootdev tdm
Set Boot Device to tdm
Target Disk Mode : doesn't work with Enclosure Lockout !
$ ipmitool -H 10.24.1.111 -U admin -P openadmin chassis power status
$ ipmitool -H 10.24.1.111 -U admin -P openadmin lan print 2
Set in Progress : Set Complete
Auth Type Support : NONE MD5 PASSWORD
Auth Type Enable : Callback :
: User :
: Operator :
: Admin :
: OEM :
IP Address Source : Static Address
IP Address : 10.24.1.111
Subnet Mask : 255.255.0.0
MAC Address : 00:1E:52:F3:DF:F3
SNMP Community String : public
IP Header : TTL=0x40 Flags=0x40 Precedence=0x00 TOS=0x10
BMC ARP Control : ARP Responses Enabled, Gratuitous ARP Enabled
Gratuitous ARP Interval : 127.0 seconds
Default Gateway IP : 10.24.0.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
RMCP+ Cipher Suites : 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14
Cipher Suite Priv Max : XXXXXXXXXXXXXXX
: X=Cipher Suite Unused
: c=CALLBACK
: u=USER
: o=OPERATOR
: a=ADMIN
: O=OEM
$ ipmitool -H 10.24.1.111 -U admin -P openadmin chassis power off |