Deployment Guide
NOTE: The bandwidth weights mentioned in the table are indicative and should be evaluated based
on network requirements and applications running in your environment.
In the Dell PowerEdge VRTX server, start Windows PowerShell and run the following commands.
1. Create a new VM switch:
New-VMSwitch –AllowManagementOS 1 –Name ConvergedNetSwitch –
MinimumBandwidthmode weight –Verbose
NetAdapterName: ConvergedNet Team
2. Create VM network adapter for Cluster:
Add-VMNetworkAdapter –ManagementOS –SwitchName ConvergedNetSwitch –Name
Cluster –Verbose
3. Create VM network adapter for Live Migration:
Add-VMNetworkAdapter –ManagementOS –SwitchName ConvergedNetSwitch –Name
LiveMigration –Verbose
4. Set VLAN access properties for the Management Network Adapter:
Set-VMNetworkAdapterVlan –ManagementOS –VMNetworkAdapterName
ConvergedNetSwitch –Access –VlanId 10
5. Set VLAN access properties for the Cluster Network Adapter:
Set-VMNetworkAdapterVlan –ManagementOS –VMNetworkAdapterName Cluster –Access
–VlanId 20
6. Set VLAN access properties to LiveMigration:
Set-VMNetworkAdapterVlan –ManagementOS –VMNetworkAdapterName LiveMigration –
Access –VlanId 30
7. Set minimum bandwidth reservation for Management Network Adapter:
Set-VMNetworkAdapter -ManagementOS -Name ConvergedNetSwitch -
MinimumBandwidthWeight 5
8. Set minimum bandwidth reservation for Cluster network adapter:
Set-VMNetworkAdapter -ManagementOS -Name Cluster -MinimumBandwidthWeight 40
9. Set minimum bandwidth reservation for Live Migration network adapter:
Set-VMNetworkAdapter -ManagementOS -Name LiveMigration -
MinimumBandwidthWeight 20
NOTE: Under Network Connections, view vEthernet (ConvergedNetSwitch) and adapters for
cluster and live migration.
Sample naming and IP addressing scheme
The IP addressing provides the requirement to support PowerEdge VRTX chassis solution. For more
information, see Appendix B.
Configuring vEthernet switch in Windows Server 2012 R2
1. In Network Connections, right-click vEthernet (ConvergedNetSwitch) and in the drop-down list,
select Properties.
2. In vEthernet (ConvergedNetSwitch) Properties, configure IPV4 protocol properties, include IP
address and DNS server details and then click OK.
23