Setup Guide

Table Of Contents
Server Configuration Profiles: User’s Guide
60 Server Configuration Profiles: Reference Guide | 456
17.4 Enable SEKM on a PERC device with a locked RAID volume
Virtual disk creation in this workflow is very similar to the steps cover in the Create and initialize a virtual disk
section. The two key differences are the EncryptionMode and LockStatus attributes.
<Component FQDD="RAID.Slot.3-1">
<Attribute Name="RAIDresetConfig">True</Attribute>
<Attribute Name="EncryptionMode">Secure Enterprise Key Manager</Attribute>
<Component FQDD="Disk.Virtual.0:RAID.Slot.3-1">
<Attribute Name="RAIDaction">Create</Attribute>
<Attribute Name="LockStatus">Locked</Attribute>
<Attribute Name="BootVD">True</Attribute>
<Attribute Name="RAIDinitOperation">None</Attribute>
<Attribute Name="DiskCachePolicy">Disabled</Attribute>
<Attribute Name="RAIDdefaultWritePolicy">WriteBack</Attribute>
<Attribute Name="RAIDdefaultReadPolicy">ReadAhead</Attribute>
<Attribute Name="Name">SCP VD</Attribute>
<Attribute Name="Size">0</Attribute>
<Attribute Name="StripeSize">512</Attribute>
<Attribute Name="SpanDepth">1</Attribute>
<Attribute Name="SpanLength">2</Attribute>
<Attribute Name="RAIDTypes">RAID 1</Attribute>
<Attribute Name="IncludedPhysicalDiskID">Disk.Bay.0:Enclosure.Internal.0-1:RAID.Slot.3-
1</Attribute>
<Attribute Name="IncludedPhysicalDiskID">Disk.Bay.1:Enclosure.Internal.0-1:RAID.Slot.3-
1</Attribute>
</Component>
</Component>
To enable SEKM on the PERC device, change the EncryptionMode on your PERC device to ‘Secure
Enterprise Key Manager’. The virtual disk on the device can be locked by updating LockStatus to ‘Locked’.
The configuration results for the SCP Import operation will reflect the new settings after the job has
completed.
racadm>>lclog viewconfigresult -j JID_581203847849
SeqNumber = 6094
FQDD = RAID.Slot.3-1
DisplayValue = PERC H740P Adapter
Name = PERC H740P Adapter
Status = Success
DisplayValue = PERC H740P Adapter
Name = PERC H740P Adapter
Status = Success
DisplayValue = SCP VD
Name = SCP VD
NewValue = RAID 1
NewValue = Physical Disk 0:1:0
NewValue = Physical Disk 0:1:1
NewValue = Virtual Disk Size in Bytes : 899527213056
NewValue = Virtual Disk Stripe Size : 256 Kb
NewValue = Physical Disks per Span : 2
NewValue = VirtualDisk Lock status: Locked