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: articles/azure-monitor/agents/agent-linux-troubleshoot.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@
2
2
title: Troubleshoot Azure Log Analytics Linux Agent | Microsoft Docs
3
3
description: Describe the symptoms, causes, and resolution for the most common issues with the Log Analytics agent for Linux in Azure Monitor.
4
4
ms.topic: conceptual
5
-
author: bwren
6
-
ms.author: bwren
5
+
author: guywi-ms
6
+
ms.author: guywild
7
7
ms.date: 10/21/2021
8
8
ms.reviewer: luki
9
9
10
10
---
11
11
12
12
# Troubleshoot issues with the Log Analytics agent for Linux
13
13
14
-
This article provides help in troubleshooting errors you might experience with the Log Analytics agent for Linux in Azure Monitor and suggests possible solutions to resolve them.
14
+
This article provides help in troubleshooting errors you might experience with the Log Analytics agent for Linux in Azure Monitor.
15
15
16
16
## Log Analytics Troubleshooting Tool
17
17
@@ -223,7 +223,7 @@ This is a known issue that occurs on the first upload of Linux data into a Log A
223
223
224
224
### Probable causes
225
225
226
-
A regression in nss-pem package [v1.0.3-5.el7](https://centos.pkgs.org/7/centos-x86_64/nss-pem-1.0.3-7.el7.x86_64.rpm.html) caused a severe performance issue. We've been seeing this issue come up a lot in Redhat/Centos 7.x distributions. To learn more about this issue, see [1667121 Performance regression in libcurl](https://bugzilla.redhat.com/show_bug.cgi?id=1667121).
226
+
A regression in nss-pem package [v1.0.3-5.el7](https://centos.pkgs.org/7/centos-x86_64/nss-pem-1.0.3-7.el7.x86_64.rpm.html) caused a severe performance issue. We've been seeing this issue come up a lot in Redhat/CentOS 7.x distributions. To learn more about this issue, see [1667121 Performance regression in libcurl](https://bugzilla.redhat.com/show_bug.cgi?id=1667121).
227
227
228
228
Performance-related bugs don't happen all the time, and they're difficult to reproduce. If you experience such an issue with omiagent, use the script `omiHighCPUDiagnostics.sh`, which will collect the stack trace of the omiagent when it exceeds a certain threshold.
229
229
@@ -240,7 +240,7 @@ Performance-related bugs don't happen all the time, and they're difficult to rep
240
240
1. Upgrade the nss-pem package to [v1.0.3-5.el7_6.1](https://centos.pkgs.org/7/centos-x86_64/nss-pem-1.0.3-7.el7.x86_64.rpm.html): <br/>
241
241
`sudo yum upgrade nss-pem`
242
242
243
-
1. If nss-pem isn't available for upgrade, which mostly happens on Centos, downgrade curl to 7.29.0-46. If you run "yum update" by mistake, curl will be upgraded to 7.29.0-51 and the issue will happen again: <br/>
243
+
1. If nss-pem isn't available for upgrade, which mostly happens on CentOS, downgrade curl to 7.29.0-46. If you run "yum update" by mistake, curl will be upgraded to 7.29.0-51 and the issue will happen again: <br/>
244
244
`sudo yum downgrade curl libcurl`
245
245
246
246
1. Restart OMI: <br/>
@@ -334,7 +334,7 @@ This error indicates that the Linux diagnostic extension (LAD) is installed side
334
334
* OMI is frozen, blocking the OMS agent.
335
335
* DSC resource logs *class not found* error in `omsconfig.log` log file.
336
336
* Log Analytics agent for data is backed up.
337
-
* DSC logs *Current configuration does not exist. Execute Start-DscConfiguration command with -Path parameter to specify a configuration file and create a current configuration first.* in `omsconfig.log` log file, but no log message exists about `PerformRequiredConfigurationChecks` operations.
337
+
* DSC logs *Current configuration doesn't exist. Execute Start-DscConfiguration command with -Path parameter to specify a configuration file and create a current configuration first.* in `omsconfig.log` log file, but no log message exists about `PerformRequiredConfigurationChecks` operations.
0 commit comments