| Author |
Message |
Dario
Guest
|
Posted:
Wed Nov 09, 2005 9:50 pm Post subject:
How to delay the service startup? |
|
|
Hello,
I am running Windows 2003 Enterprise. I would like to be able to delay
startup one of the services ~10 minuts in order to startup 100 % one of my
applications running on this server.
Thank you,
Dario |
|
| Back to top |
|
 |
Olaf Engelke [MVP Windows
Guest
|
Posted:
Wed Nov 09, 2005 9:50 pm Post subject:
Re: How to delay the service startup? |
|
|
Hi Dario,
Dario wrote:
| Quote: | I am running Windows 2003 Enterprise. I would like to be able to delay
startup one of the services ~10 minuts in order to startup 100 % one
of my applications running on this server.
|
http://support.microsoft.com/default.aspx?scid=kb;en-us;193888
How to delay loading of specific services
should help.
Best greetings from Germany
Olaf |
|
| Back to top |
|
 |
Dario
Guest
|
Posted:
Fri Nov 11, 2005 9:50 am Post subject:
Re: How to delay the service startup? |
|
|
Thank you for the information, but this document I have. I know how to create
dependences. I need to be able to set the time. Lets for instance my dns
client starts and from this point when it starts I need to be able to set the
time like 10 minutes or so, that my controlled service for designed
application starts after this one. I need to be able to set the time between
services to start!!!!!!!!!!!.
Thanks,
--
Dario
"Olaf Engelke [MVP Windows Server]" wrote:
| Quote: | Hi Dario,
Dario wrote:
I am running Windows 2003 Enterprise. I would like to be able to delay
startup one of the services ~10 minuts in order to startup 100 % one
of my applications running on this server.
http://support.microsoft.com/default.aspx?scid=kb;en-us;193888
How to delay loading of specific services
should help.
Best greetings from Germany
Olaf
|
|
|
| Back to top |
|
 |
Olaf Engelke [MVP Windows
Guest
|
Posted:
Fri Nov 11, 2005 9:50 pm Post subject:
Re: How to delay the service startup? |
|
|
Hi Dario,
Dario wrote:
| Quote: | Thank you for the information, but this document I have. I know how
to create dependences. I need to be able to set the time. Lets for
instance my dns client starts and from this point when it starts I
need to be able to set the time like 10 minutes or so, that my
controlled service for designed application starts after this one. I
need to be able to set the time between services to start!!!!!!!!!!!.
well. |
In this case trythe following:
create a Scheduled task, which runs with enough permissions and executes
following batch file:
timeout /600 /NOBREAK
net start NameOfYourService
Best greetings from Germany
Olaf |
|
| Back to top |
|
 |
Olaf Engelke [MVP Windows
Guest
|
Posted:
Fri Nov 11, 2005 9:50 pm Post subject:
Re: How to delay the service startup? |
|
|
Hi again,
Olaf Engelke [MVP Windows Server] wrote:
| Quote: | instance my dns client starts and from this point when it starts I
need to be able to set the time like 10 minutes or so, that my
controlled service for designed application starts after this one. I
need to be able to set the time between services to start!!!!!!!!!!!.
well.
In this case trythe following:
create a Scheduled task, which runs with enough permissions and
executes following batch file:
timeout /600 /NOBREAK
net start NameOfYourService
maybe I should add: |
- set the service startup type to Manual
- and the task set for run at system startup.
Hope that helps.
Best greetings from Germany
Olaf |
|
| Back to top |
|
 |
Dario
Guest
|
Posted:
Fri Nov 11, 2005 9:50 pm Post subject:
Re: How to delay the service startup? |
|
|
Thank you for trying.
I do not think this is going to work. I am running cluster. The only option
to control start/stop the application in this scenario is to utilize sevices.
Especially if active node for any reason goes off line and the pasive node is
taking over all resources.
Thanks,
--
Dario
"Olaf Engelke [MVP Windows Server]" wrote:
| Quote: | Hi again,
Olaf Engelke [MVP Windows Server] wrote:
instance my dns client starts and from this point when it starts I
need to be able to set the time like 10 minutes or so, that my
controlled service for designed application starts after this one. I
need to be able to set the time between services to start!!!!!!!!!!!.
well.
In this case trythe following:
create a Scheduled task, which runs with enough permissions and
executes following batch file:
timeout /600 /NOBREAK
net start NameOfYourService
maybe I should add:
- set the service startup type to Manual
- and the task set for run at system startup.
Hope that helps.
Best greetings from Germany
Olaf
|
|
|
| Back to top |
|
 |
|
|
|
|