| Home | Register | Members | Search | Windows Vista Tips | File Database | Links |
![]() |
| Thread Tools | Display Modes |
|
|
|
| |
|
Meinolf Weber
Guest
Posts: n/a
|
Hello Dan,
!!!NEVER START BEFORE HAVING CREATED AND TESTED A BACKUP OF YOU DATA/MACHINE!!! One question first: Is the old server also Exchange server and will it be taken out of the domain forever, when the new server is running? - On the old server open DNS management console and check that you are running Active directory integrated zone (easier for replication, if you have more then one DNS server) - run replmon, dcdiag and netdiag on the old machine to check for errors, if you have some post the complete output from the command here or solve them first - run adprep /forestprep and adprep /domainprep from the 2003 installation disk against the 2000 server, with an account that is member of the Schema admins, to upgrade the schema to the new version - Install the new machine as a member server in your existing domain - configure a fixed ip and set the preferred DNS server to the old DNS server only - run dcpromo and follow the wizard to add the 2003 server to an existing domain - if you are prompted for DNS configuration choose Yes (also possible that no DNS preparation occur), then install DNS after the reboot - for DNS give the server time for replication, at least 15 minutes. Because you use Active directory integrated zones it will automatically replicate the zones to the new server. Open DNS management console to check that they appear - if the new machine is domain controller and DNS server run again replmon, dcdiag and netdiag on both domain controllers - if you have no errors, make the new server Global catalog server, open Active directory Sites and Services and then double-click sitename, double-click Servers, click your domain controller, right-click NTDS Settings, and then click Properties, on the General tab, click to select the Global catalog check box (http://support.microsoft.com/?id=313994) - Transfer, NOT seize the 5 FSMO roles to the new Domain controller (http://support.microsoft.com/kb/324801) - you can see in the event viewer (Directory service) that the roles are transferred, also give it some time - reconfigure the DNS configuration on your NIC of the 2003 server, preferred DNS itself, secondary the old one - if you use DHCP do not forget to reconfigure the scope settings to point to the new installed DNS server - export and import of DHCP database (if needed) (http://support.microsoft.com/kb/325473) Demoting the old DC (if needed) - reconfigure your clients/servers that they not longer point to the old DC/DNS server on the NIC - to be sure that everything runs fine, disconnect the old DC from the network and check with clients and servers the connectivity, logon and also with one client a restart to see that everything is ok - then run dcpromo to demote the old DC, if it works fine the machine will move from the DC's OU to the computers container, where you can delete it by hand. Can be that you got an error during demoting at the beginning, then uncheck the Global catalog on that DC and try again - check the DNS management console, that all entries from the machine are disappeared or delete them by hand if the machine is off the network for ever - also you have to start AD sites and services and delete the old servername under the site, this will not be done during promotion Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights. ** Please do NOT email, only reply to Newsgroups ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > Hello, > I have a small 2 server windows 2000 domain with about 10 users. > One is > AD domain and the other a member of the domain. I have 2 new servers > with > 2003 R2 installed and would like to know if it makes sense to try and > use > ADMT, or just manually create the users on the new system and move the > user > data over manually, then re-join the users to the new domain? If ADMT > is > easiest, what doc's are available to detail how to configure the new > servers > and old servers to allow ADMT to work. Or would I install AD on the > new > server adding it to the existing 2000 forest, then remove the 2000 > server? > Any ideas would be appreciated. > Thank You, > Dan |
|
|
|
|
|||
|
|||
|
Dan Andrews
Guest
Posts: n/a
|
Thank you! I have followed your instructions and here is whats happening.
The 2000 server is running SP4, the 2003 server is R2 version. After running adprep /forestprep and /domainprep /gpprep on the 2000 server all looked good. rebooted 2000 server. after adding 2003 server to 2000 domain and reboot, ran dcpromo and added server to existing domain, after about 1 minute it errors and says the forest is not prepared for windows 2003 server? Any ideas? -- Thanks, Dan "Meinolf Weber" wrote: > Hello Dan, > > !!!NEVER START BEFORE HAVING CREATED AND TESTED A BACKUP OF YOU DATA/MACHINE!!! > > One question first: > Is the old server also Exchange server and will it be taken out of the domain > forever, when the new server is running? > > - On the old server open DNS management console and check that you are running > Active directory integrated zone (easier for replication, if you have more > then one DNS server) > > - run replmon, dcdiag and netdiag on the old machine to check for errors, > if you have some post the complete output from the command here or solve > them first > > - run adprep /forestprep and adprep /domainprep from the 2003 installation > disk against the 2000 server, with an account that is member of the Schema > admins, to upgrade the schema to the new version > > - Install the new machine as a member server in your existing domain > > - configure a fixed ip and set the preferred DNS server to the old DNS server > only > > - run dcpromo and follow the wizard to add the 2003 server to an existing > domain > > - if you are prompted for DNS configuration choose Yes (also possible that > no DNS preparation occur), then install DNS after the reboot > > - for DNS give the server time for replication, at least 15 minutes. Because > you use Active directory integrated zones it will automatically replicate > the zones to the new server. Open DNS management console to check that they > appear > > - if the new machine is domain controller and DNS server run again replmon, > dcdiag and netdiag on both domain controllers > > - if you have no errors, make the new server Global catalog server, open > Active directory Sites and Services and then double-click sitename, double-click > Servers, click your domain controller, right-click NTDS Settings, and then > click Properties, on the General tab, click to select the Global catalog > check box (http://support.microsoft.com/?id=313994) > > - Transfer, NOT seize the 5 FSMO roles to the new Domain controller (http://support.microsoft.com/kb/324801) > > - you can see in the event viewer (Directory service) that the roles are > transferred, also give it some time > > - reconfigure the DNS configuration on your NIC of the 2003 server, preferred > DNS itself, secondary the old one > > - if you use DHCP do not forget to reconfigure the scope settings to point > to the new installed DNS server > > - export and import of DHCP database (if needed) (http://support.microsoft.com/kb/325473) > > > > Demoting the old DC (if needed) > > - reconfigure your clients/servers that they not longer point to the old > DC/DNS server on the NIC > > - to be sure that everything runs fine, disconnect the old DC from the network > and check with clients and servers the connectivity, logon and also with > one client a restart to see that everything is ok > > - then run dcpromo to demote the old DC, if it works fine the machine will > move from the DC's OU to the computers container, where you can delete it > by hand. Can be that you got an error during demoting at the beginning, then > uncheck the Global catalog on that DC and try again > > - check the DNS management console, that all entries from the machine are > disappeared or delete them by hand if the machine is off the network for ever > > - also you have to start AD sites and services and delete the old servername > under the site, this will not be done during promotion > > Best regards > > Meinolf Weber > Disclaimer: This posting is provided "AS IS" with no warranties, and confers > no rights. > ** Please do NOT email, only reply to Newsgroups > ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > > > > Hello, > > I have a small 2 server windows 2000 domain with about 10 users. > > One is > > AD domain and the other a member of the domain. I have 2 new servers > > with > > 2003 R2 installed and would like to know if it makes sense to try and > > use > > ADMT, or just manually create the users on the new system and move the > > user > > data over manually, then re-join the users to the new domain? If ADMT > > is > > easiest, what doc's are available to detail how to configure the new > > servers > > and old servers to allow ADMT to work. Or would I install AD on the > > new > > server adding it to the existing 2000 forest, then remove the 2000 > > server? > > Any ideas would be appreciated. > > Thank You, > > Dan > > > |
|
|
|
|
|||
|
|||
|
Meinolf Weber
Guest
Posts: n/a
|
Hello Dan,
Sorry my fault, missed the R2 part. You have to run adprep command from the second R2 disk , there is also a new schema version. dsik one upgrades to schema version 30 and the second disk to schema version 31. If you run "schupgr" on the DC you see the version of the schema. Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights. ** Please do NOT email, only reply to Newsgroups ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > Thank you! I have followed your instructions and here is whats > happening. The 2000 server is running SP4, the 2003 server is R2 > version. After running adprep /forestprep and /domainprep /gpprep on > the 2000 server all looked good. rebooted 2000 server. after adding > 2003 server to 2000 domain and reboot, ran dcpromo and added server to > existing domain, after about 1 minute it errors and says the forest is > not prepared for windows 2003 server? Any ideas? > > "Meinolf Weber" wrote: > >> Hello Dan, >> >> !!!NEVER START BEFORE HAVING CREATED AND TESTED A BACKUP OF YOU >> DATA/MACHINE!!! >> >> One question first: >> Is the old server also Exchange server and will it be taken out of >> the domain >> forever, when the new server is running? >> - On the old server open DNS management console and check that you >> are running Active directory integrated zone (easier for replication, >> if you have more then one DNS server) >> >> - run replmon, dcdiag and netdiag on the old machine to check for >> errors, if you have some post the complete output from the command >> here or solve them first >> >> - run adprep /forestprep and adprep /domainprep from the 2003 >> installation disk against the 2000 server, with an account that is >> member of the Schema admins, to upgrade the schema to the new version >> >> - Install the new machine as a member server in your existing domain >> >> - configure a fixed ip and set the preferred DNS server to the old >> DNS server only >> >> - run dcpromo and follow the wizard to add the 2003 server to an >> existing domain >> >> - if you are prompted for DNS configuration choose Yes (also possible >> that no DNS preparation occur), then install DNS after the reboot >> >> - for DNS give the server time for replication, at least 15 minutes. >> Because you use Active directory integrated zones it will >> automatically replicate the zones to the new server. Open DNS >> management console to check that they appear >> >> - if the new machine is domain controller and DNS server run again >> replmon, dcdiag and netdiag on both domain controllers >> >> - if you have no errors, make the new server Global catalog server, >> open Active directory Sites and Services and then double-click >> sitename, double-click Servers, click your domain controller, >> right-click NTDS Settings, and then click Properties, on the General >> tab, click to select the Global catalog check box >> (http://support.microsoft.com/?id=313994) >> >> - Transfer, NOT seize the 5 FSMO roles to the new Domain controller >> (http://support.microsoft.com/kb/324801) >> >> - you can see in the event viewer (Directory service) that the roles >> are transferred, also give it some time >> >> - reconfigure the DNS configuration on your NIC of the 2003 server, >> preferred DNS itself, secondary the old one >> >> - if you use DHCP do not forget to reconfigure the scope settings to >> point to the new installed DNS server >> >> - export and import of DHCP database (if needed) >> (http://support.microsoft.com/kb/325473) >> >> Demoting the old DC (if needed) >> >> - reconfigure your clients/servers that they not longer point to the >> old DC/DNS server on the NIC >> >> - to be sure that everything runs fine, disconnect the old DC from >> the network and check with clients and servers the connectivity, >> logon and also with one client a restart to see that everything is ok >> >> - then run dcpromo to demote the old DC, if it works fine the machine >> will move from the DC's OU to the computers container, where you can >> delete it by hand. Can be that you got an error during demoting at >> the beginning, then uncheck the Global catalog on that DC and try >> again >> >> - check the DNS management console, that all entries from the machine >> are disappeared or delete them by hand if the machine is off the >> network for ever >> >> - also you have to start AD sites and services and delete the old >> servername under the site, this will not be done during promotion >> >> Best regards >> >> Meinolf Weber >> Disclaimer: This posting is provided "AS IS" with no warranties, and >> confers >> no rights. >> ** Please do NOT email, only reply to Newsgroups >> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm >>> Hello, >>> I have a small 2 server windows 2000 domain with about 10 users. >>> One is >>> AD domain and the other a member of the domain. I have 2 new servers >>> with >>> 2003 R2 installed and would like to know if it makes sense to try >>> and >>> use >>> ADMT, or just manually create the users on the new system and move >>> the >>> user >>> data over manually, then re-join the users to the new domain? If >>> ADMT >>> is >>> easiest, what doc's are available to detail how to configure the new >>> servers >>> and old servers to allow ADMT to work. Or would I install AD on the >>> new >>> server adding it to the existing 2000 forest, then remove the 2000 >>> server? >>> Any ideas would be appreciated. >>> Thank You, >>> Dan |
|
|
|
|
|||
|
|||
|
Dan Andrews
Guest
Posts: n/a
|
That was it! Thank you very much Meinolf. It is still installing but it
looks like its ok now. I am doing this with 2 test systems before the real deal. I will definately backup the live 2000 server before I do this. Once I am done, is there any reason I couldn't run dcpromo on the 2003 server and remove AD and then do it again with the live 2000 server? -- Thanks again, Dan "Meinolf Weber" wrote: > Hello Dan, > > Sorry my fault, missed the R2 part. You have to run adprep command from the > second R2 disk , there is also a new schema version. dsik one upgrades to > schema version 30 and the second disk to schema version 31. > > If you run "schupgr" on the DC you see the version of the schema. > > Best regards > > Meinolf Weber > Disclaimer: This posting is provided "AS IS" with no warranties, and confers > no rights. > ** Please do NOT email, only reply to Newsgroups > ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > > > > Thank you! I have followed your instructions and here is whats > > happening. The 2000 server is running SP4, the 2003 server is R2 > > version. After running adprep /forestprep and /domainprep /gpprep on > > the 2000 server all looked good. rebooted 2000 server. after adding > > 2003 server to 2000 domain and reboot, ran dcpromo and added server to > > existing domain, after about 1 minute it errors and says the forest is > > not prepared for windows 2003 server? Any ideas? > > > > "Meinolf Weber" wrote: > > > >> Hello Dan, > >> > >> !!!NEVER START BEFORE HAVING CREATED AND TESTED A BACKUP OF YOU > >> DATA/MACHINE!!! > >> > >> One question first: > >> Is the old server also Exchange server and will it be taken out of > >> the domain > >> forever, when the new server is running? > >> - On the old server open DNS management console and check that you > >> are running Active directory integrated zone (easier for replication, > >> if you have more then one DNS server) > >> > >> - run replmon, dcdiag and netdiag on the old machine to check for > >> errors, if you have some post the complete output from the command > >> here or solve them first > >> > >> - run adprep /forestprep and adprep /domainprep from the 2003 > >> installation disk against the 2000 server, with an account that is > >> member of the Schema admins, to upgrade the schema to the new version > >> > >> - Install the new machine as a member server in your existing domain > >> > >> - configure a fixed ip and set the preferred DNS server to the old > >> DNS server only > >> > >> - run dcpromo and follow the wizard to add the 2003 server to an > >> existing domain > >> > >> - if you are prompted for DNS configuration choose Yes (also possible > >> that no DNS preparation occur), then install DNS after the reboot > >> > >> - for DNS give the server time for replication, at least 15 minutes. > >> Because you use Active directory integrated zones it will > >> automatically replicate the zones to the new server. Open DNS > >> management console to check that they appear > >> > >> - if the new machine is domain controller and DNS server run again > >> replmon, dcdiag and netdiag on both domain controllers > >> > >> - if you have no errors, make the new server Global catalog server, > >> open Active directory Sites and Services and then double-click > >> sitename, double-click Servers, click your domain controller, > >> right-click NTDS Settings, and then click Properties, on the General > >> tab, click to select the Global catalog check box > >> (http://support.microsoft.com/?id=313994) > >> > >> - Transfer, NOT seize the 5 FSMO roles to the new Domain controller > >> (http://support.microsoft.com/kb/324801) > >> > >> - you can see in the event viewer (Directory service) that the roles > >> are transferred, also give it some time > >> > >> - reconfigure the DNS configuration on your NIC of the 2003 server, > >> preferred DNS itself, secondary the old one > >> > >> - if you use DHCP do not forget to reconfigure the scope settings to > >> point to the new installed DNS server > >> > >> - export and import of DHCP database (if needed) > >> (http://support.microsoft.com/kb/325473) > >> > >> Demoting the old DC (if needed) > >> > >> - reconfigure your clients/servers that they not longer point to the > >> old DC/DNS server on the NIC > >> > >> - to be sure that everything runs fine, disconnect the old DC from > >> the network and check with clients and servers the connectivity, > >> logon and also with one client a restart to see that everything is ok > >> > >> - then run dcpromo to demote the old DC, if it works fine the machine > >> will move from the DC's OU to the computers container, where you can > >> delete it by hand. Can be that you got an error during demoting at > >> the beginning, then uncheck the Global catalog on that DC and try > >> again > >> > >> - check the DNS management console, that all entries from the machine > >> are disappeared or delete them by hand if the machine is off the > >> network for ever > >> > >> - also you have to start AD sites and services and delete the old > >> servername under the site, this will not be done during promotion > >> > >> Best regards > >> > >> Meinolf Weber > >> Disclaimer: This posting is provided "AS IS" with no warranties, and > >> confers > >> no rights. > >> ** Please do NOT email, only reply to Newsgroups > >> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > >>> Hello, > >>> I have a small 2 server windows 2000 domain with about 10 users. > >>> One is > >>> AD domain and the other a member of the domain. I have 2 new servers > >>> with > >>> 2003 R2 installed and would like to know if it makes sense to try > >>> and > >>> use > >>> ADMT, or just manually create the users on the new system and move > >>> the > >>> user > >>> data over manually, then re-join the users to the new domain? If > >>> ADMT > >>> is > >>> easiest, what doc's are available to detail how to configure the new > >>> servers > >>> and old servers to allow ADMT to work. Or would I install AD on the > >>> new > >>> server adding it to the existing 2000 forest, then remove the 2000 > >>> server? > >>> Any ideas would be appreciated. > >>> Thank You, > >>> Dan > > > |
|
|
|
|
|||
|
|||
|
Meinolf Weber
Guest
Posts: n/a
|
Hello Dan,
I can not follow your question, sorry. Do you talk about removing it from the test system? Why not keeping the test system? Or do you test it in the real domain? Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights. ** Please do NOT email, only reply to Newsgroups ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > That was it! Thank you very much Meinolf. It is still installing but > it looks like its ok now. I am doing this with 2 test systems before > the real deal. I will definately backup the live 2000 server before I > do this. Once I am done, is there any reason I couldn't run dcpromo > on the 2003 server and remove AD and then do it again with the live > 2000 server? > > "Meinolf Weber" wrote: > >> Hello Dan, >> >> Sorry my fault, missed the R2 part. You have to run adprep command >> from the second R2 disk , there is also a new schema version. dsik >> one upgrades to schema version 30 and the second disk to schema >> version 31. >> >> If you run "schupgr" on the DC you see the version of the schema. >> >> Best regards >> >> Meinolf Weber >> Disclaimer: This posting is provided "AS IS" with no warranties, and >> confers >> no rights. >> ** Please do NOT email, only reply to Newsgroups >> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm >>> Thank you! I have followed your instructions and here is whats >>> happening. The 2000 server is running SP4, the 2003 server is R2 >>> version. After running adprep /forestprep and /domainprep /gpprep >>> on the 2000 server all looked good. rebooted 2000 server. after >>> adding 2003 server to 2000 domain and reboot, ran dcpromo and added >>> server to existing domain, after about 1 minute it errors and says >>> the forest is not prepared for windows 2003 server? Any ideas? >>> >>> "Meinolf Weber" wrote: >>> >>>> Hello Dan, >>>> >>>> !!!NEVER START BEFORE HAVING CREATED AND TESTED A BACKUP OF YOU >>>> DATA/MACHINE!!! >>>> >>>> One question first: >>>> Is the old server also Exchange server and will it be taken out of >>>> the domain >>>> forever, when the new server is running? >>>> - On the old server open DNS management console and check that you >>>> are running Active directory integrated zone (easier for >>>> replication, >>>> if you have more then one DNS server) >>>> - run replmon, dcdiag and netdiag on the old machine to check for >>>> errors, if you have some post the complete output from the command >>>> here or solve them first >>>> >>>> - run adprep /forestprep and adprep /domainprep from the 2003 >>>> installation disk against the 2000 server, with an account that is >>>> member of the Schema admins, to upgrade the schema to the new >>>> version >>>> >>>> - Install the new machine as a member server in your existing >>>> domain >>>> >>>> - configure a fixed ip and set the preferred DNS server to the old >>>> DNS server only >>>> >>>> - run dcpromo and follow the wizard to add the 2003 server to an >>>> existing domain >>>> >>>> - if you are prompted for DNS configuration choose Yes (also >>>> possible that no DNS preparation occur), then install DNS after the >>>> reboot >>>> >>>> - for DNS give the server time for replication, at least 15 >>>> minutes. Because you use Active directory integrated zones it will >>>> automatically replicate the zones to the new server. Open DNS >>>> management console to check that they appear >>>> >>>> - if the new machine is domain controller and DNS server run again >>>> replmon, dcdiag and netdiag on both domain controllers >>>> >>>> - if you have no errors, make the new server Global catalog server, >>>> open Active directory Sites and Services and then double-click >>>> sitename, double-click Servers, click your domain controller, >>>> right-click NTDS Settings, and then click Properties, on the >>>> General tab, click to select the Global catalog check box >>>> (http://support.microsoft.com/?id=313994) >>>> >>>> - Transfer, NOT seize the 5 FSMO roles to the new Domain controller >>>> (http://support.microsoft.com/kb/324801) >>>> >>>> - you can see in the event viewer (Directory service) that the >>>> roles are transferred, also give it some time >>>> >>>> - reconfigure the DNS configuration on your NIC of the 2003 server, >>>> preferred DNS itself, secondary the old one >>>> >>>> - if you use DHCP do not forget to reconfigure the scope settings >>>> to point to the new installed DNS server >>>> >>>> - export and import of DHCP database (if needed) >>>> (http://support.microsoft.com/kb/325473) >>>> Demoting the old DC (if needed) >>>> >>>> - reconfigure your clients/servers that they not longer point to >>>> the old DC/DNS server on the NIC >>>> >>>> - to be sure that everything runs fine, disconnect the old DC from >>>> the network and check with clients and servers the connectivity, >>>> logon and also with one client a restart to see that everything is >>>> ok >>>> >>>> - then run dcpromo to demote the old DC, if it works fine the >>>> machine will move from the DC's OU to the computers container, >>>> where you can delete it by hand. Can be that you got an error >>>> during demoting at the beginning, then uncheck the Global catalog >>>> on that DC and try again >>>> >>>> - check the DNS management console, that all entries from the >>>> machine are disappeared or delete them by hand if the machine is >>>> off the network for ever >>>> >>>> - also you have to start AD sites and services and delete the old >>>> servername under the site, this will not be done during promotion >>>> >>>> Best regards >>>> >>>> Meinolf Weber >>>> Disclaimer: This posting is provided "AS IS" with no warranties, >>>> and >>>> confers >>>> no rights. >>>> ** Please do NOT email, only reply to Newsgroups >>>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm >>>>> Hello, >>>>> I have a small 2 server windows 2000 domain with about 10 users. >>>>> One is >>>>> AD domain and the other a member of the domain. I have 2 new >>>>> servers >>>>> with >>>>> 2003 R2 installed and would like to know if it makes sense to try >>>>> and >>>>> use >>>>> ADMT, or just manually create the users on the new system and move >>>>> the >>>>> user >>>>> data over manually, then re-join the users to the new domain? If >>>>> ADMT >>>>> is >>>>> easiest, what doc's are available to detail how to configure the >>>>> new >>>>> servers >>>>> and old servers to allow ADMT to work. Or would I install AD on >>>>> the >>>>> new >>>>> server adding it to the existing 2000 forest, then remove the 2000 >>>>> server? >>>>> Any ideas would be appreciated. >>>>> Thank You, >>>>> Dan |
|
|
|
|
|||
|
|||
|
Dan Andrews
Guest
Posts: n/a
|
Sorry, what I meant to say is, the 2000 server is the test system. The 2003
server is the server I am migrating to. Once I test the migration with the 2003 server can I run dcpromo on the 2003 server to remove AD and then re-run it against the live 2000 server? -- Thanks, Dan "Meinolf Weber" wrote: > Hello Dan, > > I can not follow your question, sorry. Do you talk about removing it from > the test system? Why not keeping the test system? Or do you test it in the > real domain? > > Best regards > > Meinolf Weber > Disclaimer: This posting is provided "AS IS" with no warranties, and confers > no rights. > ** Please do NOT email, only reply to Newsgroups > ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > > > > That was it! Thank you very much Meinolf. It is still installing but > > it looks like its ok now. I am doing this with 2 test systems before > > the real deal. I will definately backup the live 2000 server before I > > do this. Once I am done, is there any reason I couldn't run dcpromo > > on the 2003 server and remove AD and then do it again with the live > > 2000 server? > > > > "Meinolf Weber" wrote: > > > >> Hello Dan, > >> > >> Sorry my fault, missed the R2 part. You have to run adprep command > >> from the second R2 disk , there is also a new schema version. dsik > >> one upgrades to schema version 30 and the second disk to schema > >> version 31. > >> > >> If you run "schupgr" on the DC you see the version of the schema. > >> > >> Best regards > >> > >> Meinolf Weber > >> Disclaimer: This posting is provided "AS IS" with no warranties, and > >> confers > >> no rights. > >> ** Please do NOT email, only reply to Newsgroups > >> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > >>> Thank you! I have followed your instructions and here is whats > >>> happening. The 2000 server is running SP4, the 2003 server is R2 > >>> version. After running adprep /forestprep and /domainprep /gpprep > >>> on the 2000 server all looked good. rebooted 2000 server. after > >>> adding 2003 server to 2000 domain and reboot, ran dcpromo and added > >>> server to existing domain, after about 1 minute it errors and says > >>> the forest is not prepared for windows 2003 server? Any ideas? > >>> > >>> "Meinolf Weber" wrote: > >>> > >>>> Hello Dan, > >>>> > >>>> !!!NEVER START BEFORE HAVING CREATED AND TESTED A BACKUP OF YOU > >>>> DATA/MACHINE!!! > >>>> > >>>> One question first: > >>>> Is the old server also Exchange server and will it be taken out of > >>>> the domain > >>>> forever, when the new server is running? > >>>> - On the old server open DNS management console and check that you > >>>> are running Active directory integrated zone (easier for > >>>> replication, > >>>> if you have more then one DNS server) > >>>> - run replmon, dcdiag and netdiag on the old machine to check for > >>>> errors, if you have some post the complete output from the command > >>>> here or solve them first > >>>> > >>>> - run adprep /forestprep and adprep /domainprep from the 2003 > >>>> installation disk against the 2000 server, with an account that is > >>>> member of the Schema admins, to upgrade the schema to the new > >>>> version > >>>> > >>>> - Install the new machine as a member server in your existing > >>>> domain > >>>> > >>>> - configure a fixed ip and set the preferred DNS server to the old > >>>> DNS server only > >>>> > >>>> - run dcpromo and follow the wizard to add the 2003 server to an > >>>> existing domain > >>>> > >>>> - if you are prompted for DNS configuration choose Yes (also > >>>> possible that no DNS preparation occur), then install DNS after the > >>>> reboot > >>>> > >>>> - for DNS give the server time for replication, at least 15 > >>>> minutes. Because you use Active directory integrated zones it will > >>>> automatically replicate the zones to the new server. Open DNS > >>>> management console to check that they appear > >>>> > >>>> - if the new machine is domain controller and DNS server run again > >>>> replmon, dcdiag and netdiag on both domain controllers > >>>> > >>>> - if you have no errors, make the new server Global catalog server, > >>>> open Active directory Sites and Services and then double-click > >>>> sitename, double-click Servers, click your domain controller, > >>>> right-click NTDS Settings, and then click Properties, on the > >>>> General tab, click to select the Global catalog check box > >>>> (http://support.microsoft.com/?id=313994) > >>>> > >>>> - Transfer, NOT seize the 5 FSMO roles to the new Domain controller > >>>> (http://support.microsoft.com/kb/324801) > >>>> > >>>> - you can see in the event viewer (Directory service) that the > >>>> roles are transferred, also give it some time > >>>> > >>>> - reconfigure the DNS configuration on your NIC of the 2003 server, > >>>> preferred DNS itself, secondary the old one > >>>> > >>>> - if you use DHCP do not forget to reconfigure the scope settings > >>>> to point to the new installed DNS server > >>>> > >>>> - export and import of DHCP database (if needed) > >>>> (http://support.microsoft.com/kb/325473) > >>>> Demoting the old DC (if needed) > >>>> > >>>> - reconfigure your clients/servers that they not longer point to > >>>> the old DC/DNS server on the NIC > >>>> > >>>> - to be sure that everything runs fine, disconnect the old DC from > >>>> the network and check with clients and servers the connectivity, > >>>> logon and also with one client a restart to see that everything is > >>>> ok > >>>> > >>>> - then run dcpromo to demote the old DC, if it works fine the > >>>> machine will move from the DC's OU to the computers container, > >>>> where you can delete it by hand. Can be that you got an error > >>>> during demoting at the beginning, then uncheck the Global catalog > >>>> on that DC and try again > >>>> > >>>> - check the DNS management console, that all entries from the > >>>> machine are disappeared or delete them by hand if the machine is > >>>> off the network for ever > >>>> > >>>> - also you have to start AD sites and services and delete the old > >>>> servername under the site, this will not be done during promotion > >>>> > >>>> Best regards > >>>> > >>>> Meinolf Weber > >>>> Disclaimer: This posting is provided "AS IS" with no warranties, > >>>> and > >>>> confers > >>>> no rights. > >>>> ** Please do NOT email, only reply to Newsgroups > >>>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > >>>>> Hello, > >>>>> I have a small 2 server windows 2000 domain with about 10 users. > >>>>> One is > >>>>> AD domain and the other a member of the domain. I have 2 new > >>>>> servers > >>>>> with > >>>>> 2003 R2 installed and would like to know if it makes sense to try > >>>>> and > >>>>> use > >>>>> ADMT, or just manually create the users on the new system and move > >>>>> the > >>>>> user > >>>>> data over manually, then re-join the users to the new domain? If > >>>>> ADMT > >>>>> is > >>>>> easiest, what doc's are available to detail how to configure the > >>>>> new > >>>>> servers > >>>>> and old servers to allow ADMT to work. Or would I install AD on > >>>>> the > >>>>> new > >>>>> server adding it to the existing 2000 forest, then remove the 2000 > >>>>> server? > >>>>> Any ideas would be appreciated. > >>>>> Thank You, > >>>>> Dan > > > |
|
|
|
|
|||
|
|||
|
Meinolf Weber
Guest
Posts: n/a
|
Hello Dan,
Just to get you correct, the 2003 DC is not on the 2000 domain yet. Now you will demote it and add it to the 2000 domain as a member server upgrade the schema for 2003, if not done and promote it again. If this is corredct you can do it, otherwise please describe the steps you like to do. Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights. ** Please do NOT email, only reply to Newsgroups ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > Sorry, what I meant to say is, the 2000 server is the test system. The > 2003 server is the server I am migrating to. Once I test the migration > with the 2003 server can I run dcpromo on the 2003 server to remove AD > and then re-run it against the live 2000 server? > > "Meinolf Weber" wrote: > >> Hello Dan, >> >> I can not follow your question, sorry. Do you talk about removing it >> from the test system? Why not keeping the test system? Or do you test >> it in the real domain? >> >> Best regards >> >> Meinolf Weber >> Disclaimer: This posting is provided "AS IS" with no warranties, and >> confers >> no rights. >> ** Please do NOT email, only reply to Newsgroups >> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm >>> That was it! Thank you very much Meinolf. It is still installing >>> but it looks like its ok now. I am doing this with 2 test systems >>> before the real deal. I will definately backup the live 2000 server >>> before I do this. Once I am done, is there any reason I couldn't >>> run dcpromo on the 2003 server and remove AD and then do it again >>> with the live 2000 server? >>> >>> "Meinolf Weber" wrote: >>> >>>> Hello Dan, >>>> >>>> Sorry my fault, missed the R2 part. You have to run adprep command >>>> from the second R2 disk , there is also a new schema version. dsik >>>> one upgrades to schema version 30 and the second disk to schema >>>> version 31. >>>> >>>> If you run "schupgr" on the DC you see the version of the schema. >>>> >>>> Best regards >>>> >>>> Meinolf Weber >>>> Disclaimer: This posting is provided "AS IS" with no warranties, >>>> and >>>> confers >>>> no rights. >>>> ** Please do NOT email, only reply to Newsgroups >>>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm >>>>> Thank you! I have followed your instructions and here is whats >>>>> happening. The 2000 server is running SP4, the 2003 server is R2 >>>>> version. After running adprep /forestprep and /domainprep /gpprep >>>>> on the 2000 server all looked good. rebooted 2000 server. after >>>>> adding 2003 server to 2000 domain and reboot, ran dcpromo and >>>>> added server to existing domain, after about 1 minute it errors >>>>> and says the forest is not prepared for windows 2003 server? Any >>>>> ideas? >>>>> >>>>> "Meinolf Weber" wrote: >>>>> >>>>>> Hello Dan, >>>>>> >>>>>> !!!NEVER START BEFORE HAVING CREATED AND TESTED A BACKUP OF YOU >>>>>> DATA/MACHINE!!! >>>>>> >>>>>> One question first: >>>>>> Is the old server also Exchange server and will it be taken out >>>>>> of >>>>>> the domain >>>>>> forever, when the new server is running? >>>>>> - On the old server open DNS management console and check that >>>>>> you >>>>>> are running Active directory integrated zone (easier for >>>>>> replication, >>>>>> if you have more then one DNS server) >>>>>> - run replmon, dcdiag and netdiag on the old machine to check for >>>>>> errors, if you have some post the complete output from the >>>>>> command >>>>>> here or solve them first >>>>>> - run adprep /forestprep and adprep /domainprep from the 2003 >>>>>> installation disk against the 2000 server, with an account that >>>>>> is member of the Schema admins, to upgrade the schema to the new >>>>>> version >>>>>> >>>>>> - Install the new machine as a member server in your existing >>>>>> domain >>>>>> >>>>>> - configure a fixed ip and set the preferred DNS server to the >>>>>> old DNS server only >>>>>> >>>>>> - run dcpromo and follow the wizard to add the 2003 server to an >>>>>> existing domain >>>>>> >>>>>> - if you are prompted for DNS configuration choose Yes (also >>>>>> possible that no DNS preparation occur), then install DNS after >>>>>> the reboot >>>>>> >>>>>> - for DNS give the server time for replication, at least 15 >>>>>> minutes. Because you use Active directory integrated zones it >>>>>> will automatically replicate the zones to the new server. Open >>>>>> DNS management console to check that they appear >>>>>> >>>>>> - if the new machine is domain controller and DNS server run >>>>>> again replmon, dcdiag and netdiag on both domain controllers >>>>>> >>>>>> - if you have no errors, make the new server Global catalog >>>>>> server, open Active directory Sites and Services and then >>>>>> double-click sitename, double-click Servers, click your domain >>>>>> controller, right-click NTDS Settings, and then click Properties, >>>>>> on the General tab, click to select the Global catalog check box >>>>>> (http://support.microsoft.com/?id=313994) >>>>>> >>>>>> - Transfer, NOT seize the 5 FSMO roles to the new Domain >>>>>> controller (http://support.microsoft.com/kb/324801) >>>>>> >>>>>> - you can see in the event viewer (Directory service) that the >>>>>> roles are transferred, also give it some time >>>>>> >>>>>> - reconfigure the DNS configuration on your NIC of the 2003 >>>>>> server, preferred DNS itself, secondary the old one >>>>>> >>>>>> - if you use DHCP do not forget to reconfigure the scope settings >>>>>> to point to the new installed DNS server >>>>>> >>>>>> - export and import of DHCP database (if needed) >>>>>> (http://support.microsoft.com/kb/325473) >>>>>> Demoting the old DC (if needed) >>>>>> - reconfigure your clients/servers that they not longer point to >>>>>> the old DC/DNS server on the NIC >>>>>> >>>>>> - to be sure that everything runs fine, disconnect the old DC >>>>>> from the network and check with clients and servers the >>>>>> connectivity, logon and also with one client a restart to see >>>>>> that everything is ok >>>>>> >>>>>> - then run dcpromo to demote the old DC, if it works fine the >>>>>> machine will move from the DC's OU to the computers container, >>>>>> where you can delete it by hand. Can be that you got an error >>>>>> during demoting at the beginning, then uncheck the Global catalog >>>>>> on that DC and try again >>>>>> >>>>>> - check the DNS management console, that all entries from the >>>>>> machine are disappeared or delete them by hand if the machine is >>>>>> off the network for ever >>>>>> >>>>>> - also you have to start AD sites and services and delete the old >>>>>> servername under the site, this will not be done during promotion >>>>>> >>>>>> Best regards >>>>>> >>>>>> Meinolf Weber >>>>>> Disclaimer: This posting is provided "AS IS" with no warranties, >>>>>> and >>>>>> confers >>>>>> no rights. >>>>>> ** Please do NOT email, only reply to Newsgroups >>>>>> ** HELP us help YOU!!! >>>>>> http://www.blakjak.demon.co.uk/mul_crss.htm >>>>>>> Hello, >>>>>>> I have a small 2 server windows 2000 domain with about 10 users. >>>>>>> One is >>>>>>> AD domain and the other a member of the domain. I have 2 new >>>>>>> servers >>>>>>> with >>>>>>> 2003 R2 installed and would like to know if it makes sense to >>>>>>> try >>>>>>> and >>>>>>> use >>>>>>> ADMT, or just manually create the users on the new system and >>>>>>> move >>>>>>> the >>>>>>> user >>>>>>> data over manually, then re-join the users to the new domain? >>>>>>> If >>>>>>> ADMT >>>>>>> is >>>>>>> easiest, what doc's are available to detail how to configure the >>>>>>> new >>>>>>> servers >>>>>>> and old servers to allow ADMT to work. Or would I install AD on >>>>>>> the >>>>>>> new >>>>>>> server adding it to the existing 2000 forest, then remove the >>>>>>> 2000 >>>>>>> server? >>>>>>> Any ideas would be appreciated. >>>>>>> Thank You, >>>>>>> Dan |
|
|
|
|
|||
|
|||
|
Dan Andrews
Guest
Posts: n/a
|
Thank you, yes thats correct.
One other slight issue, If I try to resyncronize in the sites and services from the 2000 server I get an error access is denied. Any ideas? -- Thanks, Dan "Meinolf Weber" wrote: > Hello Dan, > > Just to get you correct, the 2003 DC is not on the 2000 domain yet. Now you > will demote it and add it to the 2000 domain as a member server upgrade the > schema for 2003, if not done and promote it again. > > If this is corredct you can do it, otherwise please describe the steps you > like to do. > > Best regards > > Meinolf Weber > Disclaimer: This posting is provided "AS IS" with no warranties, and confers > no rights. > ** Please do NOT email, only reply to Newsgroups > ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > > > > Sorry, what I meant to say is, the 2000 server is the test system. The > > 2003 server is the server I am migrating to. Once I test the migration > > with the 2003 server can I run dcpromo on the 2003 server to remove AD > > and then re-run it against the live 2000 server? > > > > "Meinolf Weber" wrote: > > > >> Hello Dan, > >> > >> I can not follow your question, sorry. Do you talk about removing it > >> from the test system? Why not keeping the test system? Or do you test > >> it in the real domain? > >> > >> Best regards > >> > >> Meinolf Weber > >> Disclaimer: This posting is provided "AS IS" with no warranties, and > >> confers > >> no rights. > >> ** Please do NOT email, only reply to Newsgroups > >> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > >>> That was it! Thank you very much Meinolf. It is still installing > >>> but it looks like its ok now. I am doing this with 2 test systems > >>> before the real deal. I will definately backup the live 2000 server > >>> before I do this. Once I am done, is there any reason I couldn't > >>> run dcpromo on the 2003 server and remove AD and then do it again > >>> with the live 2000 server? > >>> > >>> "Meinolf Weber" wrote: > >>> > >>>> Hello Dan, > >>>> > >>>> Sorry my fault, missed the R2 part. You have to run adprep command > >>>> from the second R2 disk , there is also a new schema version. dsik > >>>> one upgrades to schema version 30 and the second disk to schema > >>>> version 31. > >>>> > >>>> If you run "schupgr" on the DC you see the version of the schema. > >>>> > >>>> Best regards > >>>> > >>>> Meinolf Weber > >>>> Disclaimer: This posting is provided "AS IS" with no warranties, > >>>> and > >>>> confers > >>>> no rights. > >>>> ** Please do NOT email, only reply to Newsgroups > >>>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > >>>>> Thank you! I have followed your instructions and here is whats > >>>>> happening. The 2000 server is running SP4, the 2003 server is R2 > >>>>> version. After running adprep /forestprep and /domainprep /gpprep > >>>>> on the 2000 server all looked good. rebooted 2000 server. after > >>>>> adding 2003 server to 2000 domain and reboot, ran dcpromo and > >>>>> added server to existing domain, after about 1 minute it errors > >>>>> and says the forest is not prepared for windows 2003 server? Any > >>>>> ideas? > >>>>> > >>>>> "Meinolf Weber" wrote: > >>>>> > >>>>>> Hello Dan, > >>>>>> > >>>>>> !!!NEVER START BEFORE HAVING CREATED AND TESTED A BACKUP OF YOU > >>>>>> DATA/MACHINE!!! > >>>>>> > >>>>>> One question first: > >>>>>> Is the old server also Exchange server and will it be taken out > >>>>>> of > >>>>>> the domain > >>>>>> forever, when the new server is running? > >>>>>> - On the old server open DNS management console and check that > >>>>>> you > >>>>>> are running Active directory integrated zone (easier for > >>>>>> replication, > >>>>>> if you have more then one DNS server) > >>>>>> - run replmon, dcdiag and netdiag on the old machine to check for > >>>>>> errors, if you have some post the complete output from the > >>>>>> command > >>>>>> here or solve them first > >>>>>> - run adprep /forestprep and adprep /domainprep from the 2003 > >>>>>> installation disk against the 2000 server, with an account that > >>>>>> is member of the Schema admins, to upgrade the schema to the new > >>>>>> version > >>>>>> > >>>>>> - Install the new machine as a member server in your existing > >>>>>> domain > >>>>>> > >>>>>> - configure a fixed ip and set the preferred DNS server to the > >>>>>> old DNS server only > >>>>>> > >>>>>> - run dcpromo and follow the wizard to add the 2003 server to an > >>>>>> existing domain > >>>>>> > >>>>>> - if you are prompted for DNS configuration choose Yes (also > >>>>>> possible that no DNS preparation occur), then install DNS after > >>>>>> the reboot > >>>>>> > >>>>>> - for DNS give the server time for replication, at least 15 > >>>>>> minutes. Because you use Active directory integrated zones it > >>>>>> will automatically replicate the zones to the new server. Open > >>>>>> DNS management console to check that they appear > >>>>>> > >>>>>> - if the new machine is domain controller and DNS server run > >>>>>> again replmon, dcdiag and netdiag on both domain controllers > >>>>>> > >>>>>> - if you have no errors, make the new server Global catalog > >>>>>> server, open Active directory Sites and Services and then > >>>>>> double-click sitename, double-click Servers, click your domain > >>>>>> controller, right-click NTDS Settings, and then click Properties, > >>>>>> on the General tab, click to select the Global catalog check box > >>>>>> (http://support.microsoft.com/?id=313994) > >>>>>> > >>>>>> - Transfer, NOT seize the 5 FSMO roles to the new Domain > >>>>>> controller (http://support.microsoft.com/kb/324801) > >>>>>> > >>>>>> - you can see in the event viewer (Directory service) that the > >>>>>> roles are transferred, also give it some time > >>>>>> > >>>>>> - reconfigure the DNS configuration on your NIC of the 2003 > >>>>>> server, preferred DNS itself, secondary the old one > >>>>>> > >>>>>> - if you use DHCP do not forget to reconfigure the scope settings > >>>>>> to point to the new installed DNS server > >>>>>> > >>>>>> - export and import of DHCP database (if needed) > >>>>>> (http://support.microsoft.com/kb/325473) > >>>>>> Demoting the old DC (if needed) > >>>>>> - reconfigure your clients/servers that they not longer point to > >>>>>> the old DC/DNS server on the NIC > >>>>>> > >>>>>> - to be sure that everything runs fine, disconnect the old DC > >>>>>> from the network and check with clients and servers the > >>>>>> connectivity, logon and also with one client a restart to see > >>>>>> that everything is ok > >>>>>> > >>>>>> - then run dcpromo to demote the old DC, if it works fine the > >>>>>> machine will move from the DC's OU to the computers container, > >>>>>> where you can delete it by hand. Can be that you got an error > >>>>>> during demoting at the beginning, then uncheck the Global catalog > >>>>>> on that DC and try again > >>>>>> > >>>>>> - check the DNS management console, that all entries from the > >>>>>> machine are disappeared or delete them by hand if the machine is > >>>>>> off the network for ever > >>>>>> > >>>>>> - also you have to start AD sites and services and delete the old > >>>>>> servername under the site, this will not be done during promotion > >>>>>> > >>>>>> Best regards > >>>>>> > >>>>>> Meinolf Weber > >>>>>> Disclaimer: This posting is provided "AS IS" with no warranties, > >>>>>> and > >>>>>> confers > >>>>>> no rights. > >>>>>> ** Please do NOT email, only reply to Newsgroups > >>>>>> ** HELP us help YOU!!! > >>>>>> http://www.blakjak.demon.co.uk/mul_crss.htm > >>>>>>> Hello, > >>>>>>> I have a small 2 server windows 2000 domain with about 10 users. > >>>>>>> One is > >>>>>>> AD domain and the other a member of the domain. I have 2 new > >>>>>>> servers > >>>>>>> with > >>>>>>> 2003 R2 installed and would like to know if it makes sense to > >>>>>>> try > >>>>>>> and > >>>>>>> use > >>>>>>> ADMT, or just manually create the users on the new system and > >>>>>>> move > >>>>>>> the > >>>>>>> user > >>>>>>> data over manually, then re-join the users to the new domain? > >>>>>>> If > >>>>>>> ADMT > >>>>>>> is > >>>>>>> easiest, what doc's are available to detail how to configure the > >>>>>>> new > >>>>>>> servers > >>>>>>> and old servers to allow ADMT to work. Or would I install AD on > >>>>>>> the > >>>>>>> new > >>>>>>> server adding it to the existing 2000 forest, then remove the > >>>>>>> 2000 > >>>>>>> server? > >>>>>>> Any ideas would be appreciated. > >>>>>>> Thank You, > >>>>>>> Dan > > > |
|
|
|
|
|||
|
|||
|
Meinolf Weber
Guest
Posts: n/a
|
Hello Dan,
What account do you use and which group membership does it have? Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights. ** Please do NOT email, only reply to Newsgroups ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > Thank you, yes thats correct. > One other slight issue, If I try to resyncronize in the sites and > services > from the 2000 server I get an error access is denied. Any ideas? > "Meinolf Weber" wrote: > >> Hello Dan, >> >> Just to get you correct, the 2003 DC is not on the 2000 domain yet. >> Now you will demote it and add it to the 2000 domain as a member >> server upgrade the schema for 2003, if not done and promote it again. >> >> If this is corredct you can do it, otherwise please describe the >> steps you like to do. >> >> Best regards >> >> Meinolf Weber >> Disclaimer: This posting is provided "AS IS" with no warranties, and >> confers >> no rights. >> ** Please do NOT email, only reply to Newsgroups >> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm >>> Sorry, what I meant to say is, the 2000 server is the test system. >>> The 2003 server is the server I am migrating to. Once I test the >>> migration with the 2003 server can I run dcpromo on the 2003 server >>> to remove AD and then re-run it against the live 2000 server? >>> >>> "Meinolf Weber" wrote: >>> >>>> Hello Dan, >>>> >>>> I can not follow your question, sorry. Do you talk about removing >>>> it from the test system? Why not keeping the test system? Or do you >>>> test it in the real domain? >>>> >>>> Best regards >>>> >>>> Meinolf Weber >>>> Disclaimer: This posting is provided "AS IS" with no warranties, >>>> and >>>> confers >>>> no rights. >>>> ** Please do NOT email, only reply to Newsgroups >>>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm >>>>> That was it! Thank you very much Meinolf. It is still installing >>>>> but it looks like its ok now. I am doing this with 2 test systems >>>>> before the real deal. I will definately backup the live 2000 >>>>> server before I do this. Once I am done, is there any reason I >>>>> couldn't run dcpromo on the 2003 server and remove AD and then do >>>>> it again with the live 2000 server? >>>>> >>>>> "Meinolf Weber" wrote: >>>>> >>>>>> Hello Dan, >>>>>> >>>>>> Sorry my fault, missed the R2 part. You have to run adprep >>>>>> command from the second R2 disk , there is also a new schema >>>>>> version. dsik one upgrades to schema version 30 and the second >>>>>> disk to schema version 31. >>>>>> >>>>>> If you run "schupgr" on the DC you see the version of the schema. >>>>>> >>>>>> Best regards >>>>>> >>>>>> Meinolf Weber >>>>>> Disclaimer: This posting is provided "AS IS" with no warranties, >>>>>> and >>>>>> confers >>>>>> no rights. >>>>>> ** Please do NOT email, only reply to Newsgroups >>>>>> ** HELP us help YOU!!! >>>>>> http://www.blakjak.demon.co.uk/mul_crss.htm >>>>>>> Thank you! I have followed your instructions and here is whats >>>>>>> happening. The 2000 server is running SP4, the 2003 server is >>>>>>> R2 version. After running adprep /forestprep and /domainprep >>>>>>> /gpprep on the 2000 server all looked good. rebooted 2000 >>>>>>> server. after adding 2003 server to 2000 domain and reboot, ran >>>>>>> dcpromo and added server to existing domain, after about 1 >>>>>>> minute it errors and says the forest is not prepared for windows >>>>>>> 2003 server? Any ideas? >>>>>>> >>>>>>> "Meinolf Weber" wrote: >>>>>>> >>>>>>>> Hello Dan, >>>>>>>> >>>>>>>> !!!NEVER START BEFORE HAVING CREATED AND TESTED A BACKUP OF YOU >>>>>>>> DATA/MACHINE!!! >>>>>>>> >>>>>>>> One question first: >>>>>>>> Is the old server also Exchange server and will it be taken out >>>>>>>> of >>>>>>>> the domain >>>>>>>> forever, when the new server is running? >>>>>>>> - On the old server open DNS management console and check that >>>>>>>> you >>>>>>>> are running Active directory integrated zone (easier for >>>>>>>> replication, >>>>>>>> if you have more then one DNS server) >>>>>>>> - run replmon, dcdiag and netdiag on the old machine to check >>>>>>>> for >>>>>>>> errors, if you have some post the complete output from the >>>>>>>> command >>>>>>>> here or solve them first >>>>>>>> - run adprep /forestprep and adprep /domainprep from the 2003 >>>>>>>> installation disk against the 2000 server, with an account that >>>>>>>> is member of the Schema admins, to upgrade the schema to the >>>>>>>> new >>>>>>>> version >>>>>>>> - Install the new machine as a member server in your existing >>>>>>>> domain >>>>>>>> >>>>>>>> - configure a fixed ip and set the preferred DNS server to the >>>>>>>> old DNS server only >>>>>>>> >>>>>>>> - run dcpromo and follow the wizard to add the 2003 server to >>>>>>>> an existing domain >>>>>>>> >>>>>>>> - if you are prompted for DNS configuration choose Yes (also >>>>>>>> possible that no DNS preparation occur), then install DNS after >>>>>>>> the reboot >>>>>>>> >>>>>>>> - for DNS give the server time for replication, at least 15 >>>>>>>> minutes. Because you use Active directory integrated zones it >>>>>>>> will automatically replicate the zones to the new server. Open >>>>>>>> DNS management console to check that they appear >>>>>>>> >>>>>>>> - if the new machine is domain controller and DNS server run >>>>>>>> again replmon, dcdiag and netdiag on both domain controllers >>>>>>>> >>>>>>>> - if you have no errors, make the new server Global catalog >>>>>>>> server, open Active directory Sites and Services and then >>>>>>>> double-click sitename, double-click Servers, click your domain >>>>>>>> controller, right-click NTDS Settings, and then click >>>>>>>> Properties, on the General tab, click to select the Global >>>>>>>> catalog check box (http://support.microsoft.com/?id=313994) >>>>>>>> >>>>>>>> - Transfer, NOT seize the 5 FSMO roles to the new Domain >>>>>>>> controller (http://support.microsoft.com/kb/324801) >>>>>>>> >>>>>>>> - you can see in the event viewer (Directory service) that the >>>>>>>> roles are transferred, also give it some time >>>>>>>> >>>>>>>> - reconfigure the DNS configuration on your NIC of the 2003 >>>>>>>> server, preferred DNS itself, secondary the old one >>>>>>>> >>>>>>>> - if you use DHCP do not forget to reconfigure the scope >>>>>>>> settings to point to the new installed DNS server >>>>>>>> >>>>>>>> - export and import of DHCP database (if needed) >>>>>>>> (http://support.microsoft.com/kb/325473) >>>>>>>> Demoting the old DC (if needed) >>>>>>>> - reconfigure your clients/servers that they not longer point >>>>>>>> to >>>>>>>> the old DC/DNS server on the NIC >>>>>>>> - to be sure that everything runs fine, disconnect the old DC >>>>>>>> from the network and check with clients and servers the >>>>>>>> connectivity, logon and also with one client a restart to see >>>>>>>> that everything is ok >>>>>>>> >>>>>>>> - then run dcpromo to demote the old DC, if it works fine the >>>>>>>> machine will move from the DC's OU to the computers container, >>>>>>>> where you can delete it by hand. Can be that you got an error >>>>>>>> during demoting at the beginning, then uncheck the Global >>>>>>>> catalog on that DC and try again >>>>>>>> >>>>>>>> - check the DNS management console, that all entries from the >>>>>>>> machine are disappeared or delete them by hand if the machine >>>>>>>> is off the network for ever >>>>>>>> >>>>>>>> - also you have to start AD sites and services and delete the >>>>>>>> old servername under the site, this will not be done during >>>>>>>> promotion >>>>>>>> >>>>>>>> Best regards >>>>>>>> >>>>>>>> Meinolf Weber >>>>>>>> Disclaimer: This posting is provided "AS IS" with no >>>>>>>> warranties, >>>>>>>> and >>>>>>>> confers >>>>>>>> no rights. >>>>>>>> ** Please do NOT email, only reply to Newsgroups >>>>>>>> ** HELP us help YOU!!! >>>>>>>> http://www.blakjak.demon.co.uk/mul_crss.htm >>>>>>>>> Hello, >>>>>>>>> I have a small 2 server windows 2000 domain with about 10 >>>>>>>>> users. >>>>>>>>> One is >>>>>>>>> AD domain and the other a member of the domain. I have 2 new >>>>>>>>> servers >>>>>>>>> with >>>>>>>>> 2003 R2 installed and would like to know if it makes sense to >>>>>>>>> try >>>>>>>>> and >>>>>>>>> use >>>>>>>>> ADMT, or just manually create the users on the new system and >>>>>>>>> move >>>>>>>>> the >>>>>>>>> user >>>>>>>>> data over manually, then re-join the users to the new domain? >>>>>>>>> If >>>>>>>>> ADMT >>>>>>>>> is >>>>>>>>> easiest, what doc's are available to detail how to configure >>>>>>>>> the >>>>>>>>> new >>>>>>>>> servers >>>>>>>>> and old servers to allow ADMT to work. Or would I install AD >>>>>>>>> on >>>>>>>>> the >>>>>>>>> new >>>>>>>>> server adding it to the existing 2000 forest, then remove the >>>>>>>>> 2000 >>>>>>>>> server? >>>>>>>>> Any ideas would be appreciated. >>>>>>>>> Thank You, >>>>>>>>> Dan |
|
|
|
|
|||
|
|||
|
|
|
| |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: Migration from Std 2000 server and exchange 2000 to SBS 2003 premium R2 | Cliff Galiher | Windows Small Business Server | 0 | 10-09-2009 03:33 AM |
| 2000 - 2003 Migration | Don Powell | Active Directory | 2 | 02-19-2006 04:24 PM |
| SBS 2000 to Windows 2003 Exchange 2003 migration (new server) | Carol Chisholm | Windows Small Business Server | 5 | 01-27-2006 11:08 PM |
| win NT4.0 to win 2000, 2003 migration | Jeffery | Server Migration | 1 | 11-15-2005 01:31 AM |
| migration from 2000 to 2003 | Donny | Server Migration | 1 | 09-30-2004 11:57 AM |
Forum Software Powered by vBulletin®, Copyright Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc. |



Linear Mode

