TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Post an article
Translate this page
Powered by
Microsoft® Translator
Wikis - Page Details
First published by
Pronichkin
(Microsoft, Microsoft Partner)
When:
15 Dec 2010 11:38 AM
Last revision by
Ed Price - MSFT
(aMicrosof)
When:
1 Sep 2011 4:07 PM
Revisions:
3
Comments:
1
Options
Subscribe to Article (RSS)
Share this
Can You Improve This Article?
Positively!
Click Sign In to add the tip, solution, correction or comment that will help other users.
Report inappropriate content using
these instructions
.
Wiki
>
TechNet Articles
>
How to Deploy a Brand New Hyper-V Host
How to Deploy a Brand New Hyper-V Host
Article
History
How to Deploy a Brand New Hyper-V Host
Table of Contents
Abstract
Disclaimer
How You Can Improve the List
The Steps (in Order of Deployment)
Abstract
The following is a prescriptive set of steps recommended for manual deployment of a Hyper-V host from a bare metal server to fully functional cluster member.
Disclaimer
All steps are as generic as possible and might not be suitable or sufficient for your particular environment.
You may find some steps completely unnecessary or even improper. Please don't remove from the list. It's not a go-to guidance that is mandatory for everyone and everywhere. Nor this is an official recommendation of any kind. It's just an idea for you to start building your own list. So it intentionally contains as much options as possible.
It's a good practice to automate wherever possible. So you are encouraged not to perform all these steps manually every time but to try to automate them by installation scripts and/or group policy.
How You Can Improve the List
Add more steps if you think something is missing.
Add links to documentation that discuss each step in more details and/or provide some references.
Add more examples for already existing steps.
The Steps (in Order of Deployment)
Update all the firmware.
Examples:
Server BIOS;
Various Add-On cards' ROM if present.
Change BIOS settings according to your own preferences.
Examples:
Enable DEP and Hardware-Assisted Virtualization;
Enable Power Saving modes;
Disable unnecessary features (e.g. VT-d. Currently Hyper-V makes no use of it).
Disable unnecessary devices (e.g. COM ports).
Install Windows Server.
Set Time Zone.
Set up Network Connections.
Examples:
Static IP addresses if required;
Disable LMHOSTS Lookup;
Disable NetBIOS over TCP/IP;
Rename interfaces to reflect their purposes;
Unbind unnecessary protocols from respective interfaces;
Disable automatic DNS registration for non-primary interfaces.
Enable Remote Desktop.
Enable Remote Server Manager (PowerShell Remoting).
Disable Automatic Restart so that you can see the error code in case of stop error.
Rename computer.
Join to domain.
Delete local administrator profile. (You won't need it any more — why leave unnecessary files on the disk?).
Rename System Volume into something more descriptive than "Local Disk" (i.e. give it a label).
Set proxy server for local user. (Only in case there's no WPAD deployed).
Also define proxy exclusions for your local network (e.g. "*.your.local.domain.com").
The same as #13 but for System account profile:
netsh winhttp set proxy proxy-server="your.proxy.server.domain.com:8080" bypass-list="*.your.local.domain.com"
Add "*.your.local.domain.com" to "Local Intranet" security zone. (So that you won't be questioned when running some executable file from a network share when using FQDN paths).
Enable automatic updates and feedback.
Enable Microsoft Update.
Install major Windows Components that are pre-requisites for installing updates for some reason.
Examples:
Windows Update Agent (currently the latest version of the Agent is bundled with the OS so this step is unnecessary but may be a valid option in the future).
Install Windows Internet Explorer (currently the latest version of IE is bundled with the OS so this step is unnecessary but may be a valid option in the future). Why do I recommend installing it before searching for updates? Well, why do you need to patch the old version of IE that you're going to replace anyway?
Check for updates from:
Microsoft Update and/or
Local WSUS server.
Install general hotfixes manually.
Examples:
Hyper-V Hotfixes;
WMI Hotfixes;
Failover Cluster Hotfixes.
Install Windows Server features.
Examples:
SNMP;
MPIO;
Failover Clustering.
Install OEM drivers and utilities.
Examples:
Various firmware updates. (Yes, I know you've already done that on the very first step. But from Windows some tools allow you to search for latest versions of Firmware from the vendor's website. This might bring you newer versions than those you used on step 1).
Various "Support packages".
Exception:
Chose "Custom Installation" and skip installing NIC teaming software. It often requires enabling Hyper-V role first.
Install storage drivers and utilities. (That's different from the above. OEM tools and drivers are provided by your server vendor. Storage drivers and utilities are provided by your SAN vendor. Even if this is the same vendor, storage drivers and utilities are not commonly included with server "support packages").
MPIO DSM(s);
MPIO DSM Manager(s);
Hardware VSS provider(s);
Hardware VDS provider(s).
If necessary, change settings for the tools that you installed on previous steps.
Examples:
Enable remote management if it was disabled by default;
Enable more performant options if the defaults are more conservative.
Test that all OEM and storage tools are working properly.
Enable Hyper-V role.
Don't create Virtual Networks on this step.
Repeat steps 19 and 20. This may install additional hotfixes that were not applicable previously.
Install NIC Teaming software.
Create NIC Teams.
Create Hyper-V Virtual Network(s).
Run Hyper-V Best Practice analyzer.
Attach SAN LUN(s).
Join the Host to Failover Cluster (assuming this is not the first node and the Cluster was formed previously).
Change Hyper-V Default paths to folders on CSV:
VM default path;
VHD default path
Add the Host to your management infrastructure. Examples:
System Center Virtual Machine Manager.
System Center Operations Manager.
System Center Data Protection Manager.
How To
,
Hyper-V
[Edit tags]
Leave a Comment
Please add 5 and 7 and type the answer here:
Post
Wiki - Revision Comment List(Revision Comment)
Sort by:
Published Date
|
Most Recent
|
Most Useful
Comments
Pronichkin
22 Dec 2010 5:15 AM
Pronichkin edited Original. Comment: added Hyper-V BPA and Changing default paths
Edit
Page 1 of 1 (1 items)
Wikis - Comment List
Sort by:
Published Date
|
Most Recent
|
Most Useful
Posting comments is temporarily disabled until 10:00am PST on Saturday, December 14th. Thank you for your patience.
Comments
Posted by
Pronichkin
on
22 Dec 2010 5:15 AM
Pronichkin edited Original. Comment: added Hyper-V BPA and Changing default paths
Edit
Page 1 of 1 (1 items)