Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Server Setup > Windows Server 2008 and adprep /forestprep

Reply
Thread Tools Display Modes

Windows Server 2008 and adprep /forestprep

 
 
Agendum
Guest
Posts: n/a

 
      03-16-2009
I have a Windows Server 2003 R2 DC running a private forest. I have added a
Windows Server 2008 machine to the domain and want to promote it as a DC in
the existing forest. I added the Active Directory Domain Services role to
the server, and rebooted. It asks me to run "Active Directory Domain
Services Installation Wizard (dcpromo.exe)". As I step through this wizard,
I get an error:

---------------------------
Active Directory Domain Services Installation Wizard
---------------------------
To install a domain controller into this Active Directory forest, you must
first prepare the forest using "adprep /forestprep". The Adprep utility is
available on the Windows Server 2008 installation media in the
\sources\adprep folder.
---------------------------
OK
---------------------------

So I go to the media and run this command:

-------------- BEGIN --------------
Z:\sources\adprep>adprep /forestprep
Adprep cannot run on this platform because it is not an Active Directory
Domain Controller.
[Status/Consequence]
Adprep stopped without making any changes.
[User Action]
Run Adprep on a Active Directory Domain Controller.
-------------- END --------------

Oops, looks like I was supposed to run this on the currently active DC. So
I go over to the Server 2003 R2 DC and run adprep from it's media and it
seemingly succeeds:

-------------- BEGIN --------------
Z:\CMPNENTS\R2\ADPREP>adprep /forestprep

ADPREP WARNING:

Before running adprep, all Windows 2000 domain controllers in the forest
should be upgraded to Windows 2000 Service Pack 1 (SP1) with QFE 265089, or
to Windows 2000 SP2 (or later).

QFE 265089 (included in Windows 2000 SP2 and later) is required to prevent
potential domain controller corruption.

For more information about preparing your forest and domain see KB article
Q331161 at http://support.microsoft.com.

[User Action]
If ALL your existing Windows 2000 domain controllers meet this requirement,
type C and then press ENTER to continue. Otherwise, type any other key and
press ENTER to quit.


c
Opened Connection to DOMAIN1
SSPI Bind succeeded
Current Schema Version is 30
Upgrading schema to version 31
Connecting to "DOMAIN1"
Logging in as current user using SSPI
Importing directory from file "C:\WINDOWS\system32\sch31.ldf"
Loading
entries........................................... .................................................. ...............................................
139 entries modified successfully.

The command has completed successfully
Adprep successfully updated the forest-wide information.
-------------- END --------------

Returning back to the Server 2008 machine, and running the wizard again I
still get this error:

---------------------------
Active Directory Domain Services Installation Wizard
---------------------------
To install a domain controller into this Active Directory forest, you must
first prepare the forest using "adprep /forestprep". The Adprep utility is
available on the Windows Server 2008 installation media in the
\sources\adprep folder.
---------------------------
OK
---------------------------

But I just did this. I only have one DC in the forest, so not sure what
else to do. I tried rebooting the Server 2008 machine, etc, and nothing
works.

Anybody know what I might be missing here?

Thanks!
 
Reply With Quote
 
 
 
 
Agendum
Guest
Posts: n/a

 
      03-16-2009
Thanks very much for the quick response... I just tried this and it didn't
have any effect on the existing DC, and the dialog still occurs on the 2008
machine:

-------------- BEGIN --------------
Z:\CMPNENTS\R2\ADPREP>adprep /domainprep
Running domainprep ...


Domain-wide information has already been updated.
[Status/Consequence]
Adprep did not attempt to rerun this operation.
-------------- END --------------

"Frankster" wrote:

> Did you run "adprep /domainprep" on the active DC? I would do this and
> re-try the 2008 server.
>
> -Frank
>
>

 
Reply With Quote
 
Agendum
Guest
Posts: n/a

 
      03-16-2009
Problem solved! I was running adprep on the DC from the Windows Server 2003
R2 media. Instead, I used the adprep on the Windows Server 2008 media on the
2003 DC and everything is now working.

