HP Storage Provisioning Manager (SPM) Version 2.0 User Guide

Table Of Contents
<HostmodeMap>
<MapItem>
<Index>HPUX</Index>
<Value>HP-UX</Value>
</MapItem>
<MapItem>
<Index>*</Index>
<Value>Normal</Value>
</MapItem>
</HostmodeMap>
This HostmodeMap element specifies that SPM’s HPUX hostmode maps to the hostmode known as
HP-UX on the storage array, and that all other hostmodes known to SPM map to the Normal mode
on the storage array.
<RAIDMap>
<MapItem>
<Index>RAID0</Index>
<Value>RL0</Value>
</MapItem>
<MapItem>
<Index>RAID1</Index>
<Value>RL1</Value>
</MapItem>
<MapItem>
<Index>RAID5</Index>
<Value>RL5</Value>
</MapItem>
</RAIDMap>
This RAIDMap element specifies that the RAID level known to SPM as RAID0 is known by the
storage array as RL0, and similarly for RAID levels 1 and 5. This implies that this device does not
support RAID levels NoRaid, RAID0, RAID3, RAID4, RAID6, RAID50, or RAID60.
<Arrays>
<StorageArray>
<UUID>UnMan-1</UUID>
<DisplayName>Pierre</DisplayName>
<ManagementURL>http://foo.fr/Pierre</ManagementURL>
<Tags>
<string>Secure</string>
<string>Leased</string>
</Tags>
<ProductName>P-1000</ProductName>
Here we begin a list of storage arrays. In this example, it contains a single storage array, with
UUID “UnMan-1”. This storage array has the specified display name, management URL, and
product name. The tags “Secure” and “Leased” are applied to this storage array.
<Pools>
<StoragePool>
<UUID>UnMan-2</UUID>
<DisplayName>Pool 1</DisplayName>
<ManagementURL>http://foo.fr/Pierre/p1</ManagementURL>
<Tags />
Next, we begin a list of pools within the storage array. This storage array is defined to contain
one pool. This pool has a UUID, display name and management URL as specified above. It has
no tags.
<SubscribedCapacity>400000000</SubscribedCapacity>
<CommittedCapacity>100000000</CommittedCapacity>
<PhysicalCapacity>1000000000</PhysicalCapacity>
The first storage pool has a physical capacity of one million bytes, a committed capacity of one
hundred thousand bytes, and a subscribed capacity of four hundred thousand bytes.
<Volumes>
<Volume>
<UUID>UnMan-3</UUID>
Example unmanaged array xml 87