For some reason, my HP MediaSmart Server EX495 seems to be locking up. It’s very infrequent, but when it happens, I can no longer access it and I have to boot it with severe prejudice. Something is crashing, but I have not been able to determine what is the culprit.
.
I need to spend some quality time with my WHS box to figure out what the problem is. In the mean time, I’ll use the Roy Trenneman method, except via software control. I want to get the box to reboot itself, once a week.
Ultimately, WHS is a child of NT. I don’t need anything fancy to schedule a restart. The tried and true “AT” command will do the job. This AT, not that AT. What I need to do is pretty basic, I want to reboot the server every monday morning at 6:00am. To do this, I followed the following steps
- Open a Remote Desktop connection to the WHS, using the administrator account.
- Launch a command prompt (Start -> command).
-
After the command prompt opens up, type the following text: <pre>at 06:00 /every:Monday “shutdown /r /t 0”</pre>
- Logout