NPlusMPolicyType XML schema definition for Db2 High Availability Instance Configuration Utility (db2haicu) input files

An NPlusMPolicy states that if a computer in a cluster domain experiences a failure, then the database partitions on the failed node fails over to any other available node in the same cluster domain. An XML schema defines the configurations associated with this HADR policy.

Superelements

The following types of elements contain NPlusMPolicyType subelements:

XML schema definition


<xs:complexType name='NPlusMPolicyType'> 
  <xs:attribute name='standbyNodeName' type='xs:string' use='required'/> 
</xs:complexType> 

Subelements

None.

Attributes

standbyNodeName (required)
In the standbyNodeName element, you must specify the name of a cluster domain node to which the partition that contains this NPlusMPolicyType element can fail over.