Thanks!

"Agendum" wrote:

> Thanks very much for the quick response... I just tried this and it didn't
> have any effect on the existing DC, and the dialog still occurs on the 2008
> machine:
>
> -------------- BEGIN --------------
> Z:\CMPNENTS\R2\ADPREP>adprep /domainprep
> Running domainprep ...
>
>
> Domain-wide information has already been updated.
> [Status/Consequence]
> Adprep did not attempt to rerun this operation.
> -------------- END --------------
>
> "Frankster" wrote:
>
> > Did you run "adprep /domainprep" on the active DC? I would do this and
> > re-try the 2008 server.
> >
> > -Frank
> >
> >

 
Reply With Quote
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      03-17-2009
Hello Agendum,

Adprep command has to run on the 2003 Schema master from the 2008 installation
disk. You have to run /forestprep, then /domainprep and just for the future
i would also run /rodcprep to prepare for RODC(read-only domain controllers).


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


> I have a Windows Server 2003 R2 DC running a private forest. I have
> added a Windows Server 2008 machine to the domain and want to promote
> it as a DC in the existing forest. I added the Active Directory
> Domain Services role to the server, and rebooted. It asks me to run
> "Active Directory Domain Services Installation Wizard (dcpromo.exe)".
> As I step through this wizard, I get an error:
>
> ---------------------------
> Active Directory Domain Services Installation Wizard
> ---------------------------
> To install a domain controller into this Active Directory forest, you
> must
> first prepare the forest using "adprep /forestprep". The Adprep
> utility is
> available on the Windows Server 2008 installation media in the
> \sources\adprep folder.
> ---------------------------
> OK
> ---------------------------
> So I go to the media and run this command:
>
> -------------- BEGIN --------------
> Z:\sources\adprep>adprep /forestprep
> Adprep cannot run on this platform because it is not an Active
> Directory
> Domain Controller.
> [Status/Consequence]
> Adprep stopped without making any changes.
> [User Action]
> Run Adprep on a Active Directory Domain Controller.
> -------------- END --------------
> Oops, looks like I was supposed to run this on the currently active
> DC. So I go over to the Server 2003 R2 DC and run adprep from it's
> media and it seemingly succeeds:
>
> -------------- BEGIN --------------
> Z:\CMPNENTS\R2\ADPREP>adprep /forestprep
> ADPREP WARNING:
>
> Before running adprep, all Windows 2000 domain controllers in the
> forest should be upgraded to Windows 2000 Service Pack 1 (SP1) with
> QFE 265089, or to Windows 2000 SP2 (or later).
>
> QFE 265089 (included in Windows 2000 SP2 and later) is required to
> prevent potential domain controller corruption.
>
> For more information about preparing your forest and domain see KB
> article Q331161 at http://support.microsoft.com.
>
> [User Action]
> If ALL your existing Windows 2000 domain controllers meet this
> requirement,
> type C and then press ENTER to continue. Otherwise, type any other key
> and
> press ENTER to quit.
> c
>
> Opened Connection to DOMAIN1
>
> SSPI Bind succeeded
>
> Current Schema Version is 30
>
> Upgrading schema to version 31
>
> Connecting to "DOMAIN1"
>
> Logging in as current user using SSPI
>
> Importing directory from file "C:\WINDOWS\system32\sch31.ldf"
>
> Loading
>
> entries........................................... ....................
> .................................................. ....................
> .......
>
> 139 entries modified successfully.
>
> The command has completed successfully
> Adprep successfully updated the forest-wide information.
> -------------- END --------------
> Returning back to the Server 2008 machine, and running the wizard
> again I still get this error:
>
> ---------------------------
> Active Directory Domain Services Installation Wizard
> ---------------------------
> To install a domain controller into this Active Directory forest, you
> must
> first prepare the forest using "adprep /forestprep". The Adprep
> utility is
> available on the Windows Server 2008 installation media in the
> \sources\adprep folder.
> ---------------------------
> OK
> ---------------------------
> But I just did this. I only have one DC in the forest, so not sure
> what else to do. I tried rebooting the Server 2008 machine, etc, and
> nothing works.
>
> Anybody know what I might be missing here?
>
> Thanks!
>



 
Reply With Quote
 
