Guest nicolas29 Posted May 27, 2008 Posted May 27, 2008 hello we will buy a new server with 2008 32bit for data and and an other with 2008 64 bits and TSE actually my domain contains W2000 servers and W2003R2 servers and i am in Windows 2000 natif mode I remember when i add my first 2003R2 DC that i had Extending my Active Directory Schema is there a documentation for the modifications to do if i add a new server 2008 ? thanks -- nt
Guest Meinolf Weber Posted May 27, 2008 Posted May 27, 2008 Re: add a windows 2008 server Hello nicolas29, Same way with extending the schema for 2008. See here: http://technet2.microsoft.com/windowsserver2008/en/library/15883a88-9a03-46da-8c7d-bc4ed84ff3021033.mspx?mfr=true http://support.microsoft.com/?kbid=951041 http://technet2.microsoft.com/windowsserver2008/en/library/8519f859-7159-4dae-ba4c-8ed791c01be01033.mspx?mfr=true 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 > we will buy a new server with 2008 32bit for data and and an other > with 2008 > 64 bits and TSE > actually my domain contains W2000 servers and W2003R2 servers and i > am in Windows 2000 natif mode > > I remember when i add my first 2003R2 DC that i had Extending my > Active Directory Schema > > is there a documentation for the modifications to do if i add a new > server 2008 ? > > thanks >
Guest David Shen [MSFT] Posted May 28, 2008 Posted May 28, 2008 RE: add a windows 2008 server Dear Customer, Thank you for posting in newsgroup. And thanks to Meinolf for the contribution. According to the description, my understanding is that you want to add a Windows Server 2008 based computer as an additional DC in the current domain and you want documentation for the modifications of that. If I have any misunderstanding, please feel free to let me know. Based on the experience, here is some information which may be helpful for you. Analysis and Suggestions: ======================= If you are installing an additional Windows Server 2008 domain controller in a Windows Server 2008 forest, you do not have to prepare the forest before you begin the installation. However, as you are installing the first Windows Server 2008 domain controller in an existing Windows 2000 Server domain, ensure that the following tasks are completed: 1. Prepare the forest by running "adprep /forestprep" on the server that holds the schema master operations master role (also known as flexible single master operations or FSMO) to update the schema. 2. Prepare the domain by running "adprep /domainprep /gpprep" on the server that holds the infrastructure operations master role. 3. If you are installing an RODC in an existing Windows Server 2003 domain, you must also run the "adprep /rodcprep" command. Please note: the "Adprep" utility is in the location "X:\sources\adprep" of the Windows Server 2008 installation disc. For more information, please refer to the following link: Installing an Additional Windows Server 2008 Domain Controller http://technet2.microsoft.com/windowsserver2008/en/library/6c141f6a-6c7b-462 f-b2a8-a06c543022981033.mspx You may verify the Active Directory Schema level by using the "Adsiedit.exe" or the "AD Explorer" to view the "ObjectVersion" attribute in the properties of the "CN=Schema, CN=Configuration, DC= <domain> partition" on the domain controller. The "ObjectVersion" value should be 31 in this case. The Schema Version "ObjectVersion" values and corresponding operating system support level: 13=Microsoft Windows 2000 30=Original release version of Microsoft Windows Server 2003 and Microsoft Windows Server 2003 Service Pack 1 31=Microsoft Windows Server 2003 R2 44=Microsoft Windows Server 2008 Please note: we need to install the support tools from the installation Disk before we can use Adsiedit.exe. For the information about AD Explorer, you may refer to: Download: Active Directory Explorer v1.01 http://technet.microsoft.com/en-us/sysinternals/bb963907.aspx For more information: ==================== Upgrading to Windows Server 2008 http://technet2.microsoft.com/windowsserver2008/en/library/8519f859-7159-4da e-ba4c-8ed791c01be01033.mspx?mfr=true Guide for Upgrading to Windows Server 2008 http://technet2.microsoft.com/windowsserver2008/en/library/f1713937-0b3f-4b0 d-9d31-410598278f6e1033.mspx?mfr=true Appendix of Changes to Adprep.exe to support AD DS in Windows Server 2008 http://technet2.microsoft.com/windowsserver2008/en/library/15883a88-9a03-46d a-8c7d-bc4ed84ff3021033.mspx?mfr=true Hope it helps. David Shen Microsoft Online Partner Support
Guest NT Posted May 28, 2008 Posted May 28, 2008 Re: add a windows 2008 server thanks i get a look today nicolas "Meinolf Weber" <meiweb(nospam)@gmx.de> a écrit dans le message de news:ff16fb669d8828ca8e5d7e94ce00@msnews.microsoft.com... > Hello nicolas29, > > Same way with extending the schema for 2008. > > See here: > http://technet2.microsoft.com/windowsserver2008/en/library/15883a88-9a03-46da-8c7d-bc4ed84ff3021033.mspx?mfr=true > > http://support.microsoft.com/?kbid=951041 > > http://technet2.microsoft.com/windowsserver2008/en/library/8519f859-7159-4dae-ba4c-8ed791c01be01033.mspx?mfr=true > > 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 >> we will buy a new server with 2008 32bit for data and and an other >> with 2008 >> 64 bits and TSE >> actually my domain contains W2000 servers and W2003R2 servers and i >> am in Windows 2000 natif mode >> >> I remember when i add my first 2003R2 DC that i had Extending my >> Active Directory Schema >> >> is there a documentation for the modifications to do if i add a new >> server 2008 ? >> >> thanks >> > >
Guest NT Posted May 28, 2008 Posted May 28, 2008 Re: add a windows 2008 server thanks i get a look today nicolas "David Shen [MSFT]" <v-dashen@online.microsoft.com> a écrit dans le message de news:qLTIAnIwIHA.1784@TK2MSFTNGHUB02.phx.gbl... > Dear Customer, > > Thank you for posting in newsgroup. And thanks to Meinolf for the > contribution. > > According to the description, my understanding is that you want to add a > Windows Server 2008 based computer as an additional DC in the current > domain and you want documentation for the modifications of that. If I have > any misunderstanding, please feel free to let me know. > > Based on the experience, here is some information which may be helpful for > you. > > Analysis and Suggestions: > ======================= > > If you are installing an additional Windows Server 2008 domain controller > in a Windows Server 2008 forest, you do not have to prepare the forest > before you begin the installation. However, as you are installing the > first > Windows Server 2008 domain controller in an existing Windows 2000 Server > domain, ensure that the following tasks are completed: > > 1. Prepare the forest by running "adprep /forestprep" on the server that > holds the schema master operations master role (also known as flexible > single master operations or FSMO) to update the schema. > > 2. Prepare the domain by running "adprep /domainprep /gpprep" on the > server > that holds the infrastructure operations master role. > > 3. If you are installing an RODC in an existing Windows Server 2003 > domain, > you must also run the "adprep /rodcprep" command. > > Please note: the "Adprep" utility is in the location "X:\sources\adprep" > of > the Windows Server 2008 installation disc. > > For more information, please refer to the following link: > > Installing an Additional Windows Server 2008 Domain Controller > http://technet2.microsoft.com/windowsserver2008/en/library/6c141f6a-6c7b-462 > f-b2a8-a06c543022981033.mspx > > You may verify the Active Directory Schema level by using the > "Adsiedit.exe" or the "AD Explorer" to view the "ObjectVersion" attribute > in the properties of the "CN=Schema, CN=Configuration, DC= <domain> > partition" on the domain controller. The "ObjectVersion" value should be > 31 > in this case. > > The Schema Version "ObjectVersion" values and corresponding operating > system support level: > > 13=Microsoft Windows 2000 > 30=Original release version of Microsoft Windows Server 2003 and Microsoft > Windows Server 2003 Service Pack 1 > 31=Microsoft Windows Server 2003 R2 > 44=Microsoft Windows Server 2008 > > Please note: we need to install the support tools from the installation > Disk before we can use Adsiedit.exe. > > For the information about AD Explorer, you may refer to: > > Download: Active Directory Explorer v1.01 > http://technet.microsoft.com/en-us/sysinternals/bb963907.aspx > > For more information: > ==================== > > Upgrading to Windows Server 2008 > http://technet2.microsoft.com/windowsserver2008/en/library/8519f859-7159-4da > e-ba4c-8ed791c01be01033.mspx?mfr=true > > Guide for Upgrading to Windows Server 2008 > http://technet2.microsoft.com/windowsserver2008/en/library/f1713937-0b3f-4b0 > d-9d31-410598278f6e1033.mspx?mfr=true > > Appendix of Changes to Adprep.exe to support AD DS in Windows Server 2008 > http://technet2.microsoft.com/windowsserver2008/en/library/15883a88-9a03-46d > a-8c7d-bc4ed84ff3021033.mspx?mfr=true > > Hope it helps. > > David Shen > Microsoft Online Partner Support >
Guest NT Posted May 28, 2008 Posted May 28, 2008 Re: add a windows 2008 server ok i read all the articles an some other, i just need few confirmations to be sure : If my new server is only a TSE 2008: 1) i'm not oblige to make the extension of the schema or something else (i will do it after) 2) i can't have the TS licensing server on my 2003 DC, but it can be on my tse (that i dislike, but i will move it before adding a DC2008 next year...) thanks for the answers nicolas "NT" <nt29@community.nospam> a écrit dans le message de news:55CF96CB-D5DC-478C-9F55-E422DCF57C72@microsoft.com... > thanks i get a look today > > nicolas > > "Meinolf Weber" <meiweb(nospam)@gmx.de> a écrit dans le message de > news:ff16fb669d8828ca8e5d7e94ce00@msnews.microsoft.com... >> Hello nicolas29, >> >> Same way with extending the schema for 2008. >> >> See here: >> http://technet2.microsoft.com/windowsserver2008/en/library/15883a88-9a03-46da-8c7d-bc4ed84ff3021033.mspx?mfr=true >> >> http://support.microsoft.com/?kbid=951041 >> >> http://technet2.microsoft.com/windowsserver2008/en/library/8519f859-7159-4dae-ba4c-8ed791c01be01033.mspx?mfr=true >> >> 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 >>> we will buy a new server with 2008 32bit for data and and an other >>> with 2008 >>> 64 bits and TSE >>> actually my domain contains W2000 servers and W2003R2 servers and i >>> am in Windows 2000 natif mode >>> >>> I remember when i add my first 2003R2 DC that i had Extending my >>> Active Directory Schema >>> >>> is there a documentation for the modifications to do if i add a new >>> server 2008 ? >>> >>> thanks >>> >> >> >
Guest Meinolf Weber Posted May 28, 2008 Posted May 28, 2008 Re: add a windows 2008 server Hello NT, see inline 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 > ok i read all the articles an some other, i just need few > confirmations to be sure : > > If my new server is only a TSE 2008: > 1) i'm not oblige to make the extension of the schema or something > else (i > will do it after) No schema changes are needed > 2) i can't have the TS licensing server on my 2003 DC, but it can be > on my > tse (that i dislike, but i will move it before adding a DC2008 next > year...) About the licensing contact your vendor or MS support, if i am not totally wrong you need new cal for 2008 TS. > thanks for the answers > > nicolas > > "NT" <nt29@community.nospam> a écrit dans le message de > news:55CF96CB-D5DC-478C-9F55-E422DCF57C72@microsoft.com... > >> thanks i get a look today >> >> nicolas >> >> "Meinolf Weber" <meiweb(nospam)@gmx.de> a écrit dans le message de >> news:ff16fb669d8828ca8e5d7e94ce00@msnews.microsoft.com... >> >>> Hello nicolas29, >>> >>> Same way with extending the schema for 2008. >>> >>> See here: >>> http://technet2.microsoft.com/windowsserver2008/en/library/15883a88- >>> 9a03-46da-8c7d-bc4ed84ff3021033.mspx?mfr=true >>> http://support.microsoft.com/?kbid=951041 >>> >>> http://technet2.microsoft.com/windowsserver2008/en/library/8519f859- >>> 7159-4dae-ba4c-8ed791c01be01033.mspx?mfr=true >>> >>> 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 >>>> we will buy a new server with 2008 32bit for data and and an other >>>> with 2008 >>>> 64 bits and TSE >>>> actually my domain contains W2000 servers and W2003R2 servers and >>>> i >>>> am in Windows 2000 natif mode >>>> I remember when i add my first 2003R2 DC that i had Extending my >>>> Active Directory Schema >>>> >>>> is there a documentation for the modifications to do if i add a new >>>> server 2008 ? >>>> >>>> thanks >>>>
Guest NT Posted May 30, 2008 Posted May 30, 2008 Re: add a windows 2008 server thanks a lot for your help it s ok for me bye nt "Meinolf Weber" <meiweb(nospam)@gmx.de> a écrit dans le message de news:ff16fb669daf58ca8ef2575cfd2a@msnews.microsoft.com... > Hello NT, > > see inline > > 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 > >> ok i read all the articles an some other, i just need few >> confirmations to be sure : >> >> If my new server is only a TSE 2008: >> 1) i'm not oblige to make the extension of the schema or something >> else (i >> will do it after) > > No schema changes are needed > >> 2) i can't have the TS licensing server on my 2003 DC, but it can be >> on my >> tse (that i dislike, but i will move it before adding a DC2008 next >> year...) > > About the licensing contact your vendor or MS support, if i am not totally > wrong you need new cal for 2008 TS. > >> thanks for the answers >> >> nicolas >> >> "NT" <nt29@community.nospam> a écrit dans le message de >> news:55CF96CB-D5DC-478C-9F55-E422DCF57C72@microsoft.com... >> >>> thanks i get a look today >>> >>> nicolas >>> >>> "Meinolf Weber" <meiweb(nospam)@gmx.de> a écrit dans le message de >>> news:ff16fb669d8828ca8e5d7e94ce00@msnews.microsoft.com... >>> >>>> Hello nicolas29, >>>> >>>> Same way with extending the schema for 2008. >>>> >>>> See here: >>>> http://technet2.microsoft.com/windowsserver2008/en/library/15883a88- >>>> 9a03-46da-8c7d-bc4ed84ff3021033.mspx?mfr=true >>>> http://support.microsoft.com/?kbid=951041 >>>> >>>> http://technet2.microsoft.com/windowsserver2008/en/library/8519f859- >>>> 7159-4dae-ba4c-8ed791c01be01033.mspx?mfr=true >>>> >>>> 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 >>>>> we will buy a new server with 2008 32bit for data and and an other >>>>> with 2008 >>>>> 64 bits and TSE >>>>> actually my domain contains W2000 servers and W2003R2 servers and >>>>> i >>>>> am in Windows 2000 natif mode >>>>> I remember when i add my first 2003R2 DC that i had Extending my >>>>> Active Directory Schema >>>>> >>>>> is there a documentation for the modifications to do if i add a new >>>>> server 2008 ? >>>>> >>>>> thanks >>>>> > >
Guest David Shen [MSFT] Posted June 2, 2008 Posted June 2, 2008 RE: add a windows 2008 server Hello nicolas, I am glad that the information is helpful for you. If you have other question, please welcome to our newsgroup again. David Shen Microsoft Online Partner Support
Guest Meinolf Weber Posted June 2, 2008 Posted June 2, 2008 RE: add a windows 2008 server Hello David Shen [MSFT], Don't know why but the AD Explorer link doesn't work. Here is a running one: http://www.microsoft.com/technet/sysinternals/Networking/AdExplorer.mspx 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 > Dear Customer, > > Thank you for posting in newsgroup. And thanks to Meinolf for the > contribution. > > According to the description, my understanding is that you want to add > a Windows Server 2008 based computer as an additional DC in the > current domain and you want documentation for the modifications of > that. If I have any misunderstanding, please feel free to let me know. > > Based on the experience, here is some information which may be helpful > for you. > > Analysis and Suggestions: > ======================= > If you are installing an additional Windows Server 2008 domain > controller in a Windows Server 2008 forest, you do not have to prepare > the forest before you begin the installation. However, as you are > installing the first Windows Server 2008 domain controller in an > existing Windows 2000 Server domain, ensure that the following tasks > are completed: > > 1. Prepare the forest by running "adprep /forestprep" on the server > that holds the schema master operations master role (also known as > flexible single master operations or FSMO) to update the schema. > > 2. Prepare the domain by running "adprep /domainprep /gpprep" on the > server that holds the infrastructure operations master role. > > 3. If you are installing an RODC in an existing Windows Server 2003 > domain, you must also run the "adprep /rodcprep" command. > > Please note: the "Adprep" utility is in the location > "X:\sources\adprep" of the Windows Server 2008 installation disc. > > For more information, please refer to the following link: > > Installing an Additional Windows Server 2008 Domain Controller > http://technet2.microsoft.com/windowsserver2008/en/library/6c141f6a-6c > 7b-462 f-b2a8-a06c543022981033.mspx > > You may verify the Active Directory Schema level by using the > "Adsiedit.exe" or the "AD Explorer" to view the "ObjectVersion" > attribute in the properties of the "CN=Schema, CN=Configuration, DC= > <domain> partition" on the domain controller. The "ObjectVersion" > value should be 31 in this case. > > The Schema Version "ObjectVersion" values and corresponding operating > system support level: > > 13=Microsoft Windows 2000 > 30=Original release version of Microsoft Windows Server 2003 and > Microsoft > Windows Server 2003 Service Pack 1 > 31=Microsoft Windows Server 2003 R2 > 44=Microsoft Windows Server 2008 > Please note: we need to install the support tools from the > installation Disk before we can use Adsiedit.exe. > > For the information about AD Explorer, you may refer to: > > Download: Active Directory Explorer v1.01 > http://technet.microsoft.com/en-us/sysinternals/bb963907.aspx > For more information: > ==================== > Upgrading to Windows Server 2008 > http://technet2.microsoft.com/windowsserver2008/en/library/8519f859-71 > 59-4da e-ba4c-8ed791c01be01033.mspx?mfr=true > > Guide for Upgrading to Windows Server 2008 > http://technet2.microsoft.com/windowsserver2008/en/library/f1713937-0b > 3f-4b0 d-9d31-410598278f6e1033.mspx?mfr=true > > Appendix of Changes to Adprep.exe to support AD DS in Windows Server > 2008 > http://technet2.microsoft.com/windowsserver2008/en/library/15883a88-9a > 03-46d a-8c7d-bc4ed84ff3021033.mspx?mfr=true > > Hope it helps. > > David Shen > Microsoft Online Partner Support
Recommended Posts