Author |
Message
|
TBS |
Posted: Wed Nov 21, 2007 6:00 am Post subject: Deploy is slow ( MQSIDEPLOY) |
|
|
Centurion
Joined: 29 Jan 2007 Posts: 143 Location: Hillerød / Denmark
|
This is regarding WMB v 6.0.0.5 on windows .
I have this bat file that remove a Flow from a Broker and it take aprox. 13 min.
How do I find out where the time is spendt ?
Config Manager is on server 10.30.61.50
Broker ( BKMQTKMP06) is on server 10.30.61.48
MQ channes is up and running
Script .bat file
echo %date% %time% Deploy start
mqsideploy.exe -i 10.30.61.50 -p 1400 -q MQTKMP00 -b BKMQTKMP06 -e default -d DOKFS5003
echo %date% %time% Deploy finished
Out put:
V:\Broker\YAS\Sandbox\Servers>echo 21-11-2007 13:07:57,02 Deploy start
21-11-2007 13:07:57,02 Deploy start
V:\Broker\YAS\Sandbox\Servers>mqsideploy.exe -i 10.30.61.50 -p 1400 -q MQTKMP00 -b BKMQTKMP06 -e default -d DOKFS5003
BIP1044I: Connecting to the Configuration Manager's queue manager...
BIP1045I: Connecting to the Configuration Manager...
BIP1062I: Removing the following objects from execution group 'default':
DOKFS5003.cmf
BIP1092I: Broker BKMQTKMP06 successfully processed the deployment request.
V:\Broker\YAS\Sandbox\Servers>echo 21-11-2007 13:19:59,41 Deploy finished
21-11-2007 13:19:59,41 Deploy finished |
|
Back to top |
|
 |
mqmatt |
Posted: Wed Nov 21, 2007 6:43 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
Hi, a few questions:
1) Where is the pause occurring - is it after the BIP1062?
2) What is the load of the broker/execution group?
3) Check the toolkit - at what point does DOKFS5003.cmf vanish from the execution group- does this happen quickly, or after the pause just before the command finishes?
4) Any errors in the system log? |
|
Back to top |
|
 |
TBS |
Posted: Wed Nov 21, 2007 6:54 am Post subject: |
|
|
Centurion
Joined: 29 Jan 2007 Posts: 143 Location: Hillerød / Denmark
|
Hi Matt
1) Where is the pause occurring - is it after the BIP1062?
I dont now actually How do I trace that ?
2) What is the load of the broker/execution group?
No load on the exec group/Broker
3) Check the toolkit - at what point does DOKFS5003.cmf vanish from the execution group- does this happen quickly, or after the pause just before the command finishes?
I'l check that ..
4) Any errors in the system log?
No.... |
|
Back to top |
|
 |
mqmatt |
Posted: Wed Nov 21, 2007 7:04 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
For (1), to see where the pause is occurring- the BIP messages should not appear on the screen all at once - their appearance will be staggered as the command progresses.
I would expect the command to hang after the "Removing the following objects" message, but I wanted to be sure.
Trying running the mqsideploy command directly from the command prompt if you don't see this pause.
Cheers
-Matt |
|
Back to top |
|
 |
TBS |
Posted: Wed Nov 21, 2007 12:03 pm Post subject: |
|
|
Centurion
Joined: 29 Jan 2007 Posts: 143 Location: Hillerød / Denmark
|
New test ..
1) Where is the pause occurring - is it after the BIP1062?
pause is after BIP1045I and again after BIP1062I aprox same pause time
3) Check the toolkit - at what point does DOKFS5003.cmf vanish from the execution group- does this happen quickly, or after the pause just before the command finishes?
The flow is removed after BIP1062I ... |
|
Back to top |
|
 |
|