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 » SOLVED: Installation of MQ Explorer on RHEL is not working

Post new topic  Reply to topic
 SOLVED: Installation of MQ Explorer on RHEL is not working « View previous topic :: View next topic » 
Author Message
romanik
PostPosted: Fri Jun 10, 2011 2:18 pm    Post subject: SOLVED: Installation of MQ Explorer on RHEL is not working Reply with quote

Newbie

Joined: 10 Jun 2011
Posts: 5

I have installed MQ Explorer as a support pack MS0T - ms0t_explorer7015_linux (downloaded and installed today) on my RHEL 5 running in VMware under Win7.

This machine also has MQ Server installed:
rpm -q -a |grep MQ
MQSeriesRuntime-7.0.1-0
MQSeriesServer-7.0.1-0
MQSeriesJRE-7.0.1-5
MQSeriesSDK-7.0.1-0
MQSeriesSamples-7.0.1-0

I also installed MB Explorer and install completed with no problems as can be seen in the MBE log file:
.........
Modify Text File - Single File: New File /opt/mqm/eclipseSDK33/eclipse/links/com.ibm.etools.wmadmin.Broker.Explorer.link
Status: SUCCESSFUL
Execute Command: /opt/ibm/WebSphere_MQ_Explorer_V7/bin/strmqcfg -i
Status: SUCCESSFUL

---------------------> However when I try to start the MQ Explorer (command "/opt/ibm/WebSphere_MQ_Explorer_V7/bin/strmqcfg" or "/opt/ibm/WebSphere_MQ_Explorer_V7/bin/runmqcfg") - I get this error:

./runmqcfg_rcp: line 66: ./eclipse: No such file or directory

At the same time I have installed MB Toolkit and MB server and it all works.

How do I install and make MQ Explorer and MB Explorer work?


Last edited by romanik on Tue Jun 14, 2011 4:53 am; edited 1 time in total
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Fri Jun 10, 2011 7:23 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

you may really want to upgrade MQ.
The current GA delivery for 7.0.1 is 7.0.1.3 and you should really try to go to 7.0.1.5...

Have fun
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
shashivarungupta
PostPosted: Fri Jun 10, 2011 7:33 pm    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

As per the info center for v7.0 , for 'strmqcfg' :

Code:
On Linux, the WebSphere MQ Explorer might fail to start if you have more than one Eclipse installation. If this happens, start the WebSphere MQ Explorer using a different user ID to the one you use for the other Eclipse installation.



_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
shashivarungupta
PostPosted: Fri Jun 10, 2011 7:34 pm    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

fjb_saper wrote:
you may really want to upgrade MQ.
The current GA delivery for 7.0.1 is 7.0.1.3 and you should really try to go to 7.0.1.5...



_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
Lieber653
PostPosted: Mon Jun 13, 2011 12:57 am    Post subject: Reply with quote

Newbie

Joined: 09 Jun 2011
Posts: 3

You can type "strmqcfg" command and it will activate the MQ Explorer. I haven't seen any command nor used "./eclipse" . Try strmqcfg and give us a shout.
Back to top
View user's profile Send private message
shashivarungupta
PostPosted: Mon Jun 13, 2011 4:36 am    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

Lieber653 wrote:
You can type "strmqcfg" command and it will activate the MQ Explorer. I haven't seen any command nor used "./eclipse" . Try strmqcfg and give us a shout.


