Projet

Général

Profil

IPMI » Historique » Version 5

Version 4 (Mehdi Abaakouk, 09/10/2014 15:19) → Version 5/10 (Mehdi Abaakouk, 09/10/2014 15:30)

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