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
1
vote
1 answer

Lost connection to both OS and IPMI after adding VLAN config in CentOS

I have a Supermicro X9DRD-IF motherboard with IPMI onboard. I'm completely losing network (both IPMI and OS) after adding VLAN support in OS network configuration. Network cable is connected into LAN1 port. IPMI is configured as shared. IPMI VLAN is…
Evolver
  • 626
  • 2
  • 6
  • 14
1
vote
3 answers

How IPMI works on Dell R210 server?

I have Dell R210 1U server (W2008R2 Enterprise).The box is currently in another country on colocation. I am thinking of moving it to another colocation. I was told that if my box supports IPMI I could power-cycle it remotely in new environment. I…
1
vote
1 answer

IBM bladecenter blade IMM logs

We have an IBM bladenter H with heterogeneous blades running RHEL 6. Is it possible to download and clear the on-blade IMM logs via IBM supplied command line tools such as ipmitool, asu, dsa or other tools? It can be programmatic or otherwise.
1
vote
2 answers

What's the use of all these redundant IPMI system management inroads?

I think this applies to various server hardware. My IBM here has 3 different ways of managing the system with IPMI and related technologies: 1) Standard IPMI connectors which I can connect to with lm-sensors and ipmitool, when logged in via ssh 2)…
isync
  • 703
  • 2
  • 8
  • 20
1
vote
2 answers

Cannot access dedicated IPMI on Supermicro X8DTT-HEF+

Just got this machine and want to use the IPMI. Each node has a dedicated IPMI port. I have enabled it in BIOS and assigned it an IP address. Even directly connected to it both with and without crossover gets me exactly zilch. The IPMIView utility…
Stephen J
  • 11
  • 1
  • 2
1
vote
1 answer

TYAN - FT48B8812 IKVM AST2050 non-functional, workarounds, alternatives

I've bought a FT48B8812 system. It contains an IKVM chipset. However the software is really poor quality. The main things that don't work are: Supposed to provide SSL web interface - doesn't exist. Java based Remote console, code-signing expired a…
Bryan Hunt
  • 321
  • 4
  • 14
1
vote
2 answers

How to find IPMI devices?

I am trying to install Hardware Management as per instructions on http://technet.microsoft.com/en-us/library/cc781099%28WS.10%29.aspx and am getting the error in step 4 "An IPMI device has been registered within the system BIOS..." etc. I don't want…
PCurd
  • 192
  • 10
1
vote
1 answer

How to serial-over-lan past "Loading initial ramdisk"?

I'd like to use "ipmitool ... sol activate" to record any kernel panics that may happen. I managed to keep GRUB2 in text-mode with "GRUB_TERMINAL=console" in /etc/default/grub. But right after the message "Loading initial ramdisk" (which is still…
korkman
  • 1,657
  • 2
  • 13
  • 26
1
vote
2 answers

Power management over IPMI and HP iLO2

I tried to reboot server over IPMI and the integrated service processor/BMC. It worked for IBM server with an Integrated Management Module (IMM), but failed with HP iLO2 (FW v2.05). I used ipmiutil.exe for Windows so far and would be able to use…
Milde
  • 151
  • 1
  • 1
  • 6
1
vote
1 answer

Supermicro IPMI SSL

I have a Supermicro X9SCA-F serverboard and I'm trying to secure Super Doctor III IPMI by using SSL. I generated my own certs (done this many times before), uploaded via the web interface, then it said it needed to restart & I clicked OK, but it…
churnd
  • 4,077
  • 5
  • 34
  • 42
1
vote
1 answer

Network interfaces gone after first boot, keyboard not working in IPMI Remote Control

I can install Ubuntu 10.10 and 10.04.2 through Supermicro IPMI remote console just fine but after the installer finishes and system reboots, the keyboard does not work through Remote Console window. The physical keyboard attached to the server…
Henno
  • 1,056
  • 5
  • 19
  • 33
1
vote
1 answer

SuperMicro IPMI through OpenBSD PF Firewall

I'm trying to access a SuperMicro IPMI card that is behind an OpenBSD bridged firewall. A couple pieces of information: The OpenBSD firewall itself has a SuperMicro IPMI that I can access across the internet. The IPMI I'm trying to reach can be…
thelsdj
  • 830
  • 1
  • 12
  • 25
1
vote
2 answers

Purpose of ipmitool

what is the purpose of ipmitool. You can configure ipmi via the bios and it should be OS independent? I should be able to utlize all of the features of ipmi on a computer even if ipmitool is not installed and configured properly, correct? I spent a…
1
vote
1 answer

Is this normal behavior of the fans in an HP Proliant DL160G5?

We had an HP Proliant DL160G5 racked in a datacenter that after an year of good work started to show instabilities that we couldn't trace down to specific hardware elements. When doing an hardware upgrade we replaced it with other servers and took…
Luke404
  • 5,826
  • 4
  • 47
  • 58
1
vote
2 answers

Using IPMI inside a python script (OpenIPMI)

I'd like to use IPMI to set machines to PXE boot (i.e. ipmitool -I lan -U username -P password -H ipaddress chassis bootdev pxe) and then power cycle them (i.e. ipmitool -I lan -U username -P password -H ipaddress chassis power cycle). However, I'd…
William
  • 213
  • 6
  • 15