Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Server Setup > Server 2008 R2 Slow to Boot

Reply
Thread Tools Display Modes

Server 2008 R2 Slow to Boot

 
 
Clayton
Guest
Posts: n/a

 
      09-18-2009
Just installed Windows Server 2008 R2, installed Active Directory services,
DNS Server and 1 Domain Controller using DCPromo and after reboot it takes
up to 5 minutes to fully load, is this normal?

I have put in a static IP and using 127.0.0.1 as a DNS server

I have 4GB's of memory a E8400 CPU Dual Core2 3.0GHz and 250GB SATA HDD

Thanks

 
Reply With Quote
 
 
 
 
Clayton
Guest
Posts: n/a

 
      09-18-2009
Furthermore I have now added Exchange Server 2007 and it's taking longer to
startup, 10 minutes later, the system is still loading



"Clayton" <> wrote in message
news:u6hR$...
> Just installed Windows Server 2008 R2, installed Active Directory
> services, DNS Server and 1 Domain Controller using DCPromo and after
> reboot it takes up to 5 minutes to fully load, is this normal?
>
> I have put in a static IP and using 127.0.0.1 as a DNS server
>
> I have 4GB's of memory a E8400 CPU Dual Core2 3.0GHz and 250GB SATA HDD
>
> Thanks


 
Reply With Quote
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      09-18-2009
Hello Clayton,

This is normal, it belongs to the problem that during boot the server tries
to reach it's DNS server(own ip address), BUT the DNS server service is not
started at that point. So it goes in a kind of search for DNS servers, after
some time this process stops and it will go on booting. Now the next problem
comes up, AD relies on DNS also but if the DNS server is not fully started,
netlogon etc. can not come up also. If AD is not coming up, Exchange finds
no Global catalog server.

After some time DNS server service is started and the rest will then go on.
AD starts and Exchange will come up also.

Reolution:
In a domain have at least 2 DNS servers to prevent this and configuer them
to use on the NIC the other as primary DNS, you can also set itself primary
and the other secondary, this will slow down the boot process no that much.
In Exchange management console checkalso that all GCs are used from Exchange.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> Furthermore I have now added Exchange Server 2007 and it's taking
> longer to startup, 10 minutes later, the system is still loading
>
> "Clayton" <> wrote in message
> news:u6hR$...
>
>> Just installed Windows Server 2008 R2, installed Active Directory
>> services, DNS Server and 1 Domain Controller using DCPromo and after
>> reboot it takes up to 5 minutes to fully load, is this normal?
>>
>> I have put in a static IP and using 127.0.0.1 as a DNS server
>>
>> I have 4GB's of memory a E8400 CPU Dual Core2 3.0GHz and 250GB SATA
>> HDD
>>
>> Thanks
>>



 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      09-18-2009
Should not use 127.0.0.1

--
Phillip Windell

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------


 
Reply With Quote
 
Hank Arnold
Guest
Posts: n/a

 
      09-20-2009
Clayton wrote:
> Furthermore I have now added Exchange Server 2007 and it's taking longer
> to startup, 10 minutes later, the system is still loading
>
>
>
> "Clayton" <> wrote in message
> news:u6hR$...
>> Just installed Windows Server 2008 R2, installed Active Directory
>> services, DNS Server and 1 Domain Controller using DCPromo and after
>> reboot it takes up to 5 minutes to fully load, is this normal?
>>
>> I have put in a static IP and using 127.0.0.1 as a DNS server
>>
>> I have 4GB's of memory a E8400 CPU Dual Core2 3.0GHz and 250GB SATA HDD
>>
>> Thanks

>

Argh!!! Running Exchange on a DC is really not a good idea...

Don't use 127.0.0.1 as the DNS. Use the fixed IP you assigned to it.
That *may* speed it up a bit. However, most, if not all is due to lack
of a second DNS server. Best to have a second DC with DNS and make it a GC.

--

Regards,
Hank Arnold
Microsoft MVP
Windows Server - Directory Services
http://mypcassistant.blogspot.com/
 
Reply With Quote
 
Andrew Staley
Guest
Posts: n/a

 
      09-28-2009
Just to latch onto this as I'm in the process of setting up my 1st domain
from scratch. I have two DNS servers on my domain, one at 192.168.1.100
(Pri DC) and the other on 192.168.1.101 (Sec DC), both created using
"DCPromo". When I created the 1st one the Pri DNS was changed to 127.0.0.1
by DCPromo without my prompting.

Am I right in thinking that it is best to now change my Pri DNS Server to
use 192.168.1.101 as it's Pri DNS setting and 192.168.1.100 as it's 2nd DNS
and vice versa on the backup DC? Is this documented anywhere on the MS
site?

Thanks in advance, Andrew.

"Clayton" <> wrote in message
news:u6hR$...
> Just installed Windows Server 2008 R2, installed Active Directory
> services, DNS Server and 1 Domain Controller using DCPromo and after
> reboot it takes up to 5 minutes to fully load, is this normal?
>
> I have put in a static IP and using 127.0.0.1 as a DNS server
>
> I have 4GB's of memory a E8400 CPU Dual Core2 3.0GHz and 250GB SATA HDD
>
> Thanks


 
Reply With Quote
 
