Purpose:
Manually control fan speed by IPMI commands.
Target Audience:
FWA-6080 users.
Commands:
1. Set fan speed. For example, set fan speed to 100%
# ipmitool raw 0x2c 0x15 0x00 0x00 100
00
- 100 = 100% (Dec)
2. Set fan speed back to smart controlling mode.
# ipmitool raw 0x2c 0x15 0x00 0x00 0xff
00
Comments
0 comments
Please sign in to leave a comment.