Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Exchange
2000.active.directory
2000.admin
2000.announcements
2000.app.conversion
2000.applications
2000.clients
2000.clustering
2000.connectivity
2000.development
2000.documentation
2000.general
2000.information.store
2000.interop
2000.kms
2000.misc
2000.protocols
2000.realtime.collabo.
2000.setup
2000.transport
2000.win2000
admin
application.conversion
applications
clients
clustering
connectivity
design
development
misc
mobility
setup
tools
  
 
date: Tue, 8 Nov 2005 17:19:46 -0000,    group: microsoft.public.exchange2000.active.directory.integration        back       


Win2K and Server 2003 together   
I have a W2K server (DC). It runs exchange server and holds lots of Data.  I 
basically want to move the "data" to a new 2K3 server and make the 2K3 
server FSMO but leave the 2K server running exchange.

My plan was as follows. Install the 2k3 server and make it a DC (dcpromo?)

Copy all the shared data to the 2k3 server.

Make the 2K3 server FSMO.


Can this be done? Does anybody know of any pitfalls to watch out for with 
the mixed server environment?

Thanks in advance

Gary
date: Tue, 8 Nov 2005 17:19:46 -0000   author:   Gary D

Re: Win2K and Server 2003 together   
Hi,

This can be done and should be pretty straightforward. Don't dcpromo the
current dc as it is not recommended to demote an Exchange server.

You should do like this:

