HADRDBDefn XML schema definition for Db2® High Availability Instance Configuration Utility (db2haicu) input files
A HADRDBDefn element
contains information about a High Availability Disaster Recovery (HADR)
primary and standby database pair.
Superelements
The following
types of elements contain
HADRDBDefn subelements:
XML schema definition
<xs:complexType name='HADRDBDefn'>
<xs:attribute name='databaseName' type='xs:string' use='required'/>
<xs:attribute name='localInstance' type='xs:string' use='required'/>
<xs:attribute name='remoteInstance' type='xs:string' use='required'/>
<xs:attribute name='localHost' type='xs:string' use='required'/>
<xs:attribute name='remoteHost' type='xs:string' use='required'/>
</xs:complexType>
Subelements
None.
Attributes
- databaseName (required)
- Enter the name of the HADR database.
- localInstance (required)
- The
localInstanceis the database manager instance of the HADR primary database. - remoteInstance (required)
- The
remoteInstanceis the database manager instance of the HADR standby database. - localHost (required)
- The
localHostis the hostname of the cluster domain node where the HADR primary database is located. - remoteHost (required)
- The
remoteHostis the hostname of the cluster domain node where the HADR standby database is located.