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: support/azure/azure-storage/files/security/files-troubleshoot-linux-smb.md
+35-35Lines changed: 35 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Troubleshoot Azure Files issues in Linux (SMB)
3
3
description: Troubleshooting Azure Files issues in Linux. See general issues related to SMB Azure file shares when you connect from Linux clients and possible resolutions.
4
4
ms.service: azure-file-storage
5
5
ms.custom: sap:Security, linux-related-content
6
-
ms.date: 08/20/2024
6
+
ms.date: 01/22/2025
7
7
ms.reviewer: kendownie, v-weizhu
8
8
---
9
9
@@ -24,75 +24,75 @@ This article lists common issues that can occur when using SMB Azure file shares
24
24
25
25
## Run diagnostics
26
26
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.
27
+
Diagnostics tools can help ensure that clients have the correct prerequisites and collect debug information on field issues that can be hard to reproduce.
28
28
29
29
### Use AzFileDiagnostics
30
30
31
31
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.
32
32
33
33
### Use the Always-On Diagnostics tool
34
34
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.
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 various sources, such as dmesg logs, debug data, error metrics, and latency metrics. It can capture data from tcpdump, nfsstat, mountstsat, and other sources, along with the system's CPU and memory usage.
36
36
37
-
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.
37
+
The Always-On Diagnostics tool is currently compatible with systems running SUSE Linux Enterprise Server 15 (SLES 15) and Red Hat Enterprise Linux 8 (RHEL 8). Follow the installation steps that correspond to your operating system:
38
38
39
39
#### [SLES](#tab/SLES)
40
40
41
-
Follow these instructions to install the Always-On Diagnostics tool on SUSE Linux Enterprise Server 15.
41
+
In SLES 15, follow these instructions to install the Always-On Diagnostics tool:
42
42
43
43
1. Add the Microsoft repo. You might need to add the Microsoft repository key to your list of trusted keys.
0 commit comments