Let's set the stage:
| Host |
Guest |
| Dell XPS M1530 |
Intel CPU T9300 (Core 2 Duo) @ 2.5GHz |
| Intel CPU T9300 (Core 2 Duo) @ 2.5GHz |
4GB RAM |
| 8GB RAM |
Windows Server 2008 R2 64-bit |
| Windows 7 Ultimate 64-bit |
|
| VMWare Workstation 7 |
|
Initial Steps
The following prepare the virtual of a SharePoint Server 2010 Farm Installation. Note this install will use DOMAIN\Administrator for all access.
- Rename your virtual server something sensible (instead of taking the funky looking name it is given when you install WS2K8R2)
- Within the virtual server I took the IPCONFIG information and made it static in the properties of the network adapter (verify network/internet connectivity)
- Next install the Active Directory Role and DNS
- Next, install the Application Server and Web Server Roles (taking the defaults with these)
- Install the WCF hotfix for SharePoint 2010 installation on Windows Server 2008 R2 (found here - http://go.microsoft.com/fwlink/?LinkID=166231)
- Take a snapshot here, just in case we need to revert back.
- Install SQL Server 2008 Standard + SP1 + Cumulative Update 2 (64-bit all the way here)
- Snapshot #2
SharePoint Server 2010 Installation
Here's what we're all interested in...and with screenshots!
- Fire up the beta, and the welcome screen appears...select Install Software Prerequisites.
- The SharePoint 2010 Preperation Tools dialog appears...click <Next>
- Accept the licensing agreement, click <Next>
- The prerequisite software will now be installed
- After a little time the prerequisite installation completes, click <Finish>
- Next, select Install SharePoint Server
- A little setup preperation happens...
- Time to enter the Product Key for the Beta then click <Continue>
- Accept the Terms of Agreement then click <Continue>
- Next we'll choose the Server Farm installation
- Select the Complete Server Type installation then click <Install Now>
- Installation begins...
- Applying updates...
- Installation complete! You can run the Configuration Wizard next if you choose to do so (which we choose to do so!), click <Close>
- Here we have the Configuration Welcome Screen, click <Next>
- The service restart notification dialog appears, click <Yes>
- Select Create a new server farm, click <Next>
- In the Specify Configuration Database Settings page, enter the Database server, Database name, and the username/password of the access account

- Enter and confirm the farm passphrase. This is new for SharePoint 2010 and is used to protect the farm's configuration data. Each server that joins the farm is required to enter this, so keep it handy! Click <Next>
- Specify the port for Central Administration and the security configuration, click <Next>
- Verify the configuration information then click <Next>
- The configuration progress dialog...
- Successful configuration! Clicking <Finish> takes you into Central Administration to continue with additional configuration of the farm
- Upon entering CA you're asked if you want to participate in the Customer Experience Improvement Program. Pick yes/no then click <OK>
- Continuing with configuration you are given the choice of following a wizard or configuring all yourself. We'll use the wizard for now. Click <Next>. (Click the image for a larger view)

- The next screen configures the services that will run on this farm, along with the account that they will run under. Again, if you were following least privilege you'd have created additional/different accounts after installing AD (part of the initial steps above). Here we'll just use the DOMAIN\Administrator account again. Click <Next>. (Click the image for a larger view)

- The system will now complete the configuration process of the farm. This part took a little time on my rig (then again, it is a 4GB virtual running on an external HDD)
- Upon completion the system allows you to create a new site collection (so I did). Value the relevant fields with the information you wish, select the relevant template, and click <OK> (Click image for a larger view)
- After the site collection is created a configuration details screen is displayed, with all of the relevant information for the farm. Click <Finish>. (Click image for a larger view)

- And after all that, we now have a Team Site (created in the steps above). (Click image for a larger view)

Happy installing! - M