Author |
Message
|
pvnkumar |
Posted: Sun Jan 18, 2015 10:06 pm Post subject: MQ intallation on Linux by copying binaries |
|
|
 Novice
Joined: 26 May 2008 Posts: 16
|
Hi All,
I would like to know if it is possible to install MQ V8.0 on Linux server by copying binaries.
Say i have installed MQ on one server. I get all the binaries(like /var/mqm, /opt/mqm, /etc/opt/mqm/). can I copy these binaries to other server to install MQ?
Does this procedure work? |
|
Back to top |
|
 |
smdavies99 |
Posted: Sun Jan 18, 2015 10:53 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Why are you not wanting to use proper Linux Package Managers to do the job for you? (yum, Yast, apt)
What perceived advantage will you have by copying the binaries?
Please explain then we may be able to help you better. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
pvnkumar |
Posted: Mon Jan 19, 2015 2:58 am Post subject: |
|
|
 Novice
Joined: 26 May 2008 Posts: 16
|
I have a requirement to HOST MQ on a tibco silver fabric product.
Silver fabric actually creates multiple instances of an application dynamically based on the demand.
To create each instance, Tibco recommends copying binaries instead of the installation.
I tried to install MQ by copying binaries from one server to other server. I checked basic tests like creating queue manager, listener and channels and queues. It was working fine as expected. However I would like to hear more from the MQ experts, if it is ok to do so.
Regards,
Praveen. |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Jan 19, 2015 4:45 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
What about your MQ License? Are you licensed for this?
Perhaps you should speak to your IBM rep first and get an official statement. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jan 19, 2015 6:06 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Are you sure you need to HOST mq on the application server machine? Can the tibco application not use client connections?
Are you sure you need a separate copy of the MQ binaries for each instance of the application? Can't you just use a single queue manager, either on a remote machine with client connections or on the same machine that all application instances share?
It's going to be really messy to add and remove queue managers from your MQ network on demand. |
|
Back to top |
|
 |
gbaddeley |
Posted: Mon Jan 19, 2015 3:52 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
I doubt that IBM would provide support for MQ where it is "installed" by copying binaries, and it is very likely you will hit issues. Do the right thing. Install MQ using the correct procedure. It is relatively easy to script the install command. _________________ Glenn |
|
Back to top |
|
 |
|