Creates an xHA pair.
Output / Response
Returns the object ID for the xHA pair created.
API call:
long createXHAPair( long configurationId, long
activeServerId, long passiveServerId, String
activeServerNewIPv4Address, String properties
)
Parameter | Description |
---|---|
configurationId | The object ID of the configuration in which the xHA servers are located. |
activeServerId | The object ID of the active DNS/DHCP Server server. |
passiveServerId | The object ID of the passive DNS/DHCP Server server. |
activeServerNewIPv4Address | The new IPv4 address for the active server. Note: This is the physical
interface of the active server used during creation of the pair. The
original IP address of the active server is assigned to the virtual
interface.
|
properties | A string containing options listed in List of options. |
List of options
activeServerPassword | The deployment password for the active server. For more information on default server password, refer to BlueCat default login credentials (you must be authenticated to view this topic). |
passiveServerPassword | The deployment password for the passive server. For more information on default server password, refer to BlueCat default login credentials (you must be authenticated to view this topic). |
pingAddress | An IPv4 address that is accessible to both active and passive servers in the xHA pair. |
ip6Address | An optional IPv6 address for the xHA pair. |
newManagementAddress | The new IPv4 address for the Management interface for the active server (only for DNS/DHCP Servers with dedicated management enabled). |
backboneActiveServerIPv4Address | The IPv4 address of the xHA interface for the active server (eth1). |
backboneActiveServerIPv4Netmask | The IPv4 netmask of the xHA interface for the active server (eth1). |
backbonePassiveServerIPv4Address | The IPv4 address of the xHA interface for the passive server (eth1). |
backbonePassiveServerIPv4Netmask | The IPv4 netmask of the xHA interface for the passive server (eth1). |
activeServerIPv4AddressForNAT | The inside virtual IPv4 address for the active server. |
passiveServerIPv4AddressForNAT | The inside virtual IPv4 address for the passive server. |
activeServerNewIPv4AddressForNAT | The inside physical IPv4 address for the active server. |