Follow these steps to prepare the new recovery appliance to take its place in the
disaster recovery configuration.
About this task
To prepare the new recovery appliance you power up the new appliance and configure the Ethernet
ports as they were configured for the original recovery appliance.
You then work on the main appliance to create the queue managers as primary instances in the new
disaster recovery configuration. You run the commands produced by that procedure on the recovery
appliance to create secondary instances of the queue managers and synchronize them with the primary
instance.
Procedure
-
Remove the existing recovery appliance from the network and power it down.
-
Power up the new recovery appliance and attach the supplied serial console cable to the console
port.
-
Configure the ETH20 port. This is the port over which you will connect to the main appliance.
See Configuring Ethernet interfaces by using the command line for help with configuring the Ethernet ports.
-
Configure the MGT0 port with the same details that the appliance you are replacing was
configured. (This connection enables you to send commands to the appliance from a remote
workstation.)
-
Configure the remaining Ethernet ports as they were originally configured for the recovery
appliance.
-
Connect the ETH20 port to the 10 Gb network that the ETH20 port of the recovery appliance is
connected to.
-
Connect the MGT0 port to the 1 Gb network that the MGT0 port of the recovery port is connect
to.
-
Ping the main appliance to check the connections.
-
Make other network connections as required to replicate the configuration of the original
recovery appliance.
-
On the main appliance, complete the following steps:
-
Enter MQ administration mode by typing
mqcli
on the command line.
-
Enter the following command:
crtdrprimary -m queue_manager_name -r new_appliance_name -i new_appliance_IP
-p port
On successful completion, the command outputs a
crtdrsecondary command.
-
Restart the queue manager:
strmqm queue_manager_name
-
On the recovery appliance, complete the following steps:
-
Enter MQ administration mode by typing
mqcli
on the command line.
-
Enter the crtdrsecondary command, exactly as output in step 10b.
Synchronization of data from the main appliance to the recovery appliance begins.
-
Check the progress of the synchronization by using the status command.
status queue_manager_name
-
Repeat steps 10 and 11 for each queue manager.