Setting the Fan Speed (fanlevel)
Function
The fanlevel command is used to set the fan speed.
Format
ipmcset -d fanlevel -v <fanlevel> [fanid]
Parameters
Parameter |
Description |
Value |
---|---|---|
fanlevel |
Indicates the percentage of the current fan speed to the full fan speed. |
The value is an integer. The value range varies with the server model. |
fanid |
Indicates the ID of the fan. |
The value range varies with the server model. |
Usage Guidelines
- If the fan ID is not specified, the command sets the fan rotation speed for all fans.
- This command is valid only when the fan runs in the manual mode.
For details about how to configure the fan mode, see Setting the Fan Mode (fanmode).
Example
# Set the speed of fan 2 to 50% of the full speed.
iBMC:/->ipmcset -d fanlevel -v 50 2 Set fan(2) level to (50%) successfully. Current Mode : Auto iBMC:/->ipmcset -d fanlevel -v 50 Set fan level successfully. Current Mode : Auto Global Manual Fan Level: 50%