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 » General Discussion » MQ Installation and Instance

Post new topic  Reply to topic Goto page 1, 2  Next
 MQ Installation and Instance « View previous topic :: View next topic » 
Author Message
MQSeriesTest
PostPosted: Wed Apr 18, 2007 3:16 pm    Post subject: MQ Installation and Instance Reply with quote

Novice

Joined: 09 Apr 2007
Posts: 13

1. Could we have multiple instances of MQ Server with one MQ Server installation?

2. Could we have multiple instances of MQ Client with one MQ Client installation?

Thanks in advance.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed Apr 18, 2007 3:47 pm    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

You can run many queue managers on a single machine that has an installation of MQ Server.

You can run many client applications on a single machine that has an installation of MQ Client.

You can install exactly one copy of MQServer on a single machine.

You can install exactly one copy of MQClient on a single machine.

You can install MQServer and MQClient on the same machine. They go into exactly the same directory.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Thu Apr 19, 2007 6:35 am    Post subject: Reply with quote

Guest




"...on a single machine" means an instance of an operating system. If you are logical partitioning (LPAR); then you will need to install MQ in each operating system instance.

Hardware horsepower is often a determining factor in how many queue manager instances you create "on a single machine." Mainframes can host dozens or hundreds of queue manager instances. For small midrange servers the documentation suggests one, and possibly a second test queue manager instance.
Back to top
zpat
PostPosted: Thu Apr 19, 2007 6:38 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

Every queue manager has a system management burden and the more you have the more channels you may need to inter-connect them.

Try to keep the number of queue managers fairly low. Make projects share them whenever possible.
Back to top
View user's profile Send private message
MQSeriesTest
PostPosted: Fri Apr 27, 2007 3:31 pm    Post subject: Reply with quote

Novice

Joined: 09 Apr 2007
Posts: 13

jefflowrey wrote:
You can run many queue managers on a single machine that has an installation of MQ Server.

You can run many client applications on a single machine that has an installation of MQ Client.

You can install exactly one copy of MQServer on a single machine.

You can install exactly one copy of MQClient on a single machine.

You can install MQServer and MQClient on the same machine. They go into exactly the same directory.



1. Can't we have different MQServer versions or MQClient versions installed on a machine?

You can install exactly one copy of MQServer / MQClient on a single machine.
2. Is it true for each supported platform?
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Fri Apr 27, 2007 7:27 pm    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

It's not true on "zed Oh ESS", i.e. z/OS.

Otherwise, you get one version per LPAR/machine. This means "the same version of client AND server".
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Sun Apr 29, 2007 12:40 pm    Post subject: Reply with quote

Guest




If your machine can be logically partitioned (LPAR), for example: IBM zSeries (mainframe), iSeries (as400), pSeries (AIX), then you have a unique operating system instance in each LAPR. This means that you can have the same or different operating system versions and MQ versions in each of your LPARs.

Or, viewed the other way around, if you only have a single operating system instance, you can only have one MQ version.

Terms like 'machine' or 'processor' or 'box' are not definitive any longer - if they ever were.
Back to top
jefflowrey
PostPosted: Sun Apr 29, 2007 1:10 pm    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

I did mention LPARs.

It's also true that on z/OS, one can install different versions of MQ in the same LPAR.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Sun Apr 29, 2007 2:34 pm    Post subject: Reply with quote

Guest




'It's also true that on z/OS, one can install different versions of MQ in the same LPAR."

Yep. Love mainframes.
Back to top
jefflowrey
PostPosted: Sun Apr 29, 2007 2:57 pm    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

bruce2359 wrote:
Yep. Love mainframes.


I'd be right there with you if we could replace TSO and ISPF with Eclipse.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Sun Apr 29, 2007 3:32 pm    Post subject: Reply with quote

Guest




Since you asked... take a look at WebSphere Developer for System z. It's Eclipse-based.

WebSphere Developer for zSeries brings the power of J2EE, rapid application development (RAD), and integration to teams so that they can work together in a cohesive integrated, role-based, shared workbench.

Some URLs to look at:
http://publibfp.boulder.ibm.com/epubs/pdf/i1033630.pdf
http://www.ibm.com/developerworks/websphere/techjournal/0606_col_barosa/0606_barosa.html
Back to top
jefflowrey
PostPosted: Sun Apr 29, 2007 4:27 pm    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Yes, I'm aware that for a while now, one has been able to develop COBOL on Eclipse.

That ain't quite what I said.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Sun Apr 29, 2007 4:45 pm    Post subject: Reply with quote

Guest




"I'd be right there with you if we could replace TSO and ISPF with Eclipse.
"

There's nothing pretty about JCL or green characters on black. On that there is universal agreement. If there's a minus to offset the enormous horsepower and reliability of z, it's this stuff.

The mostly one-time stuff, like creating the JCL to launch an MQ instance, can be done with the ISPF panels or on a GUI pc (notepad) or unix (vi), and exported to the mainframe.

Much of the day-to-day MQ admin stuff can be accomplished with MQ V6 Explorer.

But, you know all this.
Back to top
Vitor
PostPosted: Sun Apr 29, 2007 11:50 pm    Post subject: Reply with quote

Grand High Poobah

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

MQSeriesTest wrote:
1. Can't we have different MQServer versions or MQClient versions installed on a machine?

You can install exactly one copy of MQServer / MQClient on a single machine.
2. Is it true for each supported platform?


You can only have 1 version of MQServer on a single machine (in this context machine=LPAR) and 1 version of MQClient on a single machine. Client and server may be installed on the same machine, and need not be the same version as each other.

AFAIK this is true on each supported platform.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
zpat
PostPosted: Sun Apr 29, 2007 11:56 pm    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

I'm running WMQ 5.3.1 and WMQ 6.0 at the same time on a z/OS system.

But then mainframes are proper multi-purpose, multi-user computers.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » General Discussion » MQ Installation and Instance
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.