ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Clustering » adding a QM to Cluster as Full Repository QM

Post new topic  Reply to topic
 adding a QM to Cluster as Full Repository QM « View previous topic :: View next topic » 
Author Message
sagis_raj
PostPosted: Tue Aug 30, 2005 2:26 am    Post subject: adding a QM to Cluster as Full Repository QM Reply with quote

Novice

Joined: 28 Jul 2005
Posts: 23

Hi All,

I have a QM which is a full Repository QM say QM1 now i want to create another QM say QM2 to hold full repository.But when when i am usiing the command alter to make it full repository it is displaying QM2 as repository QM but when i want to put some test message in MQ2 the error message in MMC is that the QM2 is not a member of the cluster.

I didnt find any clue about this in any PDF.
Back to top
View user's profile Send private message Send e-mail
Mr Butcher
PostPosted: Tue Aug 30, 2005 3:59 am    Post subject: Reply with quote

Padawan

Joined: 23 May 2005
Posts: 1716

the mmc sucks in clustering. i sometimes get this message, even if the cluster is working fine and all setup is correct. i never figured out why.

it is recommended to fully (explicit) connect full repositories, so i assume you defined:

qm2 to be full repository
to.qm2 cluster receiver on qm2
to.qm2 cluster sender on qm1
to.qm1 cluster sender on qm2
(to.qm1 cluster receiver should already exist on qm1 when you set this one up as fr)

then you should be fine.

try amqsput instead of the mmc to insert a message....
_________________
Regards, Butcher
Back to top
View user's profile Send private message
sagis_raj
PostPosted: Tue Aug 30, 2005 2:07 pm    Post subject: Reply with quote

Novice

Joined: 28 Jul 2005
Posts: 23

I have tried in all the ways to make the QM2 to mqke the member in the repository but it is showing the ALTER command is sucessful but the QM2 is not added as a member in the cluster.
If any one has a Document how create a clusters using MQSC commands.Please send me.

Regards
Raju Sagi
Back to top
View user's profile Send private message Send e-mail
EddieA
PostPosted: Tue Aug 30, 2005 3:30 pm    Post subject: Reply with quote

Jedi

Joined: 28 Jun 2001
Posts: 2453
Location: Los Angeles

Quote:
but the QM2 is not added as a member in the cluster

How are you checking this.
Mr Butcher wrote:
the mmc sucks in clustering

Cheers,
_________________
Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Tue Aug 30, 2005 6:00 pm    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

sagis_raj wrote:
If any one has a Document how create a clusters using MQSC commands.Please send me.


Click on the Documentation button, and find the Clustering Manual. It has very detailed steps on how to make MQ clusters.
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
Mr Butcher
PostPosted: Tue Aug 30, 2005 10:21 pm    Post subject: Reply with quote

Padawan

Joined: 23 May 2005
Posts: 1716

did you check it is not a configuration problem?
could you please show us the output of the following
commands from qm1 and qm2:

dis qmgr all
dis clusqmgr all
dis clussdr(*) all
dis clusrcvr(*) all
_________________
Regards, Butcher
Back to top
View user's profile Send private message
sagis_raj
PostPosted: Wed Aug 31, 2005 2:11 am    Post subject: Reply with quote

Novice

Joined: 28 Jul 2005
Posts: 23

This Output is for the QM LONDON.QUEUE.MANAGER.

dis qmgr all

