Setup Guide

Table Of Contents
Server Configuration Profiles: User’s Guide
52 Server Configuration Profiles: Reference Guide | 456
15 OS Deployment
OS deployment support was added to SCP in iDRAC9 version 4.00.00.00. When paired with
RepositoryUpdate and configuration, this enables an SCP Import operation to perform a full deployment using
a single template.
The benefits of utilizing SCP for OS deployment and all available workflows are covered in great detail in the
Using Server Configuration Profiles to Deploy Operating Systems to Dell EMC PowerEdge Servers
whitepaper.
The OS deployment with SCP workflows are already well covered by the whitepaper above. To expand on
the whitepaper, this section includes steps to perform an OS deployment operation via SCP over USB.
15.1 Attributes
SCP Export will automatically generate empty attributes for OS deployment in a template under the
LifeycleController.Embedded.1 component.
The SupportedOSList attribute will contain a list of supported operating system drivers. This is a read only
attribute but is included by default for informational purposes. Providing one of these operating systems to
the OSName attribute will trigger the DriverPack attach operation.
NOTE: If the SupportedOSList attribute is empty, then install the DriverPack DUP from the iDRAC user
interface. This can occur after a System Erase has been performed on the server.
The ExposeDuration attribute determines how long the DriverPack partition will be exposed to the host OS (in
seconds). The default is 65535 seconds or 18 hours.
The remainder of the attributes pertain to the BootToNetworkISO operation detailed in the whitepaper.
15.2 Example
<Component FQDD="LifecycleController.Embedded.1">
<!-- <Attribute Name="OSD.1#SupportedOSList">Microsoft Windows Server 2016, Microsoft
Windows Server 2012 R2, Red Hat Enterprise Linux 6.9 x64, Red Hat Enterprise Linux 7.5 x64,
SuSE Enterprise Linux 12 SP3 x64</Attribute> -->
<Attribute Name="OSD.1#OSName"></Attribute>
<Attribute Name="OSD.1#OSMediaShareIP"></Attribute>
<Attribute Name="OSD.1#OSMediaShareName"></Attribute>
<Attribute Name="OSD.1#OSMediaShareUsername"></Attribute>
<Attribute Name="OSD.1#OSMediaSharePassword">******</Attribute>
<Attribute Name="OSD.1#OSMediaShareDomainName"></Attribute>
<Attribute Name="OSD.1#OSMediaShareType"></Attribute>
<Attribute Name="OSD.1#OSMediaName"></Attribute>
<Attribute Name="OSD.1#AnswerFileName"></Attribute>
<Attribute Name="OSD.1#ExposeDuration"></Attribute>
<Attribute Name="OSD.1#OSMediaHashType"></Attribute>
<Attribute Name="OSD.1#OSMediaHashValue"></Attribute>
</Component>