Power

 View Only

 ipmitool

Michel de Kraker's profile image
Michel de Kraker posted Tue March 04, 2025 05:04 AM

Goodday

Has someone had any succes on running IPMITOOL to a BMC on the IBM HMC to get status on your IBM POWER Server?

I get this error:

[root@xxxxxx]:/root # ipmitool -I lan -H xxxxxxxxxx-U xxxxxxx chassis status
Password:
Error: Unable to establish LAN session
Error: Unable to establish IPMI v1.5 / RMCP session

IP Address of the BMC is pingable 

IPMI Tool is installed on an AIX server :

[root@xxxxxxx]:/root # rpm -qa|grep ipmi
ipmitool-1.8.18-1.ppc

Thx.

Michel.

DOMINIC LANCASTER's profile image
DOMINIC LANCASTER

Hi Mark - What status are you looking for from your IBM Power Server ?     I can possibly show you better ways to get it from the HMC connected to the Power Server

If you are HMC connected to the Power system then it's best just to query the HMC and not use ipmi

Running it as you have described "running IPMITOOL to a BMC the HMC" is only ever going to get you HMC status, not that of the attached Power Server
There are some Power Systems (in Open Mode) where IPMI is used, still not a route I'd use if it was HMC attached


Patrick Hügli's profile image
Patrick Hügli

Hi Michel,


You can manage IBM Power Systems Hardware Management Console (HMC) using IPMI (Intelligent Platform Management Interface). 
As an example you can use SOL  (serial over LAN) to get your HMC "system console" over LAN.

ipmitool -I lanplus -H FQDN -U USER sol activate


While booting the HMC HW appliance (CR1 or CR2) you can see the HMC boot process. i.e HW checks, petitboot menu etc.

In your example i assume there is a typo.
-No space leading -U. 
-Interface type lanplus

ipmitool -I lanplus -H FQDN -U USER chassis status
System Power         : on
.
.


CHers Patrick