Concept Guide
Server conguration proles — export or import
Lifecycle Controller-Remote Services can export or import a Server Conguration Proles le. The export operation collects the
conguration information for BIOS, iDRAC, RAID, NIC, FC-HBA, System, and Lifecycle Controller and stores it in a single le that is copied
to a local le or a network share. The Import operation imports the le from a local le or a network share, and applies the previously saved
or updated congurations contained in the le to a system.
Import and export can be performed using the JSON, WS-MAN or Redsh interfaces.
For more information, see RESTful Server Conguration with iDRAC REST API, Server Cloning,Server Cloning with Server Conguration
Proles, and Creating and Managing Server Conguration Proles documents available at www.delltechcenter.com/
systemsmanagement.
Exceptions while importing server prole
On certain Dell devices, successful application of a server conguration prole requires two imports. The rst import of the prole enables
hidden devices that are then congured with a second import.
Two imports are required while performing following actions:
• Enabling RAID mode on storage controllers — PERC S110 and PERC S130 require two imports – one to set the embedded SATA
controller to RAID mode and the second to congure the RAID controller for operations such as creating a virtual disk.
Example:
If the EmbSata BIOS attribute on the import system is not set to RAIDMode, then the rst import must contain the following:
<Component FQDD="BIOS.Setup.1-1">
<Attribute Name="EmbSata">RaidMode</Attribute>
</Component>
The second server import is to apply the conguration on the PERC controller:
<Component FQDD="RAID.Embedded.1-1">
<Attribute Name="RAIDresetConfig">False</Attribute>
<Attribute Name="RAIDforeignConfig">Ignore</Attribute>
<Component FQDD="Disk.Virtual.262145:RAID.Embedded.1-1">
<Attribute Name="RAIDaction">Create</Attribute>
<Attribute Name="Name">Virtual Disk 1</Attribute>
<Attribute Name="Size">0</Attribute>
<Attribute Name="StripeSize">128</Attribute>
<Attribute Name="SpanDepth">1</Attribute>
<Attribute Name="SpanLength">2</Attribute>
<Attribute Name="RAIDTypes">RAID 0</Attribute>
<Attribute Name="IncludedPhysicalDiskID">Disk.Direct.0-0:RAID.Embedded.1-1</Attribute>
<Attribute Name="IncludedPhysicalDiskID">Disk.Direct.1-1:RAID.Embedded.1-1</Attribute>
</Component>
<Component FQDD="Disk.Direct.0-0:RAID.Embedded.1-1">
<Attribute Name="RAIDPDState">Ready</Attribute>
</Component>
<Component FQDD="Disk.Direct.1-1:RAID.Embedded.1-1">
<Component FQDD="Disk.Direct.1-1:RAID.Embedded.1-1">
<Attribute Name="RAIDPDState">Ready</Attribute>
</Component>
</Component>
• Enabling PCI slots — PCI slots in the system that are disabled in the BIOS require two imports – one to enable the slot and another to
congure the card in the slot.
Example
18
Remote Services Features