Difference between revisions of "Ipmitool"

From Nuclear Physics Group Documentation Pages
Jump to navigationJump to search
(Added link to ipmitool manpage)
 
Line 1: Line 1:
== Using ipmitool ==
+
ipmitool is a Linux command line utility for controlling [[ipmi]] interfaces.
 +
 
 +
= Using ipmitool =
 +
 
 +
The basic syntax for ipmitool is:
 +
 
 +
ipmitool [option] <command>
 +
 
 +
For a full list of commands and options see the ipmitool Man page.
 +
 
 +
 
 +
== Sample Commands ==
 +
 
 +
To check the power status of [[Taro]] you would use this command:
 +
 
 +
ipmitool -U ADMIN -H 10.0.0.147 -a chassis power status
 +
 
 +
The chassis command also has the ability to change the server's power status.
  
 
[http://ipmitool.sourceforge.net/manpage.html ipmitool Man page]
 
[http://ipmitool.sourceforge.net/manpage.html ipmitool Man page]

Revision as of 16:58, 14 September 2009

ipmitool is a Linux command line utility for controlling ipmi interfaces.

Using ipmitool

The basic syntax for ipmitool is:

ipmitool [option] <command>

For a full list of commands and options see the ipmitool Man page.


Sample Commands

To check the power status of Taro you would use this command:

ipmitool -U ADMIN -H 10.0.0.147 -a chassis power status

The chassis command also has the ability to change the server's power status.

ipmitool Man page