Questions tagged [ipmi]

IPMI means "Intelligent Platform Management Interface". It is a standardized interface for out of band management. This tag should be used for questions related to development software providing IPMI functionality. Questions about management are off-topic for StackOverflow.

IPMI standard defines interface that allows controlling and monitoring hardware regardless of its current state, installed OS, network configuration... The mechanism is based in management controller (MC) that is not dependent on main CPU. MC may run even if the main system (and its CPUs) is powered off. IPMI commands can be transported over UDP/IP and over HW buses like SMBus and RS-232.

See more at https://en.wikipedia.org/wiki/Intelligent_Platform_Management_Interface

The questions asked here should be focused on software development that is related to IPMI. Questions about using IPMI tools and monitored hardware can be asked at https://serverfault.com/questions/tagged/ipmi

61 questions
0
votes
0 answers

IPMI Reset login/password by default with IPMITOOL

Im here to talk about a lost of a server by SSH so i'm using IPMI to get back to it. Right now, when i'm logging into ipmi i have a SOL Session and then i try my login but it said "LOGIC INCORRECT" and i don't really know why. As you can see my user…
YoloSama
  • 53
  • 5
0
votes
0 answers

IPMI Tool - deleting file

Iam trying to create a file using ipmi tool by ssh from machine A , but noted that the file created via ssh doesnt get deleted from machine B, instead i have to create 1 more file manually from machine B and delete it. Have any one got some…
aΨVaN
  • 1,104
  • 2
  • 9
  • 18
0
votes
0 answers

Should the SDR Repository sensor names be unique?

I have a certain machine which is returning sensors with the same name, however the Sensor ID variates by having a different number in the parenthesis. For example, I am seeing: Sensor ID : Temp (0xe) Entity ID : 3.1…
Guy
  • 19
  • 2
0
votes
0 answers

How do I get connection-status of my IPMI LAN-port

I am using a Super Micro motherboard model X11SPW-TF, which has a BMC and an IPMI interface. Using 'ipmitool lan print', I can get all network information, except 'link status' of the IPMI LAN-port. How can I get that ?? Super Micro offers…
0
votes
1 answer

How to send IPMI commands over I2C?

I am looking into trying to run ipmitool over I2C and was wondering if this is supported. I have a raspberry Pi connected via I2C to another device that has a BMC. I have the character device /dev/i2c-1 which I can use to write I2C commands to but I…
Andrew
  • 71
  • 1
  • 6
0
votes
1 answer

What is OpenIPMI and how to use it?

I was found in Ubuntu repo package with name openipmi, what is it and how to use this package? It's IPMI Emulator or what? and how to connect to OpenIPMI?
0
votes
1 answer

IPMI command reference?

I manage a largish number of servers, and I am trying to write a bash script to inspect their BMCs using ipmitool. This is the essence of what I'm doing: ... admin=$(ipmitool -U user -P pasw -I lanplus -H $ipmi user list | grep " user " | awk…
j4nd3r53n
  • 680
  • 2
  • 11
  • 26
0
votes
1 answer

Why will ipmitool sometimes fail?

I have a number of servers that I regularly scan with ipmitool - that is, I run: timeout 5 ipmitool -I lanplus -H some.host.name -U mickey -P mouse mc info against them. However, I have a strange problem, or it seems strange to me: quite often some…
j4nd3r53n
  • 680
  • 2
  • 11
  • 26
0
votes
1 answer

Is there a way to detect another host bmc alived via locl bmc?

This is my topology: +-------------------+ | | +---------+ ipmi switch +----+ | | | | | +-------------------+ | …
Wei
  • 3
  • 3
0
votes
1 answer

How can the ipmiutil to check the power status?

How can the ipmiutil to check the power status? we know we can use the bellow methods to power on/off the server: power down:ipmiutil power -d -N fsp_ip_address -P ipmi_password power on: ipmiutil power -u -N fsp_ip_address -P ipmi_password but…
user7693832
  • 6,119
  • 19
  • 63
  • 114
0
votes
1 answer

ipmiutil is not able to discover server on lan connection

My goal is to get some IPMI based data from a HP Server through a local pc. I am using ipmiutil. I have installed the ipmiutil on local pc. I tried the following command to discover the server from local pc. ipmiutil discover -b…
M. P
  • 35
  • 2
  • 9
0
votes
1 answer

Setting the fans via the ipmi tools

I have several Dell R620 that are in use. Recently, the cooling of the fans has come into question. I've yum-installed the ipmitool. An # ipmitool sensor shows me the information I want to know. What I don't see is the command(s) to…
user2569618
  • 517
  • 3
  • 16
  • 42
0
votes
1 answer

Zabbix SNMP template for Fujitsu PRIMERGY server

Looking for some Zabbix template using the SNMP interface on a Fujitsu PRIMERGY server (RX200 S8). I've been trying most of the SNMP OID on the following website: https://oidref.com/1.3.6.1.4.1.231 But none of it seems working fine All I've got is a…
Sam
  • 1
  • 1
0
votes
1 answer

Using IPMItool to set system shutdown on upper critical temperature

I've been digging quite a bit into IPMItool commands and have yet to find a comprehensive list of raw hex commands. We have approximately 90 Dell C6220 II machines that I need to set a trigger (Dell calls these Platform Event Filters) to have the…
Nick
  • 15
  • 2
0
votes
1 answer

Troubleshooting IPMI on Celestix Appliance

I'm trying set an IPMI address on an application sitting in a remote data center. I can set the address, but I can't ping or connect over HTTP/HTTPS once set. The IPMI version is based on http://ipmiutil.sourceforge.net/. I've tried the commands…