AMQ8408: Display Queue Manager details.
DESCR( ) DEADQ( )
DEFXMITQ( ) CHADEXIT( )
CLWLEXIT( ) CLWLDATA( )
REPOS(REPOSITORY) REPOSNL( )
SSLKEYR(C:\Program Files\IBM\WebSphere MQ\qmgrs\LONDON!QUEUE!MANAGER\ssl\key)
SSLCRLNL( ) COMMANDQ(SYSTEM.ADMIN.COMMAND.QUEUE)
QMNAME(LONDON.QUEUE.MANAGER) CRDATE(2005-08-30)
CRTIME(16.34.22) ALTDATE(2005-08-30)
ALTTIME(17.34.26)
QMID(LONDON.QUEUE.MANAGER_2005-08-30_16.34.22)
TRIGINT(999999999) MAXHANDS(256)
MAXUMSGS(10000) AUTHOREV(DISABLED)
INHIBTEV(DISABLED) LOCALEV(DISABLED)
REMOTEEV(DISABLED) PERFMEV(DISABLED)
STRSTPEV(ENABLED) CHAD(DISABLED)
CHADEV(DISABLED) CLWLLEN(100)
MAXMSGL(4194304) CCSID(437)
MAXPRTY(9) CMDLEVEL(530)
PLATFORM(WINDOWSNT) SYNCPT
DISTL(YES)


dis clusqmgr(*) CLUSTER('REPOSITORY')

AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(LONDON.QUEUE.MANAGER) CLUSTER(REPOSITORY)
CHANNEL(TOLONDON)
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(india.queue.manager) CLUSTER(REPOSITORY)
CHANNEL(TOINDIA)dis CHANNEL(*) TYPE(CLUSRCVR)


dis CHANNEL(*) TYPE(CLUSRCVR)

AMQ8414: Display Channel details.
CHANNEL(SYSTEM.DEF.CLUSRCVR)
AMQ8414: Display Channel details.
CHANNEL(TOLONDON)

dis CHANNEL(*) TYPE(CLUSSDR)

AMQ8414: Display Channel details.
CHANNEL(SYSTEM.DEF.CLUSSDR)
AMQ8414: Display Channel details.
CHANNEL(TOINDIA)



This Output is for the QM india.queue.manager.

dis qmgr all

AMQ8408: Display Queue Manager details.
DESCR( ) DEADQ( )
DEFXMITQ( ) CHADEXIT( )
CLWLEXIT( ) CLWLDATA( )
REPOS(REPOSITORY) REPOSNL( )
SSLKEYR(C:\Program Files\IBM\WebSphere MQ\qmgrs\india!queue!manager\ssl\key)
SSLCRLNL( ) COMMANDQ(SYSTEM.ADMIN.COMMAND.QUEUE)
QMNAME(india.queue.manager) CRDATE(2005-08-30)
CRTIME(15.14.30) ALTDATE(2005-08-30)
ALTTIME(17.51.22)
QMID(india.queue.manager_2005-08-30_15.14.30)
TRIGINT(999999999) MAXHANDS(256)
MAXUMSGS(10000) AUTHOREV(DISABLED)
INHIBTEV(DISABLED) LOCALEV(DISABLED)
REMOTEEV(DISABLED) PERFMEV(DISABLED)
STRSTPEV(ENABLED) CHAD(DISABLED)
CHADEV(DISABLED) CLWLLEN(100)
MAXMSGL(4194304) CCSID(437)
MAXPRTY(9) CMDLEVEL(530)
PLATFORM(WINDOWSNT) SYNCPT
DISTL(YES)

dis clusqmgr(*) cluster('REPOSITORY')


AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(SYSTEM.TEMPQMGR.LOCALHOST(1416))
CLUSTER(REPOSITORY) CHANNEL(TOLONDON)
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(india.queue.manager) CLUSTER(REPOSITORY)
CHANNEL(TOINDIA)


dis CHANNEL(*) TYPE(CLUSRCVR)

AMQ8414: Display Channel details.
CHANNEL(SYSTEM.DEF.CLUSRCVR)
AMQ8414: Display Channel details.
CHANNEL(TOINDIA)



dis CHANNEL(*) TYPE(CLUSSDR)


AMQ8414: Display Channel details.
CHANNEL(SYSTEM.DEF.CLUSSDR)
AMQ8414: Display Channel details.
CHANNEL(TOLONDON)
Back to top
View user's profile Send private message Send e-mail
Mr Butcher
PostPosted: Wed Aug 31, 2005 3:00 am    Post subject: Reply with quote

