Skip to content

Commit 1bc1431

Browse files
committed
fix warnings
1 parent 8ccf583 commit 1bc1431

1 file changed

Lines changed: 28 additions & 24 deletions

File tree

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

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,64 +30,68 @@ You can use the Always-On Diagnostics (AOD) tool to collect logs on NFSv4 and SM
3030

3131
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.
3232

33-
### [SLES](#tab/SLES)
34-
35-
Follow these instructions to install the Always-On Diagnostics tool on SUSE Linux Enterprise Server 15.
33+
### [RHEL](#tab/RHEL)
3634

37-
1. Add the Microsoft repo. You might need to add the Microsoft repository key to your list of trusted keys.
35+
Follow these instructions to install the Always-On Diagnostics tool on Red Hat Enterprise Linux 8.
3836

37+
1. Download the repo config package.
38+
3939
```
40-
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
41-
sudo zypper addrepo --check --refresh --name 'Microsoft' https://packages.microsoft.com/sles/15/prod microsoft
40+
curl -ssl -O https://packages.microsoft.com/config/rhel/8/packages-microsoft-prod.rpm
4241
```
4342

44-
2. Refresh the repositories.
45-
43+
2. Install the repo config package.
44+
4645
```
47-
sudo zypper refresh
46+
sudo rpm -i packages-microsoft-prod.rpm
4847
```
4948

50-
3. Check if the repo has been added and the aod package is available for installation.
49+
3. Delete the repo config package after installing and updating the package index files.
5150

5251
```
53-
zypper search aod
52+
rm packages-microsoft-prod.rpm
53+
sudo dnf update
5454
```
5555

5656
4. Install the package.
5757

5858
```
59-
sudo zypper install aod
59+
sudo dnf install aod
6060
```
6161

62-
### [RHEL](#tab/RHEL)
62+
### [SLES](#tab/SLES)
6363

64-
Follow these instructions to install the Always-On Diagnostics tool on Red Hat Enterprise Linux 8.
64+
Follow these instructions to install the Always-On Diagnostics tool on SUSE Linux Enterprise Server 15.
65+
66+
1. Add the Microsoft repo. You might need to add the Microsoft repository key to your list of trusted keys.
6567

66-
1. Download the repo config package.
67-
6868
```
69-
curl -ssl -O https://packages.microsoft.com/config/rhel/8/packages-microsoft-prod.rpm
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
7071
```
7172

72-
2. Install the repo config package.
73-
73+
2. Refresh the repositories.
74+
7475
```
75-
sudo rpm -i packages-microsoft-prod.rpm
76+
sudo zypper refresh
7677
```
7778

78-
3. Delete the repo config package after installing and updating the package index files.
79+
3. Check if the repo has been added and the aod package is available for installation.
7980

8081
```
81-
rm packages-microsoft-prod.rpm
82-
sudo dnf update
82+
zypper search aod
8383
```
8484

8585
4. Install the package.
8686

8787
```
88-
sudo dnf install aod
88+
sudo zypper install aod
8989
```
9090

91+
### [Ubuntu](#tab/Ubuntu)
92+
93+
The Always-On Diagnostics tool is not yet available for Ubuntu.
94+
9195
---
9296

9397
## chgrp "filename" failed: Invalid argument (22)

0 commit comments

Comments
 (0)