Setup Guide
Server Configuration Profiles: User’s Guide
19 Server Configuration Profiles: Reference Guide | 456
3.6 Available Interfaces
3.6.1 iDRAC GUI
SCP Export can be located on the iDRAC GUI under Configuration > Server Configuration Profiles > Export.
All the available options detailed above can be found on this page.
3.6.2 racadm
The racadm ‘get’ command using the ‘-t xml’ or ‘-t json’ parameters will invoke an SCP Export operation. The
following options are also available:
Racadm example:
C:\>racadm‐r192.168.0.120‐uroot‐pcalvinget‐fR740_scp_file.xml‐txml ‐l
192.168.0.130:/nfs
Available options:
‐c:FQDDorshorthandforselectiveExport.
‐t:“xml”or“json”toselectyourformat.
‐‐clone:ExporttypeofClone.
‐‐replace:ExporttypeofReplace.
‐‐includero:Includereadonlyattributesinthetemplate.
‐‐includeph:IncludeiDRACuserpasswordhashesinthetemplate.
‐‐includeCustomTelemetry:IncludetheTelemetryCustom ReportMetricDefinitions.
Refer to the racadm help text or the RACADM User’s Guide for additional options and details on network
settings.
>>racadmhelpget
The latest version of the Integrated Dell Remote Access Controller 9 RACADM CLI Guide can be found here:
https://www.dell.com/support/home/en-us/product-support/product/idrac9-lifecycle-controller-v4.x-series/docs
3.6.3 Redfish
Redfish POST example:
URI:
/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Oem/EID_674_Manager.ExportSystemConfiguration
Header:content‐typeapplication/json
Body:{'ExportFormat':'XML','ShareParameters':{'Shar eType':'NFS',
'ShareName':'/nfs','IPAddress':'192.168.0.130','Target':'ALL',
'FileName':'R740_scp_file.xml'}}
Clone can be selected by adding the ‘ExportUse’ : ‘1’ optional parameter and Replace can be selected by
adding ‘ExportUse’ : ‘2’. Refer to the Redfish documentation for all available optional parameters.
For more details on the action, supported parameters and values, refer to schema
“redfish/v1/Schemas/OemManager_v1.xml”.