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 » saveqmgr not working

Post new topic  Reply to topic
 saveqmgr not working « View previous topic :: View next topic » 
Author Message
UglyAngelX
PostPosted: Wed Jan 09, 2008 10:49 am    Post subject: saveqmgr not working Reply with quote

Voyager

Joined: 04 Dec 2001
Posts: 90
Location: BEARS FAN IN STEELER COUNTRY

I get the following when trying to run saveqmgr 603 on an AIX server MQ V5.3. I can run and complete a backup with the older version. Any info on this appreciated. I did a brief search and did not see anything.

$ mqsaveall
2008/01/09 12:54:57 -------------------------------------------
2008/01/09 12:54:57 ---------------------------------------------------
2008/01/09 12:54:57 -----------------------------------------------------------
2008/01/09 12:54:57 Starting Backup of QMgr=ABCDEFG
2008/01/09 12:54:57 -----------------------------------------------------------
exec(): 0509-036 Cannot load program ./saveqmgr because of the following errors:
0509-130 Symbol resolution failed for saveqmgr because:
0509-136 Symbol ___memmove (number 2) is not exported from
dependent module /usr/lib/libc.a(shr.o).
0509-136 Symbol ___fill (number 3) is not exported from
dependent module /usr/lib/libc.a(shr.o).
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
chmod: ABCDEFG.tst: A file or directory in the path name does not exist.
2008/01/09 12:54:57 -----------------------------------------------------------
2008/01/09 12:54:57 Completed Backup of QMgr=ABCDEFG
2008/01/09 12:54:57 -----------------------------------------------------------
2008/01/09 12:54:57 ---------------------------------------------------
2008/01/09 12:54:57 ----------------------------------------
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed Jan 09, 2008 10:52 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Hi...

What are the contents of mqsaveall?

Where was saveqmgr compiled? This machine, or a different one? Did it build successfully? If it was compiled on another machine, was it copied to this machine in a binary safe manner?

This looks vaguely like a libc issue - where you compiled it against a different version of libc than is running on this machine...
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
UglyAngelX
PostPosted: Wed Jan 09, 2008 11:00 am    Post subject: Reply with quote

Voyager

Joined: 04 Dec 2001
Posts: 90
Location: BEARS FAN IN STEELER COUNTRY

mqsaveall just runs a backup of the oam, mqs.ini, qm.ini, and the dmp, as well as runs the saveqmgr. I get the same message if I run just saveqmgr.

I confirmed with the Admin and this server has a different compiler.

Thanks.
Back to top
View user's profile Send private message
UglyAngelX
PostPosted: Tue Jan 15, 2008 5:34 am    Post subject: Reply with quote

Voyager

Joined: 04 Dec 2001
Posts: 90
Location: BEARS FAN IN STEELER COUNTRY

Ok, now that the problem was figured out, we do not have a system that we can use to compile the saveqmgr file. Does anyone have saveqmgr compiled for use with AIX 4330-09, I really need a copy. The server it is going on, does not have enough space to put the compiler on. Other servers with the same version of AIX do not have some of the correct files and this version is out of support.

This is for saveqmgr603
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Tue Jan 15, 2008 5:47 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

AIX v4?

Hrm.

I don't think I have access to such a system, otherwise I'd build one for you.

What version of MQ is on this machine?

Can you use saveqmgrc, the client version, instead?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
UglyAngelX
PostPosted: Tue Jan 15, 2008 5:59 am    Post subject: Reply with quote

Voyager

Joined: 04 Dec 2001
Posts: 90
Location: BEARS FAN IN STEELER COUNTRY

MQ V5.3 is on the server and I wanted to save the objects and put them on the replacement which is at V6.0.2.2

Would there be harm is bringing over the objects backed up with the older version of saveqmgr?
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Tue Jan 15, 2008 6:07 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

No, there's no issues with using MS03 in this manner.

Except getting it to run on AIX v4... Your best bet without waiting for someone else is to use the client version from the new machine.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Tue Jan 15, 2008 11:56 am    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

Instead of trying to install local copies of MS03 all over the place, and presumably keeping the MS03 backups on the same server that you are backing up , why not run the client version of MS03 from a central location. You can connect to all your QMs from this one MS03. We use this model, times 2 in case there is a problem on one of the MS03 servers the other one backs it up.
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
UglyAngelX
PostPosted: Wed Jan 16, 2008 7:12 am    Post subject: Reply with quote

Voyager

Joined: 04 Dec 2001
Posts: 90
Location: BEARS FAN IN STEELER COUNTRY

PeterPotkay wrote:
Instead of trying to install local copies of MS03 all over the place, and presumably keeping the MS03 backups on the same server that you are backing up , why not run the client version of MS03 from a central location. You can connect to all your QMs from this one MS03. We use this model, times 2 in case there is a problem on one of the MS03 servers the other one backs it up.


I totally agree with what you stated above, but the place I am at is not setup that way and it is not in the plans to do so. I have suggested this several times, because it was pretty much standard everywhere else I have been.
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 » saveqmgr not working
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.