Reference Guide
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 -u <username> -p <password> -l <CIFS
share>
racadm set -f <filename> -t xml -l <NFS share>
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”.
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
setassettag
Description
Sets the N-byte ASCII asset tag for the chassis.
To use this subcommand, you must have the Administrator privilege.
NOTE: The special characters " (double quote), ` (back quote), & (ampersand), and \
(backslash) are not supported for this subcommand.
Synopsis
racadm setassettag -m chassis <asset tag>
Input -m < module > — Species the module whose asset tag you want to set.
Legal value: chassis
You can obtain the same output if you do not include this option, because there is only one legal
value.
< assettag > is a maximum of 64 non-extended ASCII characters.
Example
• racadm setassettag -m chassis 783839–33
• racadm setassettag 783839–33
The asset tag was changed successfully.
70