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 » clustering in unix

Post new topic  Reply to topic Goto page 1, 2  Next
 clustering in unix « View previous topic :: View next topic » 
Author Message
rajendra
PostPosted: Tue Sep 29, 2009 5:57 am    Post subject: clustering in unix Reply with quote

Novice

Joined: 06 Sep 2009
Posts: 13

How to create a new cluster under Unix or linux ?

Is there any control command to create cluster?

Thanks in advance.

rajendra.
Back to top
View user's profile Send private message Send e-mail
PeterPotkay
PostPosted: Tue Sep 29, 2009 6:14 am    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

Click on the Library button at the top of the screen and read the MQ Cluster manual.
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
exerk
PostPosted: Tue Sep 29, 2009 6:16 am    Post subject: Re: clustering in unix Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

rajendra wrote:
...Is there any control command to create cluster?


There is no single 'control command', but there are a number of define commands that are required in each queue manager which will participate in the cluster, depending on whether it is a Full or Partial Repository, and they're all listed in the appropriate manual.
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
shashivarungupta
PostPosted: Tue Sep 29, 2009 6:32 am    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

Quote:
Is there any control command to create cluster?

Not actually.....
Quote:
How to create a new cluster under Unix...

Simple.. commands are there using which you can define the mq object(s) and can rightly put them into a cluster.
Advice : If you got windows operating system on your local machine... then you can use the MQSC commands to create the MQ Objs. and put them into a Cluster, using command console. Same commands are being used in the unix flavors. I would also suggest you to hit the cluster manual and understand its nature.

_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
rajendra
PostPosted: Tue Sep 29, 2009 6:45 am    Post subject: Reply with quote

Novice

Joined: 06 Sep 2009
Posts: 13

my question is..

before adding a Queue manager to cluster , do we need to deinfe the cluster or we can directly mention the name while altering the Queue manager(sot that it will automatically create the cluster)..


regarda,
rajendra.
Back to top
View user's profile Send private message Send e-mail
shashivarungupta
PostPosted: Tue Sep 29, 2009 6:49 am    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

rajendra wrote:
my question is..

before adding a Queue manager to cluster , do we need to deinfe the cluster or we can directly mention the name while altering the Queue manager(sot that it will automatically create the cluster)..


Do you read the cluster manual and find any command like 'define cluster' there ??
If not then think How to do that, you'll get the answer !!

_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
shashivarungupta
PostPosted: Tue Sep 29, 2009 6:50 am    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

... I must say you are close to the answer of your question...
_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
rajendra
PostPosted: Tue Sep 29, 2009 6:58 am    Post subject: Reply with quote

Novice

Joined: 06 Sep 2009
Posts: 13

no. i didn't find command like "define cluster".

i think we can not create a cluster by using MQSC commands. i has to be created using control commands or some other process may be there which i don't know.


am i correct?


Regrads,
rajendra.
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Tue Sep 29, 2009 7:47 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

rajendra wrote:
i think we can not create a cluster by using MQSC commands.


That is exactly how a cluster is created.

rajendra wrote:
i has to be created using control commands or some other process may be there which i don't know.


But you would know if you'd looked at the documentation as many people have already suggested.

rajendra wrote:
am i correct?


You're certainly wrong not to be reading the documentation.


Regrads,
rajendra.[/quote]
_________________
Honesty is the best policy.
Insanity is the best defence.


Last edited by Vitor on Tue Sep 29, 2009 7:50 am; edited 1 time in total
Back to top
View user's profile Send private message
bruce2359
PostPosted: Tue Sep 29, 2009 7:49 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

Clusters are created by defining objects as part of the cluster (clustername).

The WMQ Clusters manual is an excellent place to learn about clusters, and how to create qmgr clusters.
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
shashivarungupta
PostPosted: Tue Sep 29, 2009 7:53 am    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

rajendra wrote:
no. i didn't find command like "define cluster".

Absolutely Correct !!

Quote:
i think we can not create a cluster by using MQSC commands.


define
1 : define
AMQ8405: Syntax error detected at or near end of command segment below:-
define

AMQ8426: Valid MQSC commands are:

DEFINE AUTHINFO
DEFINE CHANNEL
DEFINE PROCESS
DEFINE NAMELIST
DEFINE QALIAS
DEFINE QLOCAL
DEFINE QMODEL
DEFINE QREMOTE
DEFINE SERVICE
DEFINE LISTENER

YOU Got DEFINE statement for the above objs. ONLY.

Quote:

..it has to be created using control commands or some other process may be there which i don't know.....am i correct?


You got IBM MQ Cluster manuals. And in the end... MQSeries.net

{In the cluster manual... steps are clearly mentioned. Follow them.}
_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
rajendra
PostPosted: Tue Sep 29, 2009 8:28 am    Post subject: Reply with quote

Novice

Joined: 06 Sep 2009
Posts: 13

i am requesting you all give a conclusion for this post.
if i hurt or irretate some one please forgive me.

Regards,
rajendra.
Back to top
View user's profile Send private message Send e-mail
bruce2359
PostPosted: Tue Sep 29, 2009 8:31 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

Quote:
How to create a new cluster under Unix or linux ?


This is explained in detail in the WMQ Cluster Queue Mangers manual - available for download from www.ibm.com/mqseries.

Quote:
Is there any control command to create cluster?

Clusters are created by altering the CLUSTER attribute of the objects you want to be part of the cluster. There is no single command to create a cluster.
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
rajendra
PostPosted: Tue Sep 29, 2009 9:13 am    Post subject: Reply with quote

Novice

Joined: 06 Sep 2009
Posts: 13

This is what i am getting if i try to reach it.

Our apologies…
The page you requested cannot be displayed

Suggested actionsIf you followed on a link, there may be a problem with that link. You can use "Get assistance" below.For information on IBM offerings, start from the IBM homepage.For information on printing systems, start from the Infoprint Solutions Company homepage.*For information on ThinkPad notebooks, ThinkCentre desktops and other PC products, start from the Lenovo homepage.*Or return to the previous page.
Back to top
View user's profile Send private message Send e-mail
shashivarungupta
PostPosted: Tue Sep 29, 2009 9:22 am    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

I believe that bruce2359 has already given you the answer to your question.


Here is the LINK :
http://publib.boulder.ibm.com/iseries/v5r2/ic2924/books/csqzah01.pdf


OR you can search at Google : Queue Manager Cluster, you'll get options and hit the first link (probably) you'll get the pdf by IBM.

You can visit : http://www.redbooks.ibm.com/cgi-bin/searchsite.cgi?query=MQ&SearchOrder=1&SearchFuzzy=

And Search ' MQ Cluster ' ..hope you'll get the one you want.
_________________
*Life will beat you down, you need to decide to fight back or leave it.


Last edited by shashivarungupta on Tue Sep 29, 2009 9:36 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » Clustering » clustering in unix
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.