ibm-openbmc / dev

Product Development Project Mgmt and Tracking
16 stars 2 forks source link

eBMC:Everest:IPMI dcmi get_temp_reading command not displaying readings #3646

Open yadlapati opened 2 months ago

yadlapati commented 2 months ago

Description:

IPMI dcmi get_temp_reading command not displaying readings

FW: fw1110.00-2.19-1110.2429.20240719a (NM1110_008)

Steps:

  1. Run IPMI below command :

bash-4.4$ ipmitool -I lanplus -C 17 -p 623 -U ipmi_admin -P 0penBmc1 -H ever43bmc.aus.stglabs.ibm.com dcmi get_temp_reading -N 10

Entity ID   Entity Instance    Temp. Readings

Actual behaviour: IPMI command not showing the proper readings.

Expected Behaviour: IPMI command to display the readings ,below command run on 1050 build

bash-4.4$ ipmitool -I lanplus -C 17 -p 623 -U ipmi_admin -P 0penBmc0 -H rain57bmc.aus.stglabs.ibm.com dcmi get_temp_reading

Entity ID   Entity Instance    Temp. Readings

Inlet air temperature(40h)           1  +20 C

Inlet air temperature(40h)           2  +19 C

Inlet air temperature(40h)           3  +19 C

CPU temperature sensors(41h)         1  +0 C

CPU temperature sensors(41h)         2  +0 C

CPU temperature sensors(41h)         3  +0 C

CPU temperature sensors(41h)         4  +0 C

CPU temperature sensors(41h)         5  +0 C

CPU temperature sensors(41h)         6  +0 C

CPU temperature sensors(41h)         7  +0 C

CPU temperature sensors(41h)         8  +0 C

CPU temperature sensors(41h)         1  +0 C

Baseboard temperature sensors(42h)   1  +22 C

Baseboard temperature sensors(42h)   2  +23 C

The journal shows:

Jan 03 17:36:23 ever8bmc netipmid[806]: PAM unable to resolve symbol: pam_sm_acct_mgmt Jan 03 17:36:23 ever8bmc netipmid[806]: No Object has implemented the interface Jan 03 17:36:23 ever8bmc netipmid[806]: The operation failed internally. Jan 03 17:36:23 ever8bmc netipmid[806]: Failed in reading BMC UUID property: xyz.openbmc_project.Common.Error.InternalFailure: The operation failed internally. Jan 03 17:36:23 ever8bmc netipmid[806]: No Object has implemented the interface Jan 03 17:36:23 ever8bmc netipmid[806]: The operation failed internally. Jan 03 17:36:23 ever8bmc netipmid[806]: Failed in reading BMC UUID property: xyz.openbmc_project.Common.Error.InternalFailure: The operation failed internally. Jan 03 17:36:24 ever8bmc netipmid[806]: Removing idle IPMI LAN session, id: 175364841, handler: 1

There are no changes upstream to the dcmi file. Perhaps the UUID property is not being populated, although don't see the UUID interface in 1060 either. Will try to see if this ipmi command works on 1060 then on 1050.