We have a Windows Server 2008 R2 machine that ends up being replicated multiple times a week for development purposes.

Each time the server is replicated, the machine name changes. This completely kills SharePoint, and since the alternate access mappings are no longer correct--fixing it is no easy task.

Is there a good way to sysprep/replicate a server that is running SharePoint without having to fix everything each time?

Thanks

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

Short answer: no.

SharePoint is very intollerant to host name changes. What you can do is install the binaries, service packs and language packs. As long as you don't run psconfig.exe you will be able to sysprep and clone that machine. After cloning script psconfig to ease provisioning.

link|improve this answer
feedback

I would script an unattended install of SharePoint that gets called from the answer file rather than trying to cram it into the image and work around whatever blows up. It's more scalable and agile that way.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.