Operating Environment Software Owner manual

ManagementURL fields provided in the XML file will be displayed as active links in the SPM GUI.
The examples provided here are constructed for illustrative purposes. The correct URL structure for
the array represented by the XML file should be inserted as appropriate.
<Arrays>
<StorageArray>
<ObjectID>UnMan-1</ObjectID>
<UUID>UnMan-1</UUID>
<DisplayName>Pierre</DisplayName>
<ManagementURL><Device URL Goes Here>/Pierre</ManagementURL>
<Tags>
<string>Secure</string>
<string>Leased</string>
</Tags>
<ProductName>P-1000</ProductName>
The following begins 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. ObjectIDs for
resources may or may not be the same as their UUIDs. UUIDs are optional for Arrays and Pools,
but required for Volumes.
<Pools>
<StoragePool>
<ObjectID>UnMan-2</ObjectID>
<UUID>UnMan-2</UUID>
<DisplayName>Pool 1</DisplayName>
<ManagementURL><Device URL Goes Here>/Pierre/p1</ManagementURL>
<Tags />
The following begins 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>
<ObjectID>UnMan-3</ObjectID>
<UUID>UnMan-3</UUID>
<DisplayName>Vol 1</DisplayName>
<ManagementURL><Device URL Goes Here>/Pierre/p1/v1</ManagementURL>
<Tags />
The first storage pool contains two volumes. The first volume has a UUID, display name and
management URL as specified above. It has no tags.
<Capacity>100000000</Capacity>
<CommittedCapacity>0</CommittedCapacity>
<RaidLevel>RL1</RaidLevel>
</Volume>
The first volume has a capacity of one hundred thousand bytes, a committed capacity of zero
bytes, and a RAID level of RL1. Note that the RAID level is specified in terms understood by the
storage array, not in terms understood by SPM.
<Volume>
<ObjectID>UnMan-4</ObjectID>
<UUID>UnMan-4</UUID>
<DisplayName>Vol 2</DisplayName>
<ManagementURL><Device URL Goes Here>/Pierre/p1/v2</ManagementURL>
<Tags />
<Capacity>100000000</Capacity>
<CommittedCapacity>100000000</CommittedCapacity>
110 Working with unmanaged arrays