Setup Guide
Server Configuration Profiles: User’s Guide
25 Server Configuration Profiles: Reference Guide | 456
Most interfaces allow for both the full FQDD or a shorthand version to import all components of a given type.
The shorthand ‘NIC’ would import NIC.Integrated.1-1-1, NIC.Integrated.2-1-1, etc, but the full FQDD
‘NIC.Integrated.1-1-1’ would only process the component for that specific device.
Shorthand values can be used for both SCP Export and SCP Import. Please refer to the Available shorthand
options table in the Selective Export section.
4.7 Available Interfaces
4.7.1 iDRAC GUI
SCP Import can be located on the iDRAC GUI under Configuration > Server Configuration Profiles > Import.
All the available options detailed above can be found on this page.
4.7.2 racadm
The racadm ‘set’ command using the ‘-t xml’ or ‘-t json’ parameters will invoke an SCP Import operation.
Racadm example:
C:\>racadm‐r192.168.0.120‐uroot‐pcalvinset‐fR740_scp_file.xml‐txml ‐l
192.168.0.130:/nfs
Available options:
‐c:FQDDorshorthandforselectiveImport.
‐t:“xml”or“json”toselectyourformat.
‐b:Shutdowntype;Graceful,forcedorNoRe boot.
‐w:TimetoWait;Maximumwaittimeforgracefulshutdown.
‐s:SetthehostpowertoOnorOffafterImport
completes.
Refer to the racadm help text or the RACADM User’s Guide for additional options and details on network
settings.
>>racadmhelpset
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
4.7.3 Redfish
To import SCP profile using Redfish, execute a POST call on OEM action EID_674_Manager.
Redfish POST example:
URI:/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Oem/EID_674_Manager.
ImportSystemConfiguration
Header:content‐typeapplication/json
Body:Body:{'ShareParameters':{'ShareType':'NFS','ShareName':'/nfs','IPAddress':
'192.168.0.130','Target':'ALL','FileName':'R740_scp _file.xml'}}