Skip to content

Commit e71bdbe

Browse files
committed
edits
1 parent bbbafa8 commit e71bdbe

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

support/azure/azure-storage/files/security/files-troubleshoot-linux-smb.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,20 @@ This article lists common issues that can occur when using SMB Azure file shares
2424

2525
## Run diagnostics
2626

27+
Diagnostics tools can be helpful for ensuring that clients have the correct prerequisites and for collecting debug information on field issues that can be hard to reproduce.
28+
29+
### Use AzFileDiagnostics
30+
2731
You can use [AzFileDiagnostics](https://github.com/Azure-Samples/azure-files-samples/tree/master/AzFileDiagnostics/Linux) to automate symptom detection and ensure that the Linux client has the correct prerequisites. It helps set up your environment to get optimal performance.
2832

2933
### Use the Always-On Diagnostics tool
3034

31-
You can also use the Always-On Diagnostics tool (AOD) to collect logs on SMB and NFSv4 Linux clients. The daemon runs in the background as a system service and can be configured to detect anomalies in a variety of sources such as dmesg logs, debug data, and error and latency metrics. It can capture data from tcpdump, nfsstat, mountstsat, and other sources, along with the system's CPU and memory usage. AOD can be useful for collecting debug information on field issues that can be hard to reproduce.
35+
You can also use the Always-On Diagnostics (AOD) tool to collect logs on SMB and NFSv4 Linux clients. The daemon runs in the background as a system service and can be configured to detect anomalies in a variety of sources such as dmesg logs, debug data, and error and latency metrics. It can capture data from tcpdump, nfsstat, mountstsat, and other sources, along with the system's CPU and memory usage.
3236

3337
AOD is currently compatible with systems running SUSE Linux Enterprise Server 15 (SLES15) and Red Hat Enterprise Linux 8 (RHEL8). Follow the appropriate installation steps.
3438

3539
#### [SLES](#tab/SLES)
3640

37-
#### Install AOD on SLES15
38-
3941
Follow these instructions to install the Always-On Diagnostics tool on SUSE Linux Enterprise Server 15.
4042

4143
1. Add the Microsoft repo. You might need to add the Microsoft repository key to your list of trusted keys.
@@ -65,8 +67,6 @@ sudo zypper install aod
6567

6668
#### [RHEL](#tab/RHEL)
6769

68-
#### Install AOD on RHEL8
69-
7070
Follow these instructions to install the Always-On Diagnostics tool on Red Hat Enterprise Linux 8.
7171

7272
1. Download the repo config package.

0 commit comments

Comments
 (0)