Setup Guide
Table Of Contents
- 1 Getting Started
- 2 Template
- 3 SCP Export
- 4 SCP Import
- 5 SCP Import Preview
- 6 iDRAC Configuration
- 7 LifecycleController
- 8 EventFilters
- 9 RAID / Storage Configuration and Operations
- 10 BIOS Configuration
- 11 NIC / FiberChannel / InfiniBand Configuration
- 12 SupportAssist Operations
- 13 RepositoryUpdates
- 14 iDRAC Direct (SCP via USB)
- 15 OS Deployment
- 16 Telemetry Operations
- 17 Secure Enterprise Key Management Operations
- 18 Auto Config – DHCP Provisioning
- 19 Troubleshooting
- 20 Additional Resources
Server Configuration Profiles: User’s Guide
40 Server Configuration Profiles: Reference Guide | 456
Each password requires that the old password be provided along with the new password. The old password
will be validated and if successful then the new password will be applied.
NOTE: Passwords in SCP templates will always be commented out by default and populated with ‘******’
as their value.
10.6 PXE (Preboot Execution Environment)
PXE attributes are available under the BIOS component while the BIOS is in Uefi BootMode.
When one of the PxeDevXEnDis (1,2,3,4) attributes is Enabled, a new associated PXE device will appear
under the UefiBootSeq. The PxeDevXInterface attribute will need to be mapped to the desired bootable
network device.
In the example below, PxeDev1EnDis is set to Enabled and PxeDev1Interface is assigned to
NIC.Embedded.1-1-1.
<Component FQDD="BIOS.Setup.1-1">
<Attribute Name="PxeDev1EnDis">Enabled</Attribute>
<Attribute Name="PxeDev1Interface">NIC.Integrated.1-1-1</Attribute>
<Attribute Name="PxeDev1Protocol">IPv4</Attribute>
<Attribute Name="PxeDev1VlanEnDis">Disabled</Attribute>
<Attribute Name="PxeDev1VlanId">1</Attribute>
<Attribute Name="PxeDev1VlanPriority">0</Attribute>
<Attribute Name="UefiBootSeq">NIC.PxeDevice.1-1</Attribute>
</Component>
If PxeDev1EnDis is Disabled, then this device (NIC.Embedded.1-1-1 or NIC.PxeDevice.1-1) would not appear
as a bootable device.
Some PXE options are available in legacy (Bios) BootMode and are covered under the
LegacyBootProto and
PXE section below.