CLI Guide

Table 4. Details of get (continued)
Export a cloned xml configuration to a CIFS share
racadm get -f xyz_temp_clone -t xml -u Administrator -p xxx -l //
192.168.0/xyz --clone
Export a replace xml configuration to a CIFS share
racadm get -f xyz_temp_replace -t xml -u Administrator -p xxx -l //
192.168.0/xyz --replace
Export the xml configuration of the iDRAC component to FTP share.
racadm get -f file -t xml -u username -p password -l ftp://
192.168.10.24/
Export the JSON configuration of the iDRAC component to FTP share.
racadm get -f file -t json -u username -p password -l ftp://
192.168.10.24/
Export the xml configuration of the iDRAC component to TFTP share.
racadm get -f file -t xml -l tftp://192.168.10.24/
Export the JSON configuration of the iDRAC component to TFTP share.
racadm get -f file -t json -l ftp://192.168.10.24/
Export the xml configuration of the iDRAC component to a CIFS share.
racadm get -f file -t xml -u myuser -p xxx -l //192.168.0/share -c
iDRAC.Embedded.1
Export the xml configuration of the iDRAC component to NFS share.
racadm get -f file -t xml -l 10.1.12.13:/myshare
Export the xml configuration of the iDRAC component to HTTP share.
racadm get -f file -t xml -u httpuser -p httppwd -l http://test.com/
myshare
Export the xml configuration of the iDRAC component to HTTPS share.
racadm get -f file -t xml -u httpuser -p httppwd -l https://test.com/
myshare
Export the JSON configuration of the iDRAC component to HTTP share.
racadm get -f file -t json -u httpuser -p httppwd -l http://test.com/
myshare
Export the JSON configuration of the iDRAC component to HTTPS share.
racadm get -f file -t json -u httpuser -p httppwd -l https://test.com/
myshare
Export the custom default xml configuration to local share.
racadm get -f file -t xml --customdefaults
Include Telemetry Custom Metric Report Definitions in the configuration .xml file.
racadm get -f <filename> -t xml -l <NFS or CIFS share> -u <username> -p
<password> --includeCustomTelemetry
24
Running Get and Set