Re: Help Needed: On clusters

2003-02-05 Thread Rodríguez Alvarez-Querol, Manuel Carlos
Hi,

Maybe you are trying to use the MQExplorer to see the queue, which gets a
little confused with cluster queues before writing the first time on the
queue..

Before using MQExplorer, use a program to write in the shared cluster queue.
If it works then refresh in your MQExplorer and you will see the cluster
queue.
Make sure your queue is shared in your EDUC cluster.

Cheers,
Manuel Carlos Rodriguez
IBM Certified Specialist - WebSphere MQ

 -Mensaje original-
 De:   vinay_tiwari [SMTP:[EMAIL PROTECTED]]
 Enviado el:   Wednesday, February 05, 2003 3:00 PM
 Para: [EMAIL PROTECTED]
 Asunto:   Help Needed: On clusters

 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



Re: Help Needed: On clusters

2003-02-05 Thread Neil Casey
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@INFTo:   [EMAIL PROTECTED]
  OSYS.COMcc:
  Sent by: MQSeriesSubject:  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