Author |
Message
|
longtail |
Posted: Wed Mar 26, 2008 7:44 am Post subject: How to add the broker into the PubSubTopology of the Cfgmgr |
|
|
Novice
Joined: 27 Jan 2008 Posts: 15
|
Mb was install on linux without XWindow,and the machine is the area we couldn't connet to it remotely. I must do all the operation( creation of broker,cfgmgr,deployment) under the command line .
When I add the broker into the Configuration Manager ,I found there is no way to make it under command line, no any tools. Do you hava any good ideas?
Thank you very much! |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Mar 26, 2008 7:52 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You must run Toolkit to do this.
Or use the ConfigMgrProxyAPIExerciser.
Or learn how to write a ConfigMgrProxy API program. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
longtail |
Posted: Wed Mar 26, 2008 8:02 am Post subject: |
|
|
Novice
Joined: 27 Jan 2008 Posts: 15
|
Thanks. But the situation is no toolkit installed,or could connect to it. The Xwindow is not installed,ConfigMgrProxyAPIExerciser can't work. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Mar 26, 2008 8:04 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Yes, I understand.
You built a Broker server without planning it properly first, and now you're looking for a simple way out.
Consider using an ssh tunnel. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mqmatt |
Posted: Wed Mar 26, 2008 8:26 am Post subject: Re: How to add the broker into the PubSubTopology of the Cfg |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
longtail wrote: |
When I add the broker into the Configuration Manager ,I found there is no way to make it under command line, no any tools. Do you hava any good ideas? |
On v6.1 you can do this from the commandline: there is a -f flag on mqsicreateexecutiongroup that adds a broker to the Config Manager.
Prior to v6.1, as Jeff says you need to write a program to do this. Though there is a complete sample available here: http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/topic/com.ibm.etools.mft.doc/ae33100_.htm |
|
Back to top |
|
 |
JosephGramig |
Posted: Wed Mar 26, 2008 8:48 am Post subject: |
|
|
 Grand Master
Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA
|
Without a toolkit, I wonder how you are going to create message flows...
If you are given the BAR files, then you should read about mqsireadbar and mqsiapplybaroverride.
These commands are valid in both 6.0 and 6.1. _________________ Joseph
Administrator - IBM WebSphere MQ (WMQ) V6.0, IBM WebSphere Message Broker (WMB) V6.1 & V6.0
Solution Designer - WMQ V6.0
Solution Developer - WMB V6.1 & V6.0, WMQ V5.3 |
|
Back to top |
|
 |
mqmatt |
Posted: Wed Mar 26, 2008 9:20 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
JosephGramig wrote: |
mqsireadbar and mqsiapplybaroverride.
These commands are valid in both 6.0 and 6.1. |
...but they only became part of the runtime in 6.1. In 6.0 they were toolkit-only commands. |
|
Back to top |
|
 |
JosephGramig |
Posted: Wed Mar 26, 2008 10:14 am Post subject: |
|
|
 Grand Master
Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA
|
interesting...
So, since this is Linux, I guess longtail could install the toolkit even though he cannot use the GUI part to get the other commands...
Now I see why in 6.0 info center there is not a "both" topic for Commands. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Mar 26, 2008 2:50 pm Post subject: Re: How to add the broker into the PubSubTopology of the Cfg |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
longtail wrote: |
Mb was install on linux without XWindow,and the machine is the area we couldn't connet to it remotely. I must do all the operation( creation of broker,cfgmgr,deployment) under the command line .
When I add the broker into the Configuration Manager ,I found there is no way to make it under command line, no any tools. Do you hava any good ideas?
Thank you very much! |
Have the network admin open the MQ port for the Configmgr and run the toolkit on a PC...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
longtail |
Posted: Thu Mar 27, 2008 7:40 am Post subject: |
|
|
Novice
Joined: 27 Jan 2008 Posts: 15
|
mqsicreateexecutiongroup -f works very well,hahaha~~~~~~~~
Thank you ! |
|
Back to top |
|
 |
|