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:
InterfaceTypeThe
InterfaceTypeelement 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
Interfaceelements in yourPhysicalNetworkTypeelement.
- LogicalSubnet
-
- Type:
IPAddressTypeA
IPAddressTypeelement 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
LogicalSubnetelements in yourPhysicalNetworkTypeelement.
Attributes
- physicalNetworkName (required)
- You must specify a unique
physicalNetworkNamefor eachPhysicalNetworkTypeelement. - physicalNetworkProtocol (required)
- The type of the
physicalNetworkProtocolattribute isPhysicalNetworkProtocolType.Here is the XML schema definition for the
PhysicalNetworkProtocolTypeelement:<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 physicalNetworkProtocolattributephysicalNetworkProtocolvalueMeaning ip TCP/IP protocol