MutualPolicyType XML schema definition for Db2 High Availability Instance Configuration Utility (db2haicu) input files
A MutualPolicyType
element
contains information about a pair of cluster domain nodes that can
failover for each other.
Superelement
The following
types of elements contain
MutualPolicyType
subelements:
XML schema definition
<xs:complexType name='MutualPolicyType'>
<xs:attribute name='systemPairNode1' type='xs:string' use='required'/>
<xs:attribute name='systemPairNode2' type='xs:string' use='required'/>
</xs:complexType>
Subelements
None.
Attributes
- systemPairNode1 (required)
- In
systemPairNode1
you must specify the name of a cluster domain node that can fail over for the cluster domain node that you specify insystemPairNode2
. - systemPairNode2 (required)
- In
systemPairNode2
you must specify the name of a cluster domain node that can fail over for the cluster domain node that you specify insystemPairNode1
.