Skip to content

Commit 018d72d

Browse files
authored
Update how-to-validate-cables.md
Wording and linkage to HTML conversion
1 parent 7ba279c commit 018d72d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/operator-nexus/how-to-validate-cables.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For BOM details, refer to [Azure Operator Nexus SKUs](./reference-operator-nexus
2424
- `Storage Blob Data Contributor` role must be assigned to the `Nexus Network Fabric RP` with access assigned to the storage account.
2525
- Microsoft Support must patch the Nexus Network Fabric with an active storage SAS URL before running cabling validation.
2626

27-
## Creating an Azure Support Request for patching Nexus Network Fabric:
27+
## Creating an Azure Support Request for Patching Nexus Network Fabric:
2828
- Refer to [How to create an Azure support request](/azure/azure-portal/supportability/how-to-create-azure-support-request)
2929
- Enter `Nexus Network Fabric` for the issue and click `Go`.
3030
- Select `Azure Operator Nexus` as the service you're having issue with.
@@ -53,7 +53,7 @@ To generate a SAS URL for the container to provide write access to the Nexus Fab
5353
> [!NOTE]
5454
> SAS URLs are short lived. By default, it is set to expire in eight hours. If the SAS URL expires, then you must open a Microsoft support ticket to add a new URL.
5555
56-
## Validate cabling
56+
## Validate Cabling
5757

5858
1. Execute the following Azure CLI command:
5959

@@ -159,7 +159,7 @@ networkFabricInfoSkuId": "M8-A400-A100-C16-ab",
159159
                },
160160
```
161161

162-
### Customer Edge to Top of the Rack switch validation
162+
### Customer Edge to Top Of Rack (TOR) switch validation
163163

164164
```azurecli
165165
{
@@ -222,7 +222,7 @@ networkFabricInfoSkuId": "M8-A400-A100-C16-ab",
222222
|`deviceDestinationResourceId` | Azure Resource Manager ID of the connected Neighbor (destination device). |
223223
|`roleName` | The role of the Network Fabric Device (CE or TOR). |
224224

225-
## Known issues and limitations in cable validation
225+
### Known issues and limitations in cable validation
226226

227227
- Cable Validation of connections between TOR and Compute Servers that are powered off or unprovisioned in the Nexus cluster aren't supported. These interfaces show `Unknown` status in the report.
228228
- 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.
@@ -231,7 +231,7 @@ networkFabricInfoSkuId": "M8-A400-A100-C16-ab",
231231
- Cable validation supports four racks with 16 Computes per rack and eight racks with 16 Computes per rack BOMs.
232232
- 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.**
233233

234-
## Typical cable validation `NonCompliant` and `Unknown` Issues
234+
### Typical cable validation `NonCompliant` and `Unknown` Issues
235235

236236
|validationType |Status |Error |Resolution |
237237
|---------------|-------|-------|------------|
@@ -242,6 +242,6 @@ networkFabricInfoSkuId": "M8-A400-A100-C16-ab",
242242
| CableSpecificationValidation |`Unknown` |`Unable to fetch Interface Status for <INTERFACE>.` | Verify connections on the source and destination interfaces are connected and match the BOM. |
243243
| CableSpecificationValidation |`NonCompliant` |`Device cable connection is incorrect` | Verify interface card and cables match BOM specification in this interface. |
244244

245-
## Converting cabling validation report to html format
245+
## Converting Cable Validation Report to HTML Format
246246

247-
Refer to [How to convertcable validation report JSON output to html](./howto-convert-cable-validation-html.md).
247+
Refer to [How to Convert Cable Validation report JSON output to HTML](./howto-convert-cable-validation-html.md).

0 commit comments

Comments
 (0)