PC Review


Reply
Thread Tools Rate Thread

DNS - Active Directory - domain - starting over.

 
 
Leo
Guest
Posts: n/a
 
      11th Apr 2006
Help? or words to that effect.

It's beginning to look like we need to scrap everything and start over
with our domain, active directory, and DNS. Can anybody help with the
mess we've got ourselves into please?

We have a small domain called (for the sake of example)
"example.co.uk". This is the internet domain for the company, which
we shall call "Example Ltd."

When we set up the PDC for the domain we called it "Server1". Then
somehow when we set up the domain itself it became called
"example.townname" instead of "example.co.uk", so the server is called
"server1.example.townname".

Since then active directory, DNS, printing services, and a host of
other things just don't work properly.


My question is basically what to do next.

We want to rename the domain on the PDC so that DNS lookups can work
properly.

Does the domain have to be called example.co.uk in order for active
directory to work?

Do we have to set up a new PDC in a new domain, then set up trust
between the two domains, then copy the (masses of) network files
across from one domain to the other, or is it possible to achieve the
same effect by just "resetting" the domain on the current pdc?

--
John
 
Reply With Quote
 
 
 
 
Herb Martin
Guest
Posts: n/a
 
      12th Apr 2006
"Leo" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Help? or words to that effect.
>
> It's beginning to look like we need to scrap everything and start over
> with our domain, active directory, and DNS. Can anybody help with the
> mess we've got ourselves into please?


We'll try but if you have more than a few days invested
then this is practically never the best answer.

Even if you start over, unless you understand how to set
it up correctly you will likely reach a similar situation
quickly, and since if you can set it up correctly you can
almost always fix the current setup.

> We have a small domain called (for the sake of example)
> "example.co.uk". This is the internet domain for the company, which
> we shall call "Example Ltd."


If this is ONLY the "Internet" (presence) DNS name then
that is ACTUALLY A VERY GOOD THING.

While you CAN use the same name externally as you
do for the internal AD domain it is not generally the
best idea for most people.

> When we set up the PDC for the domain we called it "Server1". Then
> somehow when we set up the domain itself it became called
> "example.townname" instead of "example.co.uk", so the server is called
> "server1.example.townname".


Actually your choice, however unintended is not that bad.

Unless you have some (older machines) which have trouble
with the LENGTH of the final tag (townname) it's pretty good
as long as the name makes SENSE to you and your users.

> Since then active directory, DNS, printing services, and a host of
> other things just don't work properly.


Not due to that choice of name.

> My question is basically what to do next.


Fix the DNS SETUP (configure it correctly on both the
DNS Servers and the DNS clients -- DCs are also DNS
clients) -- replication and authentication issues are almost
always DNS based when using AD.

> We want to rename the domain on the PDC so that DNS lookups can work
> properly.


Your problem is almost certainly unrelated to the DNS
name (except in that it may be confusing you or your
other admins.)

> Does the domain have to be called example.co.uk in order for active
> directory to work?


Absolutely not. It needs to be consistent on all of the
internal machines; all of the internal servers -- especially
DCS -- must be DNS clients of those (internal) DNS servers
which can resolve this name.

> Do we have to set up a new PDC in a new domain, then set up trust
> between the two domains, then copy the (masses of) network files
> across from one domain to the other, or is it possible to achieve the
> same effect by just "resetting" the domain on the current pdc?


No. Don't go there.

If you really had a domain that needed to be renamed we could
(possibly) help you with that but you almost certainly have a
more basic problem.

The most common such problem is configuring DNS clients
(including DCs are DNS clients, remember !!!) STRICTLY
with the internal DNS server (set) on their NIC->IP properties.

Do NOT try to mix an external and internal DNS server there;
people do this in the mistaken idea that both will be used.

Internal DNS servers usually FORWARD to external servers
(at the firewall or ISP) for resolving the Internet. Internal
DNS servers must be able to resovle EVERY name the internal
clients will need.


Herb are DNS for AD general recommendations:

