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

A PhysicalNetworkType element contains network interface cards that can fail over for each other. This kind of network is also called a network equivalency.

Superelements

The following types of elements contain PhysicalNetworkType subelements:

XML schema definition


<xs:complexType name='PhysicalNetworkType'> 
  <xs:sequence> 
    <xs:element name='Interface'
                type='InterfaceType'
                minOccurs='1'
                maxOccurs='unbounded'/> 
    <xs:element name='LogicalSubnet'
                type='IPAddressType'
                minOccurs='0'
                maxOccurs='unbounded'/> 
  </xs:sequence> 
  <xs:attribute name='physicalNetworkName'
                type='xs:string'
                use='required'/> 
  <xs:attribute name='physicalNetworkProtocol'
                type='PhysicalNetworkProtocolType'
                use='required'/> 
</xs:complexType> 

Subelements

Interface
Type:
InterfaceType

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.

Occurrence rules:
You must specify one or more Interface elements in your PhysicalNetworkType element.
LogicalSubnet
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 can include zero or more LogicalSubnet elements in your PhysicalNetworkType element.

Attributes

physicalNetworkName (required)
You must specify a unique physicalNetworkName for each PhysicalNetworkType element.
physicalNetworkProtocol (required)
The type of the physicalNetworkProtocol attribute is PhysicalNetworkProtocolType.

Here is the XML schema definition for the PhysicalNetworkProtocolType element:


<xs:simpleType name='PhysicalNetworkProtocolType'> 
  <xs:restriction base='xs:string'> 
    <xs:enumeration value='ip'/> 
    <xs:enumeration value='rs232'/> 
    <xs:enumeration value='scsi'/> 
    <xs:enumeration value='ssa'/> 
    <xs:enumeration value='disk'/> 
  </xs:restriction> 
</xs:simpleType> 

Currently supported values for this attribute are specified in the following table:

Table 1. Valid values for the physicalNetworkProtocol attribute
physicalNetworkProtocol value Meaning
ip TCP/IP protocol