Below are some quick list of steps you might need to take to change the domain of a three server farm from one domain to another.
Note : Please take proper backups before proceeding.
SQL1 : SQL server
Web1 : Web Server
App1 : Application server
- Create a SQL mixed mode (SYSAdmin/Security Admin)account.
- You will need this account to login to SQL after it is unjoined from domain and rejoined to new domain.
- Web1 : Run config wizard to unjoin the server from the SP Farm.
- App1 : Run config wizard to unjoin the server from the SP Farm.
- SQL1 : Unjoin and re-join the new domain
- Web1/App1 : Add servers to the new domain.
- Create new SPFarm account with Sysadmin or dbo role on SP config/admin databases and all content databases.
- App 1 : Run config wizard to join to existing farm and choose the SQL1
- Web 1 : Run config wizard to join to existing farm and choose the SQL1
- Login to CA and web Applications with the farm account and verify all accessible with the new account.
- If your company is specific about using different accounts for App Pool, Service Apps etc, please add new accounts in the managed accounts and assign accordingly to the pools or svcapps etc.
- Run the stsadm or Powershell to migarte the below.
Migrate groups >> olddomain\GroupName to newdomain\GroupName
Migrate Users >> olddomain\Username to newdomain\UserName
I will post more detailed steps in my next post.
No comments:
Post a Comment