CLI Guide

Table 22. Details of get (continued)
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.
The clone configuration file is default if --clone or --replace is not specified.
getactiveerrors
Table 23. Details of getactiveerrors
Description
Displays the active errors in a chassis.
To run this subcommand, you must have the CMC Login User privilege.
Synopsis
racadm getactiveerrors [-s <severity> ] [-m <module>]
Input
valid values for <severity>: critical, warning, info
valid values for <module>: server-n, where n = 1 to 4
switch-n, where n = 1
38 RACADM Subcommand Details