Projet

Général

Profil

IPMI » Historique » Version 4

Version 3 (Laurent GUERBY, 05/06/2014 07:38) → Version 4/10 (Mehdi Abaakouk, 09/10/2014 15:19)

{{>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)
<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>