Creating a high availability queue manager by using the command line
You can create a high availability (HA) queue manager by using the crtmqm command on the command line. After the queue manager is created, it is automatically started under the control of the HA group.
Before you begin
The auto-config and auto-cluster files for a queue manager that is part of a uniform cluster must be copied to the mqbackup: directory for appliances in the high availability group. Any changes that you subsequently make to these files must be replicated manually to appliances in the group (see Configuring uniform clusters - appliance-specific considerations).
About this task
Procedure
Example
HAQM1
:
crtmqm -sx HAQM1
The following example shows the creation of HA queue
manager HAQM2
with a filesystem size of 3
GB:crtmqm -sx -fs 3 HAQM1
The following example shows
the creation of HA queue manager
HAQM3
with an encrypted file system that used the
passphrase
Ad5hf9F3fkdWW7g
:crtmqm -sx -fe -fp Ad5hf9F3fkdWW7g HAQM3