Link to home
Start Free TrialLog in
Avatar of crmsharepoint
crmsharepoint

asked on

Creating replica of production farm on a different domain

We're trying to create a replica of our production 2007 farm in our Dev domain.  We did a P2V process where we virtualized the WFE servers, and then put those WFE VMs in the Dev Domain.

We ran new sid, joined them to the domain and what not and all was well to that point.

We also installed an SQL server from scratch in the Dev Domain, and copied over all of the databases (Content, Config, Admin, Search, etc).

THis is where we're on shaky ground....
Then we ran the config wizard to get the farm back up and running.  The wizard runs all the way to Step 8 of 9 and fails with the following error message:


"Failed to start service SPSearchServiceInstance on this server after completing upgrade.  Please start it manually."

Looking in the config wizard log file, it seems the config wizard having an issue with getting search to start up.  We've gone in an manually started the search before.  Since these are VMs we do have the luxury of wiping the WFE out and doing a point in time restore to start the process over again with a fresh snapshot.  However, we've tried this 6 times and get the same result everytime (ie. failing on starting search).

Any thoughts?


Avatar of Justin Smith
Justin Smith
Flag of United States of America image

What you did is deffinately not the prescribed/recommended/supported way of doing it.  Which is why you have issues.

1. Did you install the EXACT same version of SharePoint (including patches) in the Dev farm?
2. You can't copy the config and admin databases to a different SQL box and just join the farm.
3.  You need to get SQL and SP up and running in Dev.  Run the config wizard to create a NEW farm.
4. I would then manually create your web applications to match production.  Create them with a dummy db name (because you will eventually delete this db).
5. At this point you can copy over your content db's from the Prod box to the Dev SQL box.  Transfer/modify SQL permissions on the db's.
6. Attach the restored db's to the Dev web applications in Central Admin.  Remove the dummy db's.
7. Then you have to worry about SSP and other services.  SSP can only be restored via Central Admin
Avatar of crmsharepoint
crmsharepoint

ASKER

So one important point is that we did a P2V (Physical to Virtual) of the web front ends to capture them as Virtual Machines.  So no we did not install SharePoint in Dev.  It's already installed on the Dev WFE, because the Dev WFE are Virtualized images of production.  We actually took the Production WFEs and "fork lifted" (if you will) them to the Development domain as Virtual Machines.
 
We want replicas of the production environment in development.  P2V is the best way to achieve that.  SharePoint has too many surprises as it is, and the thinking was that if we could P2V the production WFE into Development that we would have the closest possible replica.

At the beginning of the effort we acknowledge that this would be the tricky part of this project (making the connection to the DB to get the farm up and running), but we figured we'd give it a try as our Plan A anyhow.  Plan B is to do what you laid out, and forget about doing a P2V.  

The problem with Plan B, ***HOWEVER****, and the reason why it is a "Plan B" is that we won't then have an actual duplicate of the Production Environment.  Instead, plan B (what you laid out) would give us a second farm that happens to have the Production Content DBs (which is actually a pseudo-copy of production).  Those are 2 entirely different things.

The reason why having something that as closely mimics production is that we're doing this so we can legitimately test the 2007->2010 upgrade process with a replica of (not a pseudo-copy) of production farm.





ASKER CERTIFIED SOLUTION
Avatar of Justin Smith
Justin Smith
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi Achhilles, thanks for the reply again.  Well on of the concerns is that it's not just about SharePoint.  It's also about the servers.  

We're upgrading from Win2003 to Win2008 as a part of the process.  If all else fails an noone else chimes in, I may try a modified version of your solution starting at step 3 since SP is, in effect, already installed on the servers being that they are VMs of production.  We would then end of with a replica of production WFEs from the OS-level all the way through SP EXCEPT for the admin and config.  

On the SQL side, we actually DID install the server from scratch as opposed to doing a VM of of the production SQL.

I understand your concern about wanting to make everything exactly the same.  But in honestly in my real world experience, the OS has little to do with upgrade performance when going to 2010.  As long as you are testing on the same version/patch level, little to wory about.  In my experience :)
If possible, I would get your 2007 farm on Server 2008 and stable, first.  Then worry about going to SP 2010.  Not always an option, I understand.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial