Author |
Message
|
texan |
Posted: Mon May 17, 2004 4:25 am Post subject: Cleanup Server |
|
|
Acolyte
Joined: 25 Feb 2004 Posts: 74
|
My clean server was configured to run every 5 minutes. How can we verify that it is really running every 5 minutes? Moreover I have so many process instance objects in database with state 128. Per one of the support pacs, this number represents the no. of business processes marked for deletion. I thogut clean up sever will remove these. |
|
Back to top |
|
 |
CHF |
Posted: Mon May 17, 2004 4:33 am Post subject: |
|
|
 Master
Joined: 16 Dec 2003 Posts: 297
|
Quote: |
My clean server was configured to run every 5 minutes. |
Can you post the FDL for this setting for Cleanup Server. I think you are having 5 minuites for Check Interval attribute.
CHF  |
|
Back to top |
|
 |
texan |
Posted: Mon May 17, 2004 4:57 am Post subject: |
|
|
Acolyte
Joined: 25 Feb 2004 Posts: 74
|
Here is the part of the FDL about clean up server def in domain def:
SERVER TYPE CLEANUP_SERVER
START_MODE DEFERRED
CHECK_INTERVAL 300 SECONDS
CLEANUP_TIME 604800 SECONDS
CLEANUP_DELAY_TIME 3600 SECONDS
You are right. check interval is 5 minutes. But why you need check interval if you already have cleanup_time? Can you tell me from the FDL when its going to run? Can I see any messages in log when it runs?
Does check interval impacts system performance?
Thanks for qucik reply. |
|
Back to top |
|
 |
jmac |
Posted: Mon May 17, 2004 5:05 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Generally it is recommended to run the Cleanup server from 0000 0600 (in other words a NON PEAK) time. Why did you make this change? _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
CHF |
Posted: Mon May 17, 2004 5:59 am Post subject: |
|
|
 Master
Joined: 16 Dec 2003 Posts: 297
|
Quote: |
why you need check interval if you already have cleanup_time? |
Check interval 5 minuites means for every 5 minuites Admin Server checks on Clenup Server for whether its running or not, if Cleanup Server is not running then Admin Server will bring it back.
Jmac:
What is Cleanup Busy time and Cleanup Idle time?
CLEANUP_TIME 604800 SECONDS
CLEANUP_DELAY_TIME 3600 SECONDS
Thanks
CHF  |
|
Back to top |
|
 |
jmac |
Posted: Mon May 17, 2004 6:26 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
OK... it's early in the morning where I am... Now that I've had some coffee.....
Check Interval has to do with the "heartbeat". This is how often the Admin server checks on the other servers to ensure that they are healthy. Generally this value should not be changed.
The other values you are showing are the defaults... so now back to the original question... Your cleanup server is NOT running every 5 minutes, it is running most likely at the default time 0000 - 0600 _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
texan |
Posted: Mon May 17, 2004 9:10 am Post subject: |
|
|
Acolyte
Joined: 25 Feb 2004 Posts: 74
|
I realized that it was set to run manually. So I ran it manually and it deleted all my objects that are in state 128. I tried to change it to run automatically by selecting a radio button next to automatic but it did n't let me select times. How do you set times for automatic activity? |
|
Back to top |
|
 |
jmac |
Posted: Mon May 17, 2004 9:16 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
texan wrote: |
How do you set times for automatic activity? |
Assuming you are using Buildtime.... Go to Network Objects, Domain Properties, Server Tab, push the button next to CleanupServer, Use the radio button that says "As Specified"; fill in the start/stop times... be sure that this is a period when MQWF is running, and is NON-PEAK. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
texan |
Posted: Mon May 17, 2004 9:34 am Post subject: |
|
|
Acolyte
Joined: 25 Feb 2004 Posts: 74
|
Thanks. I am able to change it.
I do n't know how I forgot to check that one. |
|
Back to top |
|
 |
|