Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Re: How to move CA enterprise server

Reply
Thread Tools Display Modes

Re: How to move CA enterprise server

 
 
Trust No One®
Guest
Posts: n/a

 
      06-04-2010

"Putyaning Handoko" <> wrote in message
news:%231C8w1I$...
> Dear All,
>
> I want to move the CA enterprise to another server, because the current CA
> server as domain controller and this server have a problem so we will plan
> to move the CA enterprise function to another domain controller.
> Could you share the best practise to move the CA enterprise in domain
> controller?
>

There is a KB article that deals with the move of Microsoft CAs to new
hardware.

http://support.microsoft.com/kb/298138

I've used this process a couple of times in the past to cater for hardware
upgrades.

Basically you

Backup the CA database and keys and the certificate services registry hive.
Remove certificate services from the old domain controller
Decommission the old domain controller (or rename it)
Build a new domain controller (or rename an existing one) so that it has the
same name as the old domain controller.
Reinstall certificate services on the new domain controller using the
previously saved keys.
Restore the CA database and re-import the previously saved registry hive

Note it is not possible to move the CA to a domain controller with a
different name - the name has to be the same as the old domain controller. I
believe (speaking under correction) that this limitation has changed with
Windows Server 2008. It definitely applies to W2K and W2K3 though.

Finally note that if you have a multi-domain forest that you will need to
repopulate the membership of the CERTSVC_DCOM_ACCESS group to cater for
domains other than that in which the CA is hosted. If you miss this step you
may get autoenrollment errors in these domains. It is probably best to
document the membership of this group before you move the CA.

If you do change the membership of the CERTSVC_DCOM_ACCESS group you should
run the following commands on the domain controller hosting the CA:

certutil -setreg SetupStatus -SETUP_DCOM_SECURITY_UPDATED_FLAG
net stop certsvc
net start certsvc

Hope this helps:

--
Peter <X-Files fan>


 
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
Same Issue....Please help! Quality Department Active Directory 0 02-13-2010 01:12 PM
migrate from windows server 2003 to windows server 2008R2 weedfrog Windows Server 9 12-15-2009 04:58 PM
The local domain controller could not connect with - 2008 boe Active Directory 9 11-22-2009 01:05 AM
New Server Install Problems whitjl143 Windows Small Business Server 19 11-19-2009 06:13 PM
MSDE Database move to a new Server - any SQL guru's out there? Lesa H. Windows Small Business Server 5 11-14-2009 09:59 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