Author |
Message
|
ainulindale |
Posted: Tue Jul 30, 2002 9:51 am Post subject: CSD4 on Solaris 8 |
|
|
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 |
|
 |
jc_squire |
Posted: Tue Jul 30, 2002 12:55 pm Post subject: |
|
|
 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 |
|
 |
ainulindale |
Posted: Tue Jul 30, 2002 1:03 pm Post subject: Re: CSD4 |
|
|
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 |
|
 |
jc_squire |
Posted: Tue Jul 30, 2002 1:45 pm Post subject: |
|
|
 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 |
|
 |
ainulindale |
Posted: Tue Jul 30, 2002 1:53 pm Post subject: CSD4 on Solaris 8 |
|
|
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 |
|
 |
jc_squire |
Posted: Tue Jul 30, 2002 4:31 pm Post subject: |
|
|
 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 |
|
 |
mrlinux |
Posted: Wed Jul 31, 2002 4:28 am Post subject: |
|
|
 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 |
|
 |
bower5932 |
Posted: Wed Jul 31, 2002 4:43 am Post subject: |
|
|
 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 |
|
 |
ainulindale |
Posted: Wed Jul 31, 2002 5:19 am Post subject: CSD4 |
|
|
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 |
|
 |
jc_squire |
Posted: Wed Jul 31, 2002 11:30 am Post subject: |
|
|
 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 |
|
 |
|