Hi,

you have received two comments on this query already, with a good
explanation of full and partial repositories, but you may still have one
problem (it is uncertain whether it will affect your cluster).

On all queue managers in a cluster (both full and partial repository queue
managers), manually defined cluster sender queues should always point to
full repositories. The repository manager might get confused by the cluster
sender channel defined on QM1 going to QM2 which is not a full repository.
You should either delete this cluster sender channel, or else make QM2 a
full repository for the cluster.


Regards,

Neil Casey.



                      vinay_tiwari
                      <vinay_tiwari@INF        To:       [EMAIL PROTECTED]
                      OSYS.COM>                cc:
                      Sent by: MQSeries        Subject:  Help Needed: On clusters
                      List
                      <MQSERIES@AKH-Wie
                      n.AC.AT>


                      06/02/2003 01:00
                      Please respond to
                      MQSeries List






Hi,

 I am trying MQSeries cluster on 2 NT boxes MQSeries V5.2.I am able to
 queues on repository queue manager which are local to QM2 but not the
 messages which are lying in the queue.And not able to see Queues which are
 created on repository Qmgr on other Qmgr.

 Any help will be highly appreciated.

 TIA
 Vinay
************************************************************************
1. On one QM1 I have executed following commands

  ALTER QMGR REPOS(EDUC)

  DEFINE CHANNEL(TO.QM1) +
  CHLTYPE(CLUSRCVR) CONNAME(ip address of QM1) +
  CLUSTER (EDUC)

  DEFINE CHANNEL(TO.QM2) +
  CHLTYPE(CLUSSDR) CONNAME(ip address of QM2) +
  CLUSTER (EDUC)

  DEFINE QLOCAL(Q1)
  CLUSTER(EDUC)

2. On QM2 I have executed following commands:

 DEFINE CHANNEL(TO.QM2) +
  CHLTYPE(CLUSRCVR) CONNAME(ip address of QM2) +
  CLUSTER (EDUC)

  DEFINE CHANNEL(TO.QM1) +
  CHLTYPE(CLUSSDR) CONNAME(ip address of QM1) +
  CLUSTER (EDUC)
*****************************************************************************


Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Reply via email to