Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:openipmi [2015/01/27 15:46] – angelegt jslinux:openipmi [2015/01/27 15:51] (current) js
Line 1: Line 1:
 ====== OpenIPMI ====== ====== OpenIPMI ======
  
-=== get hardware power status === +==== misc ==== 
-<code>ipmitool -H 10.10.10.4 -U USER -P PASSWORT chassis power status</code>+Homepage: [[http://sourceforge.net/projects/ipmitool/]]
  
 +==== install ====
 +to install openipmi tools just use
 +<code>yum install -y openipmi-tools</code>
 +
 +==== commands ====
 +  * get hardware power status <code>ipmitool -H 10.10.10.4 -U USER -P PASSWORT chassis power status</code>
 +  * power off hardware <code>ipmitool -H 10.10.10.4 -U USER -P PASSWORT power off</code>