ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » MQ installlation problem,

Post new topic  Reply to topic
 MQ installlation problem, « View previous topic :: View next topic » 
Author Message
jpeela
PostPosted: Thu Jul 06, 2006 1:48 am    Post subject: MQ installlation problem, Reply with quote

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
View user's profile Send private message AIM Address Yahoo Messenger
Philip Morten
PostPosted: Thu Jul 06, 2006 6:29 am    Post subject: Reply with quote

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
View user's profile Send private message
jpeela
PostPosted: Thu Jul 06, 2006 10:13 am    Post subject: Reply with quote

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
View user's profile Send private message AIM Address Yahoo Messenger
wschutz
PostPosted: Thu Jul 06, 2006 10:38 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail AIM Address
jpeela
PostPosted: Thu Jul 06, 2006 11:47 am    Post subject: Reply with quote

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
View user's profile Send private message AIM Address Yahoo Messenger
Philip Morten
PostPosted: Fri Jul 07, 2006 3:05 am    Post subject: Reply with quote

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
View user's profile Send private message
jpeela
PostPosted: Fri Jul 07, 2006 7:40 am    Post subject: Reply with quote

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
View user's profile Send private message AIM Address Yahoo Messenger
jpeela
PostPosted: Mon Jul 10, 2006 7:47 am    Post subject: Reply with quote

Centurion

Joined: 23 Jan 2006
Posts: 139

no repliesjavascript:emoticon('')
_________________
Jogi
Back to top
View user's profile Send private message AIM Address Yahoo Messenger
Philip Morten
PostPosted: Tue Jul 11, 2006 2:04 am    Post subject: Reply with quote

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
View user's profile Send private message
jpeela
PostPosted: Tue Jul 11, 2006 2:20 am    Post subject: Reply with quote

Centurion

Joined: 23 Jan 2006
Posts: 139

thanx philip i would try this out.
_________________
Jogi
Back to top
View user's profile Send private message AIM Address Yahoo Messenger
jpeela
PostPosted: Wed Jul 12, 2006 2:26 am    Post subject: Reply with quote

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
View user's profile Send private message AIM Address Yahoo Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » MQ installlation problem,
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.