Reference Guide

rollback
Description Allows you to roll back the firmware to an earlier version.
Synopsis
racadm rollback <FQDD> [--reboot]
NOTE: To get the list of available rollback versions and FQDDs, run the racadm swinventory
command.
Input
<FQDD>: Specify the FQDD of the device for which the rollback is required.
--reboot: Performs a graceful system reboot after the BIOS firmware rollback.
Example
To perform BIOS firmware rollback:
racadm rollback iDRAC.Embedded.1-1
RAC1056: Rollback operation initiated successfully.
To perform a graceful system reboot after BIOS firmware rollback:
racadm rollback BIOS.Setup.1-1 --reboot
sensorsettings
Description
Allows you to perform threshold settings of the sensor.
To run this subcommand, you must have Configure iDRAC privilege.
NOTE: An error message is displayed when the following is performed:
A set operation is performed on an unsupported FQDD.
Out of range settings is entered.
Invalid sensor FQDD is entered.
Invalid threshold level filter is entered.
Synopsis
racadm sensorsettings set <FQDD> -level Min <value>
Input
<FQDD> — Sensor or corresponding sensor FQDD which needs a threshold configuration. Run the command,
racadm getsensorinfo to view the sensor FQDD. The R/W field in the output getsensorinfo indicates if
the sensor thresholds can be configured. Replace the <FQDD> field with the corresponding sensor FQDD that
needs a threshold configuration.
-level — threshold level for the sensor setting. Values are Max or Min.
Examples To set the minimum noncritical threshold level for a power sensor type.
racadm sensorsettings set iDRAC.Embedded.1#SystemBoardCPUUsage -level Max 95
NOTE: The entered value must be lesser or higher than the sensor critical threshold limit.
serveraction
Description
Enables you to perform power management operations on the blade system.
To run this subcommand, you must have the Execute Server Control Commands permission.
Synopsis
racadm serveraction <action> -f
RACADM Subcommand Details 101