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
0 answers

How do I enable SSH within AMI Megarac?

My server has an ASRock Rack motherboard that comes with a dedicated AMI Megarac IPMI SoC. There appears to be little documentation available for AMI Megarac and I suspect that this is because they intend you to have a support contract with a…
dcrdev
  • 89
  • 1
  • 1
  • 9
1
vote
2 answers

HP BL460c Gen8 Product name change

After replacing the system board in a HP BL460c Gen8 Server blade,the Product name had changed from "Proliant BL460c Gen8" to "StoreEasy3830 Gtwy Blade". This is some thing that you can not change in BIOS settings. I believe both products use the…
iTEC
  • 11
  • 2
1
vote
0 answers

Supermicro x8, x9 set some settings by cli

We have many servers supermicro x8xxx, x9 xxx and I wanna set smtp, hostname settings by script. For this I need some cli útil or interface. I know about smcipmitool, but it can set smtp only for x10. Are there any another way? In documentation…
mykolaq
  • 11
  • 2
1
vote
1 answer

Supermicro SYS-5019S-M and IPMI temperature threshold

I have a Supermicro SYS-5019S-M server configured to send an SMTP alert (an email) when IPMI detects that temperatures exceed some defined threshold. However it seems that, for some component at least, the threshold is way to high: for example,…
shodanshok
  • 47,711
  • 7
  • 111
  • 180
1
vote
1 answer

Does anyone know better way to scan for IPMI devices?

Iam using a simple nmap scan on IPMI/BMC port 623/tcp. Is this enough or Is there anything more I need to be aware using nmap? nmap -p 623 IP-IPEND
Victor
  • 71
  • 2
  • 8
1
vote
0 answers

Ubuntu reduce/increase the number of cores used on a per demand base

I would like to ask for best practices how to manage on demand base the number of cores in use of a Dell PowerEdge 1950 Gen II running Ubuntu 16.04 lts. The PowerEdge 1950 has two quad core Intel Xeon X5363 processors, power on demand enabled in…
Fab
  • 159
  • 1
  • 2
  • 10
1
vote
1 answer

Supermicro IPMI sensors not present after shutdown

i have a supermicro machine with IPMI, and normally the sensors would read the temperature even if the machine is shutdown. Now i had to update the BIOS and the firmware and now, if you shutdown the server the sensors are not present.
1
vote
2 answers

Retrieving blade/chassis (HP C7k) information from within the host through IPMI

On an HP C7000 blade enclosure with standard DL385's with up to date ILO2 (2.29); local (and remote) IPMI works splendidly for getting the usual temperatures, mac addresses, access to the console; boot options, power and so on. However I'd like to…
1
vote
0 answers

How to get PDB info and backplane info from IPMI or from OS linux?

Can i get power distribution block (PDB) part number/serial number and backplane part number/serial number from IPMI or from OS linux ? I have server with motherboard "supermicro X9DRT-HF+" Thanking you in advance
Black S.
  • 35
  • 3
1
vote
1 answer

Getting console or dmesg contents when unable to login after OS crash

Our server Supermicro SYS-6016T-U often crashes due to https://bugs.centos.org/view.php?id=10642 . Since it's unable to write to disk, crash info isn't saved. I also cannot login using either IPMI kvm console or ssh to run dmesg. How to configure it…
basin
  • 558
  • 1
  • 5
  • 22
1
vote
2 answers

Can I reboot ipmi itself?

We have a DRAC IPMI, and after several weeks it gets very unresponsive. Its own web interface sometimes fails to display any information. The only choice is to pull the power plug out, wait, and plug this back. From this moment it starts living a…
Grzegorz
  • 131
  • 1
  • 1
  • 5
1
vote
0 answers

How is Intel's Remote Management Module (RMM4) different from Supermicro's IPMI/BMC?

I am new to IPMI BMC (always used KVM) and I would like to understand what are the differences between Intel's implementation on IPMI BMC using its RMM4 module and that of Supermicro? I've read though the documentation and appears pretty standard.…
Darthtrader
  • 311
  • 1
  • 6
  • 12
1
vote
1 answer

Does an Intel server with RMM4 (IPMI BMC) need two IP addresses/cables?

I am managing a co-located server which has been rebooted and has not turned back on. It is in a data center and difficult to access, as such I am looking at Intel's RMM4 (compatible with the server board) as a solution. Do I have to run two cables…
Greg
  • 1,657
  • 5
  • 27
  • 38
1
vote
1 answer

Access IML via IPMI

I am trying to get access to the Integrated Management Log (IML) via IPMI (iLO). Is it possible to obtain the IML via IPMI? I have no issue with getting metrics from the built-in IPMI/iLO sensors, it's just I can't find a way of obtaining the IML…
user320176
1
vote
1 answer

IPMI only over HTTP

I am actually performing a security review for a customer and I'm being confusing about the IPMI case. If I'm correct, the protocol is flawed by design, thus directly exposing the IPMI service (udp/623) on the network to password hashes…
b0z
  • 11
  • 2