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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Network ATC provides the following benefits for Azure Local:
37
37
Before you install and enable Network ATC on your existing Azure Local, ensure the following conditions are met:
38
38
39
39
- The host doesn't have any running VM on it.
40
-
- The system is actively running workloads. If there're no running workloads on your Azure Local instance, you can optionally remove all virtual switches and QoS policies, then add your intents using the standard procedures described in [Deploy host networking with Network ATC](/windows-server/networking/network-atc/network-atc).
40
+
- The system is actively running workloads. If there are no running workloads on your Azure Local instance, you can optionally remove all virtual switches and QoS policies, then add your intents using the standard procedures described in [Deploy host networking with Network ATC](/windows-server/networking/network-atc/network-atc).
41
41
- All checkpoints associated with your VMs are removed. Failure to do so may result in live migration failure between hosts.
42
42
43
43
## Step 1: Install Network ATC
@@ -80,7 +80,7 @@ Remove any previous configurations from the paused machine that could interfere
80
80
Although Network ATC attempts to adopt existing configurations with matching names, including NetQos and other settings, it’s easier to remove the current configuration and allow Network ATC to redeploy the necessary configuration items and more.
81
81
82
82
> [!IMPORTANT]
83
-
> Previous versions of this document recommended to delete the Switch Embedded Teaming (SET) virtual switch and allow Network ATC to recreate it. However, deleting the virtual switch can result in unexpected connectivity loss and may disrupt existing Software Defined Networking (SDN) deployments.
83
+
> Previous versions of this document recommended deleting the Switch Embedded Teaming (SET) virtual switch and allow Network ATC to recreate it. However, deleting the virtual switch can result in unexpected connectivity loss and may disrupt existing Software Defined Networking (SDN) deployments.
84
84
> The current recommended method is to rename the SET virtual switch and virtual NICs to the expected Network ATC convention. The renaming process is covered in a later step.
85
85
86
86
To remove your existing NetQos configurations, use the following commands:
@@ -119,13 +119,13 @@ Some Azure Local deployments require a VLAN to be configured on the management o
119
119
- If `Mode` is `Untagged`, no VLAN is configured using this method.
120
120
121
121
Output from `Get-VMNetworkAdapterIsolation`:
122
-
- If `IsolationMode` is `Vlan` and `DefaultIsolationID` has a numeric value other than `0`, the adapter is tagged with a VLAN and does not need to be updated.
122
+
- If `IsolationMode` is `Vlan` and `DefaultIsolationID` has a numeric value other than `0`, the adapter is tagged with a VLAN and doesn't need to be updated.
123
123
- If `IsolationMethod` is `None`, no VLAN is configured using this method.
124
124
125
125
1. To convert a VLAN from the `VMNetworkAdapterVlan` method to the `VMNetworkAdapterIsolation` method, use the following commands:
126
126
127
127
> [!IMPORTANT]
128
-
> Running the following commands disconnect the cluster node from the network until the VLAN is reconfigured. It's recommended to run these commands from a BMC console.
128
+
> Running the following commands disconnects the cluster node from the network until the VLAN is reconfigured. It's recommended to run these commands from a BMC console.
@@ -319,7 +319,7 @@ In this example, there's a single intent managed across machines.
319
319
Here's an example to implement this host network pattern:
320
320
321
321
> [!IMPORTANT]
322
-
> - The following commands assume your environment has only one virtual switch present. The commands will error if multiple virtual switches are present. If your environment has more than one virtual switch, replace the variable in the commands with the full name of the virtual switch you want to modify in double quotes. Don't change any other part of the commands.
322
+
> - The following commands assume your environment has only one virtual switch present. The commands return error if multiple virtual switches are present. If your environment has more than one virtual switch, replace the variable in the commands with the full name of the virtual switch you want to modify in double quotes. Don't change any other part of the commands.
323
323
> - Use extra caution when implementing these commands.
0 commit comments