Questions tagged [ipmi]

Intelligent Platform Management Interface is a mechanism to manage and monitor computer hardware from the OS running on that hardware, or remotely over the network. It is implemented by a separate controller on the motherboard, called the Baseband Management Controller which may have a dedicated NIC or use one of the systems existing NICs. This tag should be used for questions related to IPMI hardware and software.

Intelligent Platform Management Interface(IPMI) is a technology available on many modern servers that allows for remote or local access and control of a variety of server features. IPMI is implemented on a Baseboard Management Controller, which can normally be configured through BIOS and may have a dedicated NIC or use one of the systems existing NICs. In addition to hardware implementations on BMC device drivers for the OS kernel are necessary for host systems to access their own IPMI interfaces natively, on Linux OpenIPMI is a common tool.

While IPMI is a powerful tool it should be noted that there are some security concerns and the US Computer Emergency Readiness Team has issued the following statement about the use of IPMI. Before implementing IPMI for use on your local network make sure you have reviewed the security considerations and have taken appropriate precautions.

In addition to a number of command line tools available for IPMI there are several pieces of datacenter management software that can detect and manage devices with IPMI interfaces. Some of these programs include Nagios and Intel's Datacenter Manager. These and similar tools offer a graphical interface for managing large numbers of systems through their IPMI interfaces as well as access to systems with other types of management interfaces like SNMP.

297 questions
6
votes
2 answers

How to disable ipmi over lan using ipmitool

I would like to know if it is possible to disable ipmi over lan via ipmitool. Setting the IP to 0.0.0.0 as stated here http://support.unitrends.com/ikm/questions.php?questionid=642 did not do what I hoped for. In fact it did nothing. ipmitool -I…
Benedikt Haug
  • 111
  • 1
  • 1
  • 5
6
votes
2 answers

Which STONITH hardware for power fencing?

I'd like to setup a two node high availability cluster using corosync/pacemaker/drbd. For that, of course, I need fencing. As far as I understand, all IPMI/iLO/... solutions do the job, but only as long as the chassis has power. In the case that…
C-Otto
  • 334
  • 5
  • 18
6
votes
2 answers

How can I pass kernel arguments via PXE to an Ubuntu-like OS installer ISO?

I'm in a tough situation in which I need to perform a remote installation of a QuantaStor (Ubuntu-based - hiss) appliance onto hardware with limited out-of-band access functionality. The target system is an HP ProLiant DL180 G6 server, which has a…
ewwhite
  • 197,159
  • 92
  • 443
  • 809
6
votes
2 answers

Force Dell iDracs and BMC's to use lanplus instead of lan interface

Is there a way to force my Dell BMCs and iDrac cards to only use the lanplus interface and not use the insecure "lan" interface. I understand that there are some "firewall" features in the IPMI spec. to restrict certain functions between chassis and…
edgester
  • 583
  • 1
  • 5
  • 15
6
votes
2 answers

Change Boot Order Remotely

Using Windows Share, I was able to connect media in order to do an OS reload using IPMI. However, I also need to change the boot order of the server. My issue is that I cannot seem to get to the BIOS in time using the IPMI. By the time the KVM in…
Jake
  • 181
  • 1
  • 2
  • 4
6
votes
0 answers

How to know which BMCs are supported by OpenBMC (open source BMC)?

Any idea how to get list of supported BMCs for OpenBMC https://github.com/openbmc/openbmc ? For example I have a motherboard (X8SIL-F) with Nuvoton WPCM450 BMC.
Jiri B
  • 547
  • 2
  • 15
5
votes
2 answers

ipmitool and freeipmi don't see the same sensors

i have many servers from different manufacturers and have a already working script for hardware health monitoring using freeipmi on Redhat 7.6. Now i have a new HP ProLiant DL560 Gen10 machine where the output of freeipmi looks like…
Goetz423
  • 53
  • 5
5
votes
2 answers

Unable to Mount ISO Virtual Media over IPMI/iKVM Viewer

I have a single Supermicro Host that has just gone into colo with dedicated IPMI. I have assigned it a static internet facing IP for remote management. I have configured the IPMI to only be accessible from 2 IPs (Office dedicated + VPN) and the…
5
votes
4 answers

How to run IPMI consoles now that NPAPI plugins are no longer supported?

I have a Tyan S5533 motherboard which serves as my NAS drive. It has a dedicated IPMI NIC, but I cannot start up the Java console since Firefox 52, Chrome/Chromium no longer support NPAPI plugins. I even tried the Firefox ESR, but that didn't work…
Inxsible
  • 341
  • 1
  • 4
  • 13
5
votes
1 answer

Disabling LAN access to IPMI via ipmitool

I want to be able to switch LAN access to IPMI on and off on my machine (e.g. using a script and ipmitool). I've successfully configured static IP, netmask, password, and other settings using ipmitool on Ubuntu 16.04. I would have expected the…
wickstopher
  • 151
  • 1
  • 4
5
votes
4 answers

Fan Speeds on SuperMicro System via IPMI

I have a SuperMicro 4027GR-TRT server that I am running multiple GPUs in. I would like to set the cases fan speed higher that what they are right now using IPMI, although I am not sure how to do it. I am currently able to interact with the system…
ajt
  • 151
  • 1
  • 1
  • 4
5
votes
3 answers

IPMI: LAN Parameter Data does not match

I have a SupoerMicro board with ipmi, where I have some problems in communication using the LAN channel. The server is running PFsense (netbsd) and I can sendt commands to the local ipmi controller by using IPMI tool. In the beginning I was able to…
5
votes
4 answers

Can I use ipmitool to determine which IPMI link is 'up'?

I am having a very frustrating time configuring the IPMI interface on a Supermicro box. Unfortunately with IPMI it is not always clear which interface is being used by the BMC. The Supermicro Embedded BMC Manual says that the active interface is…
Stefan Lasiewski
  • 23,667
  • 41
  • 132
  • 186
5
votes
1 answer

Supermicro + IPMI + FreeBSD: Kernel prints at 1-bps

I am running FreeBSD 8.2-RELEASE. The machine is a Supermicro 5015M with a IPMI 2.0 daughterboard. When I boot this host, the boot process proceeds fine. I see the BIOS, the RAID BIOS, the first and second stage boot loader and the Stage Three,…
Stefan Lasiewski
  • 23,667
  • 41
  • 132
  • 186
5
votes
1 answer

Running ipmitool as a non-root user

I want to monitor some hardware-related data on a headless CentOS6 server. More specifically, things like voltages, fan speeds, thermal data... Since the server is headless, the best way I found to do this is through a php script that would format…
Silver Quettier
  • 513
  • 2
  • 6
  • 14
1 2
3
19 20