Author |
Message
|
kiranraj |
Posted: Tue Mar 28, 2006 3:17 am Post subject: Creating Queues and Channels using SCRIPT |
|
|
Novice
Joined: 19 Sep 2005 Posts: 12
|
Hi,
I have a MQ server machine on which several queue managers, channels, queues are created. I wish to create an exact set up on another machine. How can i do it ? Can SCRIPT help in this case.
Thanks,
Raj. _________________ Thanks. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Tue Mar 28, 2006 3:19 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
check the ms03 supportpac (saveqmgr). this will save all object definitions in a file in "runmqsc command format". in addition, there is another supportpac to save security settings. _________________ Regards, Butcher |
|
Back to top |
|
 |
kiranraj |
Posted: Tue Mar 28, 2006 4:00 am Post subject: |
|
|
Novice
Joined: 19 Sep 2005 Posts: 12
|
Thanks a lot. The SUPPORTPAC worked. _________________ Thanks. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Mar 28, 2006 5:50 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Mr Butcher wrote: |
in addition, there is another supportpac to save security settings. |
I think this has been withdrawn in favor of the presupplied amqoamd program. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
jeevan |
Posted: Tue Mar 28, 2006 10:15 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
I am needing to do that same. I did not find amqoamd file in my /usr/mqm/bin , usr/mqm/samp/bin. where is that located?
thanks |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Mar 28, 2006 10:30 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I did a "which amqoamd" on Linux, and it found it at /usr/bin/amqoamd, which is a symlink to /opt/mqm/bin/amqoamd
And on Windows it's definitely in <mq_install>\bin\amqoamd.exe _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
sandiksk |
Posted: Tue Mar 28, 2006 10:34 am Post subject: |
|
|
Centurion
Joined: 08 Jun 2005 Posts: 133
|
Which version of mq. I think amqoamd was introduced from 5.2. |
|
Back to top |
|
 |
jeevan |
Posted: Tue Mar 28, 2006 2:15 pm Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
I am working on mq 5.3 for AIX. |
|
Back to top |
|
 |
bbburson |
Posted: Wed Mar 29, 2006 8:24 am Post subject: |
|
|
Partisan
Joined: 06 Jan 2004 Posts: 378 Location: Nowhere near a queue manager
|
jeevan wrote: |
I am working on mq 5.3 for AIX. |
Me too; it's in /usr/bin/amqoamd on my systems (which is a link to /usr/mqm/bin/amqoamd). |
|
Back to top |
|
 |
|