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
2
votes
1 answer

Identify Dell FX2 blade location via Redfish?

I would like to identify the location of a particular blade within a Dell FX2 chassis using Redfish. I've looked in: /redfish/v1/Systems/System.Embedded.1 /redfish/v1/Chassis/System.Embedded.1 /redfish/v1/Chassis/Chassis.Embedded.1 But I'm not…
larsks
  • 43,623
  • 14
  • 121
  • 180
2
votes
0 answers

Remote restart server by ipmitool

I can't restart remote server with ipmi. I use ipmitool -U user -P password -H ip -I lan chassis cycle, also I tried power reset e.t.c, but ipmitools answers Get HPM.x Capabilities request failed, comcode = d4 Chassis Power Control: Reset and the…
Sofia
  • 21
  • 2
2
votes
0 answers

Fujitsu IPMI fan speed control

My goal is to reduce the noise and save a little bit of power of my Fujitsu Primergy RX300 S6. I am using Proxmox as my OS and already installed "ipmitool" which works great for reading sensor data. I tried following this…
Varsius
  • 21
  • 2
2
votes
1 answer

supermicro IPMI web interface through shared LAN is blocking the operating system

I recently hosted a supermicro 4029 server in an IDC facility. The IDC provides a static IP, subnet mask and DNS. After setting up the internet in CentOS without problem, I then proceed with setting up the IPMI which helps me with remote…
stoictopia
  • 21
  • 2
2
votes
1 answer

How to use ansible's ipmi_power module?

I'm trying to power cycle a machine using ansible's ipmi_power module. The documentation says you need to have pyghmi installed on the host where you are executing the playbook, and I've confirmed I have the module for both python 2 & 3. [userg@box…
oz10
  • 370
  • 1
  • 4
  • 12
1
vote
0 answers

IPMI IKVM + External display on Supermicro X11SBA-F?

I've been thinking of getting X11SBA-F for to replace my aging operator machine, but it must be hooked to a monitor 24/7, and at the same time i want IPMI IKVM to be active as well. Otherwise, i'd rather get consumer motherboard without…
denywinarto
  • 129
  • 2
  • 11
1
vote
1 answer

Supermicro IPMI unavailable after server shut down

We are using a Supermicro X9DRi-LN4+/X9DR3-LN4+ motherboard with a dedicated IPMI port. We have a dedicated ethernet cable going into that port with a dedicated static IP address and everything works fine whilst the device is powered on. We can…
n.l.
  • 11
  • 2
1
vote
2 answers

Why are some ISO files not mountable via Supermicro iKVM Viewer

I am using a Supermicro server, and its ipmi firmware has a so called "Virtual Media" function. It allows you to mount an ISO file, which is then presented to server as a USB CD-ROM. I cannot understand why some of the ISO files are not mountable.…
Ashark
  • 326
  • 1
  • 7
  • 18
1
vote
1 answer

Remote Console Redirection Not Working - ASMB8-iKVM

Motherboard: ASUS Z10PE-D16/4L Latest BIOS and BMC Firmware installed I can browse to the management page and have full functionality with no problem. The "snapshot" that should show the current display on the management page is blank. When I click…
Jorsher
  • 131
  • 2
  • 6
1
vote
1 answer

Is it safe to upgrade the IPMI/BMC firmware on a running Supermicro server?

We have two important production servers on (fairly ancient) Supermicro X8DT6 motherboards. I've never updated BMC firmware before, but I'm keen to see if we can get some HTML5 kvm consoles running on these machines, and to know if the upgrade is…
rorycl
  • 848
  • 1
  • 6
  • 10
1
vote
1 answer

Reset iDrac Chassis Credentials from node

I have a blade server with 2 nodes. I cannot access the chassis drac web interface, since I received it configured with a username and password already configured, and the credentials I were given do not work. I have 2 nodes running and I can access…
1
vote
1 answer

IPMI device flooding /var/log/messages

I've a CentOS 7.6 server being flooded by the IPMI device with a lot of errors on a specific sensor: ipmievd: Unknown sensor ff ipmievd: Get SEL Entry 1fe command failed: Requested sensor, data, or record not found Any ideia on how to do this?
Vinícius Ferrão
  • 5,520
  • 11
  • 55
  • 95
1
vote
1 answer

What is the ipmitool "Auth Type"?

What's the meaning of Auth Type Support: NONE MD2 MD5 PASSWORD and Auth Type Enable : Callback : MD2 MD5 PASSWORD? When I use lan print 1 in my server, ipmitool shows the following output: [root@localhost ~]# ipmitool -I open lan print 1 Set in…
aircraft
  • 356
  • 1
  • 5
  • 16
1
vote
2 answers

Installing VirtualBMC for KVM Hypervisor Host

I'm trying to deploy TripleO OverCloud .. and i'm stuck with this step : http://tripleo.org/install/environments/baremetal.html My idea is : Currently i've one Hypervisor server KVM I created a Guest node for UnderCloud on same host I created a…
1
vote
0 answers

IPMITool complains that /dev/ipmi0 doesn't exist, when it does

On my Ubuntu 16.04 server (Asrock E3C224D2I), I can't run ipmitool. It complains that it Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory. Output of ls /dev/ipmi*: # ls /dev/ipmi* /dev/ipmi0 Output of…
Fela Maslen
  • 1,243
  • 2
  • 12
  • 19