Question:
How to adjust S8016AGM2NR system FAN speed?
Answer:
S8016AGM2NR System FAN speed can be
adjusted by below ipmi command.
1. ipmitool raw 0x2e 0x44 0xfd
0x19 0x00 0x00 0x01 50 (set PWM-0, duty-50, CPU_FAN)
2. ipmitool raw 0x2e 0x44 0xfd
0x19 0x00 0x01 0x01 50 (set PWM-1, duty-50, SYS_FAN_1 )
3. ipmitool raw 0x2e 0x44 0xfd
0x19 0x00 0x02 0x01 50 (set PWM-2, duty-50, SYS_FAN_2)
4. ipmitool raw 0x2e 0x44 0xfd
0x19 0x00 0x03 0x01 50 (set PWM-3, duty-50, SYS_FAN_3)
5. ipmitool raw 0x2e 0x44 0xfd
0x19 0x00 0x04 0x01 50 (set PWM-4, duty-50, SYS_FAN_4 )
Fan Location:
|
FAN Header
|
|
1
|
CPU_FAN
|
|
2
|
SYS_FAN_1
|
|
3
|
SYS_FAN_2
|
|
4
|
SYS_FAN_3
|
|
5
|
SYS_FAN_4
|
Example:
ipmitool raw 0x2e 0x44 0xfd 0x19 0x00 0x01
0x01 100
ipmitool raw 0x2e 0x44 0xfd 0x19 0x00 0x01
0x01 50

Note:
These value will restore to default value after system AC-cycle or BMC reset.
Related Articles
How to adjust system fan speed on S8056?
We can use ipmi command to Set/Get system fan speed in S8056 as below. Set Fan speed 1. ipmitool raw 0x2e 0x44 0xfd 0x19 0x00 0x00 0x01 50 (set PWM 0,CPU_FAN, e.g.,duty is 50) 2. ipmitool raw 0x2e 0x44 0xfd 0x19 0x00 0x01 0x01 50 (set PWM 1, ...
How to check the PSU Fan Speed/PSU Fan Duty/PSU Input Voltage/PSU Output Power?
Question How to check the PSU Fan Speed/PSU Fan Duty/PSU Input Voltage/PSU Output Power? Answer You can see the PSU fan run speed, duty, AC-in voltage, in the BMC sensor. Open a browser and log in to the BMC web console, Navigate to “Hardware ...
R2520/1520 Fan Speed Control
Please use PWMTach Tool for fan speed control
Ipmi command "ipmitool sel list " doesn't show sel log on D50DNP system.
Fail symptom : No message print after perform "ipmi sel list " , only show "sel has no entries" Root cuase : OpenBMC does not have the static SDR design like legacy BMC, so when adding a SEL entry via a raw command, the BMC will attempt to map it ...
How to use ipmi command to set next boot as PXE boot
If customer needs to use ipmi command to set system next boot as PXE boot. Then customer can use below command to let their system boot to PXE mode at next power-on. ipmi command: #ipmitool chassis bootdev pxe (for Legacy mode) #ipmitool chassis ...