Padawan

Joined: 23 May 2005
Posts: 1716

you forgot the "all" on the display comamnds. we can see the object exist, but we can not see the attributes.

so far, this is interesting:

Quote:
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(SYSTEM.TEMPQMGR.LOCALHOST(1416))
CLUSTER(REPOSITORY) CHANNEL(TOLONDON)
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(india.queue.manager) CLUSTER(REPOSITORY)
CHANNEL(TOINDIA)


the "TEMPQMGR" indicates that LONDON did not join the cluster till now (not fully, from INDIA point of view).

are all channels between london and india running?

re-post the displays with "ALL"
_________________
Regards, Butcher
Back to top
View user's profile Send private message
sagis_raj
PostPosted: Wed Aug 31, 2005 9:21 am    Post subject: Reply with quote

Novice

Joined: 28 Jul 2005
Posts: 23

After Stopping and starting the india.queue.manager it is added as a member of the cluster.
But one more problem....

when i see the channels(clussdr,clusrcvr) in the india.queue.manager
when i started the channels only the clusrcvr channel is running. clussdr is not running(retrying).

in london.queue.manager when i start the channels only clussdr is running and clusrcvr is not running.

Here i am posting the clussdr and clussdr channels of the two QM's.


india.queue.manager

dis channel(*) type(clusrcvr) all


AMQ8414: Display Channel details.
CHANNEL(SYSTEM.DEF.CLUSRCVR) CHLTYPE(CLUSRCVR)
TRPTYPE(TCP) DESCR( )
MCANAME( ) MODENAME( )
TPNAME( ) BATCHSZ(50)
DISCINT(6000) SHORTRTY(10)
SHORTTMR(60) LONGRTY(999999999)
LONGTMR(1200) SCYEXIT( )
SEQWRAP(999999999) MAXMSGL(4194304)
PUTAUT(DEF) CONVERT(NO)
SCYDATA( ) MCATYPE(THREAD)
CONNAME( ) MREXIT( )
MRDATA( ) MRRTY(10)
MRTMR(1000) HBINT(300)
BATCHINT(0) NPMSPEED(FAST)
NETPRTY(0) SSLCIPH( )
SSLCAUTH(REQUIRED) BATCHHB(0)
LOCLADDR( ) KAINT(AUTO)
MCAUSER( ) CLUSTER( )
CLUSNL() ALTDATE(2005-08-30)
ALTTIME(15.14.33) SSLPEER()
MSGEXIT( )
SENDEXIT( )
RCVEXIT( )
MSGDATA( )
SENDDATA( )
RCVDATA( )
AMQ8414: Display Channel details.
CHANNEL(TOINDIA) CHLTYPE(CLUSRCVR)
TRPTYPE(TCP) DESCR( )
MCANAME( ) MODENAME( )
TPNAME( ) BATCHSZ(50)
DISCINT(6000) SHORTRTY(10)
SHORTTMR(60) LONGRTY(999999999)
LONGTMR(1200) SCYEXIT( )
SEQWRAP(999999999) MAXMSGL(4194304)
PUTAUT(DEF) CONVERT(NO)
SCYDATA( ) MCATYPE(THREAD)
CONNAME(mirdve62.mircity.com(1416)) MREXIT( )
MRDATA( ) MRRTY(10)
MRTMR(1000) HBINT(300)
BATCHINT(0) NPMSPEED(FAST)
NETPRTY(0) SSLCIPH( )
SSLCAUTH(REQUIRED) BATCHHB(0)
LOCLADDR( ) KAINT(AUTO)
MCAUSER( ) CLUSTER(REPOSITORY)
CLUSNL( ) ALTDATE(2005-08-31)
ALTTIME(13.10.45) SSLPEER()
MSGEXIT( )
SENDEXIT( )
RCVEXIT( )
MSGDATA( )
SENDDATA( )
RCVDATA( )



