Link to home
Start Free TrialLog in
Avatar of armenprintsian
armenprintsianFlag for United States of America

asked on

SBS 2003 wont reboot

For some odd reason I have a sbs2003 server that hangs on reboot. It boots fine when it powers all the way off and then you turn it on. But for some odd reason everytime you do a restart it hangs when its loading into windows 2003.
SOLUTION
Avatar of Rick Fee
Rick Fee
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jb2286
jb2286

I had a similar issue with SBS 2003.  The server I was using was running as a Domain Controller and an Exchange Server.  The problem was explained to me as such that the Domain Controller services shut down first, thus throwing Exchange services shutdown into timeout mode - because they're looking for the Domain Controller.  To solve this, I created a batch file that shut down all of the Exchange services and I run this batch file before restarting.  Before this patch, the system would always hang on the powering down portion of the restart and would take 45+ minutes and still be on the same screen.  Now restarts are down to less than 5 minutes.  If you don't like the simple nature of the batch file and don't want to mess with this, I read that there is a registry key you can edit for the timeout length.

Here is a site that explains the issue with Exchange on a DC...
http://www.amset.info/exchange/shutdown-script.asp

I can't find the page that explained about the registry keys to edit for Exchange.  But I think it was on a Microsoft Technet article somewhere.
Try creating a batch file to put on the desktop by opening notepad, and when saving select from the drop down all programs, and call it "shutdown.bat" or something

Before saving it, add the following line:
shutdown -f -r

and just double click it to reboot. We had a client with a similar problem, was the easiest fix.
Avatar of armenprintsian

ASKER

Server shuts down fine. Its when it boots back up it locks up during the windows 2003 boot screen. I am working on getting firmwares for the scsi controller and motherboard.
thanks guys it was a combination of drivers and firmware