Run adprep /forestprep and /domainprep on the current dc (see this first
http://support.microsoft.com/default.aspx?scid=kb;en-us;314649 )
Install new w2k3 server and run dcpromo on this server
move all FSMO roles to the new server and make this server a global catalog
server
move all non exchange data to the new server

Leif

"Gary D"  skrev i en meddelelse
news:ug4CQiI5FHA.4012@TK2MSFTNGP14.phx.gbl...
> I have a W2K server (DC). It runs exchange server and holds lots of Data.
I
> basically want to move the "data" to a new 2K3 server and make the 2K3
> server FSMO but leave the 2K server running exchange.
>
> My plan was as follows. Install the 2k3 server and make it a DC (dcpromo?)
>
> Copy all the shared data to the 2k3 server.
>
> Make the 2K3 server FSMO.
>
>
> Can this be done? Does anybody know of any pitfalls to watch out for with
> the mixed server environment?
>
> Thanks in advance
>
> Gary
>
>
date: Fri, 11 Nov 2005 21:41:00 +0100   author:   Leif Pedersen [MVP]

Re: Win2K and Server 2003 together   
Thanks Leif, you guys are great !

Gary

"Leif Pedersen [MVP]"  wrote in message 
news:u572h9v5FHA.4076@tk2msftngp13.phx.gbl...
> Hi,
>
> This can be done and should be pretty straightforward. Don't dcpromo the
> current dc as it is not recommended to demote an Exchange server.
>
> You should do like this:
>
> Run adprep /forestprep and /domainprep on the current dc (see this first
> http://support.microsoft.com/default.aspx?scid=kb;en-us;314649 )
> Install new w2k3 server and run dcpromo on this server
> move all FSMO roles to the new server and make this server a global 
> catalog
> server
> move all non exchange data to the new server
>
> Leif
>
> "Gary D"  skrev i en meddelelse
> news:ug4CQiI5FHA.4012@TK2MSFTNGP14.phx.gbl...
>> I have a W2K server (DC). It runs exchange server and holds lots of Data.
> I
>> basically want to move the "data" to a new 2K3 server and make the 2K3
>> server FSMO but leave the 2K server running exchange.
>>
>> My plan was as follows. Install the 2k3 server and make it a DC 
>> (dcpromo?)
>>
>> Copy all the shared data to the 2k3 server.
>>
>> Make the 2K3 server FSMO.
>>
>>
>> Can this be done? Does anybody know of any pitfalls to watch out for with
>> the mixed server environment?
>>
>> Thanks in advance
>>
>> Gary
>>
>>
>
>
date: Thu, 24 Nov 2005 12:34:25 -0000   author:   Gary D

Re: Win2K and Server 2003 together   
Leif,
I have looked at KB 314649 and am a little confused. Are you suggesting I 
run adprep /domainprep and /forestprep from the server2003 CD on the 
existing 2K/exchange server first ?.

If so will I end up with mangled attributes in the schema as per the 
kb314649 ? Not sure whether I need to run the inetorgperson.ldf forst.

Thanks for any advice

Gary


"Leif Pedersen [MVP]"  wrote in message 
news:u572h9v5FHA.4076@tk2msftngp13.phx.gbl...
> Hi,
>
> This can be done and should be pretty straightforward. Don't dcpromo the
> current dc as it is not recommended to demote an Exchange server.
>
> You should do like this:
>
> Run adprep /forestprep and /domainprep on the current dc (see this first
> http://support.microsoft.com/default.aspx?scid=kb;en-us;314649 )
> Install new w2k3 server and run dcpromo on this server
> move all FSMO roles to the new server and make this server a global 
> catalog
> server
> move all non exchange data to the new server
>
> Leif
>
> "Gary D"  skrev i en meddelelse
> news:ug4CQiI5FHA.4012@TK2MSFTNGP14.phx.gbl...
>> I have a W2K server (DC). It runs exchange server and holds lots of Data.
> I
>> basically want to move the "data" to a new 2K3 server and make the 2K3
>> server FSMO but leave the 2K server running exchange.
>>
>> My plan was as follows. Install the 2k3 server and make it a DC 
>> (dcpromo?)
>>
>> Copy all the shared data to the 2k3 server.
>>
>> Make the 2K3 server FSMO.
>>
>>
>> Can this be done? Does anybody know of any pitfalls to watch out for with
>> the mixed server environment?
>>
>> Thanks in advance
>>
>> Gary
>>
>>
>
>
date: Mon, 28 Nov 2005 10:28:58 -0000   author:   Gary D

Re: Win2K and Server 2003 together   
Hi,

Before running afprep you should use one of the different methods described 
in the article you mentioned to avoid mangled attributes.

Leif

"Gary D"  wrote in message 
news:O0pVyZA9FHA.476@TK2MSFTNGP15.phx.gbl...
> Leif,
> I have looked at KB 314649 and am a little confused. Are you suggesting I 
> run adprep /domainprep and /forestprep from the server2003 CD on the 
> existing 2K/exchange server first ?.
>
> If so will I end up with mangled attributes in the schema as per the 
> kb314649 ? Not sure whether I need to run the inetorgperson.ldf forst.
>
> Thanks for any advice
>
> Gary
>
>
> "Leif Pedersen [MVP]"  wrote in message 
> news:u572h9v5FHA.4076@tk2msftngp13.phx.gbl...
>> Hi,
>>
>> This can be done and should be pretty straightforward. Don't dcpromo the
>> current dc as it is not recommended to demote an Exchange server.
>>
>> You should do like this:
>>
>> Run adprep /forestprep and /domainprep on the current dc (see this first
>> http://support.microsoft.com/default.aspx?scid=kb;en-us;314649 )
>> Install new w2k3 server and run dcpromo on this server
>> move all FSMO roles to the new server and make this server a global 
>> catalog
>> server
>> move all non exchange data to the new server
>>
>> Leif
>>
>> "Gary D"  skrev i en meddelelse
>> news:ug4CQiI5FHA.4012@TK2MSFTNGP14.phx.gbl...
>>> I have a W2K server (DC). It runs exchange server and holds lots of 
>>> Data.
>> I
>>> basically want to move the "data" to a new 2K3 server and make the 2K3
>>> server FSMO but leave the 2K server running exchange.
>>>
>>> My plan was as follows. Install the 2k3 server and make it a DC 
>>> (dcpromo?)
>>>
>>> Copy all the shared data to the 2k3 server.
>>>
>>> Make the 2K3 server FSMO.
>>>
>>>
>>> Can this be done? Does anybody know of any pitfalls to watch out for 
>>> with
>>> the mixed server environment?
>>>
>>> Thanks in advance
>>>
>>> Gary
>>>
>>>
>>
>>
>
>
date: Mon, 28 Nov 2005 22:48:16 +0100   author:   Leif Pedersen [MVP]

Re: Win2K and Server 2003 together   
Thanks again Leif

Gary

"Leif Pedersen [MVP]"  wrote in message 
news:e1nOyVG9FHA.476@TK2MSFTNGP15.phx.gbl...
> Hi,
>
> Before running afprep you should use one of the different methods 
> described in the article you mentioned to avoid mangled attributes.
>
> Leif
>
> "Gary D"  wrote in message 
> news:O0pVyZA9FHA.476@TK2MSFTNGP15.phx.gbl...
>> Leif,
>> I have looked at KB 314649 and am a little confused. Are you suggesting I 
>> run adprep /domainprep and /forestprep from the server2003 CD on the 
>> existing 2K/exchange server first ?.
>>
>> If so will I end up with mangled attributes in the schema as per the 
>> kb314649 ? Not sure whether I need to run the inetorgperson.ldf forst.
>>
>> Thanks for any advice
>>
>> Gary
>>
>>
>> "Leif Pedersen [MVP]"  wrote in message 
>> news:u572h9v5FHA.4076@tk2msftngp13.phx.gbl...
>>> Hi,
>>>
>>> This can be done and should be pretty straightforward. Don't dcpromo the
>>> current dc as it is not recommended to demote an Exchange server.
>>>
>>> You should do like this:
>>>
>>> Run adprep /forestprep and /domainprep on the current dc (see this first
>>> http://support.microsoft.com/default.aspx?scid=kb;en-us;314649 )
>>> Install new w2k3 server and run dcpromo on this server
>>> move all FSMO roles to the new server and make this server a global 
>>> catalog
>>> server
>>> move all non exchange data to the new server
>>>
>>> Leif
>>>
>>> "Gary D"  skrev i en meddelelse
>>> news:ug4CQiI5FHA.4012@TK2MSFTNGP14.phx.gbl...
>>>> I have a W2K server (DC). It runs exchange server and holds lots of 
>>>> Data.
>>> I
>>>> basically want to move the "data" to a new 2K3 server and make the 2K3
>>>> server FSMO but leave the 2K server running exchange.
>>>>
>>>> My plan was as follows. Install the 2k3 server and make it a DC 
>>>> (dcpromo?)
>>>>
>>>> Copy all the shared data to the 2k3 server.
>>>>
>>>> Make the 2K3 server FSMO.
>>>>
>>>>
>>>> Can this be done? Does anybody know of any pitfalls to watch out for 
>>>> with
>>>> the mixed server environment?
>>>>
>>>> Thanks in advance
>>>>
>>>> Gary
>>>>
>>>>
>>>
>>>
>>
>>
>
>
date: Tue, 29 Nov 2005 14:29:34 -0000   author:   Gary D

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us