Nested HyperV via VMWare Workstation 9 and Windows 8 VIDEO
UPDATE this works great with HyperV Server 2012. First of all HyperV 2012 is free. Immune to pesky refresh of lab do to trials.The GPU errors went away so no more "Beta" build.
Here is a cluster server build example as it is all CLI
rename-computer HVHOST01
Get-NetIPConfiguration
Rename-NetAdapter
Get-NetIPConfiguration
Rename-NetAdapter
New-NetIPAddress -InterfaceAlias Internal -IPAddress 192.168.0.190 -PrefixLength 24
New-NetRoute -DestinationPrefix 0.0.0.0/0 -NextHop 192.168.0.1 -InterfaceAlias Internal
Set-DnsClientServerAddress -InterfaceAlias Internal -ServerAddresses 192.168.0.2
Install-WindowsFeature --Name Hyper-V --IncludeAllSubFeature --IncludeManagementTools
Install-WindowsFeature --Name RSAT --IncludeAllSubFeature --IncludeManagementTools
Install-WindowsFeature --Name Multipath-IO --IncludeAllSubFeature --IncludeManagementTools
Enable-WindowsOptionalFeature --Online --FeatureName MultiPathIO
Install-WindowsFeature --Name Failover-Clustering --IncludeAllSubFeature --IncludeManagementTools
Enable-NetFirewallRule -name RVM-RPCSS-In-TCP,RVM-VDSLDR-In-TCP,RVM-VDS-In-TCP
restart-computer
Add-Computer -DN LAB -Credential LAB\Administrator
restart-computer
cmd
sc config msiSCSI start= auto
iscsicli QAddTargetPortal 192.168.1.128
mpclaim -r -i -d "MSFT2005iSCSIBusType_0x9"
Other Videos By Bryan Heath 2013-05-14 Nested HyperV on VMWare Fusion on a 2012 Mac mini 2013-04-17 Server 2012 HyperV Replication, Shared Cluster Volumes, and test failover 2013-04-11 Ebook Reader Review - Kindle Paper White , iPad , Safari , Adobe PDF, Calibre, iBook and PC 2013-04-09 Find out if your Processor Support (Second Level Address Translation) SLAT 2013-03-28 Server 2012 Storage Spaces and Shared Cluster Volumes 2013-03-25 Take workout videos on the go with iPhone and Slysoft 2013-03-08 VLOG Series PT1 - System Center 2012 SP1 with Server 2012 and SQL 2012 SP1 CU2 2013-03-08 Configuration Manager CMtrace as a default log viewer 2013-03-08 Microsoft Assessment and Planning Toolkit - In Action 2013-02-20 Configuration Manager 2012 SP1 Series Pt 1 SQL and Reporting 2013-01-17 Nested HyperV via VMWare Workstation 9 and Windows 8 2012-08-24 System Center Operations Manager 2012 : Change Run as and Service accounts (CLI) 2012-07-10 Bodymedia, Iphone, and Mythings " a weight loss gadget trio " 2012-06-21 Nested Hyperv Cloud Lab via Windows 7, VMWare Workstation 8, and Server 2012 2012-05-09 Look and feel of Server 8 2012-05-09 Server 8 Clustered Hyper V Hosts Nested in VMWare Workstation 8 2012-04-17 Infront Consulting MMS 2012 - Back to School Interview 2012-04-17 Server 8 beta fish and the server aquarium. A connection at MMS? 2012-04-17 MMS 2012 Server Hugger? 2012-04-14 Weight Loss Documentary - Over 100 lbs 2012-03-22 Apple's Trinity of digital life - The New Ipad - Digital Publications
Tags: Nested
HyperV
VMWare
Workstation
Windows 8