romanik wrote:
However when I try to start the MQ Explorer (command "/opt/ibm/WebSphere_MQ_Explorer_V7/bin/strmqcfg"...



_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
romanik
PostPosted: Mon Jun 13, 2011 1:06 pm    Post subject: Still no luck Reply with quote

Newbie

Joined: 10 Jun 2011
Posts: 5

I downloaded and installed the latest patch MQ 7.0.1.5 and here is the config I have (not sure why the JRE appears twice?):

[mqm@caramel bin]$ rpm -q -a|grep MQ
MQSeriesRuntime-7.0.1-0
MQSeriesRuntime-U839623-7.0.1-5
MQSeriesJRE-7.0.1-5
MQSeriesJRE-U839623-7.0.1-5
MQSeriesServer-7.0.1-0
MQSeriesServer-U839623-7.0.1-5
MQSeriesSDK-7.0.1-0
MQSeriesSDK-U839623-7.0.1-5
MQSeriesSamples-7.0.1-0
MQSeriesSamples-U839623-7.0.1-5
(------ please note I reordered the list to make sure things match)

I have installe MQ as the root user and here is my directory (now using mqm user):

[mqm@caramel bin]$ pwd
/opt/ibm/WebSphere_MQ_Explorer_V7/bin
[mqm@caramel bin]$ ls -l
total 16
-rwxrwxr-x 1 root root 2632 Jun 10 17:13 runmqcfg
-rwxrwxr-x 1 root root 2663 Jun 10 17:13 runmqcfg_rcp
-rwxrwxr-x 1 root root 4499 Jun 10 17:13 strmqcfg
[mqm@caramel bin]$ id
uid=505(mqm) gid=504(mqm) groups=504(mqm)

no other Eclipse is running at this time on this Linux machine. Trying to run the command:
# ./strmqcfg

either as root or as mqm user I get the same error:

./runmqcfg_rcp: line 66: ./eclipse: No such file or directory

Not sure why is the MQ Explorer not starting and not finding Eclipse?
Looking at that line 66 in the file "runmqcfg_rcp" here is what it says:

AMQ_EXPLORER="./eclipse"

Shall I install Eclipse separately? The directory "/opt/ibm/WebSphere_MQ_Explorer_V7/bin" definitely does not have the executable file "eclipse" - see my listing for the "ls" command above. Does it mean SupportPac did not install Eclipse for me? I think the install instructions for MQ Explorer says that Eclipse is installed with the SupportPac, so I wont need to do it myself.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Mon Jun 13, 2011 2:03 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Seems you missed some of the installables.
Looking at the install on Windows (V7) there is a prerequisite directory and the version of eclipse is on the install media...

Did you install this?
From you previous posts I'd say no.

Have fun
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
romanik
PostPosted: Mon Jun 13, 2011 2:35 pm    Post subject: Problem fixed by reinstall Reply with quote

Newbie

Joined: 10 Jun 2011
Posts: 5

I figured out the problem - I think it failed since installed MessageBroker Explorer before I installed MQ Explorer.

I uninstalled both as well as JRE RPMs, then did reboot and fresh install of the MQ Explorer and now it starts ok.
Back to top
View user's profile Send private message
shashivarungupta
PostPosted: Mon Jun 13, 2011 3:42 pm    Post subject: Re: Problem fixed by reinstall Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

romanik wrote:
I figured out the problem - I think it failed since installed MessageBroker Explorer before I installed MQ Explorer.

I uninstalled both as well as JRE RPMs, then did reboot and fresh install of the MQ Explorer and now it starts ok.


Okey. What about MB Explorer ?
_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
shashivarungupta
PostPosted: Mon Jun 13, 2011 3:54 pm    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

By the way, if that solves all the problems related to this post/concern, you can edit its subject and add 'SOLVED' in line.

_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
romanik
PostPosted: Tue Jun 14, 2011 4:54 am    Post subject: Re: Problem fixed by reinstall Reply with quote

Newbie

Joined: 10 Jun 2011
Posts: 5

shashivarungupta wrote:
romanik wrote:
I figured out the problem - I think it failed since installed MessageBroker Explorer before I installed MQ Explorer.

I uninstalled both as well as JRE RPMs, then did reboot and fresh install of the MQ Explorer and now it starts ok.


Okey. What about MB Explorer ?


Once I got MQ Explorer working, then installed MB Explorer and it now works too. (I had to uninstall both before trying to reinstall)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » SOLVED: Installation of MQ Explorer on RHEL is not working
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.