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 » IBM MQ Installation/Configuration Support » MQ TT samples and configuration shells

Post new topic  Reply to topic
 MQ TT samples and configuration shells « View previous topic :: View next topic » 
Author Message
sebastia
PostPosted: Wed Oct 10, 2012 2:32 am    Post subject: MQ TT samples and configuration shells Reply with quote

Grand Master

Joined: 07 Oct 2004
Posts: 1003

Hi. I have installed mq 7.5 on linux

Code:

[root@rhv6-64b mq_v75]# rpm -ivh MQSeriesRuntime-7.5.0-0.x86_64.rpm
                                  MQSeriesServer-7.5.0-0.x86_64.rpm
                                  MQSeriesClient-7.5.0-0.x86_64.rpm
                                  MQSeriesSamples-7.5.0-0.x86_64.rpm
                                  MQSeriesSDK-7.5.0-0.x86_64.rpm
Preparing...                ########################################### [100%]
Creating group mqm
Creating user mqm
   1:MQSeriesRuntime        ########################################### [ 20%]
   2:MQSeriesServer         ########################################### [ 40%]
   3:MQSeriesClient         ########################################### [ 60%]
   4:MQSeriesSamples        ########################################### [ 80%]
   5:MQSeriesSDK            ########################################### [100%]
[root@rhv6-64b mq_v75]#


All "usual" MQ stuff is running OK.

Now I want to verify/run MQTT.

On this URL

>>> http://pic.dhe.ibm.com/infocenter/wmqv7/v7r5/index.jsp?topic=%2Fcom.ibm.mq.doc%2Fmi77540_.htm

it talks about /opt/mqm/mqxr/ directory, but I have none,
neither do I have RunMQTTV3Sample.sh in the whole disk.

Obviously, I did not install MQTT samples/shells (???)

Can someone tell me in what RMP are they located ?

I have (i think) all rpms :

Code:

     14113 Jun  4 13:24 MQSeriesAMS-7.5.0-0.x86_64.rpm
   4289297 Jun  4 13:22 MQSeriesClient-7.5.0-0.x86_64.rpm
 149398105 Jun  4 13:25 MQSeriesExplorer-7.5.0-0.x86_64.rpm
   2623253 Jun  4 13:24 MQSeriesFTAgent-7.5.0-0.x86_64.rpm
  26437094 Jun  4 13:24 MQSeriesFTBase-7.5.0-0.x86_64.rpm
   6377460 Jun  4 13:24 MQSeriesFTLogger-7.5.0-0.x86_64.rpm
  15134555 Jun  4 13:24 MQSeriesFTService-7.5.0-0.x86_64.rpm
     21045 Jun  4 13:24 MQSeriesFTTools-7.5.0-0.x86_64.rpm
  22380584 Jun  4 13:23 MQSeriesGSKit-7.5.0-0.x86_64.rpm
  27956802 Jun  4 13:23 MQSeriesJava-7.5.0-0.x86_64.rpm
  70907973 Jun  4 13:23 MQSeriesJRE-7.5.0-0.x86_64.rpm
    294634 Jun  4 13:23 MQSeriesMan-7.5.0-0.x86_64.rpm
    156703 Jun  4 13:23 MQSeriesMsg_cs-7.5.0-0.x86_64.rpm
    162622 Jun  4 13:23 MQSeriesMsg_de-7.5.0-0.x86_64.rpm
    155111 Jun  4 13:23 MQSeriesMsg_es-7.5.0-0.x86_64.rpm
    155796 Jun  4 13:23 MQSeriesMsg_fr-7.5.0-0.x86_64.rpm
    158525 Jun  4 13:23 MQSeriesMsg_hu-7.5.0-0.x86_64.rpm
    156448 Jun  4 13:23 MQSeriesMsg_it-7.5.0-0.x86_64.rpm
    146323 Jun  4 13:23 MQSeriesMsg_ja-7.5.0-0.x86_64.rpm
    139621 Jun  4 13:23 MQSeriesMsg_ko-7.5.0-0.x86_64.rpm
    157276 Jun  4 13:23 MQSeriesMsg_pl-7.5.0-0.x86_64.rpm
    156554 Jun  4 13:23 MQSeriesMsg_pt-7.5.0-0.x86_64.rpm
    149901 Jun  4 13:23 MQSeriesMsg_ru-7.5.0-0.x86_64.rpm
    144538 Jun  4 13:23 MQSeriesMsg_Zh_CN-7.5.0-0.x86_64.rpm
    146199 Jun  4 13:23 MQSeriesMsg_Zh_TW-7.5.0-0.x86_64.rpm
  20136624 Jun  4 13:22 MQSeriesRuntime-7.5.0-0.x86_64.rpm
    837636 Jun  4 13:22 MQSeriesSamples-7.5.0-0.x86_64.rpm
    246227 Jun  4 13:22 MQSeriesSDK-7.5.0-0.x86_64.rpm
  27797722 Jun  4 13:24 MQSeriesServer-7.5.0-0.x86_64.rpm
    949019 Jun  4 13:23 MQSeriesXRClients-7.5.0-0.x86_64.rpm
   1374581 Jun  4 13:25 MQSeriesXRService-7.5.0-0.x86_64.rpm