1) Dynamic for the zone supporting AD
2) All internal DNS clients NIC\IP properties must specify SOLELY
that internal, dynamic DNS server (set.)
3) DCs and even DNS servers are DNS clients too -- see #2
4) If you have more than one Domain, every DNS server must
be able to resolve ALL domains (either directly or indirectly)

netdiag /fix

....or maybe:

dcdiag /fix

(Win2003 can do this from Support tools):
nltest /dsregdns /serverC-ServerNameGoesHere
http://support.microsoft.com/kb/q260371/

Ensure that DNS zones/domains are fully replicated to all DNS
servers for that (internal) zone/domain.

Also useful may be running DCDiag on each DC, sending the
output to a text file, and searching for FAIL, ERROR, WARN.


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]

> --
> John



 
Reply With Quote
 
Leo
Guest
Posts: n/a
 
      12th Apr 2006
"Herb Martin" <(E-Mail Removed)> wrote:

>"Leo" <(E-Mail Removed)> wrote in message


<snip tale of dns dross>

>> When we set up the PDC for the domain we called it "Server1". Then
>> somehow when we set up the domain itself it became called
>> "example.townname" instead of "example.co.uk", so the server is called
>> "server1.example.townname".

>


>> My question is basically what to do next.

>
>Fix the DNS SETUP (configure it correctly on both the
>DNS Servers and the DNS clients -- DCs are also DNS
>clients) -- replication and authentication issues are almost
>always DNS based when using AD.
>


Thank you very much. That's cleared things up substantially.


Right. I'm off to do some reading....

Expect some tooth grinding, and clumps of hair on the floor in the
near future....

I'll be back!
 
Reply With Quote
 
Herb Martin
Guest
Posts: n/a
 
      12th Apr 2006
> Right. I'm off to do some reading....
>
> Expect some tooth grinding, and clumps of hair on the floor in the
> near future....
>


Keep it simple and logical. DNS is actually VERY LOGICALLY
and fairly easy ONCE you understand the basics.

BUT it is also trivial to mess up if you don't understand something.

Fortunately it's easy to find and fix errors if you approach it
systematically and EXPECT TO UNDERSTAND the problem
and to be able to find the problem with simple tools.

(Ping, nslookup, DCDiag, NetDiag, ipconfig, etc.)

--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]

"Leo" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "Herb Martin" <(E-Mail Removed)> wrote:
>
>>"Leo" <(E-Mail Removed)> wrote in message

>
> <snip tale of dns dross>
>
>>> When we set up the PDC for the domain we called it "Server1". Then
>>> somehow when we set up the domain itself it became called
>>> "example.townname" instead of "example.co.uk", so the server is called
>>> "server1.example.townname".

>>

>
>>> My question is basically what to do next.

>>
>>Fix the DNS SETUP (configure it correctly on both the
>>DNS Servers and the DNS clients -- DCs are also DNS
>>clients) -- replication and authentication issues are almost
>>always DNS based when using AD.
>>

>
> Thank you very much. That's cleared things up substantially.
>
>
> Right. I'm off to do some reading....
>
> Expect some tooth grinding, and clumps of hair on the floor in the
> near future....
>
> I'll be back!



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Workstation a member of an Active Directory Domain AND a Novell NDS directory? William Fields Windows XP General 1 26th Sep 2006 07:57 PM
Active Directory Domain Jordan Samulaitis Microsoft Windows 2000 Active Directory 2 4th Dec 2004 12:07 PM
Best way to migrate profiles from Active Directory domain to NT Domain =?Utf-8?B?U2NvdHQgRmVhdGhlcnN0b25l?= Microsoft Windows 2000 0 28th Mar 2004 06:56 PM
starting and stopping a program in active directory rick fuller Microsoft Windows 2000 Active Directory 1 5th Dec 2003 08:34 AM
Creating an Active Directory domain without a root domain extension? PT Microsoft Windows 2000 Active Directory 2 26th Jul 2003 06:56 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:50 PM.