Skip to content

Commit d046845

Browse files
authored
Merge pull request #8100 from ManikaDhiman/md-network-atc
Removed the Error: Network Symmetry Check Failure section
2 parents dbc45e5 + cea5b8a commit d046845

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

WindowsServerDocs/networking/network-atc/network-atc.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy host networking with Network ATC for Windows Se
44
#customer intent: As a network administrator, I want to deploy host networking using Network ATC so that I can manage compute, storage, and management networks across all cluster nodes using the same adapters.
55
author: robinharwood
66
ms.topic: how-to
7-
ms.date: 07/18/2025
7+
ms.date: 11/20/2025
88
ms.author: roharwoo
99
ms.custom:
1010
- ai-gen-docs-bap
@@ -251,18 +251,6 @@ Get-NetQosPolicy | Remove-NetQosPolicy -Confirm:$false
251251
Get-NetQosFlowControl | Disable-NetQosFlowControl
252252
```
253253

254-
### Error: Network Symmetry Check Failure
255-
256-
You might encounter a situation where functionally symmetric adapters have different component ID strings. It might occur if a substring is added to an adapter's component ID during an upgrade or when combining OCP and PCI NICs within the same intent. To work around this issue, you can disable the component ID based symmetry check by setting the `NicSymmetryCheckEnabled` registry key to 0. This setting allows Network ATC to proceed with the deployment without checking for symmetry based on component IDs. You should only use this workaround if you're certain that the adapters are functionally symmetric.
257-
258-
```powershell
259-
Stop-Service -Name NetworkATC
260-
New-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Services\NetworkATC' -Name "NicSymmetryCheckEnabled" -Value 0 -PropertyType DWord
261-
Start-Service -Name NetworkATC
262-
```
263-
264-
After you disable the component ID based symmetry check, you can continue with the intent deployment.
265-
266254
### Error: RDMANotOperational
267255

268256
:::image type="content" source="../media/network-atc/error-rdmanotoperational.png" alt-text="Screenshot of RDMA Not Operational error." lightbox="../media/network-atc/error-rdmanotoperational.png":::

0 commit comments

Comments
 (0)