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 » WebSphere Message Broker (ACE) Support » WMBv6.1.0.2 on AIX 5.3

Post new topic  Reply to topic
 WMBv6.1.0.2 on AIX 5.3 « View previous topic :: View next topic » 
Author Message
broker_new
PostPosted: Sat Mar 28, 2009 10:48 am    Post subject: WMBv6.1.0.2 on AIX 5.3 Reply with quote

Yatiri

Joined: 30 Nov 2006
Posts: 614
Location: Washington DC

Guys,

I have installed WMB v6.0 and WMBv6.1.0.2 successfully on AIX 5.3.

I have added the "mqm" user to mqbrkrs group.
I have tried executing the mqsi commands experiencing the following problem.
Anyone has any idea about it.

mqm@Fra90213:/opt/IBM/mqsi/6.1/bin #> mqsiprofile

MQSI 6.1.0.2
/opt/IBM/mqsi/6.1

mqm@Fra90213:/opt/IBM/mqsi/6.1/bin #> mqsilist
exec(): 0509-036 Cannot load program mqsilist because of the following errors:
0509-022 Cannot load module /opt/IBM/mqsi/6.1/lib/libCommonServices64.a(libCommonServices64.a.so).
0509-150 Dependent module /opt/IBM/mqsi/6.1/lib/libCommonServices64.a/libicuuc32.0.a could not be loaded.
0509-022 Cannot load module /opt/IBM/mqsi/6.1/lib/libCommonServices64.a/libicuuc32.0.a.
0509-026 System error: A parameter must be a directory.
0509-022 Cannot load module mqsilist.
0509-150 Dependent module /opt/IBM/mqsi/6.1/lib/libCommonServices64.a(libCommonServices64.a.so) could not be loaded.
0509-022 Cannot load module .
mqm@Fra90213:/opt/IBM/mqsi/6.1/bin #> mqsiservice -v
exec(): 0509-036 Cannot load program mqsiservice because of the following errors:
0509-150 Dependent module /opt/IBM/mqsi/6.1/lib/libCommonServices64.a/libicuuc32.0.a could not be loaded.
0509-022 Cannot load module /opt/IBM/mqsi/6.1/lib/libCommonServices64.a/libicuuc32.0.a.
0509-026 System error: A parameter must be a directory.
mqm@Fra90213:/opt/IBM/mqsi/6.1/bin #>

_________________
IBM ->Let's build a smarter planet
Back to top
View user's profile Send private message
broker_new
PostPosted: Sat Mar 28, 2009 10:51 am    Post subject: Reply with quote

Yatiri

Joined: 30 Nov 2006
Posts: 614
Location: Washington DC

I have installed successfully without any errors.
But haven't touched the mqsiprofile and .profile for "mqm" .

Do we have to set up any environment variables for executing these commands
_________________
IBM ->Let's build a smarter planet
Back to top
View user's profile Send private message
rekarm01
PostPosted: Sat Mar 28, 2009 11:48 am    Post subject: Re: WMBv6.1.0.2 on AIX 5.3 Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 1415

Setting up the environment for the current shell, (rather than a sub-shell) requires a dot command.

Replace this:
Code:
mqm@Fra90213:/opt/IBM/mqsi/6.1/bin #> mqsiprofile
with this:
Code:
mqm@Fra90213:/opt/IBM/mqsi/6.1/bin #> . mqsiprofile
Back to top
View user's profile Send private message
broker_new
PostPosted: Sat Mar 28, 2009 5:33 pm    Post subject: Reply with quote

Yatiri

Joined: 30 Nov 2006
Posts: 614
Location: Washington DC

I have done that before in .profile but still the same problem persists.


PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:.
. /opt/IBM/mqsi/6.1/bin/mqsiprofile
CLASSPATH=$CLASSPATH:/usr/mqm/java/lib/com.ibm.mqjms.jar:/usr/mqm/java/lib/jms.jar:\
/usr/mqm/java/lib/jndi.jar:/usr/mqm/java/lib/jta.jar:/usr/mqm/java/lib:\
/usr/mqm/java/lib/ldap.jar:/usr/mqm/java/lib/providerutil.jar:\
/opt/IBM/mqsi/6.1/classes/bipbroker.jar:/opt/IBM/mqsi/6.1/classes/config.jar:\
/opt/IBM/mqsi/6.1/classes/javacompute.jar:/opt/IBM/mqsi/6.1/classes/jms.jar:\
/opt/IBM/mqsi/6.1/classes/jmsclient.jar:/opt/IBM/mqsi/6.1/classes/jmsconnmgr.jar:\
/opt/IBM/mqsi/6.1/classes/webservices.jar:/opt/IBM/mqsi/6.1/classes/wsdl.jar:\
/opt/IBM/mqsi/6.1/classes/mail-1.4.jar:/opt/IBM/mqsi/6.1/jre15/lib:\
/opt/IBM/mqsi/6.1/sample/ConfigManagerProxy/ConfigManagerProxySamples.jar
_________________
IBM ->Let's build a smarter planet
Back to top
View user's profile Send private message
rekarm01
PostPosted: Sun Mar 29, 2009 12:38 pm    Post subject: Re: WMBv6.1.0.2 on AIX 5.3 Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 1415

broker_new wrote:
I have done that before in .profile but still the same problem persists.
Code:
PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:.
. /opt/IBM/mqsi/6.1/bin/mqsiprofile
CLASSPATH=$CLASSPATH:...

The environment may require additonal setup to add 32-bit libraries to the library path. The exact details depend on which databases are installed, and how the broker and databases are configured.

Search the documentation for "LIBPATH" or "MQSI_LIBPATH32". Here might be a good place to start.

The Unix command "export | grep LIBPATH" can provide useful information about the current environment.
Back to top
View user's profile Send private message
broker_new
PostPosted: Mon Mar 30, 2009 4:24 pm    Post subject: Reply with quote

Yatiri

Joined: 30 Nov 2006
Posts: 614
Location: Washington DC

Quote:

I have done that before in .profile but still the same problem persists.
Code:
PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:.
. /opt/IBM/mqsi/6.1/bin/mqsiprofile
CLASSPATH=$CLASSPATH:.



That fixed the problem..Thanks for your help guys
_________________
IBM ->Let's build a smarter planet
Back to top
View user's profile Send private message
vijayakumar
PostPosted: Thu Oct 14, 2010 3:15 am    Post subject: Reply with quote

Centurion

Joined: 01 Aug 2010
Posts: 101

Hi ,

May i know what are all the changes u done to fix the issue . since i am facing the same probs as

when trying the command mqsilist , getting error as
exec(): 0509-036 Cannot load program mqsilist because of the following errors:
0509-150 Dependent module libCommonServices64.a(libCommonServices64.a.so) could not be loaded.
0509-022 Cannot load module libCommonServices64.a(libCommonServices64.a.so).
0509-026 System error: A file or directory in the path name does not exist.

Included already the path :/opt/IBM/mqsi/6.1/bin/.mqsiprofile in the unix path .

Kindly advise me .
Back to top
View user's profile Send private message
mqjeff
PostPosted: Thu Oct 14, 2010 3:52 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

You do not *include* mqsiprofile in the PATH.

You *source* it into the current environment. Using a dot command, as already linked to in this thread.

Please review this thread again.
Back to top
View user's profile Send private message
Vitor
PostPosted: Thu Oct 14, 2010 4:46 am    Post subject: Reply with quote

Grand High Poobah

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

vijayakumar wrote:
Kindly advise me .


I advise you to read this post.
_________________
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 » WebSphere Message Broker (ACE) Support » WMBv6.1.0.2 on AIX 5.3
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.