Skip to main content

Blogging about SharePoint

Go Search
Home
Blogging about SharePoint
Public Speaking
  

Michael Blumenthal's BlumenthalIT.NET > Blogging about SharePoint > Posts > Building a Win2008S SE MOSS VM on Win2008S EE in HyperV
Building a Win2008S SE MOSS VM on Win2008S EE in HyperV

I recently upgraded my laptop OS from WinXP x86 to Windows Server 2008 x64.  My laptop is a Dell D620, and is a dual core 64bit machine, and since we’ve been told that SharePoint 2010 will be 64 bit only, I figured now was as good a time as any to make the jump to 64 bit and get familiar with HyperV rather than Virtual PC or Virtual Server..

So I am now in the process of building a 64 bit MOSS VM.  I did an install of Windows Server 2008 Standard Edition as the guest OS, installed the Hyper V integration services, and had to force the guest OS to detect the Hardware Abstraction Layer by using msconfig’s advanced options. 

I then ran Microsoft Update to pull down a large volume of updates.  Next, I gave it a static IP address and made it use itself for DNS lookup even though it was not yet a DNS server.  Then I used a simple answer file to turn it into a domain controller in its own isolated forest.  The answer file:

[DCINSTALL]
InstallDNS=yes
NewDomain=forest
NewDomainDNSName=demo.local
DomainNetBiosName=demo
ReplicaOrNewDomain=domain
ForestLevel=3
DomainLevel=3
DatabasePath="C:\Program Files\ActiveDirectory\DB"
LogPath="C:\Program Files\ActiveDirectory\Log"
RebootOnCompletion=yes
SafeModeAdminPassword=YourPasswordHere!

The command to use it:

dcpromo /unattend:"C:\spinmoss\dcpromo.answers.txt"

I install IIS with these three commands wrapped in a batch file:

servermanagercmd -i Web-Server -allsubfeatures
IF ERRORLEVEL 0 servermanagercmd -remove Web-Mgmt-Compat
IF ERRORLEVEL 0 shutdown /r /t 5 /d p:2:4 /c "Removal of unneeded IIS bits"

Next I began to download all the MOSS install bits.  Since SP2 has been released, this is actually a shorter list than it was just prior to SP2’s release.

To do a clean install of MOSS, right now you need:

  1. The MOSS trial version – you can grab the smaller RTM install rather than the SP1 install because you will be installing SP2 that has all the intermediate bits as well.  When I do the install, I use my MSDN license key rather than the one that is provided for the trial.
  2. SP2 for WSS 3
  3. SP2 for MOSS

The Update Resource Center on TechNet has links to all the above downloads.

Next you have to slipstream (TechNet article) them so you only do one install, not three.    I’m still waiting for SP2 for MOSS to finish downloading, so that’s where i will end this for tonight.

--Michael

Comments

There are no comments yet for this post.
Items on this list require content approval. Your submission will not appear in public views until approved by someone with proper rights. More information on content approval.

Title


Body *


Please put your name at the end of your comment as the Name field doesn't display in the main view of the comments.

Name: *


Your name.  If you first name is Michael, please provide initials or the like to clearly distinguish your name from Michael Blumenthal's.
Also, this field does not appear in the main view of the comments.

Need Paid Consulting Services?

Are you interested in engaging a SharePoint consultant for fee-based consulting services?  If so, I can have an Account Executive from my employer contact you.  Other site visitors will not see this column.

Additional Contact Information

Please provide additional contact information if you need a direct response.  Other site visitors will not see this column.

What is tomorrow's date? *

This is a weak CAPTCHA based on advice from a tweet from @ToddKlindt.
Attachments