Reputation: 31
When we issue command dspmq -x
on the active server the output is shown as below.
QMNAME(A) STATUS(RUNNING)
INSTANCE(A_SERVER NAME) MODE(ACTIVE)
QMNAME(B) STATUS(RUNNING)
INSTANCE(A_SERVER NAME) MODE(ACTIVE)
Output of dspmq -x
on standby server
QMNAME(A) STATUS(RUNNING)
INSTANCE(A_SERVER NAME) MODE(ACTIVE)
INSTANCE(B_SERVER NAME) MODE(Standby)
QMNAME(B) STATUS(RUNNING)
INSTANCE(SERVER NAME) MODE(ACTIVE)
INSTANCE(B_SERVER NAME) MODE(Standby)
Why are the standby server/instance details not showing on the active server.
Upvotes: 0
Views: 573
Reputation: 25
I run the same command "dspmq -x" and the output is as below, It shows both active/standy server details.
On Server 1:
QMNAME(QM1) STATUS(Running as stan dby)
INSTANCE(server1) MODE(Active)
INSTANCE(server2) MODE(Standby)
QMNAME(QM2) STATUS(Running)
INSTANCE(server2) MODE(Active)
INSTANCE(server1) MODE(Standby)
On Server 2:
QMNAME(QM1) STATUS(Running)
INSTANCE(server1) MODE(Active)
INSTANCE(server2) MODE(Standby)
QMNAME(QM2) STATUS(Running as standby)
INSTANCE(server2) MODE(Active)
INSTANCE(server1) MODE(Standby)
Upvotes: 0