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

Asus ASMB4 KVM - How to restart from bash command line?

I have a remote server that hasnt been access in a while and it seems the KVM web interface is not working. I can SSH in and get a prompt but I dont have any idea how to either: -reboot the KVM only (I dont want and cant restart the machine) or…
jmichas
  • 121
  • 3
1
vote
5 answers

Cannot modify default IMM password (SIGSEGV signal)

We cannot modify the default USERID/PASSW0RD on an IMM because when we try it modify the USERID's password with a logged in USERID user (that has the "max" rights) we get this message after clicking on "SAVE" (save the new password..) Could not…
evachristine
  • 209
  • 1
  • 2
  • 7
1
vote
1 answer

Getting IPMI SMB (I2C SMBus SSIF) to work on kernel 3.2

I've got one old server into my hands, and I'm trying to get IPMI to work. Server board is SE7520JR2 (SE7520JR22S, SE7520JR22.86B.P.08.10.0081.051820051126) $ dmidecode -t 38 # dmidecode 2.11 SMBIOS 2.3 present. Handle 0x0038, DMI type 38, 18…
Marek Sebera
  • 271
  • 3
  • 16
1
vote
1 answer

How to set BMC authentication key for SCVMM host?

I am trying to configure my hosts in SCVMM to use IPMI to allow shutting down and powering on from the SCVMM console. The servers are Dell R710, and have iDRAC6 enterprise cards, running Server 2012R2. SCVMM is 2012R2. When I try to add the BMC in…
Grant
  • 17,859
  • 14
  • 72
  • 103
1
vote
1 answer

How to be able to use IPMI yet have graphics acceleration with a discrete graphics card?

In my lab, we have a compute server (two of them, but identical in config) running Fedora 19, built on the Supermicro H8QGI-F and 4 x AMD Opteron 6272s. It has an nVidia GT 610 discrete graphic card, and an integrated Matrox G200eW adapter. The…
1
vote
1 answer

ipmitool pef temperature soft shutdown

Recently I've had the technicians switch off the cooling system in the server room, without notifying me first. Since the compute nodes do have IPMI cards from different manufacturers installed, I'd like to simply configure via ipmitool a threshold…
DennisH
  • 193
  • 1
  • 6
1
vote
3 answers

Check if an iLO board installed on a Windows machine

How can I check if a iLO-Board is installed on a Windowsmachine? I would like to do it via a script (python prefered). I thought about checking the connectionport. E.g.: If the iLO is connected via PCI, I can scan the PCI slots. But I couldn't find…
0xAffe
  • 121
  • 1
  • 3
1
vote
1 answer

Supermicro Smash power management commands don't work

SMASH power management commands don't work for me. For example, I've tried the following in attempt to power on the chassis: start /system1/pwrmgtsvc1 It says "start..done." but the server chassis is not powered on. Same thing when I tried it for…
Smitty
  • 141
  • 8
1
vote
1 answer

Access ESXi via the exclusive network management interface for an IPMI board

I would like to know if it's possible to access the ESXi configuration through vSphere using an dedicated network interface for IPMI connection with the motherboard. We have some Supermicro boards, specifically X9SCM, with IPMI in a private…
Vinícius Ferrão
  • 5,520
  • 11
  • 55
  • 95
1
vote
1 answer

SOL configuration on Tyan S8225

I'm trying to get Serial over LAN working on a Tyan S8225 motherboard running Linux. The idea is to be able to connect to it on another PC running Linux with the command ipmitool -I lanplus -H 192.168.0.208 -U username sol activate I've never…
hookenz
  • 14,472
  • 23
  • 88
  • 143
1
vote
1 answer

Supermicro IPMI card 3rd data port

What does the AOC-SIMLP-3(+) SuperMicro IPMI-card have in favor of the AOC-SIMLP-B(+)? I see that it has an additional LAN-Port, named as 3rd data port, but what is it actually used for and what are the advantages?
Zulakis
  • 4,153
  • 14
  • 48
  • 76
1
vote
2 answers

ipmi on a supermicro mothercard

As newbie, I try to use IPMI with a supermicro mothercard x8dth-if, version 1.0 I decided to use the LAN1, not the dedicated IPMI LAN. In BIOS I set the address to 192.168.1.199 for IPMI. My OS is debian-squeeze. I installed ipmitool. LAN1 address…
Bertaud
  • 133
  • 1
  • 8
1
vote
1 answer

Understanding IPMI - colo monitor required?

Im preparing to purchase a slew of servers from a vendor that touts 'IPMI 2.0' on the main board. I haven't bought any hardware in some time and I'm coming from a Dell/DRAC world where I need a KVM switch to do local logins. Does IPMI give me this?…
ethrbunny
  • 2,369
  • 4
  • 41
  • 75
1
vote
2 answers

I need file upload to networkless OS with IPMI

Using an IPMI-mounted iso file, I've installed a simple Ubuntu remote server (no X, no Java, etc). However, the kernel has no driver for the NIC. So, after booting it, I am stuck. I've compiled the appropriate (and tested) kernel module, it locates…
stoqlt
  • 81
  • 1
  • 5
1
vote
4 answers

check_mk IPMI PCM sensor reading randomly fails

I use check_mk_agent for monitoring a server with IPMI and the freeipmi-tools installed. As far as I can see, the monitoring randomly detects no value returned by the IPMI Sensor "Temperature_PCH_Temp". That's a problem since it results in a…