dis channel(*) type(clussdr) all


AMQ8414: Display Channel details.
CHANNEL(SYSTEM.DEF.CLUSSDR) CHLTYPE(CLUSSDR)
TRPTYPE(TCP) DESCR( )
MCANAME( ) MODENAME( )
TPNAME( ) BATCHSZ(50)
DISCINT(6000) SHORTRTY(10)
SHORTTMR(60) LONGRTY(999999999)
LONGTMR(1200) SCYEXIT( )
SEQWRAP(999999999) MAXMSGL(4194304)
CONVERT(NO) SCYDATA( )
USERID( ) PASSWORD( )
MCATYPE(THREAD) CONNAME( )
HBINT(300) BATCHINT(0)
NPMSPEED(FAST) SSLCIPH( )
BATCHHB(0) LOCLADDR( )
KAINT(AUTO) MCAUSER( )
CLUSTER( ) CLUSNL()
ALTDATE(2005-08-30) ALTTIME(15.14.33)
SSLPEER()
MSGEXIT( )
SENDEXIT( )
RCVEXIT( )
MSGDATA( )
SENDDATA( )
RCVDATA( )
AMQ8414: Display Channel details.
CHANNEL(TOLONDON) CHLTYPE(CLUSSDR)
TRPTYPE(TCP) DESCR( )
MCANAME( ) MODENAME( )
TPNAME( ) BATCHSZ(50)
DISCINT(6000) SHORTRTY(10)
SHORTTMR(60) LONGRTY(999999999)
LONGTMR(1200) SCYEXIT( )
SEQWRAP(999999999) MAXMSGL(4194304)
CONVERT(NO) SCYDATA( )
USERID( ) PASSWORD( )
MCATYPE(THREAD) CONNAME(mirdve62.mircity.com(1416))
HBINT(300) BATCHINT(0)
NPMSPEED(FAST) SSLCIPH( )
BATCHHB(0) LOCLADDR( )
KAINT(AUTO) MCAUSER( )
CLUSTER(REPOSITORY) CLUSNL( )
ALTDATE(2005-08-31) ALTTIME(06.24.43)
SSLPEER()
MSGEXIT( )
SENDEXIT( )
RCVEXIT( )
MSGDATA( )
SENDDATA( )
RCVDATA( )



london.queue.manager

dis channel(*) type(clusrcvr) all


AMQ8414: Display Channel details.
CHANNEL(SYSTEM.DEF.CLUSRCVR) CHLTYPE(CLUSRCVR)
TRPTYPE(TCP) DESCR( )
MCANAME( ) MODENAME( )
TPNAME( ) BATCHSZ(50)
DISCINT(6000) SHORTRTY(10)
SHORTTMR(60) LONGRTY(999999999)
LONGTMR(1200) SCYEXIT( )
SEQWRAP(999999999) MAXMSGL(4194304)
PUTAUT(DEF) CONVERT(NO)
SCYDATA( ) MCATYPE(THREAD)
CONNAME( ) MREXIT( )
MRDATA( ) MRRTY(10)
MRTMR(1000) HBINT(300)
BATCHINT(0) NPMSPEED(FAST)
NETPRTY(0) SSLCIPH( )
SSLCAUTH(REQUIRED) BATCHHB(0)
LOCLADDR( ) KAINT(AUTO)
MCAUSER( ) CLUSTER( )
CLUSNL() ALTDATE(2005-08-30)
ALTTIME(16.34.26) SSLPEER()
MSGEXIT( )
SENDEXIT( )
RCVEXIT( )
MSGDATA( )
SENDDATA( )
RCVDATA( )
AMQ8414: Display Channel details.
CHANNEL(TOLONDON) CHLTYPE(CLUSRCVR)
TRPTYPE(TCP) DESCR( )
MCANAME( ) MODENAME( )
TPNAME( ) BATCHSZ(50)
DISCINT(6000) SHORTRTY(10)
SHORTTMR(60) LONGRTY(999999999)
LONGTMR(1200) SCYEXIT( )
SEQWRAP(999999999) MAXMSGL(4194304)
PUTAUT(DEF) CONVERT(NO)
SCYDATA( ) MCATYPE(THREAD)
CONNAME(mirdve62.mircity.com(1417)) MREXIT( )
MRDATA( ) MRRTY(10)
MRTMR(1000) HBINT(300)
BATCHINT(0) NPMSPEED(FAST)
NETPRTY(0) SSLCIPH( )
SSLCAUTH(REQUIRED) BATCHHB(0)
LOCLADDR( ) KAINT(AUTO)
MCAUSER( ) CLUSTER(REPOSITORY)
CLUSNL( ) ALTDATE(2005-08-31)
ALTTIME(06.24.59) SSLPEER()
MSGEXIT( )
SENDEXIT( )
RCVEXIT( )
MSGDATA( )
SENDDATA( )
RCVDATA( )

