Hi,
Thanks for your answer, in fact there is no reply like it's fine, but it has no effect (I removed fan #3 and #4 from the chassis as it's too much noisy and blades 3 & 4 are powered off):
ipmitool -I lanplus -H 192.168.X.X -U admin -P ***** sdr type fan
Fan_SYS0_0 | C0h | ok | 29.1 | 6700 RPM
Fan_SYS0_1 | C1h | ok | 29.1 | 5700 RPM
Fan_SYS1_0 | C2h | ok | 29.2 | 7000 RPM
Fan_SYS1_1 | C3h | ok | 29.2 | 5800 RPM
Fan_SYS2_0 | C4h | ns | 29.3 | No Reading
Fan_SYS2_1 | C5h | ns | 29.3 | No Reading
Fan_SYS3_0 | C6h | ns | 29.4 | No Reading
Fan_SYS3_1 | C7h | ns | 29.4 | No Reading
Fan_SYS0_Present | 20h | ok | 29.16 | Device Present
Fan_SYS1_Present | 21h | ok | 29.17 | Device Present
Fan_SYS2_Present | 22h | ok | 29.18 |
Fan_SYS3_Present | 23h | ok | 29.19 |
Then apply a fan speed change:
ipmitool -I lanplus -H 192.168.X.X -U admin -P ***** raw 0x30 0x39 0x01 0x0 0x1 0x16
< blank return>
ipmitool -I lanplus -H 192.168.X.X -U admin -P ***** raw 0x30 0x39 0x01 0x0 0x2 0x16
< blank return>
ipmitool -I lanplus -H 192.168.X.X -U admin -P ***** raw 0x30 0x39 0x01 0x0 0x3 0x16
< blank return>
ipmitool -I lanplus -H 192.168.X.X -U admin -P ***** raw 0x30 0x39 0x01 0x0 0x4 0x16
< blank return>
Checking again fan speed:
ipmitool -I lanplus -H 192.168.X.X -U admin -P ***** sdr type fan
Fan_SYS0_0 | C0h | ok | 29.1 | 6700 RPM
Fan_SYS0_1 | C1h | ok | 29.1 | 5700 RPM
Fan_SYS1_0 | C2h | ok | 29.2 | 7000 RPM
Fan_SYS1_1 | C3h | ok | 29.2 | 5800 RPM
Fan_SYS2_0 | C4h | ns | 29.3 | No Reading
Fan_SYS2_1 | C5h | ns | 29.3 | No Reading
Fan_SYS3_0 | C6h | ns | 29.4 | No Reading
Fan_SYS3_1 | C7h | ns | 29.4 | No Reading
Fan_SYS0_Present | 20h | ok | 29.16 | Device Present
Fan_SYS1_Present | 21h | ok | 29.17 | Device Present
Fan_SYS2_Present | 22h | ok | 29.18 |
Fan_SYS3_Present | 23h | ok | 29.19 |
I suppose there is some fan speed auto control that should be applied first but I didn't find any resource for that.
I tried same command as found on this video:
ipmitool -I lanplus -H 192.168.X.X -U admin -P ***** raw 0x30 0x30 0x01 0x0
Unable to send RAW command (channel=0x0 netfn=0x30 lun=0x0 cmd=0x30 rsp=0xc1): Invalid command
Not a big suprise as the video is about a Dell R510...
The main difference with you
@Fritz is that I'm dealing with an older generation of Qt server: T41S-2U.
I would probably need to open a separate thread for this one and mention this post to refer the documentation and commands that looks similar to my needs.
Thanks again for helping me.
Tim.