Using the Ipmitool Management Server

Source: Internet
Author: User

IPMI (Intelligent Platform Management Interface), the Intelligent Platform management interface, is the next-generation common interface standard that makes hardware management "intelligent". IPMI monitors the physical characteristics of the server, such as temperature, voltage, fan operating status, power supply, and chassis intrusion. The biggest advantage of IPMI is that it is independent of the CPU BIOS and OS, so the user can monitor the server as soon as it is powered on or off. IPMI is a standard, the most important physical part of which is the BMC (baseboard Management Controller), an embedded management microcontroller, which corresponds to the entire platform management of the "brain", It enables IPMI to monitor the data of individual sensors and log various events.

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/6C/63/wKiom1VIOC7AndidAAL7Q3QyeT0666.jpg "title=" Ipmi_ Messages.jpg "alt=" Wkiom1vioc7andidaal7q3qyet0666.jpg "/>

Ipmitool is an IPMI platform management tool that can be used as a command line in a Linux system that supports the IPMI 1.5 specification (the latest specification is IPMI 2.0), which enables the acquisition of sensor information, the display of system log content, and network remote switching machines. There are two ways to implement IPMI management of servers with Ipmitool:

① monitoring of local servers via OS;

② monitor remote servers over the network.


Well, here are the more frequent operations that are used daily,

#  turn on the IPMI service and set the on self-boot [[email protected] ~]# service ipmi start[[email  protected] ~]# chkconfig ipmi on#  to set the IPMI address for Channel 1 to static mode, [[email protected] ~]#  ipmitool -i open lan set 1 ipsrc static[[email protected] ~ ]# ipmitool -i open lan set 1 ipaddr 192.168.2.58[[email  protected] ~]# ipmitool -i open lan set 1 netmask 255.255.255.0[[ Email protected] ~]# ipmitool -i open lan set 1 defgw ipaddr  192.168.2.254#  Restart mc[[email protected] ~]# ipmitool -i open mc  reset cold#  View the Power status information for the remote host [[Email protected] ~]# ipmitool -i lan -h  192.168.2.58 -U ADMIN -P ADMIN chassis power status#  turn on or off the remote host [[ email protected] ~]#&Nbsp;ipmitool -i lan -h 192.168.2.58 -u admin -p admin chassis  power on|off


This article is from the "Tiandaochouqin" blog, make sure to keep this source http://lavenliu.blog.51cto.com/5060944/1642017

Using the Ipmitool Management Server

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.