Skip to content

Commit e37c91c

Browse files
author
Simonx Xu
authored
Merge pull request #8079 from simonxjx/simon-5
AB#3580: Post Edit PR#8076
2 parents c31bd4d + 68a0ba5 commit e37c91c

1 file changed

Lines changed: 36 additions & 34 deletions

File tree

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

Lines changed: 36 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -26,71 +26,71 @@ This article lists common issues related to NFS Azure file shares and provides p
2626

2727
## Use the Always-On Diagnostics tool
2828

29-
You can use the Always-On Diagnostics (AOD) tool to collect logs on NFSv4 and SMB 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. The tool can be useful for collecting debug information on field issues that can be hard to reproduce.
29+
You can use the Always-On Diagnostics (AOD) tool to collect logs on NFSv4 and SMB 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. The tool is useful for collecting debug information on field issues that are difficult to reproduce.
3030

31-
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.
31+
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:
3232

3333
### [RHEL](#tab/RHEL)
3434

35-
Follow these instructions to install the Always-On Diagnostics tool on Red Hat Enterprise Linux 8.
35+
In RHEL 8, follow these instructions to install the Always-On Diagnostics tool:
3636

3737
1. Download the repo config package.
38-
39-
```
40-
curl -ssl -O https://packages.microsoft.com/config/rhel/8/packages-microsoft-prod.rpm
41-
```
38+
39+
```bash
40+
curl -ssl -O https://packages.microsoft.com/config/rhel/8/packages-microsoft-prod.rpm
41+
```
4242

4343
2. Install the repo config package.
44-
45-
```
46-
sudo rpm -i packages-microsoft-prod.rpm
47-
```
44+
45+
```bash
46+
sudo rpm -i packages-microsoft-prod.rpm
47+
```
4848

4949
3. Delete the repo config package after installing and updating the package index files.
5050

51-
```
52-
rm packages-microsoft-prod.rpm
53-
sudo dnf update
54-
```
51+
```bash
52+
rm packages-microsoft-prod.rpm
53+
sudo dnf update
54+
```
5555

5656
4. Install the package.
5757

58-
```
59-
sudo dnf install aod
60-
```
58+
```bash
59+
sudo dnf install aod
60+
```
6161

6262
### [SLES](#tab/SLES)
6363

64-
Follow these instructions to install the Always-On Diagnostics tool on SUSE Linux Enterprise Server 15.
64+
In SLES 15, follow these instructions to install the Always-On Diagnostics tool:
6565

6666
1. Add the Microsoft repo. You might need to add the Microsoft repository key to your list of trusted keys.
6767

68-
```
69-
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
70-
sudo zypper addrepo --check --refresh --name 'Microsoft' https://packages.microsoft.com/sles/15/prod microsoft
71-
```
68+
```bash
69+
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
70+
sudo zypper addrepo --check --refresh --name 'Microsoft' https://packages.microsoft.com/sles/15/prod microsoft
71+
```
7272

7373
2. Refresh the repositories.
7474

75-
```
76-
sudo zypper refresh
77-
```
75+
```bash
76+
sudo zypper refresh
77+
```
7878

79-
3. Check if the repo has been added and the aod package is available for installation.
79+
3. Check if the repo has been added and the `aod` package is available for installation.
8080

81-
```
82-
zypper search aod
83-
```
81+
```bash
82+
zypper search aod
83+
```
8484

8585
4. Install the package.
8686

87-
```
88-
sudo zypper install aod
89-
```
87+
```bash
88+
sudo zypper install aod
89+
```
9090

9191
### [Ubuntu](#tab/Ubuntu)
9292

93-
The Always-On Diagnostics tool is not yet available for Ubuntu.
93+
The Always-On Diagnostics tool isn't currently available for Ubuntu.
9494
9595
---
9696
@@ -304,4 +304,6 @@ If you still need help, [contact support](https://portal.azure.com/?#blade/Micro
304304
- [Troubleshoot Azure Files authentication and authorization (SMB)](files-troubleshoot-linux-nfs.md)
305305
- [Troubleshoot Azure Files general SMB issues on Linux](files-troubleshoot-linux-smb.md)
306306

307+
[!INCLUDE [Third-party disclaimer](../../../../includes/third-party-disclaimer.md)]
308+
307309
[!INCLUDE [Azure Help Support](../../../../includes/azure-help-support.md)]

0 commit comments

Comments
 (0)