CLI Guide

set
Table 104. Details of set attribute
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
Configure a CMC from an XML configuration file on a local share using remote racadm
racadm -r 192.168.0.120 -u <username> -p <password> set -f
myfile.xml -t xml
Configure a CMC from an XML configuration file on a remote CIFS share
racadm set -f myfile.xml -t xml -u myuser -p mypass -l //
192.168.0.0/myshare
Configure a CMC from an XML configuration file on a remote NFS share
racadm set -f myfile.xml -t xml -l 192.168.0.0:/myshare
serveraction
Table 105. Details of serveraction attribute
Description Enables you to perform power management operations on the blade system.
To run this subcommand, you must have the Execute Server Control Commands permission.
Synopsis
racadm serveraction -a <action>
racadm serveraction -m <module> <action>
Input
-m <module> — Must be one of the following values:
RACADM Subcommand Details 75