Server 2: HyperConvergence 1

Run this script on your node # 1 to swiftly set it up , rename wherever you feel like

New-NetIPAddress -InterfaceAlias ethernet -IPAddress 192.168.1.11 -PrefixLength 24 -AddressFamily IPv4
Set-DnsClientServerAddress -InterfaceAlias ethernet -ServerAddresses 192.168.1.10
Add-Computer conlab.local -Credential conlab.local\Administrator -NewName HC1 -Restart

Don't forget to add the domain Administrator password ;)

Next, add the necessary roles to get the show moving on!

Install-WindowsFeature -Name "Failover-Clustering","Hyper-V","RSAT-Clustering-PowerShell","Hyper-V-PowerShell" -includemanagementtools -Restart

Last updated

Was this helpful?