Re: Issuing MQSC commands on a remote queue manager

2004-09-13 Thread Potkay, Peter M (ISD, IT)
?

The current version of MO71 already supports remote runmqsc sessions.

Highlight your QM, go to the Action menu, and select MQSC Window. I use it
all the time. Beats having to log onto a server just to use runmqsc.



-Original Message-
From: Michael Dag [mailto:[EMAIL PROTECTED]
Sent: Sunday, September 12, 2004 6:45 PM
To: [EMAIL PROTECTED]
Subject: Re: Issuing MQSC commands on a remote queue manager


All,
Just hold your breath a little longer.
I have been working with Paul Clarke, author of MO71 to
Get a runmqsc 'client' that uses MO71 config files.
I already have a beta version and it should come out as part
of MO71 version 5.3.4 (5.3.3 is the current version)

Just give Paul some time as this is awesome. It even supports
the SSL stuff from MO71 so you can have secured remote runmqsc
access to any Qmgr from your desktop.

Michael

-Original Message-
From: MQSeries List [mailto:[EMAIL PROTECTED] On Behalf Of Niklas
Gustavsson
Sent: 09 September 2004 23:20
To: [EMAIL PROTECTED]
Subject: Re: Issuing MQSC commands on a remote queue manager

Hey

I've written a small application that will act just like runmqsc but
that will work as a client so that you can connect to any queue manager.
A first version (0.1) is posted on my site:
http://www.protocol7.com/code/remotemqsc/

/niklas

Mabrito,Greg wrote:

 I am attempting to run MQSC commands on a remote queue manager from a
 non default local queue manager.  Is it possible to do this?  Since
 runmqsc doesn't accept multiple queue managers I assume you need a
 local default queue manager to send remote MQSC commands from.  Does
 anyone have any workarounds other than making the local queue manager
 the default?


 Thanks,
 Greg

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


This communication, including attachments, is for the exclusive use of
addressee and may contain proprietary, confidential or privileged
information. If you are not the intended recipient, any use, copying,
disclosure, dissemination or distribution is strictly prohibited. If
you are not the intended recipient, please notify the sender
immediately by return email and delete this communication and destroy all copies.

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Re: Issuing MQSC commands on a remote queue manager

2004-09-13 Thread Michael Dag
Peter,
You are right, there is already an mqsc GUI window.
The new version 5.3.4 I am talking about is a standalone tool that you
can run in a command window, just like runmqsc itself.
(no need to have to full MO71 installed, just the config file is needed)

Michael

-Original Message-
From: MQSeries List [mailto:[EMAIL PROTECTED] On Behalf Of Potkay,
Peter M (ISD, IT)
Sent: 13 September 2004 13:51
To: [EMAIL PROTECTED]
Subject: Re: Issuing MQSC commands on a remote queue manager

?

The current version of MO71 already supports remote runmqsc sessions.

Highlight your QM, go to the Action menu, and select MQSC Window. I use it
all the time. Beats having to log onto a server just to use runmqsc.



-Original Message-
From: Michael Dag [mailto:[EMAIL PROTECTED]
Sent: Sunday, September 12, 2004 6:45 PM
To: [EMAIL PROTECTED]
Subject: Re: Issuing MQSC commands on a remote queue manager


All,
Just hold your breath a little longer.
I have been working with Paul Clarke, author of MO71 to
Get a runmqsc 'client' that uses MO71 config files.
I already have a beta version and it should come out as part
of MO71 version 5.3.4 (5.3.3 is the current version)

Just give Paul some time as this is awesome. It even supports
the SSL stuff from MO71 so you can have secured remote runmqsc
access to any Qmgr from your desktop.

Michael

-Original Message-
From: MQSeries List [mailto:[EMAIL PROTECTED] On Behalf Of Niklas
Gustavsson
Sent: 09 September 2004 23:20
To: [EMAIL PROTECTED]
Subject: Re: Issuing MQSC commands on a remote queue manager

Hey

I've written a small application that will act just like runmqsc but
that will work as a client so that you can connect to any queue manager.
A first version (0.1) is posted on my site:
http://www.protocol7.com/code/remotemqsc/

/niklas

Mabrito,Greg wrote:

 I am attempting to run MQSC commands on a remote queue manager from a
 non default local queue manager.  Is it possible to do this?  Since
 runmqsc doesn't accept multiple queue managers I assume you need a
 local default queue manager to send remote MQSC commands from.  Does
 anyone have any workarounds other than making the local queue manager
 the default?


 Thanks,
 Greg

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


This communication, including attachments, is for the exclusive use of
addressee and may contain proprietary, confidential or privileged
information. If you are not the intended recipient, any use, copying,
disclosure, dissemination or distribution is strictly prohibited. If
you are not the intended recipient, please notify the sender
immediately by return email and delete this communication and destroy all
copies.

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Re: Issuing MQSC commands on a remote queue manager

2004-09-13 Thread Paul Clarke
Michael, thanks for your kind words but I think 'awesome' is stretching it
a bit. It only took me a couple of hours to write so please don't expect
too much. After talking with a few other folks we decided to ship it as a
new SupportPac but we are currently held up trying to get a SupportPac
number assigned !

It is a simple windows command line program which allows you to effectively
run RUNMQSC as a client. You must have the command server running on the
target queue manager. For anyone wanting to try it out you can access it by

ftp testcase.boulder.ibm.com
logon using anonymous and e-mail address
cd \ts\fromibm\mqseries
bin
get paul_mqsc.zip


Unzip the zip file and read the PDF. This reading the manual step is very
important because otherwise the .EXE file will dissolve your harddrive.

Any comments, suggestion good or bad, always welcome,
Cheers,
P.

Paul G Clarke
WebSphere MQ Development
IBM Hursley

MQSeries List [EMAIL PROTECTED] wrote on 12/09/2004 23:45:26:

 All,
 Just hold your breath a little longer.
 I have been working with Paul Clarke, author of MO71 to
 Get a runmqsc 'client' that uses MO71 config files.
 I already have a beta version and it should come out as part
 of MO71 version 5.3.4 (5.3.3 is the current version)

 Just give Paul some time as this is awesome. It even supports
 the SSL stuff from MO71 so you can have secured remote runmqsc
 access to any Qmgr from your desktop.

 Michael


 Mabrito,Greg wrote:

  I am attempting to run MQSC commands on a remote queue manager from a
  non default local queue manager.  Is it possible to do this?  Since
  runmqsc doesn't accept multiple queue managers I assume you need a
  local default queue manager to send remote MQSC commands from.  Does
  anyone have any workarounds other than making the local queue manager
  the default?
 
 
  Thanks,
  Greg

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Re: Issuing MQSC commands on a remote queue manager

2004-09-13 Thread Michael Dag
Paul,
Don't sell yourself short! :-)
Who said you had to work for hours/days/months to come up with something
awesome!

From experience with the client mqsc on my desktop...
I have seen my colleges 'struggle' without it!

Michael

-Original Message-
From: MQSeries List [mailto:[EMAIL PROTECTED] On Behalf Of Paul
Clarke
Sent: 13 September 2004 16:06
To: [EMAIL PROTECTED]
Subject: Re: Issuing MQSC commands on a remote queue manager

Michael, thanks for your kind words but I think 'awesome' is stretching it
a bit. It only took me a couple of hours to write so please don't expect
too much. After talking with a few other folks we decided to ship it as a
new SupportPac but we are currently held up trying to get a SupportPac
number assigned !

It is a simple windows command line program which allows you to effectively
run RUNMQSC as a client. You must have the command server running on the
target queue manager. For anyone wanting to try it out you can access it by

ftp testcase.boulder.ibm.com
logon using anonymous and e-mail address
cd \ts\fromibm\mqseries
bin
get paul_mqsc.zip


Unzip the zip file and read the PDF. This reading the manual step is very
important because otherwise the .EXE file will dissolve your harddrive.

Any comments, suggestion good or bad, always welcome,
Cheers,
P.

Paul G Clarke
WebSphere MQ Development
IBM Hursley

MQSeries List [EMAIL PROTECTED] wrote on 12/09/2004 23:45:26:

 All,
 Just hold your breath a little longer.
 I have been working with Paul Clarke, author of MO71 to
 Get a runmqsc 'client' that uses MO71 config files.
 I already have a beta version and it should come out as part
 of MO71 version 5.3.4 (5.3.3 is the current version)

 Just give Paul some time as this is awesome. It even supports
 the SSL stuff from MO71 so you can have secured remote runmqsc
 access to any Qmgr from your desktop.

 Michael


 Mabrito,Greg wrote:

  I am attempting to run MQSC commands on a remote queue manager from a
  non default local queue manager.  Is it possible to do this?  Since
  runmqsc doesn't accept multiple queue managers I assume you need a
  local default queue manager to send remote MQSC commands from.  Does
  anyone have any workarounds other than making the local queue manager
  the default?
 
 
  Thanks,
  Greg

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Re: Issuing MQSC commands on a remote queue manager

2004-09-12 Thread Michael Dag
All,
Just hold your breath a little longer.
I have been working with Paul Clarke, author of MO71 to
Get a runmqsc 'client' that uses MO71 config files.
I already have a beta version and it should come out as part
of MO71 version 5.3.4 (5.3.3 is the current version)

Just give Paul some time as this is awesome. It even supports
the SSL stuff from MO71 so you can have secured remote runmqsc
access to any Qmgr from your desktop.

Michael

-Original Message-
From: MQSeries List [mailto:[EMAIL PROTECTED] On Behalf Of Niklas
Gustavsson
Sent: 09 September 2004 23:20
To: [EMAIL PROTECTED]
Subject: Re: Issuing MQSC commands on a remote queue manager

Hey

I've written a small application that will act just like runmqsc but
that will work as a client so that you can connect to any queue manager.
A first version (0.1) is posted on my site:
http://www.protocol7.com/code/remotemqsc/

/niklas

Mabrito,Greg wrote:

 I am attempting to run MQSC commands on a remote queue manager from a
 non default local queue manager.  Is it possible to do this?  Since
 runmqsc doesn't accept multiple queue managers I assume you need a
 local default queue manager to send remote MQSC commands from.  Does
 anyone have any workarounds other than making the local queue manager
 the default?


 Thanks,
 Greg

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Issuing MQSC commands on a remote queue manager

2004-09-09 Thread Mabrito,Greg



I am attempting to
run MQSC commands on a remote queue manager from a non default local queue
manager. Is it possible to do this? Since runmqsc doesn't accept
multiple queue managers I assume you need a local default queue manager to send
remote MQSC commands from. Does anyone have any workarounds other than
making the local queue manager the default?


Thanks,
Greg


Re: Issuing MQSC commands on a remote queue manager

2004-09-09 Thread Niklas Gustavsson
Hey
I've written a small application that will act just like runmqsc but
that will work as a client so that you can connect to any queue manager.
A first version (0.1) is posted on my site:
http://www.protocol7.com/code/remotemqsc/
/niklas
Mabrito,Greg wrote:
I am attempting to run MQSC commands on a remote queue manager from a
non default local queue manager.  Is it possible to do this?  Since
runmqsc doesn't accept multiple queue managers I assume you need a
local default queue manager to send remote MQSC commands from.  Does
anyone have any workarounds other than making the local queue manager
the default?
Thanks,
Greg
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive