Differences

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

Link to this comparison view

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