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

Limiting in-band OS access to Supermicro BMC (AST2500) possible?

TL;DR: Is there any option to disable OS (in-band) access to Aspeed AST 2500 BMC on a SuperMicro board or at least limit it somehow (e.g. via specific password or via setting the permission level to read-only access)? Long version: Last year we…
Apollo13
  • 73
  • 3
4
votes
3 answers

Is there a command to renew dhcp lease for ipmi?

I have updated config of my dhcp server, so that server should get a new ipmi address. But the server stay at its old address for some time. If I do not want to wait, I want to go to the server and force it to ask for the dhcp address. Is there a…
Ashark
  • 326
  • 1
  • 7
  • 18
3
votes
1 answer

How to control fans on a NEC server under Linux? With IPMI or BMC?

I have an old NEC Express5800/T120d server. It was operating under Windows at reasonable fan speed. I now want to use it at home with Debian, but the fans are always at full speed. The power supply fan is at full speed. With Windows it was quiet.…
Gregory MOUSSAT
  • 1,673
  • 2
  • 25
  • 50
3
votes
2 answers

ipmitool: "Insufficient privilege level" for administrator

I'm trying to add the second administrator to IPMI: $ ipmitool -I lanplus -H $ip -U ADMIN -P $passw user list ID Name Callin Link Auth IPMI Msg Channel Priv Limit 2 ADMIN false false true ADMINISTRATOR 6 …
AntonioK
  • 581
  • 2
  • 9
  • 25
3
votes
0 answers

IPMI: SOL Hangning

I have IPMI configured on a Ubuntu server. Currently, the power status is on, but I cannot access this remote appliance. ipmitool -Ilan -H IP -UADMIN -P'password' chassis power status Chassis Power is on Pinging the IP from another remote…
Kirs Kringle
  • 131
  • 5
3
votes
3 answers

Install image with Ansible via IPMI?

Is there a way to install an image on and provision a bare metal SuperMicro IPMI server from the ground up with Ansible via in-band IPMI over VPN? I'm looking to see if I can automate the installation part of the process so all I need to do is add…
3
votes
3 answers

can't access my supermicro IPMI remote console

This is my first post, this site it's great, and i hope you can help me with my problem. I have a supermicro MB X8STI-F and I can access the remote interface browse the server status and everything, BUT when i try to access the remote console i get…
madpato
  • 433
  • 2
  • 5
  • 7
3
votes
2 answers

preventing ipmi kernel drivers from loading

I'm trying to prevent the ipmi kernel modules from loading on a server with a SuperMicro X8DTG-D motherboard running Ubuntu 14.04. My motivation for doing so is that the modules sometimes seem to take a very long time to unload when I attempt to…
lebedov
  • 203
  • 2
  • 8
3
votes
2 answers

Get power status over ipmi from zabbix

I am now looking for a way how to monitoring a server hardware such as fans/power supplies/etc.. The problem is, we have very dynamic environment - servers are automatically powered on/off - even several times a day, depending on load. I created…
Yarik Dot
  • 1,583
  • 12
  • 26
3
votes
1 answer

AST2150 Console Redirection (KVM over IP)

I am using AST2150 Base Board Management Controller which supports KVM over IP. It's connected to the network. Everything is good except the Console Redirection. The console redirection comes up as a blank screen. Is there anything special that…
user1189899
  • 161
  • 1
  • 1
  • 6
3
votes
0 answers

Serial-Over-Lan with Dell R410. Invalid data field in request

It's a R410 with the latest BMC firmware. I can connect it from a MacBook. $ ipmitool -v -I lanplus -H 192.168.1.23 -U root user list Password: ID Name Callin Link Auth IPMI Msg Channel Priv Limit 2 root true true …
Cheng
  • 741
  • 2
  • 9
  • 16
3
votes
4 answers

Entering BIOs Setup from Supermicro IPMI KVM

I'm having trouble getting into BIOs Setup from Supermicro IPMI "KVM" - Remote Control Console Redirection. I need to change the boot order to CDROM first. I'm running Windows 2008 server. After some Googling, it says here that the method is…
Joshua Lim
  • 251
  • 1
  • 3
  • 14
3
votes
2 answers

IPMI - is it possible to boot a server

Is it possible to use IPMI to boot a cPCI server with a backplane? (in a similar fashion to Wake-on-LAN)?
Fidel
  • 373
  • 1
  • 4
  • 19
3
votes
3 answers

Restrict IPMI access on Dell BMC and iDRAC to an allowed IP range

I'm trying to secure the iDRAC's and BMC's on some of my Dell servers (R210, R410, R510). I want to restrict access to IPMI commands to only a few IP addresses. I've successfully restricted access to the iDrac using the instructions from…
edgester
  • 583
  • 1
  • 5
  • 15
3
votes
2 answers

Supermicro IPMI BMC security - how to disable HTTP?

On my Supermicro Server, using a H8SCM motherboard, I have an IPMI card. The IPMI card is version 2.0 and it is running the 2.37 firmware. The problem I have is that I find no feasible way to disable port 80 (HTTP access). As user ADMIN... Through…
Arenstar
  • 3,602
  • 2
  • 25
  • 34