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

DELL PE 2950/1950 IPMI iso from internet

I'm wondering if I could ask my IPMIs to load the OS ISO to boot from an Internet/HTTP URL? Have anyone already tried such a thing?
Dr I
  • 955
  • 17
  • 33
0
votes
3 answers

Automate ssh serial-over-LAN connection to SuperMicro IPMI via Putty

I recently found instructions on how to take advantage of the SuperMicro's serial-over-LAN remote console via SSH. The challenge is after the SSH login a few commands must be executed to start the remote console. As I cannot make any changes in…
Daniel Miller
  • 209
  • 4
  • 7
0
votes
1 answer

How can I set IPMI ip address on Ubuntu?

I'm new to working with IPMI and trying to configure a server running Ubuntu 14.04 with an IPMI IP address. I found there are a couple of packages available for Ubuntu that may help with this: openipmi and ipmitools, according to this link, which…
jonderry
  • 197
  • 4
  • 13
0
votes
1 answer

Disinfecting a Supermicro IPMI Board

The IPMI board on one of our servers seems to have become infected - we were hit by the "password in the clear" vulnerability - and it seems to have allowed something to have infected by a bot that launched a DDoS attack. Right now, we've taken it…
0
votes
1 answer

Auto provisioning with IPMI

I have been looking for a way to auto provision servers using IPMI. I want to basically have a preconfigured linux O.S. and provision it to servers over the IPMI network. I read on a few software suits that can accomplish this but was wondering if…
ThatGuy
  • 293
  • 1
  • 2
  • 9
0
votes
1 answer

ASPEED AST2050 not responding to IPMI Get Channel Cipher Suites

I have a Quanta QSSC-890 in a remote location which supposedly supports IPMI version 2.0 but does not send a response when I issue unauthenticated Get Channel Cipher Suites command. The problem is that I work on a project where I have to use a…
mkvcvc
  • 125
  • 5
0
votes
1 answer

Two Linux servers with public IP addresses and IPMI LAN

I'm experimenting with two servers with public IP addresses to get LAN connection with IPMI. For IPMI I'm using local IP addresses (same NIC). ipmitool -I open lan set 1 ipaddr 192.168.2.50 Setting LAN IP Address to 192.168.2.50 ipmitool -I open lan…
kesrut
  • 121
  • 1
  • 9
0
votes
0 answers

IBM IPMI power supply

I need to work on a customer cluster setup. I'll go with corosync/pacemaker. I need to setup fencing but all "I" (read: the customer) can offer is IPMI. I am worried about not being able to fence nodes when the power cable is unplugged. Does anybody…
alxgomz
  • 1,630
  • 1
  • 11
  • 14
0
votes
1 answer

understanding ipmitool(1) watchdog

I saw a following crontab entry on a server: /usr/bin/ipmitool mc watchdog reset According to ipmitool manual, it will reset the IPMI Management Controller watchdog timer. As I understand, this command resets the watchdog timer back to 300s. Once…
Martin
  • 352
  • 3
  • 12
  • 29
0
votes
1 answer

Server management IPMI

I have a couple of server I would like to manage, and I will be using IPMI. My question is, what tool should I use? I know about IPMITool and such. But there are also some tools delivered with the Server. Like the DRAC with Dell. Is it better for me…
Black Magic
  • 131
  • 1
  • 7
0
votes
2 answers

IPMI... basic cabling

I know this is obvious to most, which is probably why Google was no help. I've never used IPMI. I'm not a server admin. I'm looking at setting up a small office server and noticed the mobo we're considering has a dedicated IPMI port as well at…
bcsteeve
  • 103
  • 1
0
votes
3 answers

Monitoring servers using Dell OpenManage or IPMI

We have some Dell servers, 11th and 12th generation. These servers supports IPMI over LAN and Dell OpenManage. As I can see, I looks like I can get all the sensor data, from both OpenManage and IPMI. Can anybody tell me the difference between then?…
0
votes
2 answers

How do I re-enable the IPMI temperature sensors?

I've never had a problem reading temperature sensors with ipmitool on my server, but recently the temperature readings started showing up as disabled: # ipmitool sdr list Temp | disabled | ns Temp | disabled …
NobleUplift
  • 165
  • 4
  • 17
0
votes
1 answer

/dev/ipmi0 does not exist R710 SLES 11 SP2

I have been searching without success to find how to get ipmitool to work. It is dependent on /dev/ipmi0 existing, however in my case it doesn't. Here's some information that I think would be helpful: # service ipmi status ipmi_msghandler module…
random0munky
  • 1
  • 1
  • 1
0
votes
1 answer

IPMI console redirect (KVM) via java applet causes multiple keystrokes

I'm using a dell c6100 and can connect to the web based IPMI management tool, and I can get console redirection running via the java applet. But many keystrokes (especially enter) generate 2 or more keystrokes to the server. This is making…
davidparks21
  • 928
  • 1
  • 12
  • 27