Setup Guide
Server Configuration Profiles: User’s Guide
53 Server Configuration Profiles: Reference Guide | 456
15.3 OS Deployment via USB
OS Deployment operations can be performed via the iDRAC Direct / SCP via USB workflow assuming the
iDRAC can access the network share containing the ISO.
In the template file located on the USB key configure the following attributes to point to the networked ISO.
Example:
<SystemConfiguration>
<ComponentFQDD="LifecycleController.Embedded.1">
<!‐‐<AttributeName="OSD.1#SupportedOSList">MicrosoftWindowsServer2016,Microsoft
WindowsServer2012R2,MicrosoftWindowsServer2019,RedHatEnterpriseLinux8.0x64,Red
HatEnterpriseLinux7.6x64,SuSEEnterpriseLinux15x64</Attribute>‐‐>
<AttributeName="OSD.1#OSName">MicrosoftWindowsServer2019</Attribute>
<AttributeName="OSD.1#OSMediaShareIP">100.65.84.72</Attribute>
<AttributeName="OSD.1#OSMediaShareName">cifs_share_vm</Attribute>
<AttributeName="OSD.1#OSMediaShareUsername">administrator</Attribute>
<AttributeName="OSD.1#OSMediaSharePassword">P@ssw0rd</Attribute>
<AttributeName="OSD.1#OSMediaShareType">CIFS</Attribute>
<AttributeName="OSD.1#OSMediaName">WindowsSvrs2019EnglishStd.iso</Attribute>
</Component>
</SystemConfiguration>
Once the template is configured, follow the steps detailed in the iDRAC Direct (SCP via USB) section to
trigger an SCP Import operation with OS deployment.
NOTE: An OSMediaShareType value of ‘local’ is not supported in this workflow.