Is supermicro IPMI data display planned?
-
I'm afraid those data aren't complete enough for SuperMicro: I have no BMC info (no IP address), no inlet or outlet temp. It's probably because it's not a full chassis but just info from the motherboard?
-
@olivierlambert It a Supermicro MB in a SuperMicro chassis. So I have data from the power supply.

-

-
Yes, sorry I have the BMC IP, but not inlet nor outlet temp, I will check why you don't have total power.
edit: in the sensor data you sent, I don't have any total power available

-
@olivierlambert said in Is supermicro IPMI data display planned?:
Yes, sorry I have the BMC IP, but not inlet nor outlet temp, I will check why you don't have total power.
edit: in the sensor data you sent, I don't have any total power available

found this:
[15:34 xcp01 ~]# ipmitool dcmi power reading Instantaneous power reading: 166 Watts Minimum during sampling period: 121 Watts Maximum during sampling period: 259 Watts Average power reading over sample period: 156 Watts IPMI timestamp: Fri Oct 31 19:34:59 2025 Sampling period: 01678461 Seconds. Power reading state is: activated -
But but nothing with the current XAPI plugin, so that might need to modify it.
-

Weird it is not showing CPU temperatures, that was shown in the test command. (H13SRA-TF super micro board)
-
Do you have any logs in the browser console or in XO server output? Maybe a parsing error
-
@olivierlambert Which log file do you want?
-

In what page in XOA is this? What plugin is required? Do we need to be on 'latest' instead of 'release' channel?
-
@Forza It's another branch of XO
olt-supermicro-ipmi -
@acp oh, that's why i can't find it.

-
xo-server output directly or browser logs if you can see anything
-
computed "cpuHighestTemp" thrown TypeError: r.forEach is not a function cpuHighestTemp tab-general.js:45 get factory.js:219 o factory.js:112 get factory.js:50 default tab-general.js:80 React 36 _unsubscribes add-subscriptions.js:35 p index.js:269 Lodash 4 p index.js:264 -
Thanks, this is useful

Can you display the output from the plugin, on XCP-ng, like:
xe host-call-plugin host-uuid=<uuid> plugin=ipmitool.py fn=get_all_sensors -
[{"name": "CPU Temp", "value": "39 degrees C", "event": "ok"}, {"name": "System Temp", "value": "31 degrees C", "event": "ok"}, {"name": "Peripheral Temp", "value": "46 degrees C", "event": "ok"}, {"name": "NIC Temp", "value": "59 degrees C", "event": "ok"}, {"name": "CPU_VRM0 Temp", "value": "43 degrees C", "event": "ok"}, {"name": "CPU_VRM1 Temp", "value": "34 degrees C", "event": "ok"}, {"name": "SOC_VRM Temp", "value": "44 degrees C", "event": "ok"}, {"name": "VDDIO_VRM Temp", "value": "48 degrees C", "event": "ok"}, {"name": "DIMMA~C Temp", "value": "45 degrees C", "event": "ok"}, {"name": "DIMME~G Temp", "value": "44 degrees C", "event": "ok"}, {"name": "MB 12V", "value": "12.08 Volts", "event": "ok"}, {"name": "MB 5VCC", "value": "5.10 Volts", "event": "ok"}, {"name": "MB 3.3VCC", "value": "3.35 Volts", "event": "ok"}, {"name": "VBAT", "value": "0x04", "event": "ok"}, {"name": "MB 5VSB", "value": "5.06 Volts", "event": "ok"}, {"name": "MB 3.3VSB", "value": "3.39 Volts", "event": "ok"}, {"name": "MB 1.8VSB", "value": "1.84 Volts", "event": "ok"}, {"name": "BMC 2.5V", "value": "2.47 Volts", "event": "ok"}, {"name": "BMC 1.8V", "value": "1.77 Volts", "event": "ok"}, {"name": "BMC 1.2V", "value": "1.19 Volts", "event": "ok"}, {"name": "BMC 1.0V", "value": "0.99 Volts", "event": "ok"}, {"name": "BMC 3.3VSB", "value": "3.28 Volts", "event": "ok"}, {"name": "CPU_SOC", "value": "1.22 Volts", "event": "ok"}, {"name": "CPU_VDDIO", "value": "1.12 Volts", "event": "ok"}, {"name": "FAN1", "value": "2100 RPM", "event": "ok"}, {"name": "FAN2", "value": "1960 RPM", "event": "ok"}, {"name": "FAN3", "value": "2100 RPM", "event": "ok"}, {"name": "FAN4", "value": "no reading", "event": "ns"}, {"name": "FANA", "value": "no reading", "event": "ns"}, {"name": "FANB", "value": "no reading", "event": "ns"}, {"name": "FANC", "value": "no reading", "event": "ns"}, {"name": "M2_SSD1 Temp", "value": "no reading", "event": "ns"}, {"name": "M2_SSD2 Temp", "value": "no reading", "event": "ns"}, {"name": "Chassis Intru", "value": "0x00", "event": "ok"}, {"name": "NVMe_SSD1 Temp", "value": "no reading", "event": "ns"}, {"name": "NVMe_SSD2 Temp", "value": "no reading", "event": "ns"}, {"name": "GPU4 Temp", "value": "49 degrees C", "event": "ok"}, {"name": "GPU6 Temp", "value": "34 degrees C", "event": "ok"}]