sites and services

J

james

I just recently added a sceond domain controller to
windows 2000 domain and I was checking out the sites and
services! I was looking at the ntds setting and when I
exited I noticed the name was no longer "automatically
generated" it was a series of letter and numbers! I made
a couple of dns and ad changes and everything seems to be
working correctly. I was wondering why the name change
occured and is this going to cause any replication
problems! I did some reading and I could not findfind any
amswers. Both Dc are in the same site, the default first
site! I also read that you cannot change how intrasite
replcation is scheduled ! thanks for the help
 
C

Chriss3

Hello james.

if you see a SID nummber instand of <automatically generated> you should not
worry, check the topologi and make sure just the name have changed, and not
your replication topologi

//Christoffer Andersson
 
Y

ys@work

You can ran the following command to verify that replication is indeed ok:
repadmin /showreps
(take note of the last line for each of the naming context, NC)

or

create a test object and check if it's replicated to the other DC

and

monitor the event viewer logs.
 
B

Ben [MSFT]

The connection objects that were previously shown as "Automaticlly
generated" can be changed to a GUID (not a SID ) if a property is modified
on it.
For instance if you change the replication schedule on the object the name
will change.

blim
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| >Reply-To: "ys@work" <[email protected]>
| >From: "ys@work" <[email protected]>
| >References: <[email protected]>
<#[email protected]>
| >Subject: Re: sites and services
| >Date: Mon, 22 Dec 2003 23:29:14 +0800
| >Lines: 44
| >Organization: MSFT
| >X-Priority: 3
| >X-MSMail-Priority: Normal
| >X-Newsreader: Microsoft Outlook Express 6.00.3790.0
| >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| >Message-ID: <[email protected]>
| >Newsgroups: microsoft.public.win2000.active_directory
| >NNTP-Posting-Host: tide166.microsoft.com 207.46.50.75
| >Path:
cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.
phx.gbl
| >Xref: cpmsftngxa07.phx.gbl
microsoft.public.win2000.active_directory:60219
| >X-Tomcat-NG: microsoft.public.win2000.active_directory
| >
| >You can ran the following command to verify that replication is indeed
ok:
| >repadmin /showreps
| >(take note of the last line for each of the naming context, NC)
| >
| >or
| >
| >create a test object and check if it's replicated to the other DC
| >
| >and
| >
| >monitor the event viewer logs.
| >
| >
| >
| >| >> Hello james.
| >>
| >> if you see a SID nummber instand of <automatically generated> you
should
| >not
| >> worry, check the topologi and make sure just the name have changed, and
| >not
| >> your replication topologi
| >>
| >> //Christoffer Andersson
| >>
| >> "james" <[email protected]> skrev i meddelandet
| >> | >> > I just recently added a sceond domain controller to
| >> > windows 2000 domain and I was checking out the sites and
| >> > services! I was looking at the ntds setting and when I
| >> > exited I noticed the name was no longer "automatically
| >> > generated" it was a series of letter and numbers! I made
| >> > a couple of dns and ad changes and everything seems to be
| >> > working correctly. I was wondering why the name change
| >> > occured and is this going to cause any replication
| >> > problems! I did some reading and I could not findfind any
| >> > amswers. Both Dc are in the same site, the default first
| >> > site! I also read that you cannot change how intrasite
| >> > replcation is scheduled ! thanks for the help
| >>
| >>
| >
| >
| >
 
S

Sensei

Just to add some slight clarification as well; the documentation refer to
three kinds of connection objects - <automatically generated> (as Ben
mentioned), Manually Created, and Administratively Modified, which would be
the type Ben refered to as having the name of a Globally Unique Identifier
(GUID).

You can identify each kind as follows:
- Automatcially Generated types always have the name "<automatically
generated" affixed
- Manually Created always have the name you assigned them when you created
them
- Administratively modified have a GUID as a name, indicating that they
were once automatically generated, then had one of their attributes
modified - making it an "Administratively Modified" connection object.

-ds
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top