CLI Guide

Table 22. Details of get (continued)
extended—for saving server profile to extended storage.
-t—specify the file type to be exported. Valid value is “xml”. This option is case-sensitive.
-m—<module>, the possible values are:
server-<n>—where n = 1 to 16
all—for listing profiles assigned to all blades.
server-<nx>—where n = 1 to 8; x = a to d (lower case)
-s—check the status of the last successfully initiated server profile operation.
--clone—export the cloned configuration file. Only the XML file format is supported. The
configuration file can be exported to a local or remote share.
--replace—export the replaced configuration file. Only XML file format is supported. The
configuration file can be exported to a local or remote share.
--includeph—include password hash attributes
Example
Export event filter configurations to a file by using remote racadm
racadm -r 192.168.0.120 -u abc -p <password> get -f file.txt
Export the CMC XML configuration to a local share using remote racadm
racadm -r 192.168.0.120 -u abc -p <password> get -f file.xml -t
xml
Export the CMC XML configuration to a CIFS share
racadm get -f file.xml -t xml -u myuser -p mypass -l //
192.168.0.0/share
Export the CMC XML configuration to an NFS share
racadm get -f file.xml -t xml -l 192.168.0.0:/myshare
–Save the Server profile for server-1 to a CIFS share
racadm get -f file.xml -t xml -u myuser -p mypass -l //
192.168.0.0/share -m server-1
Save the Server profile for server-1 to extended storage
racadm get -f file.xml -l extended -m server-1 -t xml
List the server profiles saved in extended storage
racadm get list serverprofiles -l extended
Display profile assigned to server-1
racadm get list serverprofiles -m server-1 --assign
Display profiles assigned to all blades
racadm get list serverprofiles -m all --assign
Copy server profile test_profile.xml from extended storage to network share(CIFS)
racadm get -f profile_file_name.xml -u share_username -p
share_passwd -l //192.168.0.0/share --export -t xml
NOTE:
Exporting CMC event filter configuration properties is supported only on remote
interfaces.
The options --clone, --replace, and --includeph are applicable only to chassis
configuration file.
34 RACADM Subcommand Details