Building a brand new SharePoint 2010 Environment? Want to decrease some of the time for makingsure your environment is up to date with regards to versioning? Slipstream your build.
In the following section I am going to detail how I build myslipstreams… there are other posts out there that will be similar and may even includeshortcuts such as posting the bits directly to the update folder but I like tobe a little more hands on and in reality it does not take a lot of effort.
New Environment
Download the SharePoint 2010 RTM Bits (http://technet.microsoft.com/en-us/evalcenter/ee388573)
I shorten the name of the downloaded file before I begin tosomething like SP10.exe and SFSSP1 thiswill make it a bit easier on the typing.
Download the SP1 Bits.
Although technically not necessary I will still download andincorporate both the SharePoint and the SFS SP1 Bits into my slipstream.
http://www.microsoft.com/download/en/details.aspx?id=26623
http://support.microsoft.com/kb/2460058
Same as with the RTM bits… I will shorten the names of thesefiles to help with typing. SFSP1.exe andOFFSP1.exe
Download the CU’s
http://support.microsoft.com/kb/2536599
http://support.microsoft.com/kb/2553931
Lets get busy
So this was the hardest part of the operation. What I do next is create four folders and extract the bits for each into them.
SP1 – Folder names OFFSP1 SFSSP1
Command I run: sp1.exe /extract:c:\OFFSP1 (where sp1.exe is the renamed executable and OFFSP1 is the folder I created and am extracting to.
Sfssp1.exe /Extract:c:\SFSSP1
I will do this for the Cumulative Updates as well.
Once this is complete the SharePoint 2010 Installationfolder has a folder called updates. Iam simply going to copy and paste the contents of each of the folders I extracteddirectly into Updates.
This concludes the Slipstream procedure. Once complete you can go forth and install. Your environment will be up to date and you wont have to go through the process of individually installingpatches and then remembering if you hit every server in the process… It happens (unfortunately very often)
Additional reference information can be found here at my buddy Spence’s site http://www.harbar.net/archive/2011/06/30/327.aspx
One question I get asked a lot from customers is aroundpatching their SharePoint environments. In general you were always able to install the bits on all your serversin any order you felt like going.. the real question or issue I have found isthe completion step which is running the Configuration Wizard. Some customers went so far as to run theinstaller to load the bits on their boxes but may have only run theConfiguration Wizard on one box… or in some cases maybe in a larger farm theysimply omitted a box.. this puts your environment at risk.
In SharePoint 2010 I still like to hit my main server that’srunning CA first with Config Wizard (or PSCONFIG if you choose thatmethod) But there is nothing stoppingyou from going to the other boxes and kicking off the Config Wiz while theother is running…. What will happen is that the other boxes will go into alocked state for the upgrade. Once onebox completes the others will in sequence of starting the Config Wiz runthrough the 10 step upgrade. As you can see in the screenshot below thisparticular box is waiting for the lock to release to continue.
The one real take away I need to make is to ensure in a multi-server environment you run this on each server.