Reference Guide

Check Remote File Share status.
racadm remoteimage -s
Remote File Share is Enabled
UserName
Password
ShareName //192.168.0/xxxx/dtk_3.3_73_Linux.iso
Deploy a remote image on iDRAC CIFS Share.
racadm remoteimage -c -u admin -p xxx -l //192.168.0/dev/
floppy.img
Deploy a remote image on iDRAC NFS Share.
racadm remoteimage -c -u admin -p xxx -l '//192.168.0/dev/
floppy.img'
rollback
Description Allows you to roll back the firmware to an earlier version.
Synopsis
racadm rollback <FQDD>
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.
Example
racadm rollback iDRAC.Embedded.1-1
RAC1056: Rollback operation initiated successfully.
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
72