Power Control and Capping on Dell Servers Using RACADM
Power Control and Capping on Dell Servers Using RACADM
Dell RACADM Power Management Guide
RACADM Basic Usage
Connect to your Dell server via SSH and use the following RACADM syntax:
1
2
3
4
5
6
7
8
9
10
11
# Get current value for a setting
racadm getconfig -g <group> -o <object>
# Set a new value
racadm config -g <group> -o <object> <new_value>
# Get list of available groups
racadm help
# Get objects for a specific group
racadm help <groupname>
Power Monitoring Commands
Check Current Power Consumption
1
racadm getconfig -g cfgServerPower -o cfgServerActualPowerConsumption
Example output:
1
108 W | 369 Btu/hr
View Total Power Consumption
1
racadm getconfig -g cfgServerPower -o cfgServerCumulativePowerConsumption
Example output:
1
292.370 KWh | 997859 Btu
Power Capping Configuration
Enable Power Capping
1
racadm config -g cfgServerPower -o cfgServerPowerCapEnable 1
Example output:
1
Object value modified successfully
Set Power Cap Value (in Watts)
1
racadm config -g cfgServerPower -o cfgServerPowerCapWatts 400
Example output:
1
Object value modified successfully
Verify Power Cap Setting
1
racadm getconfig -g cfgServerPower -o cfgServerPowerCapWatts
Example output:
1
400 W
This post is licensed under
CC BY 4.0
by the author.