Skip to content

Thermal Policy

A Thermal Policy controls the fan speed mode for UCS servers, balancing cooling performance against acoustics and power consumption. It is applied to servers via a Server Profile Template.

Location in Intersight GUI: Policies » Thermal

Diagram

policies (compute.intersight.organizations)

Section titled “policies (compute.intersight.organizations)”
NameTypeConstraintMandatoryDefault Value
thermalList[thermal]No

thermal (compute.intersight.organizations.policies)

Section titled “thermal (compute.intersight.organizations.policies)”
NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
descriptionStringNo
managedBooleantrue, falseNotrue
tagsList[tags]No
fan_control_modeChoiceBalanced, LowPower, HighPower, MaximumPower, Acoustic, MaximumCoolingNoBalanced

tags (compute.intersight.organizations.policies.thermal)

Section titled “tags (compute.intersight.organizations.policies.thermal)”
NameTypeConstraintMandatoryDefault Value
keyStringYes
valueStringYes

Example-1: The example below demonstrates a thermal policy configured for balanced fan speed, suitable for most rack environments.

compute:
intersight:
organizations:
- name: MyOrganization
policies:
thermal:
- name: default-thermal
fan_control_mode: Balanced
tags:
- key: env
value: prod

Example-2: The example below demonstrates a high-power cooling policy for thermally dense deployments.

compute:
intersight:
organizations:
- name: MyOrganization
policies:
thermal:
- name: high-density-thermal
description: Aggressive cooling for high-density compute
fan_control_mode: HighPower