335 pts.
 How can I copy Active Directory from the old server to a new server?
I have a server containing Active Directory and Oracle Databases. I planned to have two new servers to replace the old one and separate Active Directory and Oracle. How can I copy Active Directory from the old server to a new server?



Software/Hardware used:
Active Directory, Oracle
ASKED: August 27, 2009  3:19 PM
UPDATED: August 31, 2009  4:01 PM

Answer Wiki:
You don't copy Active Directory from the old server to the new server. You add the new server as a domain controller within your existing Active Directory domain by running dcpromo on the new machine and going through the wizard. Once it is done both machines will be domain controllers with a full copy of AD on it. If you need to remove the old server after that you have to move all the FIZMO roles to the other server, then run dcpromo on the old server to tell AD that it isn't a domain controller any more. If you only have one domain controller now, it would be recommended to leave that server online so that you have two domain controllers in case one fails. Check out this thread as well: http://social.technet.microsoft.com/Forums/en-US/winserverMigration/thread/867740f0-3ce3-406d-9667-efd392da75b3
Last Wiki Answer Submitted:  August 30, 2009  3:47 am  by  Denny Cherry   64,520 pts.
All Answer Wiki Contributors:  Denny Cherry   64,520 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Exactly you cant copy , you will have to install a new server as an additional domain controller use the : dcpromo/adv switch to add the new server
and then move the FSMO Roles manually
this links will help you its actually pretty easy

http://support.microsoft.com/kb/324801
http://support.microsoft.com/kb/255504
 355 pts.