Hi. Понедельник, 4 сентября 2023, 22:27 +07:00 от "Al Chu" <[email protected]>: > Hi, > > I believe this is already implemented via > > ipmi-oem supermicro get-pmbus-power-supply-status 1|2|3 > > If you can confirm, I can document that it works on X9DRD too. I confirm. But it depends more on the type of case. Works for me on cs-825TQ. Which are connected by i1c connector "power 5 pin" and protocol PMBus (or old FRU)
This should work from X8 to X11 "power 5 pin". I have X7DBE-X, but it works very unstable. A bunch of x9dr7 and sc-826TQ works only for FRU addresses. ipmitool -H $host -U $user -P $pass raw 0x06 0x52 0x05 0x$address 0x01 0x$d3 $address = 70|72|74 PWS-720-R $d3 : 0xA Temp, C 0xB Fan1, RPM=$izm*114,5 0xС Fan2, RPM *114,5 ---------- There is no desire to add support for reading modern power supplies over the PMBus (rev 1.0,1.1,1.2) ? > Al > > On 9/4/23 05:23, Андрей Грехов wrote: > > This working X9drd. PMBus rev.1.1-1.4 > > > > ipmitool -H $host -U $user -P $pass raw 0x06 0x52 0x07 0x78 0x01 0x88 > InputVoltage > > 0x78 first PowerSupply > > 0x7a second PowerSupply > > raw 0x06 0x52 0x07 0x78 0x01 0x90 Fan1 > > raw 0x06 0x52 0x07 0x78 0x01 0x91 Fan2 > > > > The's my old articl. > > > > Андрей Грехов > > -- > Al Chu > Livermore Computing > Lawrence Livermore National Laboratory > Андрей Грехов
