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
39 Server Configuration Profiles: Reference Guide | 456
<Attribute Name="SetLegacyHddOrderFqdd1">RAID.Integrated.1-1</Attribute>
<Attribute Name="SetLegacyHddOrderFqdd2">RAID.Slot.2-1</Attribute>
…
<Attribute Name="SetLegacyHddOrderFqdd16"></Attribute>
Alternatively, the BiosBootSeq and UefiBootSeq attributes offer a comma delimited option. BiosBootSeq will
be available when in legacy boot mode. UefiBootSeq will be available when in UEFI boot mode.
<Attribute Name="BiosBootSeq">HardDisk.List.1-1,NIC</Attribute>
Hard drive disk can also be declared as a comma delimited FQDD list.
<Attribute Name="HddSeq">RAID.Integrated.1-1, RAID.Slot.2-1</Attribute>
One-time boot options are also available and will only persist through a single boot.
<Attribute Name="OneTimeBiosBootSeq"></Attribute>
<Attribute Name="OneTimeUefiBootSeq"></Attribute>
<Attribute Name="OneTimeHddSeq"></Attribute>
10.4 Enable or disable a boot order entry
A boot device can be enabled in the boot order by using the SetBootOrderEn attribute. Any FQDD in the
comma delimited list will be enabled in the boot order.
<Attribute Name="SetBootOrderEn">HardDisk.List.1-1,NIC.Integrated.1-1-1</Attribute>
Likewise, a boot device can be disabled in the boot order by using the SetBootOrderDis attribute in a similar
manner.
<Attribute Name="SetBootOrderDis">HardDisk.List.1-1</Attribute>
10.5 System and setup passwords
BIOS system and setup passwords can be applied with the following attributes.
{ "Name": "OldSysPassword",
"Value": "oldpassword",
"Set On Import": "True",
"Comment": "Read and Write" },
{ "Name": "NewSysPassword",
"Value": "newpassword",
"Set On Import": "True",
"Comment": "Read and Write" },
{ "Name": "OldSetupPassword",
"Value": "oldpassword",
"Set On Import": "True",
"Comment": "Read and Write" },
{ "Name": "NewSetupPassword",
"Value": "newpassword",
"Set On Import": "True",
"Comment": "Read and Write" },