Example unmanaged san xml files, Fc network example with patterns, Fc network example without patterns – HP Matrix Operating Environment Software User Manual

Page 97

Advertising
background image

Example unmanaged SAN XML files

The following two example XML files represent unmanaged networks. The first example represents
a simple network that can be edited within SPM. The second example represents a slightly more
complex network that cannot be edited within SPM.
More complex networks will contain additional elements. An example can also be found in the
folder <SPM Install Folder>\plugins\unmanaged_san\example.xml. A precise
specification of what may be included in the XML files can be found in the xsd file defining the
format of these files in <SPM Install Folder>\plugins\unmanaged_storage\
HP.UnmanagedStorageArrayPlugin.xsd

.

FC network example with patterns

<?xml version="1.0" encoding="utf-8"?>
<Network xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance”
xmlns:xsd="http://www.w3.org/2001/XMLSchema" Name="FCExample"
ZoningState="Open" xmlns="urn:SPM_SanResourceCollection_1">
<AddressPattern Kind="FCNetwork" Pattern="AA:BB:CC:DD:*" />
<AddressPattern Kind="FCNetwork" Pattern="BB:*" />
<Network>

FC network example without patterns

<?xml version="1.0"?>
<Network xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance”
xmlns:xsd="http://www.w3.org/2001/XMLSchema" Name="Black Network"
ZoningState="Zoned" xmlns="urn:SPM_SanResourceCollection_1">
<Zone Name="Zone1">
<Endpoint Kind="FibreChannel" Address="AA:BB:CC:DD:EE:FF:00:04" />
<Endpoint Kind="FibreChannel" Address="AA:BB:CC:DD:EE:FF:00:05" />
</Zone>
<Endpoint Kind="FibreChannel" Address="AA:BB:CC:DD:EE:FF:00:01" />
<Endpoint Kind="FibreChannel" Address="AA:BB:CC:DD:EE:FF:00:02" />
<Endpoint Kind="FibreChannel" Address="AA:BB:CC:DD:EE:FF:00:03" />
<Network>

Example unmanaged SAN XML files

97

Advertising