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
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,8 +80,8 @@ 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 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
-
> 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.
83
+
> Previous versions of this document recommended deleting the Switch Embedded Teaming (SET) virtual switch and allowing 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
+
> The current recommended method is to rename the SET virtual switch and virtual NICs to the expected Network ATC convention, which is performed in a later step.
85
85
86
86
To remove your existing NetQos configurations, use the following commands:
87
87
@@ -179,13 +179,15 @@ If `ConfigurationStatus` shows **Failed**, check if the error message indicates
179
179
180
180
## Step 8: Resume the paused node
181
181
182
-
With the Network ATC configuration completed on the first node, resume the node and allow it to come back into the cluster. To reenter or put your system back in service, run the following command:
182
+
With the Network ATC configuration completed on the first node, resume the node and allow it to come back into the cluster.
183
183
184
-
```powershell
185
-
Resume-ClusterNode
186
-
```
184
+
1. To reenter or put your system back in service, run the following command:
185
+
186
+
```powershell
187
+
Resume-ClusterNode
188
+
```
187
189
188
-
Run `Get-StorageJob` to check for any running storage jobs. Allow them to complete before moving to the next step.
190
+
1. Run `Get-StorageJob` to check for any running storage jobs. Allow them to complete before moving to the next step.
189
191
190
192
## Step 9: Rename the virtual components on other machines
0 commit comments