|
|
| Author |
Message |
SPiderman Guest
|
Posted: Mon Jul 02, 2007 2:50 pm Post subject: Auto Reboots of servers? |
|
|
Hi,
Can someone tell me what the best solution is to schedule reboots of windows
2000/2003 servers that is inexpensive or free?
We have some systems that hang at reboot or take a while to reboot.
Thanks |
|
| Back to top |
|
 |
|
|
cbass Guest
|
Posted: Mon Jul 02, 2007 2:50 pm Post subject: RE: Auto Reboots of servers? |
|
|
I have a scheduled task created on each server that will reboot it in the
middle of the night. It's free and has worked well for the last year or so.
Here is what I have in the run command of the scheduled task:
C:\WINDOWS\system32\shutdown.exe -r -f -t 25
"SPiderman" wrote:
| Quote: | Hi,
Can someone tell me what the best solution is to schedule reboots of windows
2000/2003 servers that is inexpensive or free?
We have some systems that hang at reboot or take a while to reboot.
Thanks |
|
|
| Back to top |
|
 |
SPiderman Guest
|
Posted: Tue Jul 10, 2007 2:42 am Post subject: RE: Auto Reboots of servers? |
|
|
Hi,
Does this work on 2000 servers?
"cbass" wrote:
| Quote: | I have a scheduled task created on each server that will reboot it in the
middle of the night. It's free and has worked well for the last year or so.
Here is what I have in the run command of the scheduled task:
C:\WINDOWS\system32\shutdown.exe -r -f -t 25
"SPiderman" wrote:
Hi,
Can someone tell me what the best solution is to schedule reboots of windows
2000/2003 servers that is inexpensive or free?
We have some systems that hang at reboot or take a while to reboot.
Thanks |
|
|
| Back to top |
|
 |
|