SetFanMode
Sets the fan mode for the target system. Afterwards, use GetFanMode to confirm the desired mode was set successfully.
Syntax
OOB
saa -i <IP or host name> -u <username> -p <password> -c SetFanMode --fanmode <fan type>
In-Band
saa -c SetFanMode --fanmode <fan type>
Multiple Systems OOB
saa -l <system list file> [-u <username> -p <password>] -c SetFanMode --fanmode <fan type>
Options
--fanmode <Fan Mode Type>: Sets the fan mode:0= Standard1= Full2= Optimal3= PUE2 Optimal4= Heavy IO5= PUE3 Optimal6= Liquid Cooling7= Smart8= PUE Optimal9= Smart Cooling10= Performance11= Silent
The input type string is converted to the above type number.
Examples
OOB
[SAA_HOME]# ./saa -i 192.168.34.56 -u ADMIN -p PASSWORD -c SetFanMode --fanmode 0
Multiple Systems OOB
[SAA_HOME]# ./saa -l SList.txt -u ADMIN -p PASSWORD -c SetFanMode --fanmode 0
SList.txt:
192.168.34.56
192.168.34.57
Output
Fan mode is changed to Standard
All Available Fan Modes are:
Mode: Type
0: Standard
1: Full
2: Optimal
4: Heavy IO