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

Cannot find/update firmware for IBM x3650 M2

I am trying to revive an old IBM x3650 M2 server, but am running into trouble with IMM/IPMI related to the FW being almost as old as the server itself. Server is from 2010, firmware is from '09 (UEFI) and '11 (IMM/DSA) and is running ESXi. I checked…
Incitu_MJ
  • 3
  • 1
0
votes
0 answers

Through the ssif interface, ipmi_poweoff cannot be used normally

I am testing a server with arm architecture. When testing the ipmi function, I found that ipmi_poweroff cannot be used normally. Debugging found that the function was stuck in the while loop in ipmi_request_in_rc_mode . When calling the poll method…
HarrySun
  • 1
  • 2
0
votes
2 answers

Disabling local host ipmitool access

On servers from most/many vendors, I am able to see potentially sensitive information using commands like: ipmitool user list 1 or ipmitool lan print 1 Or set new administrator users, all of which does not require authentication. This is not…
John
  • 1
0
votes
1 answer

Cannot access IPMI anymore. Both IPMIView and ipmitool show "Insufficient privilege level"

I got a Supermicro 5019TR-GF server recently. At first I can connect to the IPMI via IPMIView or ipmitool to control the server, but today I cannot connect to the server anymore. The ipmitool show: user@ubuntu-vm:~$ ipmitool -I lanplus -H…
user815921
0
votes
2 answers

Reset IPMI IP on Supermicro server with videocard died

Today I face a server which videoport is dead (no picture when monitor connects to even on reboot), but this server has IPMI. The problem is, the IP of IPMI is set to some dummy value (I was told that was for security reason), and now I can't change…
Alexander
  • 774
  • 2
  • 11
  • 20
0
votes
1 answer

Use ipmi to control fan speed on ASRock X570D4U-2L2T server

Problem I can't use ipmi to control fan speed. I have an X570D4U-2L2T motherboard with a Ryzen 5600x and am running Ubuntu 21.04. Can the community advise how I might use ipmitool or ipmiutil to control the fan speeds – either to set a constant…
Jim
  • 101
  • 1
0
votes
1 answer

SOLVED: Configuring Tyan IPMI to use the shared LAN interface

I am using Debian 10.9 over a Tyan Thunder SX TN70EB7106 server. To use IPMI I installed the tools: apt install freeipmi-tools ipmitool Configured the network # ipmitool lan set 1 ipsrc static # ipmitool lan set 1 ipaddr 172.16.2.103 # ipmitool lan…
0
votes
1 answer

ASRock Rack X570D4U IPMI login failed after password change

I upgraded my servers mainboard to a ASRock Rack X570D4U. When i opened the IPMI web interface I logged in with admin/admin. The web interface asked me to change my password. I generated a 24 char long password with letters, numbers and special…
Philip Szalla
  • 81
  • 2
  • 7
0
votes
1 answer

Why does my server have a dedicated IPMI port?

My SuperMicro server has 3 Ethernet ports that break down like this: I never use the dedicated IPMI port while accessing IPMI capabilities perfectly well via LAN1 along with the installed OS. I use ipmitool on Ubuntu to set up access to the console…
codemonkey
  • 171
  • 6
0
votes
2 answers

Reset ASMB8 BMC Credentials

I just got a server from a client and I need to reset the BMC credentials. I have an external KVM connected, I can access the BIOS and set the network address for the BMC, but I can't find a place to reset the credentials. I also have access to the…
0
votes
1 answer

Supermicro BMC IPMI - How to get hardware specs without OS access

This is my first post in Serverfault for the purpose of trying to get the hardware specs for our supermicro 1U rack server so here it goes: I have downloaded the IPMIView, IPMICFG, and SMCIPMI utilities ->…
line_definer
  • 1
  • 1
  • 3
0
votes
0 answers

How to create, and quickly deploy a pre-configured Windows Server 2016 clone image to new machines?

I currently have a process in which I set up a new remote server, with no pre-installed OS. Connecting over IPMI and then RDP, I proceed to install Microsoft Server 2016, which takes 2-3 hours, apply new OS updates, then install and configure a…
rrowland
0
votes
1 answer

How can a Centre get server's hardware information by IPMI address?

I find there is a way to automated hardware information collection. but what's the principle ? why the Centre know a Server's IPMI address then it can get the Server's hardware information? Is there any protocol of BMC to provide this function?
0
votes
1 answer

Asus P9D-I IPMI mac fault

I've just bought a used Asus P9D-I Mainboard with BMC IPMI onboard. The problem is, that I cannot access the IPMI WebConsole because the mac address in the bios is completely zeroed (00-00-00-00-00) I tried to update the BMC to the newest firmware…
Daniel
  • 1
-1
votes
2 answers

How to disable port 80 on IPMI console for a rhel server?

I have a requirement to disable http port for the IPMI console for a rhel server. Where should I start?
1 2 3
19
20