Thanks. Sebastian.
Back to top
View user's profile Send private message Visit poster's website
mqjeff
PostPosted: Wed Oct 10, 2012 2:43 am    Post subject: Re: MQ TT samples and configuration shells Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

sebastia wrote:
Hi. I have installed mq 7.5 on linux

Code:

[root@rhv6-64b mq_v75]# rpm -ivh MQSeriesRuntime-7.5.0-0.x86_64.rpm
                                  MQSeriesServer-7.5.0-0.x86_64.rpm
                                  MQSeriesClient-7.5.0-0.x86_64.rpm
                                  MQSeriesSamples-7.5.0-0.x86_64.rpm
                                  MQSeriesSDK-7.5.0-0.x86_64.rpm



sebastia wrote:

Now I want to verify/run MQTT.
Code:

    949019 Jun  4 13:23 MQSeriesXRClients-7.5.0-0.x86_64.rpm
   1374581 Jun  4 13:25 MQSeriesXRService-7.5.0-0.x86_64.rpm

http://pic.dhe.ibm.com/infocenter/wmqv7/v7r5/topic/com.ibm.mq.doc/zi00923_.htm
Back to top
View user's profile Send private message
sebastia
PostPosted: Wed Oct 10, 2012 2:56 am    Post subject: Reply with quote

Grand Master

Joined: 07 Oct 2004
Posts: 1003

Thanks, Jeff - so "XR" is the abbreviation of telemetry" ... jajaja

I found this interesting command :

Code:

[root@rhv6-64b mqv75]# rpm -qpl MQSeriesXRClients-7.5.0-0.x86_64.rpm | grep TT
/opt/mqm/mqxr/SDK/clients/c/include/MQTTClient.h
/opt/mqm/mqxr/SDK/clients/c/include/MQTTClientPersistence.h
/opt/mqm/mqxr/SDK/clients/c/samples/MQTTV3Sample.c
/opt/mqm/mqxr/SDK/clients/java/samples/MQTTV3Sample.java

[root@rhv6-64b mqv75]# rpm -qpl MQSeriesXRService-7.5.0-0.x86_64.rpm | grep TT
/opt/mqm/mqxr/samples/MQTTV3Sample.java
/opt/mqm/mqxr/samples/RunMQTTV3Sample.bat
/opt/mqm/mqxr/samples/RunMQTTV3Sample.sh
/opt/mqm/mqxr/samples/samples/MQTTV3Sample.class


... but your table is more explicit.

Thanks a LOT !!!!

Sebastian.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » MQ TT samples and configuration shells
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.