Author |
Message
|
Inisah |
Posted: Fri Jul 18, 2014 2:59 am Post subject: Not able to uninstall |
|
|
Apprentice
Joined: 21 Mar 2014 Posts: 44
|
We are decommissioning a server and trying to unistall MQ from that sever
Name: WebSphere MQ
Version: 6.0.2.8
CMVC level: p600-208-090930
I tried via smitty and installp -u options to uninstall MQ . But getting the below error:
Verifying selections...You seem to have an MQ queue manager still running. m
You must stop all MQ processing, and stop the Queue
Manager(s) by using the endmqm command before trying to
install/update/delete the MQ product
But when I do a grep on mqm , there are no processes running for mqm.I checked the previous posts in the forum. It mentioned like it could be due to some txt file present under /var/mqm/qmgrs folder. I even checked that. I don't find anything unusual there.
Can some one tell me is there any way to delete the queue managers from the server? |
|
Back to top |
|
 |
PeterPotkay |
Posted: Fri Jul 18, 2014 3:02 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
What does the dspmq command show? _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
Inisah |
Posted: Fri Jul 18, 2014 3:05 am Post subject: |
|
|
Apprentice
Joined: 21 Mar 2014 Posts: 44
|
STATUS(Ended unexpectedly) |
|
Back to top |
|
 |
PeterPotkay |
Posted: Fri Jul 18, 2014 3:17 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
grep for mq, to find any orphanded mq processes. Maybe some MQ process are left runing that were started by someone other than mqm. This would find an orphaned runmqlsr process which I have seen sometimes. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
Inisah |
Posted: Fri Jul 18, 2014 3:25 am Post subject: |
|
|
Apprentice
Joined: 21 Mar 2014 Posts: 44
|
I tried ps -ef|grep mq*
No prcesses related to mq is running on the server |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Jul 18, 2014 5:40 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Did you try running amqiclen to make sure all in-memory processes have been released?
ipcs -a | grep mq comes to mind as well...
And did you also stop the mq monitoring software trying to access the qmgr?
Any broker running on top of the qmgr that is not stopped??  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Inisah |
Posted: Tue Jul 29, 2014 5:30 am Post subject: |
|
|
Apprentice
Joined: 21 Mar 2014 Posts: 44
|
MQ monitoring was the culprit. Thanks for your inputs |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Jul 29, 2014 5:59 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Inisah wrote: |
MQ monitoring was the culprit. Thanks for your inputs |
What app or process was the culprit? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
Inisah |
Posted: Tue Jul 29, 2014 6:13 am Post subject: |
|
|
Apprentice
Joined: 21 Mar 2014 Posts: 44
|
|
Back to top |
|
 |
|