dis channel(*) type(clussdr) all


AMQ8414: Display Channel details.
CHANNEL(SYSTEM.DEF.CLUSSDR) CHLTYPE(CLUSSDR)
TRPTYPE(TCP) DESCR( )
MCANAME( ) MODENAME( )
TPNAME( ) BATCHSZ(50)
DISCINT(6000) SHORTRTY(10)
SHORTTMR(60) LONGRTY(999999999)
LONGTMR(1200) SCYEXIT( )
SEQWRAP(999999999) MAXMSGL(4194304)
CONVERT(NO) SCYDATA( )
USERID( ) PASSWORD( )
MCATYPE(THREAD) CONNAME( )
HBINT(300) BATCHINT(0)
NPMSPEED(FAST) SSLCIPH( )
BATCHHB(0) LOCLADDR( )
KAINT(AUTO) MCAUSER( )
CLUSTER( ) CLUSNL()
ALTDATE(2005-08-30) ALTTIME(16.34.26)
SSLPEER()
MSGEXIT( )
SENDEXIT( )
RCVEXIT( )
MSGDATA( )
SENDDATA( )
RCVDATA( )
AMQ8414: Display Channel details.
CHANNEL(TOINDIA) CHLTYPE(CLUSSDR)
TRPTYPE(TCP) DESCR( )
MCANAME( ) MODENAME( )
TPNAME( ) BATCHSZ(50)
DISCINT(6000) SHORTRTY(10)
SHORTTMR(60) LONGRTY(999999999)
LONGTMR(1200) SCYEXIT( )
SEQWRAP(999999999) MAXMSGL(4194304)
CONVERT(NO) SCYDATA( )
USERID( ) PASSWORD( )
MCATYPE(THREAD) CONNAME(mirdve62.mircity.com(1417))
HBINT(300) BATCHINT(0)
NPMSPEED(FAST) SSLCIPH( )
BATCHHB(0) LOCLADDR( )
KAINT(AUTO) MCAUSER( )
CLUSTER(REPOSITORY) CLUSNL( )
ALTDATE(2005-08-31) ALTTIME(13.11.30)
SSLPEER()
MSGEXIT( )
SENDEXIT( )
RCVEXIT( )
MSGDATA( )
SENDDATA( )
RCVDATA( )
Back to top
View user's profile Send private message Send e-mail
EddieA
PostPosted: Wed Aug 31, 2005 10:25 am    Post subject: Reply with quote

Jedi

Joined: 28 Jun 2001
Posts: 2453
Location: Los Angeles

Quote:
when i see the channels(clussdr,clusrcvr) in the india.queue.manager
when i started the channels only the clusrcvr channel is running. clussdr is not running(retrying).

in london.queue.manager when i start the channels only clussdr is running and clusrcvr is not running.

Which implies there is a communication problem from india -> london. Check the logs on the india.queue.manager to see what the problem is.

Cheers,
_________________
Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Clustering » adding a QM to Cluster as Full Repository QM
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.