Hi Dark Worrior, >Now as per the pdf, I run the following command on my >machine : > runmqsc -w 30 target.queue.manager and get this > >message : Since, the target.queuemanager is not defined on your machine, you cannot issue runmqsc against it. In other words, RUNMQSC works only on the local machine (where the qmgr is defined). So, you have to logon to the target machine and issue the same RUNMQSC. Regards, Ruzi --- Shantanu Upadhyaya <[EMAIL PROTECTED]> wrote: > Hi ! > > Thanks for the listserver, I have found out ways to > connect to a remote > queue manager if you don't have MMC / MW Explorer. > But these don't seem to > work. > > Ways are : > 1. Websphere MQ support pac ...has a simple > GUI...not tried yet > 2. MQ Web administration : need a support pack / > installation for this > > 3. MQJExplorer > (http://www.kolban.com/mqjexplorer/download.htm) > This needs the following to be done on the > remote queue manager > > (a) A channel definition for a SVRCONN > channel called > SYSTEM.ADMIN.SVRCONN > eg define > channel(SYSTEM.ADMIN.SVRCONN) > chltype(SVRCONN) mcauser('mqm') > > (b) strmqcsv <queueManagerName> > > Not working. I suspect that the problem is > the mqm group. I think my user id should be a > member of that group. But I don't > rights to do that on my NT ! > > 4. Page 87 admin guide : 'Administering Remote > MQSeries Objects' > > I did all the steps mentioned here. I changed the > order or steps as per > remote queue definition example on another pdf. > > Local QMGR : source.queue.manager > Remote QMGR : target.queue.manager > > local machine > > (1) runmqslr -m source.queue.manager -t TCP -p > 6002 > (2) define qlocal(target.queue.manager) > usage(XMITQ) > (3) define channel(source.to.target) CHLTYPE(SDR) > conname('<Remote IP > here(6001)>') > XMITQ(target.queue.manager) TRPTYPE(TCP) > (4) define channel(target.to.source) > CHLTYPE(RCVR) TRPTYPE(TCP) > > Now...on the remote machine, lemme...just run a > few cubicles away ! > > (5) runmqlsr -m target.queue.manager -t TCP -p > 6001 > (6) define qlocal(source.queue.manager) > usage(XMITQ) > (7) define channel(target.to.source) CHLTYPE(SDR) > CONNAME('<my machine > ip(6002)>') > XMITQ(source.queue.manager) TRPTYPE(TCP) > (8) define channel(source.to.target) > CHLTYPE(RCVR) TRPTYPE(TCP) > (9) strmqcsv target.queue.manager > > local machine > (10) runmqchl -c source.to.target -m > source.queue.manager > > remote machine > (11) runmqchl -c target.to.source -m > target.queue.manager > > > Now as per the pdf, I run the following command > on my machine : > runmqsc -w 30 target.queue.manager and get this > message : > > 5724-B41 (C) Copyright IBM Corp. 1994, 2002. > ALL RIGHTS RESERVED. > Starting MQSC for queue manager > target.queue.manager. > > > AMQ8146: WebSphere MQ queue manager not > available. > > No MQSC commands read. > 0 command responses received. > > Someone please explain what I could be doing wrong. > Why does a simple task > in MQ Series take a lot of time ? > > Muchos gracias ! > > Dark Warrior > > ************************************************************ > HSBC Software Development (India) Pvt Ltd > HSBC Center, Riverside, West Avenue, > 25-B Raheja Woods, Kalyani Nagar, Pune 411006. > > Telephone: +91 20 26683000 > Fax: +91 20 26681030 > ************************************************************ > > > ********************************************************************** > This E-mail is confidential. It may also be legally > privileged. > If you are not the addressee you may not copy, > forward, disclose > or use any part of it. If you have received this > message in error, > please delete it and all copies from your system and > notify the > sender immediately by return E-mail. > > Internet communications cannot be guaranteed to be > timely, > secure, error or virus-free. The sender does not > accept liability > for any errors or omissions. > ********************************************************************** > >

Reply via email to