Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Server Migration > Can't remove old SBS 2003 DC

Reply
Thread Tools Display Modes

Can't remove old SBS 2003 DC

 
 
Mats W
Guest
Posts: n/a

 
      12-30-2008
I've migrated an SBS-2003 to new hw according to "Migrating Windows Small
Business Server 2003 to New Hardware"
(http://technet.microsoft.com/en-us/l.../cc747454.aspx), everything went
fine except when I got to the last step "To create an alias" of the old
server name on page 32 when it failed.
I demoted and disconnected the old server from the domain and as I thought
the problem was that the old server was still present in AD.
But when I did so the server wasn't removed from the AD, instead it's there
with a red cross over it.
I can re-add the old server to the domain and then it appears in AD, but if
I try to delete the server from AD then this can't be done due to "Access is
denied".
Other servers/workstations on the network can be deleted but not this one.
I've tried to reset the machine password with netdom on the old server, but
it failes as the server is not a DC.
Any clue how I can get rid of the old server, so that I hopefully can create
an alias of it?
 
Reply With Quote
 
 
 
 
kj [SBS MVP]
Guest
Posts: n/a

 
      12-30-2008
Mats W wrote:
> I've migrated an SBS-2003 to new hw according to "Migrating Windows
> Small Business Server 2003 to New Hardware"
> (http://technet.microsoft.com/en-us/l.../cc747454.aspx),
> everything went fine except when I got to the last step "To create an
> alias" of the old server name on page 32 when it failed.
> I demoted and disconnected the old server from the domain and as I
> thought the problem was that the old server was still present in AD.
> But when I did so the server wasn't removed from the AD, instead it's
> there with a red cross over it.
> I can re-add the old server to the domain and then it appears in AD,
> but if I try to delete the server from AD then this can't be done due
> to "Access is denied".
> Other servers/workstations on the network can be deleted but not this
> one. I've tried to reset the machine password with netdom on the old
> server, but it failes as the server is not a DC.
> Any clue how I can get rid of the old server, so that I hopefully can
> create an alias of it?


You need to manually clean it up from AD using metadata cleanup;

http://technet.microsoft.com/en-us/l.../cc736378.aspx


--
/kj


 
Reply With Quote
 
Mats W
Guest
Posts: n/a

 
      12-30-2008
Tried it but it doesn't work. ntdsutil returns "Directory object not found" on
metadata cleanup: remove selected server
CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
I used LDP to determine the DN of the old server, and it shows
CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local

CN=HERMOD,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
CN=NTDS
Settings,CN=HERMOD,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local

CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
CN=Exchange
Settings,CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local

If I follow the pre-SP1 procedure below, then the command "list servers in
site" just lists the new server HERMOD, and the reason may be that the entry
for the old server TOR is for Exchange settings and not NTDS.

Is there some way to clean up Exchange settings?

"kj [SBS MVP]" wrote:

> Mats W wrote:
> > I've migrated an SBS-2003 to new hw according to "Migrating Windows
> > Small Business Server 2003 to New Hardware"
> > (http://technet.microsoft.com/en-us/l.../cc747454.aspx),
> > everything went fine except when I got to the last step "To create an
> > alias" of the old server name on page 32 when it failed.
> > I demoted and disconnected the old server from the domain and as I
> > thought the problem was that the old server was still present in AD.
> > But when I did so the server wasn't removed from the AD, instead it's
> > there with a red cross over it.
> > I can re-add the old server to the domain and then it appears in AD,
> > but if I try to delete the server from AD then this can't be done due
> > to "Access is denied".
> > Other servers/workstations on the network can be deleted but not this
> > one. I've tried to reset the machine password with netdom on the old
> > server, but it failes as the server is not a DC.
> > Any clue how I can get rid of the old server, so that I hopefully can
> > create an alias of it?

>
> You need to manually clean it up from AD using metadata cleanup;
>
> http://technet.microsoft.com/en-us/l.../cc736378.aspx
>
>
> --
> /kj
>
>
>

 
Reply With Quote
 
kj [SBS MVP]
Guest
Posts: n/a

 
      12-30-2008
You have a server listed as an Exchange server in the org showing in the EMC
or in ADUC as a Domain Controller?

Perhaps I'm confused.

Mats W wrote:
> Tried it but it doesn't work. ntdsutil returns "Directory object not
> found" on metadata cleanup: remove selected server
> CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> I used LDP to determine the DN of the old server, and it shows
> CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
>
> CN=HERMOD,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> CN=NTDS
> Settings,CN=HERMOD,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
>
> CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> CN=Exchange
> Settings,CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
>
> If I follow the pre-SP1 procedure below, then the command "list
> servers in site" just lists the new server HERMOD, and the reason may
> be that the entry for the old server TOR is for Exchange settings and
> not NTDS.
>
> Is there some way to clean up Exchange settings?
>
> "kj [SBS MVP]" wrote:
>
>> Mats W wrote:
>>> I've migrated an SBS-2003 to new hw according to "Migrating Windows
>>> Small Business Server 2003 to New Hardware"
>>> (http://technet.microsoft.com/en-us/l.../cc747454.aspx),
>>> everything went fine except when I got to the last step "To create
>>> an alias" of the old server name on page 32 when it failed.
>>> I demoted and disconnected the old server from the domain and as I
>>> thought the problem was that the old server was still present in AD.
>>> But when I did so the server wasn't removed from the AD, instead
>>> it's there with a red cross over it.
>>> I can re-add the old server to the domain and then it appears in AD,
>>> but if I try to delete the server from AD then this can't be done
>>> due to "Access is denied".
>>> Other servers/workstations on the network can be deleted but not
>>> this one. I've tried to reset the machine password with netdom on
>>> the old server, but it failes as the server is not a DC.
>>> Any clue how I can get rid of the old server, so that I hopefully
>>> can create an alias of it?

>>
>> You need to manually clean it up from AD using metadata cleanup;
>>
>> http://technet.microsoft.com/en-us/l.../cc736378.aspx
>>
>>
>> --
>> /kj


--
/kj


 
Reply With Quote
 
Mats W
Guest
Posts: n/a

 
      12-30-2008
Old (now demoted DC) TOR is listed in ADUC "Computers", new DC HERMOD is
listed in ADUC under "Domain Controllers".
The problem is that TOR can't be deleted from "Computers". When I try to
delete it AD says :
"Object TOR is a container and contains other objects. Are you sure you want
to delete object TOR and the objects it contains?". If I klick YES then I get
"The object TOR (or some of the objects it contains) cannot be deleted
because: Access is denied".

"kj [SBS MVP]" wrote:

> You have a server listed as an Exchange server in the org showing in the EMC
> or in ADUC as a Domain Controller?
>
> Perhaps I'm confused.
>
> Mats W wrote:
> > Tried it but it doesn't work. ntdsutil returns "Directory object not
> > found" on metadata cleanup: remove selected server
> > CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> > I used LDP to determine the DN of the old server, and it shows
> > CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> >
> > CN=HERMOD,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> > CN=NTDS
> > Settings,CN=HERMOD,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> >
> > CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> > CN=Exchange
> > Settings,CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> >
> > If I follow the pre-SP1 procedure below, then the command "list
> > servers in site" just lists the new server HERMOD, and the reason may
> > be that the entry for the old server TOR is for Exchange settings and
> > not NTDS.
> >
> > Is there some way to clean up Exchange settings?
> >
> > "kj [SBS MVP]" wrote:
> >
> >> Mats W wrote:
> >>> I've migrated an SBS-2003 to new hw according to "Migrating Windows
> >>> Small Business Server 2003 to New Hardware"
> >>> (http://technet.microsoft.com/en-us/l.../cc747454.aspx),
> >>> everything went fine except when I got to the last step "To create
> >>> an alias" of the old server name on page 32 when it failed.
> >>> I demoted and disconnected the old server from the domain and as I
> >>> thought the problem was that the old server was still present in AD.
> >>> But when I did so the server wasn't removed from the AD, instead
> >>> it's there with a red cross over it.
> >>> I can re-add the old server to the domain and then it appears in AD,
> >>> but if I try to delete the server from AD then this can't be done
> >>> due to "Access is denied".
> >>> Other servers/workstations on the network can be deleted but not
> >>> this one. I've tried to reset the machine password with netdom on
> >>> the old server, but it failes as the server is not a DC.
> >>> Any clue how I can get rid of the old server, so that I hopefully
> >>> can create an alias of it?
> >>
> >> You need to manually clean it up from AD using metadata cleanup;
> >>
> >> http://technet.microsoft.com/en-us/l.../cc736378.aspx
> >>
> >>
> >> --
> >> /kj

>
> --
> /kj
>
>
>

 
Reply With Quote
 
kj [SBS MVP]
Guest
Posts: n/a

 
      12-30-2008
Ah. OK. So in ADUC make sure the "VIEW. Advanced features" is selected, then
you should be able to expand the server TOR and see what object the server
container contains. It could be several things with different course of
actions. So suggest posting back what you find before proceeding.

And as always a verified good copy of your AD is in order.

Mats W wrote:
> Old (now demoted DC) TOR is listed in ADUC "Computers", new DC HERMOD
> is listed in ADUC under "Domain Controllers".
> The problem is that TOR can't be deleted from "Computers". When I try
> to delete it AD says :
> "Object TOR is a container and contains other objects. Are you sure
> you want to delete object TOR and the objects it contains?". If I
> klick YES then I get "The object TOR (or some of the objects it
> contains) cannot be deleted because: Access is denied".
>
> "kj [SBS MVP]" wrote:
>
>> You have a server listed as an Exchange server in the org showing in
>> the EMC or in ADUC as a Domain Controller?
>>
>> Perhaps I'm confused.
>>
>> Mats W wrote:
>>> Tried it but it doesn't work. ntdsutil returns "Directory object not
>>> found" on metadata cleanup: remove selected server
>>> CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
>>> I used LDP to determine the DN of the old server, and it shows
>>> CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
>>>
>>> CN=HERMOD,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
>>> CN=NTDS
>>> Settings,CN=HERMOD,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
>>>
>>> CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
>>> CN=Exchange
>>> Settings,CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
>>>
>>> If I follow the pre-SP1 procedure below, then the command "list
>>> servers in site" just lists the new server HERMOD, and the reason
>>> may be that the entry for the old server TOR is for Exchange
>>> settings and not NTDS.
>>>
>>> Is there some way to clean up Exchange settings?
>>>
>>> "kj [SBS MVP]" wrote:
>>>
>>>> Mats W wrote:
>>>>> I've migrated an SBS-2003 to new hw according to "Migrating
>>>>> Windows Small Business Server 2003 to New Hardware"
>>>>> (http://technet.microsoft.com/en-us/l.../cc747454.aspx),
>>>>> everything went fine except when I got to the last step "To create
>>>>> an alias" of the old server name on page 32 when it failed.
>>>>> I demoted and disconnected the old server from the domain and as I
>>>>> thought the problem was that the old server was still present in
>>>>> AD. But when I did so the server wasn't removed from the AD,
>>>>> instead it's there with a red cross over it.
>>>>> I can re-add the old server to the domain and then it appears in
>>>>> AD, but if I try to delete the server from AD then this can't be
>>>>> done due to "Access is denied".
>>>>> Other servers/workstations on the network can be deleted but not
>>>>> this one. I've tried to reset the machine password with netdom on
>>>>> the old server, but it failes as the server is not a DC.
>>>>> Any clue how I can get rid of the old server, so that I hopefully
>>>>> can create an alias of it?
>>>>
>>>> You need to manually clean it up from AD using metadata cleanup;
>>>>
>>>> http://technet.microsoft.com/en-us/l.../cc736378.aspx
>>>>
>>>>
>>>> --
>>>> /kj

>>
>> --
>> /kj


--
/kj


 
Reply With Quote
 
Mats W
Guest
Posts: n/a

 
      01-01-2009
The "ADSI Edit" plugin showed that object TOR
(CN=Computers,CN=TOR,DC=WIKAB,DC=local) contained some printer objects plus
something called CN=IASIdentity and another called CN=RouterIdentity.
The printer objects could be deleted by running dcpromo on TOR, delete
printers from AD and run dcpromo again. But the other objects didn't go away.
Also, there's still a CN=TOR under
CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local which in turn contains an object CN=Exchange Settings.


"kj [SBS MVP]" wrote:

> Ah. OK. So in ADUC make sure the "VIEW. Advanced features" is selected, then
> you should be able to expand the server TOR and see what object the server
> container contains. It could be several things with different course of
> actions. So suggest posting back what you find before proceeding.
>
> And as always a verified good copy of your AD is in order.
>
> Mats W wrote:
> > Old (now demoted DC) TOR is listed in ADUC "Computers", new DC HERMOD
> > is listed in ADUC under "Domain Controllers".
> > The problem is that TOR can't be deleted from "Computers". When I try
> > to delete it AD says :
> > "Object TOR is a container and contains other objects. Are you sure
> > you want to delete object TOR and the objects it contains?". If I
> > klick YES then I get "The object TOR (or some of the objects it
> > contains) cannot be deleted because: Access is denied".
> >
> > "kj [SBS MVP]" wrote:
> >
> >> You have a server listed as an Exchange server in the org showing in
> >> the EMC or in ADUC as a Domain Controller?
> >>
> >> Perhaps I'm confused.
> >>
> >> Mats W wrote:
> >>> Tried it but it doesn't work. ntdsutil returns "Directory object not
> >>> found" on metadata cleanup: remove selected server
> >>> CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> >>> I used LDP to determine the DN of the old server, and it shows
> >>> CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> >>>
> >>> CN=HERMOD,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> >>> CN=NTDS
> >>> Settings,CN=HERMOD,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> >>>
> >>> CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> >>> CN=Exchange
> >>> Settings,CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> >>>
> >>> If I follow the pre-SP1 procedure below, then the command "list
> >>> servers in site" just lists the new server HERMOD, and the reason
> >>> may be that the entry for the old server TOR is for Exchange
> >>> settings and not NTDS.
> >>>
> >>> Is there some way to clean up Exchange settings?
> >>>
> >>> "kj [SBS MVP]" wrote:
> >>>
> >>>> Mats W wrote:
> >>>>> I've migrated an SBS-2003 to new hw according to "Migrating
> >>>>> Windows Small Business Server 2003 to New Hardware"
> >>>>> (http://technet.microsoft.com/en-us/l.../cc747454.aspx),
> >>>>> everything went fine except when I got to the last step "To create
> >>>>> an alias" of the old server name on page 32 when it failed.
> >>>>> I demoted and disconnected the old server from the domain and as I
> >>>>> thought the problem was that the old server was still present in
> >>>>> AD. But when I did so the server wasn't removed from the AD,
> >>>>> instead it's there with a red cross over it.
> >>>>> I can re-add the old server to the domain and then it appears in
> >>>>> AD, but if I try to delete the server from AD then this can't be
> >>>>> done due to "Access is denied".
> >>>>> Other servers/workstations on the network can be deleted but not
> >>>>> this one. I've tried to reset the machine password with netdom on
> >>>>> the old server, but it failes as the server is not a DC.
> >>>>> Any clue how I can get rid of the old server, so that I hopefully
> >>>>> can create an alias of it?
> >>>>
> >>>> You need to manually clean it up from AD using metadata cleanup;
> >>>>
> >>>> http://technet.microsoft.com/en-us/l.../cc736378.aspx
> >>>>
> >>>>
> >>>> --
> >>>> /kj
> >>
> >> --
> >> /kj

>
> --
> /kj
>
>
>

 
Reply With Quote
 
Mats W
Guest
Posts: n/a

 
      01-01-2009
CN=RouterIdentity disapeared by running dcpromo on TOR, and then disabling
TOR as Routing and remote access server (I'm using an external router now).
And CN=IASIdentity was removed by uninstalling the Internet Authentication
Service on TOR.
But I've still got the CN=Exchange Settings which I can't figure out how to
remove

"Mats W" wrote:

> The "ADSI Edit" plugin showed that object TOR
> (CN=Computers,CN=TOR,DC=WIKAB,DC=local) contained some printer objects plus
> something called CN=IASIdentity and another called CN=RouterIdentity.
> The printer objects could be deleted by running dcpromo on TOR, delete
> printers from AD and run dcpromo again. But the other objects didn't go away.
> Also, there's still a CN=TOR under
> CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local which in turn contains an object CN=Exchange Settings.
>
>
> "kj [SBS MVP]" wrote:
>
> > Ah. OK. So in ADUC make sure the "VIEW. Advanced features" is selected, then
> > you should be able to expand the server TOR and see what object the server
> > container contains. It could be several things with different course of
> > actions. So suggest posting back what you find before proceeding.
> >
> > And as always a verified good copy of your AD is in order.
> >
> > Mats W wrote:
> > > Old (now demoted DC) TOR is listed in ADUC "Computers", new DC HERMOD
> > > is listed in ADUC under "Domain Controllers".
> > > The problem is that TOR can't be deleted from "Computers". When I try
> > > to delete it AD says :
> > > "Object TOR is a container and contains other objects. Are you sure
> > > you want to delete object TOR and the objects it contains?". If I
> > > klick YES then I get "The object TOR (or some of the objects it
> > > contains) cannot be deleted because: Access is denied".
> > >
> > > "kj [SBS MVP]" wrote:
> > >
> > >> You have a server listed as an Exchange server in the org showing in
> > >> the EMC or in ADUC as a Domain Controller?
> > >>
> > >> Perhaps I'm confused.
> > >>
> > >> Mats W wrote:
> > >>> Tried it but it doesn't work. ntdsutil returns "Directory object not
> > >>> found" on metadata cleanup: remove selected server
> > >>> CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> > >>> I used LDP to determine the DN of the old server, and it shows
> > >>> CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> > >>>
> > >>> CN=HERMOD,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> > >>> CN=NTDS
> > >>> Settings,CN=HERMOD,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> > >>>
> > >>> CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> > >>> CN=Exchange
> > >>> Settings,CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> > >>>
> > >>> If I follow the pre-SP1 procedure below, then the command "list
> > >>> servers in site" just lists the new server HERMOD, and the reason
> > >>> may be that the entry for the old server TOR is for Exchange
> > >>> settings and not NTDS.
> > >>>
> > >>> Is there some way to clean up Exchange settings?
> > >>>
> > >>> "kj [SBS MVP]" wrote:
> > >>>
> > >>>> Mats W wrote:
> > >>>>> I've migrated an SBS-2003 to new hw according to "Migrating
> > >>>>> Windows Small Business Server 2003 to New Hardware"
> > >>>>> (http://technet.microsoft.com/en-us/l.../cc747454.aspx),
> > >>>>> everything went fine except when I got to the last step "To create
> > >>>>> an alias" of the old server name on page 32 when it failed.
> > >>>>> I demoted and disconnected the old server from the domain and as I
> > >>>>> thought the problem was that the old server was still present in
> > >>>>> AD. But when I did so the server wasn't removed from the AD,
> > >>>>> instead it's there with a red cross over it.
> > >>>>> I can re-add the old server to the domain and then it appears in
> > >>>>> AD, but if I try to delete the server from AD then this can't be
> > >>>>> done due to "Access is denied".
> > >>>>> Other servers/workstations on the network can be deleted but not
> > >>>>> this one. I've tried to reset the machine password with netdom on
> > >>>>> the old server, but it failes as the server is not a DC.
> > >>>>> Any clue how I can get rid of the old server, so that I hopefully
> > >>>>> can create an alias of it?
> > >>>>
> > >>>> You need to manually clean it up from AD using metadata cleanup;
> > >>>>
> > >>>> http://technet.microsoft.com/en-us/l.../cc736378.aspx
> > >>>>
> > >>>>
> > >>>> --
> > >>>> /kj
> > >>
> > >> --
> > >> /kj

> >
> > --
> > /kj
> >
> >
> >

 
Reply With Quote
 
Mats W
Guest
Posts: n/a

 
      01-01-2009
I found an article http://support.microsoft.com/kb/319486/en-us which kind of
points to that this object related to Exchange 2000, which could be the case
as TOR was an upgrade from SBS 2000 to SBS 2003.
I can see that CN=HERMOD (new server) under
CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local has no CN=Exchange Settings.
Is the CN=Exchange Settings under TOR obsolete?

"Mats W" wrote:

> CN=RouterIdentity disapeared by running dcpromo on TOR, and then disabling
> TOR as Routing and remote access server (I'm using an external router now).
> And CN=IASIdentity was removed by uninstalling the Internet Authentication
> Service on TOR.
> But I've still got the CN=Exchange Settings which I can't figure out how to
> remove
>
> "Mats W" wrote:
>
> > The "ADSI Edit" plugin showed that object TOR
> > (CN=Computers,CN=TOR,DC=WIKAB,DC=local) contained some printer objects plus
> > something called CN=IASIdentity and another called CN=RouterIdentity.
> > The printer objects could be deleted by running dcpromo on TOR, delete
> > printers from AD and run dcpromo again. But the other objects didn't go away.
> > Also, there's still a CN=TOR under
> > CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local which in turn contains an object CN=Exchange Settings.
> >
> >
> > "kj [SBS MVP]" wrote:
> >
> > > Ah. OK. So in ADUC make sure the "VIEW. Advanced features" is selected, then
> > > you should be able to expand the server TOR and see what object the server
> > > container contains. It could be several things with different course of
> > > actions. So suggest posting back what you find before proceeding.
> > >
> > > And as always a verified good copy of your AD is in order.
> > >
> > > Mats W wrote:
> > > > Old (now demoted DC) TOR is listed in ADUC "Computers", new DC HERMOD
> > > > is listed in ADUC under "Domain Controllers".
> > > > The problem is that TOR can't be deleted from "Computers". When I try
> > > > to delete it AD says :
> > > > "Object TOR is a container and contains other objects. Are you sure
> > > > you want to delete object TOR and the objects it contains?". If I
> > > > klick YES then I get "The object TOR (or some of the objects it
> > > > contains) cannot be deleted because: Access is denied".
> > > >
> > > > "kj [SBS MVP]" wrote:
> > > >
> > > >> You have a server listed as an Exchange server in the org showing in
> > > >> the EMC or in ADUC as a Domain Controller?
> > > >>
> > > >> Perhaps I'm confused.
> > > >>
> > > >> Mats W wrote:
> > > >>> Tried it but it doesn't work. ntdsutil returns "Directory object not
> > > >>> found" on metadata cleanup: remove selected server
> > > >>> CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> > > >>> I used LDP to determine the DN of the old server, and it shows
> > > >>> CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> > > >>>
> > > >>> CN=HERMOD,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> > > >>> CN=NTDS
> > > >>> Settings,CN=HERMOD,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> > > >>>
> > > >>> CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> > > >>> CN=Exchange
> > > >>> Settings,CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> > > >>>
> > > >>> If I follow the pre-SP1 procedure below, then the command "list
> > > >>> servers in site" just lists the new server HERMOD, and the reason
> > > >>> may be that the entry for the old server TOR is for Exchange
> > > >>> settings and not NTDS.
> > > >>>
> > > >>> Is there some way to clean up Exchange settings?
> > > >>>
> > > >>> "kj [SBS MVP]" wrote:
> > > >>>
> > > >>>> Mats W wrote:
> > > >>>>> I've migrated an SBS-2003 to new hw according to "Migrating
> > > >>>>> Windows Small Business Server 2003 to New Hardware"
> > > >>>>> (http://technet.microsoft.com/en-us/l.../cc747454.aspx),
> > > >>>>> everything went fine except when I got to the last step "To create
> > > >>>>> an alias" of the old server name on page 32 when it failed.
> > > >>>>> I demoted and disconnected the old server from the domain and as I
> > > >>>>> thought the problem was that the old server was still present in
> > > >>>>> AD. But when I did so the server wasn't removed from the AD,
> > > >>>>> instead it's there with a red cross over it.
> > > >>>>> I can re-add the old server to the domain and then it appears in
> > > >>>>> AD, but if I try to delete the server from AD then this can't be
> > > >>>>> done due to "Access is denied".
> > > >>>>> Other servers/workstations on the network can be deleted but not
> > > >>>>> this one. I've tried to reset the machine password with netdom on
> > > >>>>> the old server, but it failes as the server is not a DC.
> > > >>>>> Any clue how I can get rid of the old server, so that I hopefully
> > > >>>>> can create an alias of it?
> > > >>>>
> > > >>>> You need to manually clean it up from AD using metadata cleanup;
> > > >>>>
> > > >>>> http://technet.microsoft.com/en-us/l.../cc736378.aspx
> > > >>>>
> > > >>>>
> > > >>>> --
> > > >>>> /kj
> > > >>
> > > >> --
> > > >> /kj
> > >
> > > --
> > > /kj
> > >
> > >
> > >

 
Reply With Quote
 
kj [SBS MVP]
Guest
Posts: n/a

 
      01-02-2009
Mats W wrote:
> I found an article http://support.microsoft.com/kb/319486/en-us which
> kind of
> points to that this object related to Exchange 2000, which could be
> the case
> as TOR was an upgrade from SBS 2000 to SBS 2003.
> I can see that CN=HERMOD (new server) under
> CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
> has no CN=Exchange Settings. Is the CN=Exchange Settings under TOR
> obsolete?


Sorry, away for a couple of days. How did you get from sbs 2000 to ssb2003?
What exchange settings are in this container?

>
> "Mats W" wrote:
>
>> CN=RouterIdentity disapeared by running dcpromo on TOR, and then
>> disabling TOR as Routing and remote access server (I'm using an
>> external router now). And CN=IASIdentity was removed by uninstalling
>> the Internet Authentication Service on TOR.
>> But I've still got the CN=Exchange Settings which I can't figure out
>> how to remove
>>
>> "Mats W" wrote:
>>
>>> The "ADSI Edit" plugin showed that object TOR
>>> (CN=Computers,CN=TOR,DC=WIKAB,DC=local) contained some printer
>>> objects plus
>>> something called CN=IASIdentity and another called
>>> CN=RouterIdentity.
>>> The printer objects could be deleted by running dcpromo on TOR,
>>> delete
>>> printers from AD and run dcpromo again. But the other objects
>>> didn't go away.
>>> Also, there's still a CN=TOR under
>>> CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
>>> which in turn contains an object CN=Exchange Settings.
>>>
>>>
>>> "kj [SBS MVP]" wrote:
>>>
>>>> Ah. OK. So in ADUC make sure the "VIEW. Advanced features" is
>>>> selected, then you should be able to expand the server TOR and see
>>>> what object the server container contains. It could be several
>>>> things with different course of actions. So suggest posting back
>>>> what you find before proceeding.
>>>>
>>>> And as always a verified good copy of your AD is in order.
>>>>
>>>> Mats W wrote:
>>>>> Old (now demoted DC) TOR is listed in ADUC "Computers", new DC
>>>>> HERMOD is listed in ADUC under "Domain Controllers".
>>>>> The problem is that TOR can't be deleted from "Computers". When I
>>>>> try to delete it AD says :
>>>>> "Object TOR is a container and contains other objects. Are you
>>>>> sure you want to delete object TOR and the objects it contains?".
>>>>> If I klick YES then I get "The object TOR (or some of the objects
>>>>> it contains) cannot be deleted because: Access is denied".
>>>>>
>>>>> "kj [SBS MVP]" wrote:
>>>>>
>>>>>> You have a server listed as an Exchange server in the org
>>>>>> showing in the EMC or in ADUC as a Domain Controller?
>>>>>>
>>>>>> Perhaps I'm confused.
>>>>>>
>>>>>> Mats W wrote:
>>>>>>> Tried it but it doesn't work. ntdsutil returns "Directory
>>>>>>> object not found" on metadata cleanup: remove selected server
>>>>>>> CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
>>>>>>> I used LDP to determine the DN of the old server, and it shows
>>>>>>> CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
>>>>>>>
>>>>>>> CN=HERMOD,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
>>>>>>> CN=NTDS
>>>>>>> Settings,CN=HERMOD,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
>>>>>>>
>>>>>>> CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
>>>>>>> CN=Exchange
>>>>>>> Settings,CN=TOR,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIKAB,DC=local
>>>>>>>
>>>>>>> If I follow the pre-SP1 procedure below, then the command "list
>>>>>>> servers in site" just lists the new server HERMOD, and the
>>>>>>> reason may be that the entry for the old server TOR is for
>>>>>>> Exchange settings and not NTDS.
>>>>>>>
>>>>>>> Is there some way to clean up Exchange settings?
>>>>>>>
>>>>>>> "kj [SBS MVP]" wrote:
>>>>>>>
>>>>>>>> Mats W wrote:
>>>>>>>>> I've migrated an SBS-2003 to new hw according to "Migrating
>>>>>>>>> Windows Small Business Server 2003 to New Hardware"
>>>>>>>>> (http://technet.microsoft.com/en-us/l.../cc747454.aspx),
>>>>>>>>> everything went fine except when I got to the last step "To
>>>>>>>>> create an alias" of the old server name on page 32 when it
>>>>>>>>> failed.
>>>>>>>>> I demoted and disconnected the old server from the domain and
>>>>>>>>> as I thought the problem was that the old server was still
>>>>>>>>> present in AD. But when I did so the server wasn't removed
>>>>>>>>> from the AD, instead it's there with a red cross over it.
>>>>>>>>> I can re-add the old server to the domain and then it appears
>>>>>>>>> in AD, but if I try to delete the server from AD then this
>>>>>>>>> can't be done due to "Access is denied".
>>>>>>>>> Other servers/workstations on the network can be deleted but
>>>>>>>>> not this one. I've tried to reset the machine password with
>>>>>>>>> netdom on the old server, but it failes as the server is not
>>>>>>>>> a DC.
>>>>>>>>> Any clue how I can get rid of the old server, so that I
>>>>>>>>> hopefully can create an alias of it?
>>>>>>>>
>>>>>>>> You need to manually clean it up from AD using metadata
>>>>>>>> cleanup;
>>>>>>>>
>>>>>>>> http://technet.microsoft.com/en-us/l.../cc736378.aspx
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> /kj
>>>>>>
>>>>>> --
>>>>>> /kj
>>>>
>>>> --
>>>> /kj


--
/kj


 
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
after NT to 2003, how to remove the NT domain study Active Directory 4 06-01-2008 10:32 PM
Remove users from SBS 2003 Smiley Windows Small Business Server 1 01-30-2007 03:22 PM
Remove Exch 2003 Michael Active Directory 2 11-13-2005 09:05 PM
How to remove licenses on SBS 2003? Todd Whitehead Windows Small Business Server 1 04-22-2005 07:31 AM
how to remove bdc/rollback from 2003 AD? Slava Active Directory 3 02-04-2005 01:40 PM



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