Author |
Message
|
Gideon |
Posted: Mon Jan 13, 2014 3:32 pm Post subject: MQ Client on Linux |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
I mave a machine on which I need to verify that the MQ client is NOT on this machine.
I do not have authorization to put the MQ Client on this machine, so it is difficult to experiment. Also I have never actually used a MQ client
What path would it be installed on Would it be on /opt/mqm ?
/opt/mqm does not currenlty exist on this machine. Can I assume that under normal circumstances that the MQ client is not installed on this machine
Thanks |
|
Back to top |
|
 |
Gideon |
Posted: Mon Jan 13, 2014 3:37 pm Post subject: |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
Does the failure of the command below pretty much guarantee that I do not have the MQ Client installed ?
Code: |
[root@mmclntx /]# locate strmqcfg
[root@mmclntx /]#
|
|
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Jan 13, 2014 7:13 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7723
|
Gideon wrote: |
Does the failure of the command below pretty much guarantee that I do not have the MQ Client installed ?
Code: |
[root@mmclntx /]# locate strmqcfg
[root@mmclntx /]#
|
|
Not finding the command to start MQ Explorer is not evidence one way or the other if MQ Client is installed. You can have an MQ Client installed without MQ Explorer installed. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Jan 13, 2014 7:18 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7723
|
Since you can now install MQ anywhere you like, just because you don't see it in /opt/mqm doesn't mean someone didn't install it into /opt/Gideon/Was/Here/mqm
From the InfoCenter:
Quote: |
Find out the names of the packages (components) currently installed on your system, by entering the following command:
Code: |
rpm -qa | grep MQSeries |
|
_________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
Gideon |
Posted: Tue Jan 14, 2014 7:29 am Post subject: |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
Thank you
I ran the command
Code: |
[root@mmclntx /]# rpm -qa | grep MQSeries
[root@mmclntx1 /]# |
So I assume that the MQ Client has not been installed
Thanks again |
|
Back to top |
|
 |
|