Mark Minasi's Reader Forum
Mark Minasi's Reader Forum
Home | Profile | Register | Active Topics | Active Polls | Members | Search | FAQ | Minasi Forum RSS Feed
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 HALP! Questions on Windows and Windows Server
 Windows Server 2003 R2
 Server stuck at startup
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

protech
Old Timer

United Kingdom
303 Posts
Status: offline

Posted - 09/07/2011 :  12:11:21 PM  Show Profile  Reply with Quote
Hi

We have a Server stuck a boot with the 'prepearing network connections message'. We have tried last known good ect. Anyone any ideas how we can get past this point? We have left it for around 12 hours with with no change. Of course it just happens to be a FSMO Server grrr :(

Help!

PT :)

sixdoubleo
Major Contributor

USA
859 Posts
Status: offline

Posted - 09/07/2011 :  12:52:43 PM  Show Profile  Click to see sixdoubleo's MSN Messenger address  Send sixdoubleo a Yahoo! Message  Reply with Quote
Sometimes DC's can get into a chicken before the egg scenario whereby they want to start NETLOGON, but they need DNS to do so, but because DNS in AD integrated, it needs to wait for NETLOGON, etc...

Try pulling the network cable or disabling the NIC in the BIOS. Maybe if you can get it to realize that it doesn't have a working network connection, it will fail the service and move on vs looping forever.

Go to Top of Page

pretzeldude
Here To Stay

USA
236 Posts
Status: offline

Posted - 09/07/2011 :  1:26:01 PM  Show Profile  Visit pretzeldude's Homepage  Reply with Quote
Pulling the network cable has worked for me in a few similiar scenarios.
Go to Top of Page

Douggg
Major Contributor

972 Posts
Status: offline

Posted - 09/07/2011 :  2:45:48 PM  Show Profile  Reply with Quote
Have your ruled out that it's not a hardware (specificly a disk) problem?

Douggg
Go to Top of Page

protech
Old Timer

United Kingdom
303 Posts
Status: offline

Posted - 09/08/2011 :  03:38:02 AM  Show Profile  Reply with Quote
cheers guys - will try disabling the NIC first
Go to Top of Page

sixdoubleo
Major Contributor

USA
859 Posts
Status: offline

Posted - 09/08/2011 :  12:32:24 PM  Show Profile  Click to see sixdoubleo's MSN Messenger address  Send sixdoubleo a Yahoo! Message  Reply with Quote
quote:
Originally posted by protech

cheers guys - will try disabling the NIC first



I would pull the cable first. THEN if that doesn't work, disable the NIC.
Go to Top of Page

protech
Old Timer

United Kingdom
303 Posts
Status: offline

Posted - 09/12/2011 :  07:47:45 AM  Show Profile  Reply with Quote
thanks for the recode this is what fixed the server


The "Applying Computer Settings" is normally associated with Active Directory Domain Controller GPO's trying to be applied, mostly to ensure server security. If those GPO's cannot get applied then the server security is compromised. To resolve it, disconnect all hardware peripherals and network cables and boot the SBS 2003 server in F8 Safe Mode. Use either the Services.msc Console or run msconfig.exe and turn OFF all non-Microsoft services. Make a note of the services that had their automatic start disabled. Make sure the server has a static IP address and the server's DNS settings points to it only and there are no other DNS entries. Run dcdiag.exe and netdiag.exe at the Command Prompt and check for and fix any Active Directory or DNS problems. Reboot the server and it should boot normally, usually in under 5 minutes you should see the "Press CTRL+ALT+DEL" login prompt again. Then login and manually start all the previously disabled services. If your computer does not boot in Safe Mode then you may have have underlying OS problems.


so in safe mode we just did

dcdiag /fix
then run
netdiag /fix

came back up fine

who knows why :)

cheers guys
Go to Top of Page

jmarquart
Seasoned But Casual Onlooker

50 Posts
Status: offline

Posted - 09/27/2011 :  3:06:19 PM  Show Profile  Visit jmarquart's Homepage  Reply with Quote
While this is a little off topic we experienced similar issues on Windows Server 2003 R2 domain controllers as well (usually after applying windows updates) where we would have long delays with messages like 'preparing network connections' and 'applying computer settings' dialogs. Sometimes we would have to wait up to 15 minutes before being able to logon. We found consitently by making the following changes boot time and logon time to the domain controllers spead up considerably:

Add the registry key:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
IgnoreRegUserConfigErrors = DWORD:1

This should fix the problem of not being able to terminal session into a domain controller computer immediately after a reboot.

Add the netlogon service dependency to the DHCP and DNS servers. This is so the netlogon service has to start before either the DHCP or DNS service loads.

Set the DHCP and DNS services to manual instead of the default which is automatic.

Create a scheduled task that runs at startup on the server (Runs as: NT AUTHORITY\SYSTEM) with the following script:

ping -n 300 127.0.0.1>nul
sc \\servername start DNS
sc \\servername start DHCPServer

Note: You could try reducing the delay (ping -n 200) if you have fast hardware.

The above changes created a significant speed increase with the boot time and logon time for our 2003 R2 domain controllers.

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Mark Minasi's Reader Forum © 2002-2011 Mark Minasi Go To Top Of Page
This page was generated in 0.16 seconds. Snitz Forums 2000