Events
Apr 29, 2 PM - Apr 30, 7 PM
Join the ultimate Windows Server virtual event April 29-30 for deep-dive technical sessions and live Q&A with Microsoft engineers.
Sign up nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
To remove an SDN from the System Center Virtual Machine Manager (VMM) fabric, you must remove the following objects in the specified order:
Note
Ensure that no VMs or NICs are connected to the VM networks that you want to remove.
Note
Ensure that no port profiles are associated with the logical networks that you want to remove. You can only remove HNV logical network. Do not remove transient network.
Note
Logical networks associated with the SLB cannot be removed from the console. Use force delete to remove these (by using -Force flag).
Select Fabric > Network Services and select the software load balancer role.
Under Services > Associated Services, select Browse, and then select Clear Selection.
This action removes the software load balancer service. Ensure the job is complete. If the job fails, restart the job after making the required changes that the error message details you.
Uncheck the pools that are associated with the SLB, except for the private VIP pool that is associated with the SLB Manager VIP.
To complete the removal of the SLB, force delete the private VIP pool, the corresponding logical network definition, and the logical networks (by using -Force flag).
Select Fabric > Network Services and select the Gateway manager role.
Under Services > Associated Services, select Browse, and then select Clear Selection.
This action removes the gateway service. Ensure the job is complete. If the job fails, restart the job after making the required changes that the error message details you.
To complete the removal of the gateway, remove the gateway pool by using the following PowerShell scripts:
$nc=get-scnetworkservice | Where {$_.Model -eq "Microsoft Network Controller"}
$gwrole=get-scfabricrole -NetworkService $nc | Where {$_.RoleType -eq "Gateway"}
Set-SCFabricRole -FabricRole $gwrole -GatewayConfiguration $null
Note
Ensure that SLB/GW and associated logical networks are successfully removed.
Select Fabric > Network Services and select the network controller.
Right-click the NC and select Remove.
This action removes the NC service. Ensure that the job is complete. If the job fails, restart the job after making the required changes that the error message details you.
Events
Apr 29, 2 PM - Apr 30, 7 PM
Join the ultimate Windows Server virtual event April 29-30 for deep-dive technical sessions and live Q&A with Microsoft engineers.
Sign up nowTraining
Module
Implement and manage networking for Azure Virtual Desktop - Training
Implement and manage networking for Azure Virtual Desktop
Certification
Microsoft Certified: Azure Network Engineer Associate - Certifications
Demonstrate the design, implementation, and maintenance of Azure networking infrastructure, load balancing traffic, network routing, and more.