DISPLAY CLUSQMGR(*)
----------------------> to display cluster queue managers
**************************************************
ALTER QMGR REPOS(cluster_name) ----------> To make a normal qmgr to full
repository qmgr status
**************************************************
SUSPEND QMGR CLUSTER(Cluster_name) ----------> give this in cluster qmgr
which has to be suspended (make sure it is partial qmgr when you issue this
command)
***************************************************
REFRESH CLUSTER(Cluster_name) REPOS(YES) ------> use this command to re-adding to cluster
REFRESH CLUSTER(*)
---------------------> to refresh qmgr information multiple clusters*
****************************************************
RESUME QMGR CLUSTER(Cluster_name) ------------> to resume a cluster qmgr
from suspended state
****************************************************
RESET CLUSTER(clustername) QMNAME(qmname)
ACTION(FORCEREMOVE) QUEUES(NO) ---> to force remove a cluster QMGR from cluster
RESET CLUSTER(clustername) QMID(qmid) ACTION(FORCEREMOVE)
QUEUES(NO) ---> to force a qmger with duplicate QMID
****************************************************
DEFINE NAMELIST(CLUSTERLIST) DESCR('Discrption')
NAMES(CLUS1, CLUS2, CLUS3)
ALTER QMGR REPOSNL(CLUSTERLIST) ---- this command to be
issued on cluster qmgr objects
Comments