|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Installing runmqtmc on AIX |
« View previous topic :: View next topic » |
Author |
Message
|
rconn2 |
Posted: Fri Jun 13, 2008 11:35 am Post subject: Installing runmqtmc on AIX |
|
|
Voyager
Joined: 09 Aug 2007 Posts: 79 Location: MD, USA
|
I can't, for now, do a full installation of the MQ Client on an AIX box that doesn't already have mq installed. Instead, I'd like to do a simple installation of just the files needed to run and test runmqtmc from a separate client in a directory of my choosing (not the standard ones).
Is there a way to do a partial install by just copying needed files? Using a directory on the target client for this purpose... I copied /usr/mqm/lib and runmqmtmc from /usr/mqm/bin to /home/myname/tmp. I then did:
export LIBPATH=".:/home/myname/tmp"
and
export MQSERVER=SYSTEM.DEF.SVRCONN/TCP/'100.200.300.400(1416)'
When I run runmqtmc - m AQMGR -q AQUEUE, it returns:
.... AMQ8601 20806130
.... AMQ8607 20806130
.... AMQ8602 20806130
I did do a google and found the above errors. The first means starting, the last ending, and the middle couldn't connect. (I'm also not sure why these values instead of error text is displayed.)
I'm not a Unix admin so it's not unlikely I'm missing something obvious. Even if I have to install all the files, I at least need to put them in my own directory for now. Thanks in advance for any help. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Jun 13, 2008 2:26 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Unsupported and at your own risk.
You want to run runmqtmc you need to install the MQ client.
You can always create a symlink to run it from where you want.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
vennela |
Posted: Sat Jun 14, 2008 9:41 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
You might as well wite a listener of your own with lot less pain instead |
|
Back to top |
|
 |
rconn2 |
Posted: Sat Jun 14, 2008 5:03 pm Post subject: |
|
|
Voyager
Joined: 09 Aug 2007 Posts: 79 Location: MD, USA
|
Yes, I have JMS MessageListeners. One problem w/ the Java Listener approach is that Java doesn't make it easy to robustly exec OS processes from w/in Java. Another, is that a Listener is required for every queue.
With a client trigger, multiple queues could use the same initiation queue and only a single running trigger would be needed. Also, I've not run into any problems w/ server triggers running processes -- such as crashing the trigger as I have w/ Listeners.
Both, Listener and Triggers serve a useful purpose. In the project I'm working on now, there's been an expansion of functionality that'll require an additional queue and additional listener -- some clients will now need 3 listeners running. Things are at a point where it's becoming more efficient to just create an init queue for each client w/ a single runmqtmc running in the background that calls the correct proc defn (shell script) for messages arriving on each queue.
But... there are always time constraints and this add'l functionality is wanted yesterday (actually next week). If I could test out runmqtmc on a couple aix boxes (not the mq servers since I want a real test) then I might be able to go that direction. But, it'd take several weeks to get the approvals and admins to install mq clients. I was hoping I could throw runmqtmc and needed libs into some directory, set some env variables and it'd work. |
|
Back to top |
|
 |
bruce2359 |
Posted: Sat Jun 14, 2008 6:33 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9472 Location: US: west coast, almost. Otherwise, enroute.
|
Quote: |
I could test out runmqtmc on a couple aix boxes (not the mq servers since I want a real test) |
If you have a both wmq server and client software installed, you can run client applications and test the client trigger monitor on another qmgr platform - a real test. WMQ server software doesn't preclude you from running client applications on the same platform. _________________ 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 |
|
 |
rconn2 |
Posted: Sun Jun 15, 2008 4:21 am Post subject: |
|
|
Voyager
Joined: 09 Aug 2007 Posts: 79 Location: MD, USA
|
bruce - yes, thanks... that's what I'll do... run against other qmgrs on different servers. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|