InterfaceType XML schema definition for Db2® High Availability Instance Configuration Utility (db2haicu) input files
The InterfaceType
element
consists of an IP address, the name of a computer or machine in the
network (also called a cluster domain node), and the
name of a network interface card (NIC) on that cluster
domain node.
Superelements
The following
types of elements have
InterfaceType
subelements:
XML schema definition
<xs:complexType name='InterfaceType'>
<xs:sequence>
<xs:element name='IPAddress' type='IPAddressType'/>
</xs:sequence>
<xs:attribute name='interfaceName' type='xs:string' use='required'/>
<xs:attribute name='clusterNodeName' type='xs:string' use='required'/>
</xs:complexType>
Subelements
- IPAddress
-
- Type:
IPAddressType
A
IPAddressType
element contains all the details of an IP address such as: the base address, the subnet mask, and the name of the network to which the IP address belongs.- Occurrence rules:
- You must specify exactly one
IPAddress
in yourInterfaceType
element.
Attributes
- interfaceName (required)
- You must specify the name of a NIC in the
interfaceName
attribute. The NIC that you specify in theinterfaceName
must exist on the cluster domain node that you specify in theclusterNodeName
attribute. - clusterNodeName (required)
- You must specify the name of the cluster domain node that is located
at the IP address that you specify in the
IPAddress
element.