Server 2003: Multiple domain controller question

TwiceOver

Lifer
Dec 20, 2002
13,544
44
91
So I have set up Server 2003 on a machine here a while ago to play with and practice some things. Today I decided to set up another computer with 2003 so I can try out fault tolerance and some other things. My main goal is if one DC goes down, I'll still be able to log into the other one. As I understand, this is how it should work.

So After setting up the second DC I made sure replication was taking place, which it is. The sysvol folders are the same and all that seems good. However, when I take the first DC offline my other computers cannot sycronize with the second DC.

I have set up DNS on both DCs
Checked replication, seems to be working fine.

Any other help?
 

stash

Diamond Member
Jun 22, 2000
5,468
0
0
What do you mean, computers cannot synchronize with the second DC? Are the clients configured to use either DC as a DNS server?
 

TwiceOver

Lifer
Dec 20, 2002
13,544
44
91
When I take DC1 offline each computer gets the little icon in the task bar that says something like domain controller offline and when it comes back then I have to click that icon and syncronize all the offline content (Desktop, Application Settings, Documents).

All computers have DC1 as DNS Primary and DC2 as DNS Secondary.
 

stash

Diamond Member
Jun 22, 2000
5,468
0
0
That's offline files, usually used on laptops that aren't always connected to the LAN. Offline files is basically done on the client side...the server is just a normal file share, which are not synchronized between domain controllers (or any other type of server) by default.
 

TwiceOver

Lifer
Dec 20, 2002
13,544
44
91
Well it does this with all of the computers. Basically for every computer all that info is stored on the server and is replicated in the sysvol from DC1 over to DC2.

When DC1 is offline and I log on it doesn't connect me to DC2 nor run my scripts which are located in the sysvol on DC2. But when DC1 is connected and I log in everything works just as it should.
 

stash

Diamond Member
Jun 22, 2000
5,468
0
0
Well it does this with all of the computers. Basically for every computer all that info is stored on the server and is replicated in the sysvol from DC1 over to DC2.

You can disable offline files. And it doesn't save that info in sysvol.

When DC1 is offline and I log on it doesn't connect me to DC2 nor run my scripts which are located in the sysvol on DC2

Now that is a problem. When DC1 is off and you log into a client, run 'set log' from the command prompt..what does it say? Can you ping the FQDN from the client (ping domain.com)?
 

TwiceOver

Lifer
Dec 20, 2002
13,544
44
91
I am using offline files so that when i move from computer to computer everything stays the same, except start menu. That is working fine. I have the info stored in the sysvol for some unknown reason, I guess it just worked there to begin with.

I can ping both domain controllers using FQDN.

brb
 

TwiceOver

Lifer
Dec 20, 2002
13,544
44
91
Heh, Its like getting hit in the face with a sledge hammer. I realized my scripts won't work because they all refer to DC1 (Printing, Mapped Drives) Duh.

Still my offline files should be able to syncronize with DC2 if the sysvols are the same.