Administrator Guide

Server configuration profile template operating system deployment additions
6 Using Server Configuration Profiles to Deploy Operating Systems to Dell EMC PowerEdge Servers | 375
OSMediaShareDomainName
Domain name for the network on which the
installation file is located. Can be left blank if
network has no domain name.
OSMediaShareType
Share type of the share on which the operating
system installation file is located. Supported share
types include CIFS, NFS, HTTP, HTTPS, or local.
When local is used as the share type, the SCP
network information is used as the share data. The
operating system media must be stored in the same
location on the network share as the SCP template.
Other operating system media-related attributes are
ignored.
OSMediaName
Name of the operating system installation file
AnswerFileName
Answer file name, or if a Linux operating system is
being installed this will be the name of the
kickstarter file. This file is located in the same
directory as the operating system installation file. It
contains information regarding the operating system
install such as time zone and user account setup
that will be applied automatically during the install
process. It does not need to be entered manually.
ExposeDuration
Amount of time (in seconds) that the driver partition
is exposed. Default is 65535 seconds, or 18 hours.
OSMediaHashType
If the operating system has a hash value to verify
against, this field contains the hash type. Supported
hash types are MD5 and SHA1.
OSMediaHashValue
Hash value used to verify the operating system
installation media.
XML snippet example:
<Component FQDD="LifecycleController.Embedded.1">
<!-- <Attribute Name="OSD.1#SupportedOSList">Microsoft Windows Server
2016</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>