CLI Guide
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.1:/dev/floppy.img
• Deploy a remote image on iDRAC NFS Share.
racadm remoteimage –c –u admin –p xxx –l 192.168.0.1:/dev/floppy.img
• Deploy a remote image on iDRAC HTTP Share.
racadm remoteinage -c -u "user" -p "xxx" -l http://shrloc/foo.iso
• Deploy a remote image on iDRAC HTTPS Share.
racadm remoteinage -c -u "user" -p "xxx" -l https://shrloc/foo.iso
NOTE: The -p and -u options are mandatory only for CIFS share and not mandatory for NFS, HTTP,
and HTTPS.
set
Table 105. Details of set attribute
Description
Import saved CMC conguration or CMC Event Filter conguration from a le.
NOTE: If CMC is not in the network, you cannot import the chassis conguration prole from a
remote network share with proxy using the set command. But, you can import the chassis
conguration prole 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 conguration 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
• Congure event lter congurations from a conguration le using remote racadm
racadm -r 192.168.0.120 -u <username> -p <password> set -f file.txt
• Congure a CMC from an XML conguration le on a local share using remote racadm
racadm -r 192.168.0.120 -u <username> -p <password> set -f myfile.xml -
t xml
• Congure a CMC from an XML conguration le on a remote CIFS share
racadm set -f myfile.xml -t xml -u myuser -p mypass -l //192.168.0.0/
myshare
• Congure a CMC from an XML conguration le on a remote NFS share
racadm set -f myfile.xml -t xml -l 192.168.0.0:/myshare
74 RACADM Subcommand Details