Differences

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

Link to this comparison view

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