Reference Guide

Table Of Contents
-e Deploys a remote image. The first boot device is set to the shared image and the server is set to
reboot.
-m <module> Specifies the server to deploy the image to one of the following:
sever<n>, where n=116
server<nx> where n=18; x=a, b, c, d (lower case)
-a Applies options for slots for all present servers.
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 configuration or CMC Event Filter configuration from a file.
NOTE: If CMC is not in the network, you cannot import the chassis configuration profile from
a remote network share with proxy using the set command. But, you can import the chassis
configuration profile 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 configuration or CMC event filter from a file.
-u: username of the remote share from where the file must be imported.
-p: password for the remote share from where the file must be imported.
-l: network share location from where the file must be imported.
-t: specify the file type to be imported. The valid value is xml. This option is case-insensitive.
Example
Configure event filter configurations from a configuration file using remote racadm
racadm -r 192.168.0.120 -u <username> -p <password> set -f
file.txt
RACADM Subcommand Details 77