Author |
Message
|
DTran |
Posted: Wed Feb 28, 2007 6:10 am Post subject: install MQ 5.3 on AIX 5.3 ML 3 |
|
|
 Acolyte
Joined: 11 May 2006 Posts: 62 Location: Amsterdam
|
Hi,
I have a problem with MQ 5.3 on AIX 5.3. The installation goes well, but when i try to create a qmgr i receive this error
$ crtmqm -q <QMGR>
AMQ8101: WebSphere MQ error (893) has occurred.
Can somebody tell me what i have done? or do i miss something during the installation?
This is the FDC files
+-----------------------------------------------------------------------------+
| |
| WebSphere MQ First Failure Symptom Report |
| ========================================= |
| |
| Date/Time :- Wednesday February 28 15:08:58 CET 2007 |
| Host Name :- <hostName> (AIX 5.3) |
| PIDS :- 5724B4101 |
| LVLS :- 530.11 CSD11 |
| Product Long Name :- WebSphere MQ for AIX |
| Vendor :- IBM |
| Probe Id :- ZT049001 |
| Application Name :- MQM |
| Component :- zutPreReadMachineIniFile |
| Build Date :- Aug 2 2005 |
| CMVC level :- p530-11-L050802 |
| Build Type :- IKAP - (Production) |
| UserID :- 00018304 (mqm) |
| Program Name :- crtmqm |
| Process :- 01228984 |
| Thread :- 00000001 |
| Major Errorcode :- xecF_E_UNEXPECTED_RC |
| Minor Errorcode :- xecU_E_INI_FILE_NOT_FOUND |
| Probe Type :- MSGAMQ6118 |
| Probe Severity :- 2 |
| Probe Description :- AMQ6118: An internal WebSphere MQ error has occurred |
| (20006166) |
| FDCSequenceNumber :- 0 |
| Arith1 :- 536895846 20006166 |
| |
+-----------------------------------------------------------------------------+ |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Feb 28, 2007 6:13 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
893 is a non-specific error.
There will be errors in /var/mqm/errors/AMQERR01.LOG _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
DTran |
Posted: Wed Feb 28, 2007 6:15 am Post subject: |
|
|
 Acolyte
