Concept Guide

If the EmbSata BIOS attribute on the import system is not set to RAIDMode, then the first import must
contain the following:
<Component FQDD="BIOS.Setup.1-1">
<Attribute Name="EmbSata">RaidMode</Attribute>
</Component>
The second server import is to apply the configuration on the PERC controller:
<Component FQDD="RAID.Embedded.1-1">
<Attribute Name="RAIDresetConfig">False</Attribute>
<Attribute Name="RAIDforeignConfig">Ignore</Attribute>
<Component FQDD="Disk.Virtual.262145:RAID.Embedded.1-1">
<Attribute Name="RAIDaction">Create</Attribute>
<Attribute Name="Name">Virtual Disk 1</Attribute>
<Attribute Name="Size">0</Attribute>
<Attribute Name="StripeSize">128</Attribute>
<Attribute Name="SpanDepth">1</Attribute>
<Attribute Name="SpanLength">2</Attribute>
<Attribute Name="RAIDTypes">RAID 0</Attribute>
<Attribute Name="IncludedPhysicalDiskID">Disk.Direct.0-0:RAID.Embedded.
1-1</Attribute>
<Attribute Name="IncludedPhysicalDiskID">Disk.Direct.1-1:RAID.Embedded.
1-1</Attribute>
</Component>
<Component FQDD="Disk.Direct.0-0:RAID.Embedded.1-1">
<Attribute Name="RAIDPDState">Ready</Attribute>
</Component>
<Component FQDD="Disk.Direct.1-1:RAID.Embedded.1-1">
<Component FQDD="Disk.Direct.1-1:RAID.Embedded.1-1">
<Attribute Name="RAIDPDState">Ready</Attribute>
</Component>
</Component>
Enabling PCI slots — PCI slots in the system that are disabled in the BIOS require two imports – one to
enable the slot and another to configure the card in the slot.
Example
If the Slot1 BIOS attribute on the import system is disabled, the first import must contain the following:
<Component FQDD="BIOS.Setup.1-1">
<Attribute Name="Slot1>Enabled</Attribute>
</Component>
A second import is required to configure the device in slot 1.
Firmware update
You can update or rollback component firmware from a network resource. A rollback operation is used
to install the previous version of a component firmware. It also provides the ability to update using a
repository and schedule automatic updates.
Follow the order below to update or rollback a firmware:
1. Initiate and download an image.
2. Create a reboot job.
3. Schedule an update job.
4. Monitor a job until the job is finished.
21