Hank Arnold
Guest
Posts: n/a

 
      09-29-2009
I usually set each DC/DNS server to point to itself as the primary DNS
and any other DNS server as secondary.

--

Regards,
Hank Arnold
Microsoft MVP
Windows Server - Directory Services
http://mypcassistant.blogspot.com/

Andrew Staley wrote:
> Just to latch onto this as I'm in the process of setting up my 1st
> domain from scratch. I have two DNS servers on my domain, one at
> 192.168.1.100 (Pri DC) and the other on 192.168.1.101 (Sec DC), both
> created using "DCPromo". When I created the 1st one the Pri DNS was
> changed to 127.0.0.1 by DCPromo without my prompting.
>
> Am I right in thinking that it is best to now change my Pri DNS Server
> to use 192.168.1.101 as it's Pri DNS setting and 192.168.1.100 as it's
> 2nd DNS and vice versa on the backup DC? Is this documented anywhere on
> the MS site?
>
> Thanks in advance, Andrew.
>
> "Clayton" <> wrote in message
> news:u6hR$...
>> Just installed Windows Server 2008 R2, installed Active Directory
>> services, DNS Server and 1 Domain Controller using DCPromo and after
>> reboot it takes up to 5 minutes to fully load, is this normal?
>>
>> I have put in a static IP and using 127.0.0.1 as a DNS server
>>
>> I have 4GB's of memory a E8400 CPU Dual Core2 3.0GHz and 250GB SATA HDD
>>
>> Thanks

>


 
Reply With Quote
 
Tassawur Hussain
Guest
Posts: n/a

 
      10-02-2009

Thats the best option, however our Windows 2008 & Windows 2008 R2 still take too long to boot. Are their any other speed up solutions.



Hank Arnold wrote:

Re: Server 2008 R2 Slow to Boot
29-Sep-09

I usually set each DC/DNS server to point to itself as the primary DNS
and any other DNS server as secondary.

--

Regards,
Hank Arnold
Microsoft MVP
Windows Server - Directory Services
http://mypcassistant.blogspot.com/

Andrew Staley wrote:

EggHeadCafe - Software Developer Portal of Choice
Solution to the Annoying Flickering Problem When Updating Textboxes
http://www.eggheadcafe.com/tutorials...-annoying.aspx
 
Reply With Quote
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      10-02-2009
Hello Tassawur,

The only working option is to have domain DNS server up and running, so don't
reboot all machines at once.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> Thats the best option, however our Windows 2008 & Windows 2008 R2
> still take too long to boot. Are their any other speed up solutions.
>
> Hank Arnold wrote:
>
> Re: Server 2008 R2 Slow to Boot
> 29-Sep-09
> I usually set each DC/DNS server to point to itself as the primary DNS
> and any other DNS server as secondary.
>
> Andrew Staley wrote:
>
> EggHeadCafe - Software Developer Portal of Choice
>
> Solution to the Annoying Flickering Problem When Updating Textboxes
>
> http://www.eggheadcafe.com/tutorials...4-4e48-beb2-32
> 6ca6f82d08/solution-to-the-annoying.aspx
>



 
Reply With Quote
 
G. Brooks
Guest
Posts: n/a

 
      10-03-2009


"Meinolf Weber [MVP-DS]" wrote:

> Hello Tassawur,
>
> The only working option is to have domain DNS server up and running, so don't
> reboot all machines at once.
>
> Best regards
>
> Meinolf Weber
> Disclaimer: This posting is provided "AS IS" with no warranties, and confers
> no rights.
> ** Please do NOT email, only reply to Newsgroups
> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>
>
> > Thats the best option, however our Windows 2008 & Windows 2008 R2
> > still take too long to boot. Are their any other speed up solutions.
> >
> > Hank Arnold wrote:
> >
> > Re: Server 2008 R2 Slow to Boot
> > 29-Sep-09
> > I usually set each DC/DNS server to point to itself as the primary DNS
> > and any other DNS server as secondary.
> >
> > Andrew Staley wrote:
> >
> > EggHeadCafe - Software Developer Portal of Choice
> >
> > Solution to the Annoying Flickering Problem When Updating Textboxes
> >
> > http://www.eggheadcafe.com/tutorials...4-4e48-beb2-32
> > 6ca6f82d08/solution-to-the-annoying.aspx
> >

>
> I am running a set of virtualized servers from a Single large Dell Server. This unit takes over i hour to boot and is then very sluggish. This whole thing doesn't work! Am checking DNS Settings as we speak.


>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Server 2008 slow printing through spooler JoePa Windows Server 14 01-16-2012 08:40 AM
Re: IBM server running Windows Server 2008 slow response and timeouts Meinolf Weber [MVP-DS] Windows Server 0 04-30-2009 08:50 PM
IBM server running Windows Server 2008 slow response and timeouts Alexander McLin Windows Server 5 04-30-2009 08:43 PM
Slow Network Speed from 2008 Server James Buist Server Networking 3 11-23-2008 02:29 PM
How to get a boot CD for Server 2008? Rob-CIT Server Setup 6 03-23-2008 10:41 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59