ADD_MIRROR_TAKEOVER_ADDRESS procedure

The ADD_MIRROR_TAKEOVER_ADDRESS procedure adds a takeover IP address to a takeover IP address group.

ip-address will be added as a configuration object to the associated cluster resource group (CRG). The TCP/IP interface for ip-address will be started on the current node of the takeover IP address group.

The TCP/IP interface for ip-address can be active on the current node of the takeover IP address group. An IP address cannot be added to a group if the interface is active on another node.

Authorization: For the authority needed to use this procedure, see Authorization.

Read syntax diagramSkip visual syntax diagram ADD_MIRROR_TAKEOVER_ADDRESS ( GROUP_NAME =>  group-name ,IP_ADDRESS =>  ip-address )

The schema is QSYS2.

group-name
A character or graphic string that contains the name of the takeover IP address group where the IP address will be added.
group-name must have been registered with the QSYS2.CREATE_MIRROR_TAKEOVER_GROUP procedure.
ip-address
A character or graphic string that contains the IP address to add. Either an IPv4 or an IPv6 address can be specified.
A TCP/IP interface for ip-address must exist on both nodes. The ip-address must not already be included in another takeover IP address group.

Example

  • Add an IP address to a takeover IP address group.
    CALL QSYS2.ADD_MIRROR_TAKEOVER_ADDRESS(GROUP_NAME => 'GROUP1',
                                 IP_ADDRESS => '23.203.112.172');