CLI Guide

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
Include password hash in the configuration .xml file.
racadm get -f<filename> -t xml -l<NFS or CIFS share> -u<username> -
p<password> -t xml --includeph
Configure proxy parameters.
racadm set lifecyclecontroller.lcattributes.UserProxyUsername admin1
racadm set lifecyclecontroller.lcattributes.UserProxyUsername
View the list of proxy attributes
racadm get lifecycleController.lcAttributes
getconfig
Table 26. Details of getconfig subcommand
Description
Retrieves iDRAC configuration parameters individually or all iDRAC configuration groups may be retrieved and saved
to a file.
NOTE: This subcommand is deprecated. For viewing the configuration objects and its values, use
get subcommand. For more information, see the iDRAC RACADM CLI Guide available at
www.dell.com/idracmanuals.
RACADM Subcommand Details 63