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: articles/operator-nexus/how-to-validate-cables.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.date: 04/15/2024
11
11
---
12
12
# Validate Cables for Nexus Network Fabric
13
13
14
-
This article explains the Fabric cable validation, where the primary function of the diagnostic API is to check all fabric devices for potential cabling issues. The Diagnostic API assesses whether the interconnected devices adhere to the Bill of Materials (BOM) and according to the resource Stock Keeping Units (SKUs), classifying them as compliant or noncompliant. Device types include Customer Edge (CE), Top of Rack (TOR), Management (MGMT) and Network Packet Broker (NPB) devices. The results are presented in a JSON format, encompassing details such as validation status, errors, identifier type, and neighbor device ID. These results are stored in a customer-provided Storage account. It's vital to the overall deployment that errors identified in this report are resolved before moving onto the Cluster deployment step.
14
+
This article explains the Fabric cable validation, where the primary function of the diagnostic API is to check all fabric devices for potential cabling issues. The Diagnostic API assesses whether the interconnected devices adhere to the Bill of Materials (BOM) and according to the resource Stock Keeping Units (SKUs), classifying them as compliant or noncompliant. Device types include Customer Edge (CE), Top of Rack (TOR), Management (MGMT), and Network Packet Broker (NPB) devices. The results are presented in a JSON format, encompassing details such as validation status, errors, identifier type, and neighbor device ID. These results are stored in a customer-provided Storage account. It's vital to the overall deployment that errors identified in this report are resolved before moving onto the Cluster deployment step.
15
15
16
16
For BOM details, refer to [Azure Operator Nexus SKUs](./reference-operator-nexus-skus.md)
17
17
@@ -25,17 +25,17 @@ For BOM details, refer to [Azure Operator Nexus SKUs](./reference-operator-nexus
25
25
- Microsoft Support must patch the Nexus Network Fabric with an active storage SAS URL before running cabling validation.
26
26
27
27
## Creating an Azure Support Request for patching Nexus Network Fabric:
28
-
- Refer to [Create an Azure support request](https://learn.microsoft.com/en-us/azure/azure-portal/supportability/how-to-create-azure-support-request)
28
+
- Refer to [How to create an Azure support request](/azure/azure-portal/supportability/how-to-create-azure-support-request)
29
29
- Enter `Nexus Network Fabric` for the issue and click `Go`.
30
-
- Select `Azure Operator Nexus` as the service you are having issue with.
30
+
- Select `Azure Operator Nexus` as the service you're having issue with.
31
31
- Select `Subscription` where the resource is located.
32
32
- Select `General` under the resource field and click `Next`.
33
33
- Select `Network fabric instance provisioning` under the issue prompt and click `Next`.
34
34
- Now select `Create a support request` at the top of the support blade.
35
35
- Click `Next` on the `Problem description` tab.
36
36
- Wait for the `Recommended solution` and then click the link back to 'Return to support request`
37
-
- Click `Next` to continue to the`Additional details`
38
-
- Fill in the request to patch Nexus Network Fabric and include resource details, then click `Next`
37
+
- Click `Next`on the `Problem description` tab again to continue to `Additional details`
38
+
- Fill in the required request details to patch Nexus Network Fabric and then click `Next`
39
39
- Review the information in the `Review + create` tab and then click `Create`.
40
40
41
41
> [!NOTE]
@@ -67,7 +67,7 @@ To generate a SAS URL for the container to provide write access to the Nexus Fab
|Compliant |When the status is compliant with the BOM specification |
211
-
|NonCompliant|When the status isn't compliant with the BOM specification |
212
-
|Unknown |When the tool is unable to retrieve interface connection details or lldp data such as when the destination device is powered off, missing, disconnected, or if validation isn't supported for this interface type. |
210
+
|Compliant |Validation status is compliant with the BOM specification for the interface.|
211
+
|Non-Compliant|Validation isn't compliant with the BOM specification for the interface.|
212
+
|Unknown |Validation is unable to retrieve interface connection details or lldp data isn't retruned. The `Unknown` status is returned if the destination device is powered off, missing, disconnected, or unsupported for this interface type. |
- Cable Validation of connections between MGMT interfaces and Compute Servers that are powered off or unprovisioned in the Nexus cluster or the Compute Server Controllers aren't supported. These interfaces show `Unknown` status in the report.
229
229
- Cable Validation for NPB isn't supported for `loopback` and `nni-direct` interfaces because there's no vendor support currently for `show lldp neighbors`. These interfaces show `Unknown` status in the report.
230
230
- The Storage URL must be in a different region from the Network Fabric. For instance, if the Fabric is hosted in East US, the storage URL should be outside of East US.
231
-
- Cable validation supports both four rack with 16 Computes per rack and eight rack with 16 Computes per rack BOMs.
231
+
- Cable validation supports four racks with 16 Computes per rack and eight racks with 16 Computes per rack BOMs.
232
232
- When destination device is powered off, cables are missing or disconnected, or if validation isn't supported for the interface type, then the interface shows `Unknown` status. **It is important to evaluate all `Unknown` interfaces that are `Not-Connected` against the BOM to determine if repair action is required.**
233
233
234
234
## Typical cable validation `NonCompliant` and `Unknown` Issues
0 commit comments