Adding my first Windows 2003 DC in a 2000 AD - Microsoft Exchange
This is a discussion on Adding my first Windows 2003 DC in a 2000 AD - Microsoft Exchange ; Hi,
I am planning to add my first Windows 2003 DC. It is to my understand I need
to follow the following procedure.
1. ADPrep /forestprep
2. ADPrep /domainprep
Its also to my understanding that I should run the following ...
-
Adding my first Windows 2003 DC in a 2000 AD
Hi,
I am planning to add my first Windows 2003 DC. It is to my understand I need
to follow the following procedure.
1. ADPrep /forestprep
2. ADPrep /domainprep
Its also to my understanding that I should run the following command due
that I have a Exchange 2000 Server.
3. ldifde.exe /i /f
inetOrgPersonFix.ldf /c "DC=mycorp,DC=com"
4. Then run DCPROMO on windows 2003 member server
I was wondering if I could do that during working hours or should I schedule
a downtime? Will AD be unresponsive during that time? Also is the order I am
running the commands right?
Also could someone please explain me why do I have to run that command for
Exchange?
George S.
Then run DCPROMO on windows 2003 member server
-
Re: Adding my first Windows 2003 DC in a 2000 AD
George Spiro wrote:
> Hi,
>
> I am planning to add my first Windows 2003 DC. It is to my understand I need
> to follow the following procedure.
>
> 1. ADPrep /forestprep
> 2. ADPrep /domainprep
>
> Its also to my understanding that I should run the following command due
> that I have a Exchange 2000 Server.
>
> 3. ldifde.exe /i /f
> inetOrgPersonFix.ldf /c "DC=mycorp,DC=com"
>
> 4. Then run DCPROMO on windows 2003 member server
>
Different order of tasks, maybe You will find this useful:
http://blogs.dirteam.com/blogs/tomek...ng_schema.aspx
--
Tomasz Onyszko
http://www.w2k.pl/blog/ - (PL)
http://blogs.dirteam.com/blogs/tomek/ - (EN)
-
Re: Adding my first Windows 2003 DC in a 2000 AD
"Tomasz Onyszko" <T.Onyszko_nospam_@w2k.pl> wrote in message
news:etzqZM9NGHA.2128@TK2MSFTNGP10.phx.gbl...
> George Spiro wrote:
>> Hi,
>>
>> I am planning to add my first Windows 2003 DC. It is to my understand I
>> need to follow the following procedure.
>>
>> 1. ADPrep /forestprep
>> 2. ADPrep /domainprep
>>
>> Its also to my understanding that I should run the following command due
>> that I have a Exchange 2000 Server.
>>
>> 3. ldifde.exe /i /f
>> inetOrgPersonFix.ldf /c "DC=mycorp,DC=com"
>>
>> 4. Then run DCPROMO on windows 2003 member server
>>
>
> Different order of tasks, maybe You will find this useful:
> http://blogs.dirteam.com/blogs/tomek...ng_schema.aspx
>
>
> --
> Tomasz Onyszko
> http://www.w2k.pl/blog/ - (PL)
> http://blogs.dirteam.com/blogs/tomek/ - (EN)
Will it cause a problem having Exchange 2000 and Windows 2003 AD Schema ?
That document comments on Exchange 2003 not 2000.
-
Re: Adding my first Windows 2003 DC in a 2000 AD
George Spiro wrote:
> Will it cause a problem having Exchange 2000 and Windows 2003 AD Schema ?
>
> That document comments on Exchange 2003 not 2000.
yup - that's why You need this fix for InetOrgPerson
--
Tomasz Onyszko
http://www.w2k.pl/blog/ - (PL)
http://blogs.dirteam.com/blogs/tomek/ - (EN)
-
Re: Adding my first Windows 2003 DC in a 2000 AD
So to my understand I should run...
ADPrep /forestprep
ADPrep /domainprep
ldifde.exe /i /f
inetOrgPersonFix.ldf /c "DC=mycorp,DC=com"
in that order right?
G.
"Tomasz Onyszko" <T.Onyszko_nospam_@w2k.pl> wrote in message
news:%23srtrg9NGHA.2992@tk2msftngp13.phx.gbl...
> George Spiro wrote:
>> Will it cause a problem having Exchange 2000 and Windows 2003 AD Schema ?
>>
>> That document comments on Exchange 2003 not 2000.
>
> yup - that's why You need this fix for InetOrgPerson
>
> --
> Tomasz Onyszko
> http://www.w2k.pl/blog/ - (PL)
> http://blogs.dirteam.com/blogs/tomek/ - (EN)
-
Re: Adding my first Windows 2003 DC in a 2000 AD
Hi,
No, the other way round:
> ldifde.exe /i /f
> inetOrgPersonFix.ldf /c "DC=mycorp,DC=com"
> ADPrep /forestprep
> ADPrep /domainprep
Leif
"George Spiro" <spam@spam.com> wrote in message
news:%23MGMB69NGHA.3144@TK2MSFTNGP11.phx.gbl...
> So to my understand I should run...
>
> ADPrep /forestprep
> ADPrep /domainprep
>
> ldifde.exe /i /f
> inetOrgPersonFix.ldf /c "DC=mycorp,DC=com"
>
> in that order right?
>
> G.
> "Tomasz Onyszko" <T.Onyszko_nospam_@w2k.pl> wrote in message
> news:%23srtrg9NGHA.2992@tk2msftngp13.phx.gbl...
>> George Spiro wrote:
>>> Will it cause a problem having Exchange 2000 and Windows 2003 AD Schema
>>> ?
>>>
>>> That document comments on Exchange 2003 not 2000.
>>
>> yup - that's why You need this fix for InetOrgPerson
>>
>> --
>> Tomasz Onyszko
>> http://www.w2k.pl/blog/ - (PL)
>> http://blogs.dirteam.com/blogs/tomek/ - (EN)
>
>
-
Re: Adding my first Windows 2003 DC in a 2000 AD
How to upgrade 2000 to 2003
http://support.microsoft.com/default...b;en-us;325379
Common mistakes
http://support.microsoft.com/kb/555040/en-us
--
Paul Bergson MCT, MCSE, MCSA, CNE, CNA, CCA
http://www.pbbergs.com/
"George Spiro" wrote:
> So to my understand I should run...
>
> ADPrep /forestprep
> ADPrep /domainprep
>
> ldifde.exe /i /f
> inetOrgPersonFix.ldf /c "DC=mycorp,DC=com"
>
> in that order right?
>
> G.
> "Tomasz Onyszko" <T.Onyszko_nospam_@w2k.pl> wrote in message
> news:%23srtrg9NGHA.2992@tk2msftngp13.phx.gbl...
> > George Spiro wrote:
> >> Will it cause a problem having Exchange 2000 and Windows 2003 AD Schema ?
> >>
> >> That document comments on Exchange 2003 not 2000.
> >
> > yup - that's why You need this fix for InetOrgPerson
> >
> > --
> > Tomasz Onyszko
> > http://www.w2k.pl/blog/ - (PL)
> > http://blogs.dirteam.com/blogs/tomek/ - (EN)
>
>
>
-
Re: Adding my first Windows 2003 DC in a 2000 AD
Well Scenerio 2 shows that my order is right.
http://support.microsoft.com/default...b;en-us;325379
"Leif Pedersen [MVP]" <leif.pedersenNO-SPAM@get2net.dk> wrote in message
news:eOd3VK%23NGHA.2816@TK2MSFTNGP15.phx.gbl...
> Hi,
>
> No, the other way round:
>
>> ldifde.exe /i /f
>> inetOrgPersonFix.ldf /c "DC=mycorp,DC=com"
>> ADPrep /forestprep
>> ADPrep /domainprep
>
> Leif
>
>
> "George Spiro" <spam@spam.com> wrote in message
> news:%23MGMB69NGHA.3144@TK2MSFTNGP11.phx.gbl...
>> So to my understand I should run...
>>
>> ADPrep /forestprep
>> ADPrep /domainprep
>>
>> ldifde.exe /i /f
>> inetOrgPersonFix.ldf /c "DC=mycorp,DC=com"
>>
>> in that order right?
>>
>> G.
>> "Tomasz Onyszko" <T.Onyszko_nospam_@w2k.pl> wrote in message
>> news:%23srtrg9NGHA.2992@tk2msftngp13.phx.gbl...
>>> George Spiro wrote:
>>>> Will it cause a problem having Exchange 2000 and Windows 2003 AD Schema
>>>> ?
>>>>
>>>> That document comments on Exchange 2003 not 2000.
>>>
>>> yup - that's why You need this fix for InetOrgPerson
>>>
>>> --
>>> Tomasz Onyszko
>>> http://www.w2k.pl/blog/ - (PL)
>>> http://blogs.dirteam.com/blogs/tomek/ - (EN)
>>
>>
>
>
-
Re: Adding my first Windows 2003 DC in a 2000 AD
Hi,
Please read scenario 2 again - it says that if Exchange 2000 is installed
you should fix the potential mangled attributes and then run adprep.
Leif
"George Spiro" <spam@spam.com> wrote in message
news:OQz7Cf%23NGHA.2696@TK2MSFTNGP14.phx.gbl...
> Well Scenerio 2 shows that my order is right.
>
> http://support.microsoft.com/default...b;en-us;325379
>
>
> "Leif Pedersen [MVP]" <leif.pedersenNO-SPAM@get2net.dk> wrote in message
> news:eOd3VK%23NGHA.2816@TK2MSFTNGP15.phx.gbl...
>> Hi,
>>
>> No, the other way round:
>>
>>> ldifde.exe /i /f
>>> inetOrgPersonFix.ldf /c "DC=mycorp,DC=com"
>>> ADPrep /forestprep
>>> ADPrep /domainprep
>>
>> Leif
>>
>>
>> "George Spiro" <spam@spam.com> wrote in message
>> news:%23MGMB69NGHA.3144@TK2MSFTNGP11.phx.gbl...
>>> So to my understand I should run...
>>>
>>> ADPrep /forestprep
>>> ADPrep /domainprep
>>>
>>> ldifde.exe /i /f
>>> inetOrgPersonFix.ldf /c "DC=mycorp,DC=com"
>>>
>>> in that order right?
>>>
>>> G.
>>> "Tomasz Onyszko" <T.Onyszko_nospam_@w2k.pl> wrote in message
>>> news:%23srtrg9NGHA.2992@tk2msftngp13.phx.gbl...
>>>> George Spiro wrote:
>>>>> Will it cause a problem having Exchange 2000 and Windows 2003 AD
>>>>> Schema ?
>>>>>
>>>>> That document comments on Exchange 2003 not 2000.
>>>>
>>>> yup - that's why You need this fix for InetOrgPerson
>>>>
>>>> --
>>>> Tomasz Onyszko
>>>> http://www.w2k.pl/blog/ - (PL)
>>>> http://blogs.dirteam.com/blogs/tomek/ - (EN)
>>>
>>>
>>
>>
>
>
-
Re: Adding my first Windows 2003 DC in a 2000 AD
How risky is this migration if you need to rate it on 10 and how long is the
process.
I have decided to do the following steps tell me what you guys think:
I have 2 DCs right now and adding a new one.
DC1 = Will stay up (Windows 2000 SP4)
DC2 = Will be demoted once DC3 will be up (Windows 2000SP4)
DC3 = Server that I will run dcpromo (Windows 2003)
EX1 = Exchange 2000 Server already part of AD
1. Move Global Catalog to DC1 using article
http://support.microsoft.com/?kbid=313994
2. Using Scenerio 2 in article http://support.microsoft.com/kb/314649
a Run ldifde -i -f inetorgpersonprevent.ldf -v -c DC=X "dn path for
forest root domain"
b ADPREP /forestprep
c ADPERP /domainprep
3. DCPROMO DC3
4. Verify DNS and Sysvol are replicating
5. DCPROMO DC2 ( to turn it into a member server )
Should I worry about transfering all FSMO roles to DC1?
G.
"Paul Bergson" <pbergson@allete.com.invalid> wrote in message
news:148A65F9-DA54-478B-A303-721C32CB4F20@microsoft.com...
> How to upgrade 2000 to 2003
> http://support.microsoft.com/default...b;en-us;325379
>
> Common mistakes
> http://support.microsoft.com/kb/555040/en-us
>
>
> --
> Paul Bergson MCT, MCSE, MCSA, CNE, CNA, CCA
>
> http://www.pbbergs.com/
>
>
> "George Spiro" wrote:
>
>> So to my understand I should run...
>>
>> ADPrep /forestprep
>> ADPrep /domainprep
>>
>> ldifde.exe /i /f
>> inetOrgPersonFix.ldf /c "DC=mycorp,DC=com"
>>
>> in that order right?
>>
>> G.
>> "Tomasz Onyszko" <T.Onyszko_nospam_@w2k.pl> wrote in message
>> news:%23srtrg9NGHA.2992@tk2msftngp13.phx.gbl...
>> > George Spiro wrote:
>> >> Will it cause a problem having Exchange 2000 and Windows 2003 AD
>> >> Schema ?
>> >>
>> >> That document comments on Exchange 2003 not 2000.
>> >
>> > yup - that's why You need this fix for InetOrgPerson
>> >
>> > --
>> > Tomasz Onyszko
>> > http://www.w2k.pl/blog/ - (PL)
>> > http://blogs.dirteam.com/blogs/tomek/ - (EN)
>>
>>
>>
Similar Threads
-
By Application Development in forum DOTNET
Replies: 0
Last Post: 01-13-2007, 10:17 AM
-
By Application Development in forum Inetserver
Replies: 0
Last Post: 12-09-2005, 11:07 AM
-
By Application Development in forum Microsoft Exchange
Replies: 0
Last Post: 05-16-2005, 02:31 PM
-
By Application Development in forum Microsoft Exchange
Replies: 1
Last Post: 03-19-2005, 02:52 PM
-
By Application Development in forum Microsoft Exchange
Replies: 1
Last Post: 10-27-2004, 10:32 AM