HP Matrix Operating Environment and HP Storage Provisioning Manager support for port groups

Technical white paper | Matrix OE and SPM
5
Figure 1. An example of the network and controller port information in SPM.
In the example in
Figure 1
, there are two controller ports from the “suntr-f1-srv” 3PAR StoreServ on this particular network
(“lsmsansw1”). In this smaller case, the only two configuration options available are:
1. Create one port group with both controller ports
2. Create two port groups with one controller port each
(Examples of both configurations can be found in the Port Group definition file examples section.)
This identification should be done for each of the networks defined within SPM.
Port Group definition file examples
Example configured for one-to-one zoning
The following is an example of a Configuration.xml file that defines four port groups for the HP 3PAR StoreServ
“matrix-3par”. Each port group contains one controller port, which will result in one-to-one zoning. Note that there are two
(redundant) networks, with two port groups defined for each network. (The storage array has four controller ports total,
two on each network.)
<?xml version="1.0"?>
<StorageArrayBridgeConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="2.2"
xmlns="urn:StorageArrayBridgeConfiguration">
<ArrayPortGroupLists>
<ArrayPortGroupList ArrayName="suntr-f1-srv">
<PortGroup GroupName="SANA_Group1">
<Port WWN="22:01:00:02:AC:00:38:3F" />
</PortGroup>
<PortGroup GroupName="SANA_Group2">
<Port WWN="23:01:00:02:AC:00:38:3F" />
</PortGroup>
<PortGroup GroupName="SANB_Group1">
<Port WWN="22:02:00:02:AC:00:38:3F" />
</PortGroup>
<PortGroup GroupName="SANB_Group2">
<Port WWN="23:02:00:02:AC:00:38:3F" />
</PortGroup>
</ArrayPortGroupList>
</ArrayPortGroupLists>
</StorageArrayBridgeConfiguration>