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 » ms03 error on hp-ux

Post new topic  Reply to topic
 ms03 error on hp-ux « View previous topic :: View next topic » 
Author Message
rkford11
PostPosted: Thu Jun 07, 2007 11:28 am    Post subject: ms03 error on hp-ux Reply with quote

Partisan

Joined: 06 Jun 2004
Posts: 316

I copied the unix version of ms03 on to HP-UX box and created the necessary files. when I execute the following command
$ saveqmgr.hp -m test -f test.mqsc

It throws me an error saying

/usr/lib/dld.sl: Can't open shared library: /opt/mqm/lib/libmqm.sl
/usr/lib/dld.sl: No such file or directory
ARIES32: Core file for PA32 application saved to /home/mqm/tmp/core.saveqmgr.hp
Abort(coredump)

Please guide me.

Thanks
Back to top
View user's profile Send private message
RogerLacroix
PostPosted: Thu Jun 07, 2007 11:42 am    Post subject: Re: ms03 error on hp-ux Reply with quote

Jedi Knight

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

rkford11 wrote:
I copied the unix version of ms03 on to HP-UX box

Did you copy the correct / matching version of ms03 to HP-UX?

rkford11 wrote:
/usr/lib/dld.sl: Can't open shared library: /opt/mqm/lib/libmqm.sl
/usr/lib/dld.sl: No such file or directory
ARIES32: Core file for PA32 application saved to /home/mqm/tmp/core.saveqmgr.hp

Do you have MQ install on that particular box? PA32? Isn't that HP-UX on Itanium? This is totally different from HP-UX RISC.

Do the following command on the server: dspmq

What does it say?

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
jefflowrey
PostPosted: Thu Jun 07, 2007 11:55 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Rather than copying saveqmgr.hp to the machine, it's better to copy the saveqmgr distribution, and then untar/gz it to a local directory there.

Then you will have the source code at hand in a conveniently packaged form that you can try and compile it yourself if you can't get the prebuilt version to run.

It also protects you from having copied the saveqmgr.hp file in some manner that corrupted it.

Otherwise, all the comments from Roger apply - are you using HP on Itanium? Do you have an MQ Server install on the machine?

If you're on Itanium, I'm sure even Wayne Schutz would tell you that there isn't a precompiled version and you'll have to build it yourself. And I'm sure that if you had trouble doing that, he (or someone he works with) would be willing to help.
_________________
I am *not* the model of the modern major general.


Last edited by jefflowrey on Wed Jun 13, 2007 8:15 am; edited 1 time in total
Back to top
View user's profile Send private message
rkford11
PostPosted: Thu Jun 07, 2007 11:56 am    Post subject: Re: ms03 error on hp-ux Reply with quote

Partisan

Joined: 06 Jun 2004
Posts: 316

[quote="RogerLacroix"]
Did you copy the correct / matching version of ms03 to HP-UX?

Yes

Do you have MQ install on that particular box? PA32? Isn't that HP-UX on Itanium?

Yes

Do the following command on the server: dspmq

command lists the queue managers with thier status.

Thanks
Back to top
View user's profile Send private message
Philip Morten
PostPosted: Fri Jun 08, 2007 1:08 am    Post subject: Reply with quote

Master

Joined: 07 Mar 2002
Posts: 230
Location: Hursley Park

Looks like an architecture mismatch, can you show the output from:

uname -a

dspmqver

file saveqmgr.hp

echo $LD_LIBRARY_PATH

echo $SHLIB_PATH
_________________
Philip Morten

The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions.
Back to top
View user's profile Send private message
rkford11
PostPosted: Wed Jun 13, 2007 5:59 am    Post subject: Reply with quote

Partisan

Joined: 06 Jun 2004
Posts: 316

Philip Morten wrote:
Looks like an architecture mismatch, can you show the output from:

uname -a

HP-UX B.11.23 U ia64

dspmqver

Name: WebSphere MQ
Version: 6.0.1.0
CMVC level: p600-100-051021
BuildType: IKAP - (Production)

echo $LD_LIBRARY_PATH
ksh: LD_LIBRARY_PATH: parameter not set

echo $SHLIB_PATH

ksh: SHLIB_PATH: parameter not set
Back to top
View user's profile Send private message
maurdf
PostPosted: Wed Jun 13, 2007 8:09 am    Post subject: Reply with quote

Newbie

Joined: 03 May 2007
Posts: 2
Location: ITALY

Hi, I experienced your same problem on the same system HPUX B.11.23 U ia64.
Probably version of this support pack is not for Itanium HPUX ia64 or it is compiled badly (I don't have a 32 bit processor to try!)

I solved by compiling again the source running:

make -f makefile.hp

as you can read in readme file
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed Jun 13, 2007 8:11 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Again.

Saveqmgr is not compiled for Itanium.

If you need to run it on that platform, you need to compile it yourself.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Philip Morten
PostPosted: Thu Jun 14, 2007 7:17 am    Post subject: Reply with quote

Master

Joined: 07 Mar 2002
Posts: 230
Location: Hursley Park

rkford11 wrote:
Philip Morten wrote:
Looks like an architecture mismatch, can you show the output from:

uname -a

HP-UX B.11.23 U ia64

dspmqver

Name: WebSphere MQ
Version: 6.0.1.0
CMVC level: p600-100-051021
BuildType: IKAP - (Production)

echo $LD_LIBRARY_PATH
ksh: LD_LIBRARY_PATH: parameter not set

echo $SHLIB_PATH

ksh: SHLIB_PATH: parameter not set

OK, so your machine is an IA64 ( itanium ) system and you have the right version of MQ on there, so far so good.
Now from your original post

Quote:
ARIES32: Core file for PA32 application saved to
/home/mqm/tmp/core.saveqmgr.hp


ARIES is HP's emulator for running PA-RISC applications on IA64, WebSphere MQ does not support doing this, we do not provide
PA-RISC[32|64] libraries in the IA64 product. You will need a native IA64 version of your application.
_________________
Philip Morten

The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Thu Jun 14, 2007 8:39 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Philip Morten wrote:
You will need a native IA64 version of your application.


It's not his application, it's MS03 - saveqmgr.

And I've said twice that it needs to be compiled on Itanium.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
rkford11
PostPosted: Fri Jun 15, 2007 9:15 am    Post subject: Reply with quote

Partisan

Joined: 06 Jun 2004
Posts: 316

Thanks to everybody for your replies. As of now I am going with saveqmgrc (client version) to connect to the queue manager on Itanium box and saving the queue manager objects.
Back to top
View user's profile Send private message
reldb
PostPosted: Fri Dec 21, 2007 1:48 pm    Post subject: thanks Reply with quote

Apprentice

Joined: 06 Sep 2006
Posts: 34

thanks

I too had the same issue on itanium machine

make -f makefile.hp

and after that it worked fine. .

thanks a lot
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Fri Dec 21, 2007 1:54 pm    Post subject: Re: thanks Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

reldb wrote:
thanks

I too had the same issue on itanium machine

make -f makefile.hp

and after that it worked fine. .


Right, so once you compiled it for your platform, then it worked.
_________________
I am *not* the model of the modern major general.
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 » ms03 error on hp-ux
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.