Administrator Guide

Server configuration profile operations
10 Using Server Configuration Profiles to Deploy Operating Systems to Dell EMC PowerEdge Servers | 375
2.3.2 SCP import using RACADM:
To import SCP file using RACADM, use the racadm set command. For more examples or help, execute the
racadm help set command.
RACADM example:
C:\>racadm -r 192.168.0.120 -u root -p calvin set -f R740_scp_file.xml -t xml
-l 192.168.0.130:/nfs
2.3.3 SCP import using Redfish:
To import SCP profile using Redfish, execute a POST call on OEM action EID_674_Manager.
ImportSystemConfiguration.
Redfish POST example:
URI: /redfish/v1/Managers/iDRAC.Embedded.1/Actions/Oem/EID_674_Manager.
ImportSystemConfiguration
Header: content-type application/json
Body: Body: { 'ShareParameters': {'ShareType': 'NFS', 'ShareName': '/nfs',
'IPAddress': '192.168.0.130', 'Target': 'ALL', 'FileName':
'R740_scp_file.xml'}}