Issue:
Need to change the fan speed for SuperMicro servers.
Resolution:
- Download and extract IPMICFG on the target server
 
- Open CMD prompt as ADMIN
 - Change Directory to the extracted folder, and drill down to the Windows\64bit folder
 - EXAMPLE: cd c:\ADMIN\Installs\IPMICFG_1.29.0_build.181029\Windows\64bit\
 - To view the current Fan Profile
 - RUN: IPMICFG-Win.exe -fan
 - To change the current Fan Profile
 - RUN: IPMICFG-Win.exe -fan x
 - x can equal one of the following:
 - 0 for Standard (BMC control of both fan zones, with CPU zone based on CPU temp (target speed 50%) and Peripheral zone based on PCH temp (target speed 50%))
 - 1 for Full (all fans running at 100%)
 - 3 for PUE2 Optimal (BMC control of the CPU zone (target speed 30%), with Peripheral zone fixed at low speed (fixed ~30%))
 - 4 for Heavy IO (BMC control of CPU zone (target speed 50%), Peripheral zone fixed at 75%)
 - EXAMPLE: To set fans to Standard
 - RUN: IPMICFG-Win.exe -fan 0
 
Source:
IMPICFG_UserGuide.pdf (in the zip downloaded in step 1a)

