You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-local/upgrade/install-enable-network-atc.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -226,16 +226,15 @@ With the virtual switch renamed and VMs reconnected, virtual machines can be liv
226
226
> [!NOTE]
227
227
> Network ATC should manage the live migration networks. If live migrations fail due to an error `Cluster network not found`, you may need to manually update the live migration networks. You can use the following script to set the storage networks as available live migration networks and exclude the management network. Alternatively, these networks can be updated via Failover Cluster Manager.
228
228
229
-
```powershell
230
-
# Configure the Virtual Machine ClusterResourceType not to use the management network for live migration
231
-
$mgmtID = (Get-ClusterNetwork | where "Name" -match "Management").ID
1. Pause and drain the cluster node using the command `Suspend-ClusterNode -Drain -Wait`.
241
240
@@ -271,7 +270,7 @@ Reference articles:
271
270
272
271
- For information on the default values, see [Deploy host networking with Network ATC](/windows-server/networking/network-atc/network-atc).
273
272
- For information on configuring overrides, see [Manage Network ATC](/windows-server/networking/network-atc/manage-network-atc).
274
-
- For information on Network ATC commands, see [NetworkATC](https://learn.microsoft.com/en-us/powershell/module/networkatc/?view=windowsserver2025-ps).
273
+
- For information on Network ATC commands, see [NetworkATC](/powershell/module/networkatc).
275
274
276
275
For simplicity, the examples demonstrate only two physical adapters per SET team, however it's possible to add more. For more information, see [Network reference patterns overview for Azure Local](../plan/network-patterns-overview.md).
0 commit comments