Setup Guide

Table Of Contents
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 -r 192.168.0.120 -u root -p calvin get -f R740_scp_file.xml -t xml -l
192.168.0.130:/nfs
Available options:
-c : FQDD or shorthand for selective Export.
-t : “xml” or “json” to select your format.
--clone : Export type of Clone.
--replace : Export type of Replace.
--includero : Include read only attributes in the template.
--includeph : Include iDRAC user password hashes in the template.
--includeCustomTelemetry : Include the Telemetry Custom Report Metric Definitions.
Refer to the racadm help text or the RACADM User’s Guide for additional options and details on network
settings.
>>racadm help get
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-type application/json
Body: {'ExportFormat': 'XML', 'ShareParameters': {'ShareType': '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”.