Projet

Général

Profil

IPMI » Historique » Version 9

Version 8 (Mehdi Abaakouk, 28/09/2015 17:13) → Version 9/10 (Mehdi Abaakouk, 22/11/2015 10:45)

{{>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, stri, g10


h2. Console serie

~.
(~. pour quitter comme pour ssh, 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>

h2. 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>

h2. machine event log

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>

h2. Particularité Supermicro (stri)

Get LAN mode: ipmitool raw 0x30 0x70 0x0c 0
Set LAN mode dedicated: ipmitool raw 0x30 0x70 0x0c 1 0
Set LAN mode onboard/shared: ipmitool raw 0x30 0x70 0x0c 1 1
Set LAN mode failover: ipmitool raw 0x30 0x70 0x0c 1 2

http://www.supermicro.com/support/faqs/faq.cfm?faq=15868