SPAMCOP User
Guest
Posts: n/a

 
      03-17-2009
"Agendum" <> wrote in message
news:134D5B75-9B6A-4334-BD56-...
> Problem solved! I was running adprep on the DC from the Windows Server
> 2003
> R2 media. Instead, I used the adprep on the Windows Server 2008 media on
> the
> 2003 DC and everything is now working.
>
> Thanks!
>
> "Agendum" wrote:
>
>> Thanks very much for the quick response... I just tried this and it
>> didn't
>> have any effect on the existing DC, and the dialog still occurs on the
>> 2008
>> machine:
>>
>> -------------- BEGIN --------------
>> Z:\CMPNENTS\R2\ADPREP>adprep /domainprep
>> Running domainprep ...
>>
>>
>> Domain-wide information has already been updated.
>> [Status/Consequence]
>> Adprep did not attempt to rerun this operation.
>> -------------- END --------------
>>
>> "Frankster" wrote:
>>
>> > Did you run "adprep /domainprep" on the active DC? I would do this and
>> > re-try the 2008 server.
>> >
>> > -Frank
>> >
>> >




You have to run the adprep from the 2008 on the 2003 machine to bring the
schema upto the 2008 level

--
SPAMCOP User

 
Reply With Quote
 
Matt Croll
Guest
Posts: n/a

 
      09-29-2010
Hello,

I noticed that my win2008 r2 x64 Volume license dvd had the adprep folder under support and not sources. And also, adprep32.exe in that support folder successfully allowed a dcpromo of a win2008 r x64 standard server from a win2003 SP2 x86 server.

> On Monday, March 16, 2009 7:22 PM Agendu wrote:


> I have a Windows Server 2003 R2 DC running a private forest. I have added a
> Windows Server 2008 machine to the domain and want to promote it as a DC in
> the existing forest. I added the Active Directory Domain Services role to
> the server, and rebooted. It asks me to run "Active Directory Domain
> Services Installation Wizard (dcpromo.exe)". As I step through this wizard,
> I get an error:
>
> ---------------------------
> Active Directory Domain Services Installation Wizard
> ---------------------------
> To install a domain controller into this Active Directory forest, you must
> first prepare the forest using "adprep /forestprep". The Adprep utility is
> available on the Windows Server 2008 installation media in the
> \sources\adprep folder.
> ---------------------------
> OK
> ---------------------------
>
> So I go to the media and run this command:
>
> -------------- BEGIN --------------
> Z:\sources\adprep>adprep /forestprep
> Adprep cannot run on this platform because it is not an Active Directory
> Domain Controller.
> [Status/Consequence]
> Adprep stopped without making any changes.
> [User Action]
> Run Adprep on a Active Directory Domain Controller.
> -------------- END --------------
>
> Oops, looks like I was supposed to run this on the currently active DC. So
> I go over to the Server 2003 R2 DC and run adprep from it's media and it
> seemingly succeeds:
>
> -------------- BEGIN --------------
> Z:\CMPNENTS\R2\ADPREP>adprep /forestprep
>
> ADPREP WARNING:
>
> Before running adprep, all Windows 2000 domain controllers in the forest
> should be upgraded to Windows 2000 Service Pack 1 (SP1) with QFE 265089, or
> to Windows 2000 SP2 (or later).
>
> QFE 265089 (included in Windows 2000 SP2 and later) is required to prevent
> potential domain controller corruption.
>
> For more information about preparing your forest and domain see KB article
> Q331161 at http://support.microsoft.com.
>
> [User Action]
> If ALL your existing Windows 2000 domain controllers meet this requirement,
> type C and then press ENTER to continue. Otherwise, type any other key and
> press ENTER to quit.
>
>
> c
> Opened Connection to DOMAIN1
> SSPI Bind succeeded
> Current Schema Version is 30
> Upgrading schema to version 31
> Connecting to "DOMAIN1"
> Logging in as current user using SSPI
> Importing directory from file "C:\WINDOWS\system32\sch31.ldf"
> Loading
> entries........................................... .................................................. ...............................................
> 139 entries modified successfully.
>
> The command has completed successfully
> Adprep successfully updated the forest-wide information.
> -------------- END --------------
>
> Returning back to the Server 2008 machine, and running the wizard again I
> still get this error:
>
> ---------------------------
> Active Directory Domain Services Installation Wizard
> ---------------------------
> To install a domain controller into this Active Directory forest, you must
> first prepare the forest using "adprep /forestprep". The Adprep utility is
> available on the Windows Server 2008 installation media in the
> \sources\adprep folder.
> ---------------------------
> OK
> ---------------------------
>
> But I just did this. I only have one DC in the forest, so not sure what
> else to do. I tried rebooting the Server 2008 machine, etc, and nothing
> works.
>
> Anybody know what I might be missing here?
>
> Thanks!



