Projet

Général

Profil

IPMI » Historique » Version 6

Version 5 (Mehdi Abaakouk, 09/10/2014 15:30) → Version 6/10 (Mehdi Abaakouk, 11/03/2015 12:34)

{{>toc}}

h1. IPMI

http://michael.stapelberg.de/Artikel/supermicro_ipmi_openvpn
https://plus.google.com/+TobiasDiedrich/posts/Bq44KkBT3vK

See also [[vPro]]

h2. IPMI @ ttnn

h3. n7 and stri

Console serie (~. pour quitter comme pour ssh), on voit tout même en série (bios, grub, log kernel, et un tty de login)
<pre>
$ ipmitool -I lanplus -H 192.168.128.30 -U admin sol activate
</pre>

Info
<pre>
$ ipmitool -I lanplus -H 192.168.128.30 -U admin chassis status
System Power : on
Power Overload : false
Power Interlock : inactive
Main Power Fault : false
Power Control Fault : false
Power Restore Policy : always-on
Last Power Event :
Chassis Intrusion : inactive
Front-Panel Lockout : inactive
Drive Fault : false
Cooling/Fan Fault : false
Sleep Button Disable : not allowed
Diag Button Disable : allowed
Reset Button Disable : not allowed
Power Button Disable : allowed
Sleep Button Disabled: false
Diag Button Disabled : true
Reset Button Disabled: false
Power Button Disabled: false
</pre>

reboot and co
<pre>
$ ipmitool -I lanplus -H 192.168.128.30 -U admin power status
Chassis Power is on
$ ipmitool -I lanplus -H 192.168.128.30 -U admin power reset
Chassis Power Control: Reset
</pre>

machine event log:
</pre>
$ ipmitool -H 192.168.128.30 -I lanplus -U admin sel time get
03/11/2015 11:34:37

$ ipmitool -H 192.168.128.30 -I lanplus -U admin sel info
SEL Information
Version : 1.5 (v1.5, v2 compliant)
Entries : 36
Free Space : 7616 bytes
Percent Used : 7%
Last Add Time : 03/03/2015 14:21:54
Last Del Time : 06/12/2012 18:26:33
Overflow : false
Supported Cmds : 'Reserve'

$ ipmitool -H 192.168.128.30 -I lanplus -U admin sel list
...
19 | Pre-Init |0000000033| Physical Security #0x73 | General Chassis intrusion () | Asserted
1a | 12/15/2014 | 14:40:06 | Physical Security #0x73 | General Chassis intrusion () | Deasserted
1b | 03/03/2015 | 14:21:53 | Processor #0x0d | Transition to Non-recoverable | Asserted
1c | 03/03/2015 | 14:21:54 | Unknown #0x28 | | Asserted
1d | 03/03/2015 | 14:21:54 | Unknown #0x28 | | Asserted
1e | 03/03/2015 | 14:21:54 | Unknown #0x28 | | Asserted
1f | 03/03/2015 | 14:21:54 | Unknown #0x28 | | Asserted
20 | 03/03/2015 | 14:21:54 | Unknown #0x28 | | Asserted
21 | 03/03/2015 | 14:21:54 | Unknown #0x28 | | Asserted
22 | 03/03/2015 | 14:21:54 | Unknown #0x28 | | Asserted
23 | 03/03/2015 | 14:21:54 | Unknown #0x28 | | Asserted
24 | 03/03/2015 | 14:21:54 | Memory #0x02 | Uncorrectable ECC (UnCorrectable ECC | DIMMA4) | Asserted
</pre>