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 IBM MQ Support » shared MQClient installation question

Post new topic  Reply to topic
 shared MQClient installation question « View previous topic :: View next topic » 
Author Message
pcelari
PostPosted: Tue Dec 19, 2006 11:38 am    Post subject: shared MQClient installation question Reply with quote

Chevalier

Joined: 31 Mar 2006
Posts: 411
Location: New York

Hi,

I have an application running on hundreds of PCs, it access a server qmgr via mqclient. To avoid having to install mqclient on individual PCs, I figure I can install once on one machine to a shared drive, and let the rest PCs use the same installation.

For such arrangement to work, I figure I just need to get some kind of registry information and import it to every PC that need such access, without having to do a real installation.

Is my understanding correct? Has anyone done this?

thanks a lot for any insight.
_________________
pcelari
-----------------------------------------
- a master of always being a newbie
Back to top
View user's profile Send private message
JosephGramig
PostPosted: Tue Dec 19, 2006 12:35 pm    Post subject: Reply with quote

Grand Master

Joined: 09 Feb 2006
Posts: 1244
Location: Gold Coast of Florida, USA

That would not be a supported configuration.
You could not call IBM for help with that...
_________________
Joseph
Administrator - IBM WebSphere MQ (WMQ) V6.0, IBM WebSphere Message Broker (WMB) V6.1 & V6.0
Solution Designer - WMQ V6.0
Solution Developer - WMB V6.1 & V6.0, WMQ V5.3
Back to top
View user's profile Send private message AIM Address
wschutz
PostPosted: Tue Dec 19, 2006 1:01 pm    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

Do a "silent install" from the LAN:
http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.csqzaf.doc/amq2513.htm
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
Vitor
PostPosted: Tue Dec 19, 2006 11:59 pm    Post subject: Re: shared MQClient installation question Reply with quote

Grand High Poobah

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

pcelari wrote:

For such arrangement to work, I figure I just need to get some kind of registry information and import it to every PC that need such access, without having to do a real installation.


You'd need the client libraries as well, as a minimum. In this situation a silent install is the way to go.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
pcelari
PostPosted: Thu Dec 28, 2006 8:22 am    Post subject: Reply with quote

Chevalier

Joined: 31 Mar 2006
Posts: 411
Location: New York

Many thanks for the responses and insights - I was away for a few days.

I just allocated an empty lab machine to try, and see if I can avoid individual installation. Will post my result when I'm done.
_________________
pcelari
-----------------------------------------
- a master of always being a newbie
Back to top
View user's profile Send private message
pathipati
PostPosted: Thu Dec 28, 2006 8:27 am    Post subject: Reply with quote

Master

Joined: 03 Mar 2006
Posts: 296

Waiting for your results..
Back to top
View user's profile Send private message Yahoo Messenger
RogerLacroix
PostPosted: Thu Dec 28, 2006 9:55 am    Post subject: Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3264
Location: London, ON Canada

pcelari wrote:
I just allocated an empty lab machine to try, and see if I can avoid individual installation.

Don't do it. Don't even bother testing it.

The reason is simple: if you deploy this bastard creation to your 'production' environment and then it fails, IBM will NOT help you. For that matter, nobody will help other than some consulting firm who will help you migrate the bastard creation to a properly supported setup (for a nice fat fee).

And if your boss or his/her boss see these posting warning you about the potential problems and costs associated with it, and then you still went ahead, hummm, I wonder how happy they will be?

Regards,
Roger Lacroix
Capitalware Inc.
_________________
Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Back to top
View user's profile Send private message Visit poster's website
pathipati
PostPosted: Thu Dec 28, 2006 10:08 am    Post subject: Reply with quote

Master

Joined: 03 Mar 2006
Posts: 296

Does it mean pcelari should install MQ Client on individual PCs.
Back to top
View user's profile Send private message Yahoo Messenger
RogerLacroix
PostPosted: Thu Dec 28, 2006 10:11 am    Post subject: Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3264
Location: London, ON Canada

chiru wrote:
Does it mean pcelari should install MQ Client on individual PCs.

Yes.

Regards,
Roger Lacroix
_________________
Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Back to top
View user's profile Send private message Visit poster's website
Bill.Matthews
PostPosted: Thu Dec 28, 2006 10:15 am    Post subject: Reply with quote

Master

Joined: 23 Sep 2003
Posts: 232
Location: IBM (Retired)

chiru wrote:
Does it mean pcelari should install MQ Client on individual PCs.


YES! Roger and Wayne have offered expert advice. This same answer was given several years ago by IBM support and has not changed since then.
_________________
Bill Matthews
Back to top
View user's profile Send private message
pcelari
PostPosted: Wed Jan 31, 2007 5:08 am    Post subject: Reply with quote

Chevalier

Joined: 31 Mar 2006
Posts: 411
Location: New York

Here's the result of my experiment. it turned out to be very straightforward.

1. I installed MQClient into a clean machine, say, c:\ibm\mqclient.
2. regedit and export HKEY_LOCAL_MACHINE\SOFTWARE\IBM\MQSeries.
4. edit the exported registry file so it point to the intended network shared
say, m:\software\ibm\mqclient.
3. save the whole directory c:\ibm\mqclient.
4. copy it to a shared network drive, say m:\software\ibm\mqclient.
5. let windows desktop service group push the registry, AMQCLCHL.TAB
as well as the entries in MQCHLLIB, and path to individual PCs.

It works well, except some performance impact when client programs load the libraries over the network.

Eventually, I decide to build a package with mqclient installed on c:\Program Files\ibm\mqclient, and let them pushed to individual PC's instead for better performance. But I was spared from having to install in each machine. However, it is also true I can build a package by a normal installion directly on a clean PC, and let that be pushed to PCs. What's the gain? not much, I must admit, except the network share installation.
_________________
pcelari
-----------------------------------------
- a master of always being a newbie
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed Jan 31, 2007 5:11 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

And that one way is supported and the other isn't.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Jan 31, 2007 5:23 am    Post subject: Reply with quote

Grand High Poobah

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

pcelari wrote:
. However, it is also true I can build a package by a normal installion directly on a clean PC, and let that be pushed to PCs. What's the gain? not much, I must admit, except the network share installation.


I don't see the advantage of building this normal installation, putting it on a shared drive and pushing it to the target machines over putting the install media on a shared drive and doing a silent installation on the target machines.
_________________
Honesty is the best policy.
Insanity is the best defence.
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 » General IBM MQ Support » shared MQClient installation question
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.