Skip to content

Commit 01124ff

Browse files
committed
Update TOC and address comments
1 parent 95e2384 commit 01124ff

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

articles/operator-nexus/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,8 @@
323323
href: troubleshoot-memory-limits.md
324324
- name: Troubleshoot LACP Bonding
325325
href: troubleshoot-lacp-bonding.md
326+
- name: Troubleshoot NAKS Cluster Node Packet Loss
327+
href: troubleshoot-packet-loss.md
326328
- name: Tenant Workload
327329
expanded: false
328330
items:

articles/operator-nexus/troubleshoot-packet-loss.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,25 @@ Connecting to host <server-ip>, port 5201
4242
iperf Done.
4343
```
4444

45-
## Troubleshooting Steps
45+
## Troubleshooting steps
4646
The following troubleshooting steps can be used for diagnosing the cluster.
4747

48-
### Gather Information
48+
### Gather information
4949
To assist with the troubleshooting process, please gather and provide the following cluster information:
5050

5151
* Subscription ID: the unique identifier of your Azure subscription.
52-
* Tenant ID: the unique identifier of your Azure Active Directory (AAD) tenant.
52+
* Tenant ID: the unique identifier of your Microsoft Entra tenant.
5353
* Undercloud Name: the name of the undercloud resource associated with your deployment.
5454
* Undercloud Resource Group: the resource group containing the undercloud resource.
5555
* NAKS Cluster Name: the name of the NAKS cluster experiencing issues.
5656
* NAKS Cluster Resource Group: the resource group containing the NAKS cluster.
5757
* Inter-Switch Devices (ISD) connected to NAKS: the details of the Inter-Switch Devices (ISDs) that are connected to the NAKS cluster.
5858
* Source and Destination IPs: the source and destination IP addresses where packet drops are being observed.
5959

60-
### Verify Provisioning Status of the Network Fabric
61-
Verify on Azure Portal that the NF status is in the provisioned state; the Provisioning State should be 'Succeeded' and Configuration State 'Provisioned'.
60+
### Verify provisioning status of the Network Fabric
61+
Verify on Azure portal that the NF status is in the provisioned state; the Provisioning State should be 'Succeeded' and Configuration State 'Provisioned'.
6262

63-
### View iperf-client Pod Events
63+
### View iperf-client pod events
6464
Use kubectl to inspect events from the iperf-client pod for more detailed information. This can help identify the root cause of the issue with the iperf-client pod.
6565
```console
6666
kubectl get events --namespace default | grep iperf-client
@@ -71,13 +71,13 @@ NAMESPACE LAST SEEN TYPE REASON OBJECT MESSAGE
7171
default 5m39s Warning BackOff pod/iperf-client-8f7974984-xr67p Back-off restarting failed container iperf-client in pod iperf-client-8f7974984-xr67p_default(masked-id)
7272
```
7373

74-
### Validate L3 ISD Configuration
74+
### Validate L3 ISD configuration
7575
Confirm that the L3 ISD (Layer 3 Isolation Domain) configuration on the devices is correct.
7676

77-
## Potential Solutions
77+
## Potential solutions
7878
If the iperf-client pod is constantly being restarted and other resource statuses appear to be healthy, the following remedies can be attempted:
7979

80-
### Adjust Network Buffer Settings
80+
### Adjust network buffer settings
8181
Modify the network buffer settings to improve performance by adjusting the following parameters:
8282
* net.core.rmem_max: Increase the maximum receive buffer size.
8383
* net.core.wmem_max: Increase the maximum send buffer size.
@@ -87,7 +87,7 @@ sysctl -w net.core.rmem_max=67108864
8787
sysctl -w net.core.wmem_max=67108864
8888
```
8989

90-
### Optimize iperf Tool Usage
90+
### Optimize iperf tool usage
9191
Use iperf tool options to optimize buffer usage and run parallel streams:
9292
* -P: Number of parallel client streams.
9393
* -w: TCP window size.

0 commit comments

Comments
 (0)