>> On Monday, March 16, 2009 7:43 PM Frankster wrote:


>> Did you run "adprep /domainprep" on the active DC? I would do this and
>> re-try the 2008 server.
>>
>> -Frank



>>> On Monday, March 16, 2009 8:05 PM Agendu wrote:


>>> Thanks very much for the quick response... I just tried this and it didn't
>>> have any effect on the existing DC, and the dialog still occurs on the 2008
>>> machine:
>>>
>>> -------------- BEGIN --------------
>>> Z:\CMPNENTS\R2\ADPREP>adprep /domainprep
>>> Running domainprep ...
>>>
>>>
>>> Domain-wide information has already been updated.
>>> [Status/Consequence]
>>> Adprep did not attempt to rerun this operation.
>>> -------------- END --------------
>>>
>>> "Frankster" wrote:



>>>> On Monday, March 16, 2009 8:59 PM Agendu wrote:


>>>> Problem solved! I was running adprep on the DC from the Windows Server 2003
>>>> R2 media. Instead, I used the adprep on the Windows Server 2008 media on the
>>>> 2003 DC and everything is now working.
>>>>
>>>> Thanks!
>>>>
>>>> "Agendum" wrote:



>>>>> On Tuesday, March 17, 2009 4:35 AM SPAMCOP User wrote:


>>>>> You have to run the adprep from the 2008 on the 2003 machine to bring the
>>>>> schema upto the 2008 level
>>>>>
>>>>> --
>>>>> SPAMCOP User



>>>>>> On Wednesday, March 18, 2009 3:59 AM Meinolf Weber [MVP-DS] wrote:


>>>>>> Hello Agendum,
>>>>>>
>>>>>> Adprep command has to run on the 2003 Schema master from the 2008 installation
>>>>>> disk. You have to run /forestprep, then /domainprep and just for the future
>>>>>> i would also run /rodcprep to prepare for RODC(read-only domain controllers).
>>>>>>
>>>>>>
>>>>>> 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



>>>>>> Submitted via EggHeadCafe - Software Developer Portal of Choice
>>>>>> ASP.NET HttpPostedFile Image Resizer
>>>>>> http://www.eggheadcafe.com/tutorials...e-resizer.aspx

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
adprep /forestprep ZIDAC Active Directory 1 04-08-2008 09:06 AM
Windows 2003 R2 adprep/forestprep Cyborg Active Directory 8 12-28-2007 11:16 PM
Re: DCPROMO error with Win2003 server std R2 (not adprep /forestprep) Mike Shepperd Active Directory 2 11-30-2006 07:01 AM
Re: DCPROMO error with Win2003 server std R2 (not adprep /forestprep) Paul Williams [MVP] Active Directory 0 11-28-2006 05:55 PM
Exchange 2000 and Server 2003 Adprep/forestprep Gene Windows Server 3 09-03-2004 06:27 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59