Author |
Message
|
helpwithmq |
Posted: Mon Apr 12, 2004 2:26 am Post subject: MQ Series 5.3 [Linux] Trial post installation troubles |
|
|
Newbie
Joined: 11 Apr 2004 Posts: 4
|
I am having problems creating QMgrs with MQ 5.3 trial for linux. Installation went smoothly after I upgraded by RedHat 9 box to Fedora Yarrow release and did a Kernel update. Ran the mqlicense.sh, accepted and then installed the RPM's without any errors.
When I try to create a QMgr as the 'mqm' user, this is what I get:
crtmqm: relocation error: /opt/mqm/lib/libmqmr_r.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
Heres the system info:
Linux redhat9 2.4.22-1.2115.nptl #1 Wed Oct 29 15:42:51 EST 2003 i686 i686 i386 GNU/Linux
Any fixes/workarounds to avoid this?  |
|
Back to top |
|
 |
bower5932 |
Posted: Mon Apr 12, 2004 6:09 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
Try exporting LD_ASSUME_KERNEL=2.4.0 and see if it works. |
|
Back to top |
|
 |
helpwithmq |
Posted: Mon Apr 12, 2004 6:44 am Post subject: export LD_ASSUME_KERNEL=2.4.0 isnt helping |
|
|
Newbie
Joined: 11 Apr 2004 Posts: 4
|
I tried to create a qmanager after exporting LD_ASSUME_KERNEL=2.4.0, but when I run
crtmqm -q QM_n, nothing happens after the message about trial duration is printed - "There are 89 days left in the trial period for this copy of WebSphere MQ." and then it just waits forever.
Heres the output from 'top'
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU COMMAND
2667 gdm 16 0 9872 9872 7640 S 0.0 0.9 0:00 0 gdmgreeter
2659 root 15 0 137M 8448 2344 S 0.0 0.8 0:00 0 X
3137 mqm 25 0 3696 3696 3188 R 99.9 0.3 7:43 0 crtmqm
crtmqm was consuming about 99.99% of CPU (2.2GHz)
- I then killed all instances of crtmqm.
- In '/var/mqm/qmgrs/' theres a dir named after the QMgr I tried to create.
- Assuming that the QMgr was created, I tried to start it with strmqm. I get the following error message after which it quits:
"There are 89 days left in the trial period for this copy of WebSphere MQ.
WebSphere MQ was unable to display an error message 893."
- dltmqm however runs fine and the dir for the QMgr I tried to create is deleted from /var/mqm/qmgrs
Is there anything else I should try to get it to work?
bower5932 wrote: |
Try exporting LD_ASSUME_KERNEL=2.4.0 and see if it works. |
|
|
Back to top |
|
 |
kman |
Posted: Mon Apr 12, 2004 8:03 pm Post subject: |
|
|
Partisan
Joined: 21 Jan 2003 Posts: 309 Location: Kuala Lumpur, Malaysia
|
Try using LD_ASSUME_KERNEL=2.4.19 instead. |
|
Back to top |
|
 |
helpwithmq |
Posted: Tue Apr 13, 2004 7:11 pm Post subject: this didnt work either |
|
|
Newbie
Joined: 11 Apr 2004 Posts: 4
|
Tried this as well and I am getting the same behaviour
kman wrote: |
Try using LD_ASSUME_KERNEL=2.4.19 instead. |
|
|
Back to top |
|
 |
gunter |
Posted: Wed Apr 14, 2004 3:18 am Post subject: |
|
|
Partisan
Joined: 21 Jan 2004 Posts: 307 Location: Germany, Frankfurt
|
It works for me, maybe you have to clean up the quemanager before creating it. Use an other name or remove the quemanager manually. _________________ Gunter Jeschawitz
IBM Certified System Administrator - Websphere MQ, 5.3 |
|
Back to top |
|
 |
|