CLI Guide

NOTE: The following options only apply to connect and deploy actions
-u — Username.
User name to access the network share. For domain users, you can use the following formats:
domain/user
domain\user
user@domain
-p — Password to access the network share.
Example
Deploy a remote image on iDRAC CIFS share for all the servers.
racadm remoteimage -c -a -l '//192.168.0/dev/floppy.img' -u admin -p xxx
Deploy a remote image on iDRAC NFS share for all the servers.
racadm remoteimage -c -a -l '192.168.0:/dev/floppy.img' -u admin -p xxx
set
Description
Import saved CMC conguration or CMC Event Filter conguration from a le.
NOTE: If CMC is not in the network, you cannot import the chassis conguration prole from a
remote network share with proxy using the set command. But, you can import the chassis
conguration prole from the local management station.
Synopsis
racadm -r <CMC IP> -u <CMC username> -p <CMC password> set -f <filename>
racadm -r <CMC IP> -u <CMC username> -p <CMC password> set -f <filename>
-t xml
racadm set -f <filename> -t xml -l <NFS share>
racadm set -f <filename> -t xml -l <CIFS share> -u <username> -p
<password>
Input
-f: import CMC conguration or CMC event lter from a le.
-u: username of the remote share from where the le must be imported.
-p: password for the remote share from where the le must be imported.
-l: network share location from where the le must be imported.
-t: specify the le type to be imported. The valid value is xml. This option is case-insensitive.
Example
Congure event lter congurations from a conguration le using remote racadm
racadm -r 192.168.0.120 -u <username> -p <password> set -f file.txt
Congure a CMC from an XML conguration le on a local share using remote racadm
racadm -r 192.168.0.120 -u <username> -p <password> set -f myfile.xml -
t xml
Congure a CMC from an XML conguration le on a remote CIFS share
racadm set -f myfile.xml -t xml -u myuser -p mypass -l //192.168.0.0/
myshare
Congure a CMC from an XML conguration le on a remote NFS share
racadm set -f myfile.xml -t xml -l 192.168.0.0:/myshare
serveraction
Description
Enables you to perform power management operations on the blade system.
70 RACADM Subcommand Details