[Linux]

rdqmint (add or delete floating IP address for RDQM)

Add or delete the floating IP address used to connect to a high availability replicated data queue manager (HA RDQM).

Purpose

Use the rdqmint command to add or delete the floating IP address that is used to connect to an HA RDQM regardless of which node in the high availability (HA) group is actually running the RDQM. (This command is not applicable to disaster recovery RDQM configurations.)

Syntax

Read syntax diagramSkip visual syntax diagram rdqmint -mqmname-a-fipv4address-linterfacename-mqmname-d

Optional parameters

-m qmname
Specify the name of the RDQM for which you are adding or deleting a floating IP address.
-a
Specify this option to add a floating IP address.
-d
Specify this option to delete a floating IP address.
-f ipv4address
The IP address in dot decimal format.

The floating IP address must be a valid IPv4 address that is not already defined on any HA node, and it must belong to the same subnet as the static IP addresses defined for the local interface.

-l interfacename
The name of the physical interface that the floating IP address is bound to.

Examples

To specify a floating IP address for the queue manager RDQM1, enter the following command:
rdqmint -m RDQM1 -a 192.168.7.5 -l MQIF
To delete the floating IP address for the queue manager RDQM1, enter the following command:
rdqmint -m qmname -d