Author |
Message
|
dev_IIB10 |
Posted: Wed Jan 04, 2017 5:38 am Post subject: Installing MQ and IIB10 |
|
|
Newbie
Joined: 04 Jan 2017 Posts: 3
|
Hi All,
I have been advised to install MQ v9.0 and IIB 10, the requirement is to have MQ and IIB on two different physical servers.
When i try to create a Node(Broker) it is failing with libraries not found error.
IS it at all possible to have MQ and Broker setup at two different physical servers?? |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jan 04, 2017 5:44 am Post subject: Re: Installing MQ and IIB10 |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
dev_IIB10 wrote: |
IS it at all possible to have MQ and Broker setup at two different physical servers?? |
In IIBv10 and later.
What libraries does it say are missing? MQ ones? IIB ones? System ones?
What OS are you using?
How are you performing the install? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
dev_IIB10 |
Posted: Wed Jan 04, 2017 7:13 am Post subject: |
|
|
Newbie
Joined: 04 Jan 2017 Posts: 3
|
Cant find libraries under opt/mqm - this is the error.
OS Linux |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jan 04, 2017 7:23 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Does the error occur at startup of an empty EG?
Or only when you try to start message flows.
There is a limited set of nodes you can use when the broker is running on a separate server from MQ. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
dev_IIB10 |
Posted: Wed Jan 04, 2017 8:56 am Post subject: |
|
|
Newbie
Joined: 04 Jan 2017 Posts: 3
|
The error occurs as soon as i try to create a broker (Node).
My first question: will it be possible to have a QM and Broker at different server? |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jan 04, 2017 8:58 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
dev_IIB10 wrote: |
My first question: will it be possible to have a QM and Broker at different server? |
Vitor wrote: |
dev_IIB10 wrote: |
IS it at all possible to have MQ and Broker setup at two different physical servers?? |
In IIBv10 and later. |
_________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
smdavies99 |
Posted: Wed Jan 04, 2017 10:45 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Are you creating the broker AND specifying the Queue manager in the create command?
AFAIK, if you are then you can only use a LOCAL queue manager
You should be able to create the broker without a queue manager associated with it (i.e. NOT using the -q option) and specify the connection to the remote queue manager in the MQ Nodes themselves. _________________ 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 |
|
 |
|