Author |
Message
|
amqsput |
Posted: Sat Mar 31, 2007 2:14 pm Post subject: AMQ8101:WebSphere MQ error (893) has occurred |
|
|
Newbie
Joined: 21 Mar 2007 Posts: 8
|
Hi,
I am getting the above error when i try to use the "crtmqm -q QM1", i installed Websphere MQ 6 on Linux 5,
LD_ASSUME_KERNEL=2.4.19
export LD_ASSUME_KERNEL
Thanks |
|
Back to top |
|
 |
LuisFer |
Posted: Sun Apr 01, 2007 1:54 am Post subject: Re: AMQ8101:WebSphere MQ error (893) has occurred |
|
|
 Partisan
Joined: 17 Aug 2002 Posts: 302
|
amqsput wrote: |
Hi,
I am getting the above error when i try to use the "crtmqm -q QM1", i installed Websphere MQ 6 on Linux 5,
LD_ASSUME_KERNEL=2.4.19
export LD_ASSUME_KERNEL
Thanks |
I'm install WMQ 6.0.2.0 on Fedora 6 x86_64. I had the same problem, solved changed the SHELL from BASH to ZSH, without LD_ASSUME_KERNEL
Regards |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Apr 01, 2007 3:16 am Post subject: Re: AMQ8101:WebSphere MQ error (893) has occurred |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
LuisFer wrote: |
I'm install WMQ 6.0.2.0 on Fedora 6 x86_64. I had the same problem, solved changed the SHELL from BASH to ZSH, without LD_ASSUME_KERNEL
Regards |
Luis don't know anything about zsh. Is it specific to Linux? or zLinux?
On most Unix systems ksh is the preferred shell for MQ... would ksh work for you?
Thanks for clearing up my confusion...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
LuisFer |
Posted: Sun Apr 01, 2007 4:57 am Post subject: Re: AMQ8101:WebSphere MQ error (893) has occurred |
|
|
 Partisan
Joined: 17 Aug 2002 Posts: 302
|
The ZSH shell (http://www.zsh.org) include the KSH shell.
I don't Know it (alwyas i used BASH or KSH) but i probe with this , after reading the introduction and the CRTMQM worked fine !!.
I'm probing this DISTRO because i'm started a project with MQ on z/Linux.
Fedora is not supported by MQ (i think) but this works fine under VMWare (AMD-64) and Turion64.
My probes:about 4 Million messages NPM 4Kb on every platform: z/OS(v531), Tandem(v5134), Solaris(v53012), Aix(v53012),Windows (v53012-XP,2000,2003-),
Regards |
|
Back to top |
|
 |
EddieA |
Posted: Mon Apr 02, 2007 1:24 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
I would look at the FDC that would have been cut, to see exactly what the issue is.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
David.Partridge |
Posted: Tue Apr 03, 2007 7:37 am Post subject: |
|
|
 Master
Joined: 28 Jun 2001 Posts: 249
|
Once you've completed the uninstall of MQ 5.3 you should unset LD_ASSUME_KERNEL. The Quick Beginnings manual for Linux is quite explicit about this:
5. Uninstall WebSphere MQ Version 5.3.
6. Unset the LD_ASSUME_KERNEL and RPM_FORCE_NPTL environment variables by typing the following commands:
unset LD_ASSUME_KERNEL
unset RPM_FORCE_NPTL
7. Check your system has the required WebSphere MQ prerequisites and install WebSphere MQ Version 6.0 as described in the following sections.
8. Restart WebSphere MQ.
If you aren't using RHEL 3, then be careful, as the installed threading library is crucial:
Threading Models
The support for threads on Linux is provided by the pthreads library.
Most distributions based upon the 2.4 series kernels, such as those based upon UnitedLinux 1.0, include the LinuxThreads pthreads library. This threading library differs from most others in that the 'getpid()' function returns a different value for each thread in a process and is identified as a separate process in the output of the 'ps' command.
Most distributions based upon the 2.6 series kernels, such as those based upon UnitedLinux 2.0, include the Native Posix Threading Library (NPTL). NPTL was written as the replacement to LinuxThreads and relies on updates made to recent kernels to overcome some of the shortfalls of LinuxThreads. Notably, threads within a process return the same pid from calls to 'getpid()' and closer compliance to the POSIX Threads specification.
Both of these threading models are supported for use with the WebSphere MQ Queue Manager and applications which connect to WebSphere MQ.
Other threading libraries exist as replacements for these threading libraries, however, none of these replacements are supported for use with the WebSphere MQ Queue Manager or applications which connect to WebSphere MQ.
HTH
Dave |
|
Back to top |
|
 |
Gaya3 |
Posted: Tue Apr 17, 2007 10:48 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
Post the FDC's
following would be the error codes
ocmRC_UNEXPECTED_CSV_STATE
ocmRC_UNEXPECTED_ERROR
urcMS_ERROR
zrc_CSPRC_UNEXPECTED_ERROR
Thanks and Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
|