Reference Guide

Input
-c — Connect the image.
-d — Disconnect image.
-u — User name to access the network share.
-p — Password to access the network share.
-l — Image location on the network share; use single quotation marks around the location.
-s — Display current status.
NOTE: Use a forward slash (/) when providing the image location. If backward slash (\) is used,
override the backward slash for the command to run successfully.
For example:
racadm remoteimage -c -u user -p xxx -l /\/\192.168.0.2/\CommonShare/
\diskette
NOTE: The following options only apply to connect and deploy actions
-u — Username.
For domain users, you can use the following formats:
domain/user
domain\user
user@domain
-p — Password
Example
Congure a Remote image.
racadm remoteimage -c -u "user" -p "xxx" -l //shrloc/foo.iso
Remote Image is now Configured
Disable Remote File Sharing.
racadm remoteimage -d
Disable Remote File Started. Please check status using -s option to know
Remote File Share is ENABLED or DISABLED.
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 rmware 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 rmware rollback.
Example
To perform BIOS rmware rollback:
racadm rollback iDRAC.Embedded.1-1
RAC1056: Rollback operation initiated successfully.
64