Joined: 11 May 2006 Posts: 62 Location: Amsterdam
|
Thnx for your quick respond. This is the error files
----- amqxfdcx.c : 728 --------------------------------------------------------
02/28/07 15:12:20
AMQ6119: An internal WebSphere MQ error has occurred ('2 - A file or directory
in the path name does not exis' from xcsFtok.)
EXPLANATION:
MQ detected an unexpected error when calling the operating system. The MQ error
recording routine has been called.
ACTION:
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.
----- amqxfdcx.c : 688 --------------------------------------------------------
02/28/07 15:12:20
AMQ6183: An internal WebSphere MQ error has occurred.
EXPLANATION:
An error has been detected, and the WebSphere MQ error recording routine has
been called. The failing process is process 1208448.
ACTION:
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.
----- amqxfdcx.c : 728 --------------------------------------------------------
02/28/07 15:12:20
AMQ6118: An internal WebSphere MQ error has occurred (20006166)
EXPLANATION:
An error has been detected, and the MQ error recording routine has been called.
ACTION:
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.
----- amqxfdcx.c : 688 --------------------------------------------------------
02/28/07 15:12:20
AMQ6183: An internal WebSphere MQ error has occurred.
EXPLANATION:
An error has been detected, and the WebSphere MQ error recording routine has
been called. The failing process is process 1208448.
ACTION:
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.
----- amqxfdcx.c : 728 -------------------------------------------------------- |
|
Back to top |
|
 |
bbburson |
Posted: Wed Feb 28, 2007 6:23 am Post subject: Re: install MQ 5.3 on AIX 5.3 ML 3 |
|
|
Partisan
Joined: 06 Jan 2004 Posts: 378 Location: Nowhere near a queue manager
|
DTran wrote: |
| Probe Id :- ZT049001 |
| Application Name :- MQM |
| Component :- zutPreReadMachineIniFile |
. . .
| Minor Errorcode :- xecU_E_INI_FILE_NOT_FOUND |
|
Make sure /var/mqm/mqs.ini exists and has the correct permissions. |
|
Back to top |
|
 |
DTran |
Posted: Wed Feb 28, 2007 7:07 am Post subject: |
|
|
 Acolyte
Joined: 11 May 2006 Posts: 62 Location: Amsterdam
|
Hi burson,
The error occured during the creation of a qmgr, so the mqs.ini hasn't created yet...
Even if i copy the filesystems from the old qmgr to this new server. and try to start i received this error
$ strmqm
ksh: strmqm: not found.
It seems that the whole MQ commands is not available. |
|
Back to top |
|
 |
Philip Morten |
Posted: Wed Feb 28, 2007 7:25 am Post subject: |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
DTran wrote: |
Hi burson,
The error occured during the creation of a qmgr, so the mqs.ini hasn't created yet... |
mqs.ini is created during installation ( it is copied from /usr/mqm/samp if it does not already exist ), the entry for the specific queue manager is not created until crtmqm.
DTran wrote: |
Even if i copy the filesystems from the old qmgr to this new server. and try to start i received this error
|
Which filesystems did you copy?
DTran wrote: |
$ strmqm
ksh: strmqm: not found.
It seems that the whole MQ commands is not available. |
It looks as if your installation was not good - can you show the output from lslpp -l | grep mqm _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
DTran |
Posted: Wed Feb 28, 2007 9:03 am Post subject: |
|
|
 Acolyte
Joined: 11 May 2006 Posts: 62 Location: Amsterdam
|
Hi Philip,
the filesystems /var/mqm/* is copied. The result of lslpp is
$lslpp -l|grep mqm
mqm.Client.Bnd 5.3.0.2 COMMITTED WebSphere MQ Client Bundle
mqm.base.runtime 5.3.0.11 COMMITTED WebSphere MQ Runtime for
mqm.base.samples 5.3.0.11 COMMITTED WebSphere MQ Samples
mqm.base.sdk 5.3.0.11 COMMITTED WebSphere MQ Base Kit for
mqm.client.rte 5.3.0.11 COMMITTED WebSphere MQ Client for AIX
mqm.java.rte 5.3.0.11 COMMITTED WebSphere MQ Java Client and
mqm.msg.en_US 5.3.0.11 COMMITTED WebSphere MQ Messages - U.S.
mqm.base.runtime 5.3.0.11 COMMITTED WebSphere MQ Runtime for
mqm.man.en_US.data 5.3.0.11 COMMITTED WebSphere MQ Man Pages - U.S. |
|
Back to top |
|
 |
Gaya3 |
Posted: Wed Feb 28, 2007 6:39 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
Where is the mq server here.
mqm.server.rte
or do you want it to be a client, if its client, you can't create any qmgrs
Thanks and Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
DTran |
Posted: Wed Feb 28, 2007 10:21 pm Post subject: |
|
|
 Acolyte
Joined: 11 May 2006 Posts: 62 Location: Amsterdam
|
Hi Gaya3,
I just do the lslpp again.
lslpp -l |grep mqm
mqm.Client.Bnd 5.3.0.2 COMMITTED WebSphere MQ Client Bundle
mqm.Server.Bnd 5.3.0.2 COMMITTED WebSphere MQ Server Bundle
mqm.base.runtime 5.3.0.11 COMMITTED WebSphere MQ Runtime for
mqm.base.samples 5.3.0.11 COMMITTED WebSphere MQ Samples
mqm.base.sdk 5.3.0.11 COMMITTED WebSphere MQ Base Kit for
mqm.client.rte 5.3.0.11 COMMITTED WebSphere MQ Client for AIX
mqm.java.rte 5.3.0.11 COMMITTED WebSphere MQ Java Client and
mqm.keyman.rte 5.3.0.11 COMMITTED WebSphere MQ Support for GSKit
mqm.msg.en_US 5.3.0.11 COMMITTED WebSphere MQ Messages - U.S.
mqm.server.rte 5.3.0.11 COMMITTED WebSphere MQ Server
mqm.base.runtime 5.3.0.11 COMMITTED WebSphere MQ Runtime for
mqm.man.en_US.data 5.3.0.11 COMMITTED WebSphere MQ Man Pages - U.S.
We install only MQ Server. |
|
Back to top |
|
 |
vennela |
Posted: Wed Feb 28, 2007 10:28 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
If you want to verify whether your installation is ok or not, you can issue
Maybe your installation is messed up, maybe your file permissions are not right maybe your binaries doesn't have the right stickys etc.
If this is a new installation, I would advise you install again. |
|
Back to top |
|
 |
DTran |
Posted: Thu Mar 01, 2007 1:24 am Post subject: |
|
|
 Acolyte
Joined: 11 May 2006 Posts: 62 Location: Amsterdam
|
Thnx Vennela,
when i execute the command its return nothing
mqm [/home/mqm] lppchk -v
mqm [/home/mqm]
So can i conclude that the installation is messed up. I will ask our UNIX support to do the installationm again. |
|
Back to top |
|
 |
|