Difference between revisions of "CentOS 7.x About ipmitool"

From Notes_Wiki
(Created page with "<yambe:breadcrumb self="About ipmitool">CentOS_7.x_ipmitool|ipmitool</yambe:breadcrumb> =CentOS 7.x About ipmitool= ipmitool can be used to query idrac etc. to get server pow...")
 
m
 
Line 1: Line 1:
<yambe:breadcrumb self="About ipmitool">CentOS_7.x_ipmitool|ipmitool</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x command line tools and utilities|Command line tools and utilities]] > [[CentOS 7.x ipmitool|ipmitool]] > [[CentOS 7.x About ipmitool]]
=CentOS 7.x About ipmitool=


ipmitool can be used to query idrac etc. to get server power status or to reboot/power on server if required.  It has lot of options related to communicating with out-of-band-management ports of servers.  It can be installed using:
ipmitool can be used to query idrac etc. to get server power status or to reboot/power on server if required.  It has lot of options related to communicating with out-of-band-management ports of servers.  It can be installed using:
Line 14: Line 13:
* https://www.dell.com/downloads/global/power/ps4q04-20040204-murphy.pdf
* https://www.dell.com/downloads/global/power/ps4q04-20040204-murphy.pdf
* https://www.veritas.com/support/en_US/article.100028820
* https://www.veritas.com/support/en_US/article.100028820
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x command line tools and utilities|Command line tools and utilities]] > [[CentOS 7.x ipmitool|ipmitool]] > [[CentOS 7.x About ipmitool]]

Latest revision as of 09:08, 25 August 2022

Home > CentOS > CentOS 7.x > Command line tools and utilities > ipmitool > CentOS 7.x About ipmitool

ipmitool can be used to query idrac etc. to get server power status or to reboot/power on server if required. It has lot of options related to communicating with out-of-band-management ports of servers. It can be installed using:

yum -y install OpenIPMI ipmitool

After this the tool can be used using server out-of-band-management IP address, username and password


Refer:



Home > CentOS > CentOS 7.x > Command line tools and utilities > ipmitool > CentOS 7.x About ipmitool