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 » IBM MQ Installation/Configuration Support » CSD4 on Solaris 8

Post new topic  Reply to topic
 CSD4 on Solaris 8 « View previous topic :: View next topic » 
Author Message
ainulindale
PostPosted: Tue Jul 30, 2002 9:51 am    Post subject: CSD4 on Solaris 8 Reply with quote

Newbie

Joined: 30 Jul 2002
Posts: 4

I recently installed CSD4 on Solaris 8.
All seemed good, but when I run crtmqm or strmqm command, display me an error:

The system could not load the module '/opt/mqm/lib/amqzfu' for the installable service 'AuthorizationService' component
'MQSeries.UNIX.auth.service'. The system return code was 536895861. The Queue Manager is continuing without this component.

I "solved" this with the variable MQSNOAUT=no, but now I have another log message:

AMQ6174: The library /var/mqm/exits/amqzxmr0 was not found. The queue manager will continue without this module.

What it's the problem?

Regards.
Back to top
View user's profile Send private message
jc_squire
PostPosted: Tue Jul 30, 2002 12:55 pm    Post subject: Reply with quote

Centurion

Joined: 14 Apr 2002
Posts: 105
Location: New Zealand

Hi,

Sounds like you have some serious problems !!!!!

Suggest you try to re-install.

Regards
_________________
J C Squire
IBM Certified Specialist - MQSeries
Back to top
View user's profile Send private message
ainulindale
PostPosted: Tue Jul 30, 2002 1:03 pm    Post subject: Re: CSD4 Reply with quote

Newbie

Joined: 30 Jul 2002
Posts: 4

Please, don't tell me that.

I should reinstall all MQSeries (MQSeries Server, Client and Message Services, CSD4)

The CSD are cumulative or sequentials?
Back to top
View user's profile Send private message
jc_squire
PostPosted: Tue Jul 30, 2002 1:45 pm    Post subject: Reply with quote

Centurion

Joined: 14 Apr 2002
Posts: 105
Location: New Zealand

you can always try to play around a bit ...

does /var/mqm/exits/amqzxmr0 exist ? If not, do you have MQ installed on another server or do you have a backup of your current config? If you restore the library does everything work normally?

Regards
_________________
J C Squire
IBM Certified Specialist - MQSeries
Back to top
View user's profile Send private message
ainulindale
PostPosted: Tue Jul 30, 2002 1:53 pm    Post subject: CSD4 on Solaris 8 Reply with quote

Newbie

Joined: 30 Jul 2002
Posts: 4

The file exists, but when I recreate the queue manager or execute strmqm command, the log file AMQERR01.LOG seems as follow:

07/30/02 17:10:32
AMQ6174: The library /var/mqm/exits/amqzxmr0 was not found. The queue manager will continue without this module.

I want to change the /var/mqm/exits path to /opt/mqm/lib path, because the last has the files.
Back to top
View user's profile Send private message
jc_squire
PostPosted: Tue Jul 30, 2002 4:31 pm    Post subject: Reply with quote

Centurion

Joined: 14 Apr 2002
Posts: 105
Location: New Zealand

Basically, seems like you are applying an exit (amqzxmr0) somewhere in your MQ config but MQ is not able to find it in the default path and then continuing without applying this exit.

/var/mqm/exits is a system default directory that contains message, data conversion and channel exits and normally a path is defined in the qm.ini file - you can either cp amqzxmr0 to /var/mqm/exits or change the path in the qm.ini file to /opt/mqm/lib but this will cause the same problem with other exits you have in /var/mqm/exits.

Looks like that should work ...
_________________
J C Squire
IBM Certified Specialist - MQSeries
Back to top
View user's profile Send private message
mrlinux
PostPosted: Wed Jul 31, 2002 4:28 am    Post subject: Reply with quote

Grand Master

Joined: 14 Feb 2002
Posts: 1261
Location: Detroit,MI USA

it sounds like permissons may have gotten changed do you have another
box to compare the permissions ???
_________________
Jeff

IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries
Back to top
View user's profile Send private message Send e-mail
bower5932
PostPosted: Wed Jul 31, 2002 4:43 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Aug 2001
Posts: 3023
Location: Dallas, TX, USA

I just did a search on an internal database. The only information that I found that appeared to even be remotely related:

    Make sure that the user issuing the strmqm is part of the mqm group
    Make sure that LD_LIBRARY_PATH is set correctly
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
ainulindale
PostPosted: Wed Jul 31, 2002 5:19 am    Post subject: CSD4 Reply with quote

Newbie

Joined: 30 Jul 2002
Posts: 4

Mmm...I modified the .profile and add the variable LD_LIBRARY_PATH=/opt/mqm/lib and doesn't work. I copied the full directory into /var/mqm/exits and doesn´t work too.

The log seems as follow:

07/31/02 08:48:10
AMQ6175: The system could not dynamically load the library
/var/mqm/exits/amqzxmr0. The error message was ld.so.1: amqzxma0: fatal: relocation error: file /opt/mqm/lib/libmqmr.so: symbol lpiSPIPut: referenced symbol not found. The Queue Manager will continue without this module.

EXPLANATION:
This message applies to Sun Solaris systems. The dynamically loadable file /var/mqm/exits/amqzxmr0 failed to load correctly due to an internal error. and the MQSeries error recording routine has been called.
ACTION:
Check that the file has not been corrupted then use the standard facilities
supplied with your system to record the problem identifier, and to save the
generated output files. Contact your IBM support center. Do not discard these files until the problem has been resolved.
Back to top
View user's profile Send private message
jc_squire
PostPosted: Wed Jul 31, 2002 11:30 am    Post subject: Reply with quote

Centurion

Joined: 14 Apr 2002
Posts: 105
Location: New Zealand

When you copied the full directory to /var/mqm/exits did you check the permissions? The other thing to check is whether amqzxmr0 has any dependencies.

Also, can you check whether the file is corrupt? Do you know where in your MQ config this exit is being called? What happens if you stop this exit from being called?

Regards
_________________
J C Squire
IBM Certified Specialist - MQSeries
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 » IBM MQ Installation/Configuration Support » CSD4 on Solaris 8
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.