Power Policy
A Power Policy controls how power is managed across UCS chassis and servers: PSU redundancy mode, power budgeting, dynamic rebalancing, and power restore behavior after an outage. It is applied to servers via a Server Profile Template.
Location in Intersight GUI:
Policies » Power
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (compute.intersight.organizations)
Section titled “policies (compute.intersight.organizations)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| power | List | [power] | No |
power (compute.intersight.organizations.policies)
Section titled “power (compute.intersight.organizations.policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| description | String | No | ||
| managed | Boolean | true, false | No | true |
| tags | List | [tags] | No | |
| allocated_budget | Integer | min: 0 | No | 0 |
| dynamic_rebalancing | Choice | Enabled, Disabled | No | Enabled |
| extended_power_capacity | Choice | Enabled, Disabled | No | Enabled |
| power_priority | Choice | Low, Medium, High | No | Low |
| power_profiling | Choice | Enabled, Disabled | No | Enabled |
| power_restore_state | Choice | AlwaysOff, AlwaysOn, LastState | No | AlwaysOff |
| power_save_mode | Choice | Enabled, Disabled | No | Enabled |
| processor_package_power_limit | Choice | Default, Maximum, Minimum | No | Default |
| redundancy_mode | Choice | Grid, NotRedundant, N+1, N+2 | No | Grid |
tags (compute.intersight.organizations.policies.power)
Section titled “tags (compute.intersight.organizations.policies.power)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| key | String | Yes | ||
| value | String | Yes |
Examples
Section titled “Examples”Example-1: The example below demonstrates a power policy configured for grid redundancy with a fixed power budget.
compute: intersight: organizations: - name: MyOrganization policies: power: - name: web-power description: Power policy for web servers redundancy_mode: Grid allocated_budget: 2000 power_restore_state: LastState power_save_mode: Enabled tags: - key: env value: prodExample-2: The example below demonstrates a minimal power policy using all defaults (grid redundancy, no budget cap).
compute: intersight: organizations: - name: MyOrganization policies: power: - name: default-power