Author |
Message
|
m.schneider |
Posted: Mon Jun 25, 2007 8:27 am Post subject: How to delete the default configuration? |
|
|
Centurion
Joined: 10 Apr 2007 Posts: 132 Location: Germany
|
Hello,
I would like to define my own config_manager and broker.
How can I delete the default configuration and in which order do I have to delete the components?
1. stop broker
2. stop config_manager
3. delete broker
4. delete config_manager
5. delete queue manager
Is this the right order? |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jun 25, 2007 10:31 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
It's a workable order.
It would be different if you were trying to preserve the configmgr. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
m.schneider |
Posted: Mon Jun 25, 2007 10:57 pm Post subject: |
|
|
Centurion
Joined: 10 Apr 2007 Posts: 132 Location: Germany
|
Thanks for your reply.
Is it right, that there can only one config_manager be running?
How would I preserve the configuration? Just stop everything? |
|
Back to top |
|
 |
JohnMichael |
Posted: Tue Jun 26, 2007 1:07 am Post subject: |
|
|
 Acolyte
Joined: 28 Feb 2007 Posts: 55
|
Why dont u directly go for 'mqsideleteconfigmgr' command |
|
Back to top |
|
 |
mqmatt |
Posted: Tue Jun 26, 2007 1:19 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
m.schneider wrote: |
Is it right, that there can only one config_manager be running? |
In v6 you can have as many Config Managers as you like, but they must have a unique name (like WBRK6_DEFAULT_CONFIGURATION_MANAGER).
m.schneider wrote: |
How would I preserve the configuration? Just stop everything? |
Yes; just don't delete the components.
I suggest you go through the concepts material in the help or get some MB training. What actually are you trying to do? |
|
Back to top |
|
 |
Mensch |
Posted: Tue Jun 26, 2007 1:24 am Post subject: |
|
|
Disciple
Joined: 17 Jul 2005 Posts: 166
|
Hi m.schneider,
toolkit has provided single click option for you
Quote: |
Removing a default configuration
1)Launch the wizard from Getting started or from the Welcome page for the Message Brokers Toolkit application, which appears after you launch the Message Brokers Toolkit.
2)The Welcome panel of the wizard describes what is about to happen. Enter your password to log on and click Next to continue. You can click Cancel at any time to cancel the removal of the default configuration.
The wizard performs a verification test to check that the default configuration is already installed.
3)The Remove Default Configuration Summary panel lists the resources that will be removed. Click Next to continue.
The Default Configuration Progress panel lists the removal actions as they happen and indicates successful completion. The removal process is written to a log file in the Eclipse workspace directory install_dir/eclipse/workspace/defaultConfiguration.log.
4)If the default configuration is removed successfully, you see an appropriate message. Click Finish to close the wizard. If errors occur during the removal of the default configuration, the wizard displays the errors and also writes them to the log file. |
_________________ Thanks and Regards ,
Mensch |
|
Back to top |
|
 |
m.schneider |
Posted: Tue Jun 26, 2007 5:11 am Post subject: |
|
|
Centurion
Joined: 10 Apr 2007 Posts: 132 Location: Germany
|
I had problems running two config_managers and brokers at the same time, ...
There has been a failure when I tried to start the broker indicating that a semaphor couldn't be used.
I couldn't find a description or a howto to delete the default configuration, thats why I asked it here. I think it's pretty tricky, ... I mean why can I delete a config_manager when there is still a broker depending on the config manager !?
So I deletedt the default configuration, ...
But know everything is fine  |
|
Back to top |
|
 |
|