Author |
Message
|
JohnMichael |
Posted: Wed Sep 05, 2007 6:23 am Post subject: will mb have 64 bit libraries |
|
|
 Acolyte
Joined: 28 Feb 2007 Posts: 55
|
I have installed MB 6.0.0.1 on AIX5.3 box.
MQ and DB2 are using LIBPATH(lib64) as /usr/mqm/lib64 and /var/mqm/sqllib/lib64 respectively in env variables.
But I have given LIBPATH as /opt/IBM/mqsi/6.0/lib for MB
I am getting a problem as
$ mqsilist
exec(): 0509-036 Cannot load program mqsilist because of the following errors:
0509-022 Cannot load module /opt/IBM/mqsi/6.0/lib/libImbCmdLib.a(libImbC
mdLib.a.so).
0509-150 Dependent module /usr/mqm/lib64/libmqm_r.a(libmqm_r.o) could
not be loaded.
0509-103 The module has an invalid magic number.
0509-022 Cannot load module mqsilist.
0509-150 Dependent module /opt/IBM/mqsi/6.0/lib/libImbCmdLib.a(libImbC
mdLib.a.so) could not be loaded.
0509-022 Cannot load module .
So I have a doubt whether we have lib64 in mqsi/6.0/ path or not?
Can any one plz help me out. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Sep 05, 2007 6:29 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You shouldn't be setting LIBPATH.
You should NOT have installed DB2 into /var/mqm, nor created a DB2 instance under /var/mqm/. There should NOT be a /var/mqm/sqllib folder.
Please go read the version 6 Quick Beginnings Guide for AIX for WebSphere MQ to find out how to set the path correctly for MQ on v6 - there's a page called "Implications of a 64-bit queue manager" that is very very specific.
Then you should make sure that you have followed the instructions in the Broker Info Center for setting up a command environment, before running mqsilist. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
JohnMichael |
Posted: Thu Sep 06, 2007 5:24 am Post subject: |
|
|
 Acolyte
Joined: 28 Feb 2007 Posts: 55
|
One more thing jeff Do we have to create Data Source Name for database as its needed while creating broker on AIX box |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Sep 06, 2007 6:12 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
In order to create a broker on Unix, you need to follow every single step as it is documented in the Info Center on how to create a broker on Unix. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
JohnMichael |
Posted: Fri Sep 07, 2007 1:02 am Post subject: |
|
|
 Acolyte
Joined: 28 Feb 2007 Posts: 55
|
I have all the components (configuration Manager, broker and their related queue manager and database) on AIX box. And Toolkit on windows system. Now I am unable to connect them i.e., I am not able to create domain.
Can u plz help me. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Sep 07, 2007 1:05 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
johnmichael.nittala wrote: |
Now I am unable to connect them i.e., I am not able to create domain. |
What happens when you try (error codes, messages, etc)?
What resolution have you already attempted (there's no point us suggesting something that's already proved ineffective)? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
JohnMichael |
Posted: Fri Sep 07, 2007 1:21 am Post subject: Errors occuring while creating domain |
|
|
 Acolyte
Joined: 28 Feb 2007 Posts: 55
|
while I am trying to create broker domain with queue manager name (name of the q mgr related to config mgr), host(I gave the remote host where the Configuration manager is present ie AIX box), and the port (port of the q mgr) then I am getting an error as :
BIP0915E MB toolkit is unable to communicate with the config mgr.
Reason
W MQ q mgr cannot be reached |
|
Back to top |
|
 |
Vitor |
Posted: Fri Sep 07, 2007 1:25 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Then you probably have a 2059 connection error (AFAIK that translates as "cannot be reached"). You should verify MQ comms between toolkit & config mgr, resolving as necessary. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
JohnMichael |
Posted: Fri Sep 07, 2007 2:05 am Post subject: |
|
|
 Acolyte
Joined: 28 Feb 2007 Posts: 55
|
Do I need to have Q Mgr on the system where I have my toolkit |
|
Back to top |
|
 |
Vitor |
Posted: Fri Sep 07, 2007 2:13 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
No. I routinely use the toolkit in conjunction with a config manager on a remote box. Works fine. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
JohnMichael |
Posted: Fri Sep 07, 2007 4:08 am Post subject: |
|
|
 Acolyte
Joined: 28 Feb 2007 Posts: 55
|
I am getting an Error BIP0889E when creating a domain connection.
Its is given in info center as
Explanation: The WebScale Distribution Hub, which is installed as part of a full WebSphere Business Integration Message Broker installation, has not installed correctly.
# Solution: Check that the distribution hub installation directory C:\Program Files\IBM\Disthub\v2 contains folders called classes and lib. If the directory contains only an _uninstall folder, uninstall disthub, and install it again, as described below:
1. At a command prompt, change the directory to C:\Program Files\IBM\Disthub\v2\_uninst.
2. Run java -jar uninstall.jar.
3. To complete the uninstallation, select options 1, 1, and 3.
4. The product installation package contains a folder called disthub. At a command prompt, change to this folder.
5. Run java -jar setupwin.jar.
6. Select options 1, 1, and 3 to complete the installation of the distribution hub.
But My installation was sucessfull
and more over I dont have the Disthub directory
Plz give me any suggesions. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Sep 07, 2007 4:20 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
johnmichael.nittala wrote: |
But My installation was sucessfull
|
Well I believe you but the software seems to have a different view!
I'm interested to read that a message about the broker is refering to c:\program files when you think your broker is on an AIX box.
If we accept that your installation was successful, is it possible you've installed (or partly installed) more components that you believe? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
JohnMichael |
Posted: Fri Sep 07, 2007 4:37 am Post subject: |
|
|
 Acolyte
Joined: 28 Feb 2007 Posts: 55
|
Toolkit is installed completely on Windows system and Broker runtime is installed on AIX box.
I have created runtime components in AIX box (config mgr and related q mgr, and broker and related q mgr, and database)
Now while creating Broker Domain in Windows system where toolkit is installed, I am getting the above error
This is wat exactly done.
hope u got me.
Now can u plz suggest me wat 2 do or wat could be the problem? |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Sep 07, 2007 4:39 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
That error message is for Version 5.
Are you installing Version 5 Toolkit? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Sep 07, 2007 4:42 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
I get that.
I was wondering absently if by some chance it wasn't just the toolkit installed on Windows? Given that a broker message is referencing a Windows path not an AIX one.
But if you're certain all that you've installed is the expected list you detail there then it's not that.
If it was me I'd verify the Windows install, but this is redundant if you're confident. This puts me out of ideas, someone much more clever than me will be along in a minute!  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|