Hyper-v

Azure Stack HCI – Installation Series – 05 Management Network

Azure Stack HCI – Installation Series – 05 Management Network

#Azure #Stack #HCI #Installation #Series #Management #Network

“The Hybrid Friends”

This Episode:
We will create the redundant management network (i.e. for communication to DC, management system) using PowerShell to ‘bundle’ 2 x 1Gbps adapters together using a SET switch. Give it an IP address, set default gateway and dns server.

The Series:
We want to share our knowledge…

source

 

To see the full content, share this page by clicking one of the buttons below

Related Articles

4 Comments

  1. Why did you not use WAC to do the configuration?
    We are trying to use WAC but have a similar chicken and egg. We want an intent of compute+management on the same 2 pnics. But when we have the team unconfigured, we can't set the IP for the management vlan. If we create the vswitch as you do, then WAC says the pnics are already in use.

  2. dear audience: given you are using the script you might want to call Get-NetAdapter mgmt | Get-NetIPAdress instead of ipconfig /all. also using Test-NetConnection / Test-Connection instead of ping. Still flushing the DNS cache with ipconfig /flushdns? Clear-DNSClientCache. As you can always autocomplete, you'll notice it can be quicker than cmd commands. ipconfig /release && ipconfig /renew on DHCP, restart-netadapter will do either.

Leave a Reply