Users Guide
Object Description Usage Example
• 4 - Indicates 60°C
• 255 - Indicates 70°C (default)
This means that the system is set to limit the air exhaust temperature to 70°C.
To set the exhaust temperature limit to 60°C:
racadm set system.thermalsettings.AirExhaustTemp 4
The output is:
Object value modified successfully.
If a system does not support a particular air exhaust temperature limit, then when you run the following
command:
racadm set system.thermalsettings.AirExhaustTemp 0
The following error message is displayed:
ERROR: RAC947: Invalid object value specified.
Make sure to specify the value depending on the type of object.
For more information, see RACADM help.
To set the limit to the default value:
racadm set system.thermalsettings.AirExhaustTemp 255
FanSpeedHighOffsetVal
• Getting this variable reads the fan speed offset value in %PWM for High Fan
Speed Offset setting.
• This value depends on the system.
• Use FanSpeedOffset object to set this value using index value 1.
Values from 0-100
racadm get system.thermalsettings FanSpeedHighOffsetVal
This returns a value such as “66”. This means that when you use the following command, it applies a
fan speed offset of High (66% PWM) over the baseline fan speed
racadm set system.thermalsettings FanSpeedOffset 1
FanSpeedLowOffsetVal
• Getting this variable reads the fan speed offset value in %PWM for Low Fan
Speed Offset setting.
• This value depends on the system.
• Use FanSpeedOffset object to set this value using index value 0.
Values from 0-100
racadm get system.thermalsettings FanSpeedLowOffsetVal
This returns a value such as “23”. This means that when you use the following command, it applies a
fan speed offset of Low (23% PWM) over baseline fan speed
racadm set system.thermalsettings FanSpeedOffset 0
FanSpeedMaxOffsetVal
• Getting this variable reads the fan speed offset value in %PWM for Max Fan
Speed Offset setting.
• This value depends on the system.
• Use FanSpeedOffset to set this value using index value 3
Values from 0-100
racadm get system.thermalsettings FanSpeedMaxOffsetVal
This returns a value such as “100”. This means that when you use the following command, it applies a
fan speed offset of Max (meaning full speed, 100% PWM). In most cases, this offset results in fan
speeds increasing to full speed.
racadm set system.thermalsettings FanSpeedOffset 3
FanSpeedMediumOffsetVal
• Getting this variable reads the fan speed offset value in %PWM for Medium Fan
Speed Offset setting.
• This value depends on the system.
• Use FanSpeedOffset object to set this value using index value 2
Values from 0-100
racadm get system.thermalsettings FanSpeedMediumOffsetVal
This returns a value such as “47”. This means that when you use the following command, it applies a
fan speed offset of Medium (47% PWM) over baseline fan speed
racadm set system.thermalsettings FanSpeedOffset 2
FanSpeedOffset
• Using this object with get command displays the existing Fan Speed Offset value.
• Using this object with set command allows setting the required fan speed offset
value.
Values are:
• 0 - Low Fan Speed
To view the existing setting:
racadm get system.thermalsettings.FanSpeedOffset
Setting Up Managed System and Management Station 47