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 localInstance is the database manager instance of the HADR primary database.
remoteInstance (required)
The remoteInstance is the database manager instance of the HADR standby database.
localHost (required)
The localHost is the hostname of the cluster domain node where the HADR primary database is located.
remoteHost (required)
The remoteHost is the hostname of the cluster domain node where the HADR standby database is located.