Author |
Message
|
jpeela |
Posted: Thu Jul 06, 2006 1:48 am Post subject: MQ installlation problem, |
|
|
 Centurion
Joined: 23 Jan 2006 Posts: 139
|
HI evryone,
need some help urgently regarding..
using RED HAT linux kernel 2.6.9-5, MQ6.0.
People had installed the MQ 6.0 , itseems there was problem while installing the IES 30 rpm saying mozilla required,but mozilla is already installed
[root@itlsys36 ~]# whereis mozilla
mozilla: /usr/lib/mozilla /usr/local/mozilla
but its not identifying, they continued with other packages aswell.
later while uninstalling the packages its unable to uninstall saying that some qmanagers are running though no such qmanagers,
rpm -e MQSeriesMsg_fr-6.0.0-0
You seem to have an MQ queue manager still running. You must stop the
processes by using the endmqm command before trying to uninstall the package.
error: %preun(MQSeriesMsg_fr-6.0.0-0.i386) scriptlet failed, exit status 1
even dspmq is not working
checked in the /var/mqm/qmgrs/ folder but no qmanagers are there.
checked for the fdc
|
| Date/Time :- Thursday July 06 03:13:45 EDT 2006 |
| Host Name :- itlsys36 (Linux 2.6.9-5.ELsmp) |
| PIDS :- 5724H7204 |
| LVLS :- 6.0.0.0 |
| Product Long Name :- WebSphere MQ for Linux for Intel |
| Vendor :- IBM |
| Probe Id :- XY077003 |
| Application Name :- MQM |
| Component :- xtrGetTraceLock |
| SCCS Info :- lib/cs/unix/generic/amqxparx.c, 1.140 |
| Line Number :- 299 |
| Build Date :- May 19 2005 |
| CMVC level :- p000-L050519 |
| Build Type :- IKAP - (Production) |
| UserID :- 00000501 (UNKNOWN) |
| Program Name :- crtmqm |
| Addressing mode :- 32-bit |
| Process :- 4185 |
| Thread-Process :- 4185 |
| Thread :- 1 |
| ThreadingModel :- PosixThreads |
| Major Errorcode :- xecF_E_UNEXPECTED_SYSTEM_RC |
| Minor Errorcode :- OK |
| Probe Type :- MSGAMQ6119 |
| Probe Severity :- 2 |
| Probe Description :- AMQ6119: An internal WebSphere MQ error has occurred |
| ('7 - Argument list too long' from semop.) |
| FDCSequenceNumber :- 0 |
| Arith1 :- 7 7 |
| Comment1 :- '7 - Argument list too long' from semop.
no such pid found
root 4134 1 0 03:05 ? 00:00:00 /bin/sh /usr/lib/firefox-1.0/firroot 4162 4134 0 03:05 ? 00:00:00 /bin/sh /usr/lib/firefox-1.0/runroot 4167 4162 0 03:05 ? 00:00:03 /usr/lib/firefox-1.0/firefox-binroot 4184 1 0 03:11 ? 00:00:01 gedit file:///var/mqm/errors/AMQroot 4191 4116 0 03:13 pts/1 00:00:00 ps -ef
any solution please rteply, ASAP.
bye _________________ Jogi |
|
Back to top |
|
 |
Philip Morten |
Posted: Thu Jul 06, 2006 6:29 am Post subject: |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
The preun scriptlet is running the command "/opt/mqm/bin/amqiclen -x" at that point, the purpose of this command is to clean up shared resources on the system that were created by MQ, it will fail if any of the shared resources are in use. You could try running the amqiclen command yourself adding the -v option which should give more information. _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
jpeela |
Posted: Thu Jul 06, 2006 10:13 am Post subject: |
|
|
 Centurion
Joined: 23 Jan 2006 Posts: 139
|
thanx philip,
I have tried that manually from the path issued the amqiclen -x command but still shows the same error.i even tried out -F and -p but no use.
any help.
thanx in advance. _________________ Jogi |
|
Back to top |
|
 |
wschutz |
Posted: Thu Jul 06, 2006 10:38 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
can you re-boot the system? that certainly will remove the shared resources...if not, you'll have to use ipcs to find the resource owned by 'mqm" and then ipcrm them. _________________ -wayne |
|
Back to top |
|
 |
jpeela |
Posted: Thu Jul 06, 2006 11:47 am Post subject: |
|
|
 Centurion
Joined: 23 Jan 2006 Posts: 139
|
hi wschutz,
We even triedf that,we also tried seeing the processes running and looked to kill any such,but we didnot find one such.reboot also didnot help.
any other approach.
thanx in advance. _________________ Jogi |
|
Back to top |
|
 |
Philip Morten |
Posted: Fri Jul 07, 2006 3:05 am Post subject: |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
Can you try "amqiclen -v -x" ( as root ) please, that should give some error information _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
jpeela |
Posted: Fri Jul 07, 2006 7:40 am Post subject: |
|
|
 Centurion
Joined: 23 Jan 2006 Posts: 139
|
yes philip ,
as you said this is the error
Failed to lock the subpools lock. [errno: 7 Argument list too long]
Unable to lock subpools lock.
could this help u.
thanx in advance. _________________ Jogi |
|
Back to top |
|
 |
jpeela |
Posted: Mon Jul 10, 2006 7:47 am Post subject: |
|
|
 Centurion
Joined: 23 Jan 2006 Posts: 139
|
no repliesjavascript:emoticon(' ') _________________ Jogi |
|
Back to top |
|
 |
Philip Morten |
Posted: Tue Jul 11, 2006 2:04 am Post subject: |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
Well, I don't know why you are getting that error, but it can be bypassed by adding --nopreun to your rpm -e command. _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
jpeela |
Posted: Tue Jul 11, 2006 2:20 am Post subject: |
|
|
 Centurion
Joined: 23 Jan 2006 Posts: 139
|
thanx philip i would try this out. _________________ Jogi |
|
Back to top |
|
 |
jpeela |
Posted: Wed Jul 12, 2006 2:26 am Post subject: |
|
|
 Centurion
Joined: 23 Jan 2006 Posts: 139
|
Thanx philip that did worked.
Thanx everyone any way,the problem solved.
What could i do without Mqseries.net,thanqu all. _________________ Jogi |
|
Back to top |
|
 |
|