Nested HyperV via VMWare Workstation 9 and Windows 8

Channel:
Subscribers:
684
Published on ● Video Link: https://www.youtube.com/watch?v=vlO7bDCZ7e0



Duration: 2:55
1,683 views
4


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"







Tags:
Nested
HyperV
VMWare
Workstation
Windows 8