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-13Lines changed: 6 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,22 +4,14 @@ description: Describe the symptoms, causes, and resolution for the most common i
4
4
ms.topic: conceptual
5
5
author: bwren
6
6
ms.author: bwren
7
-
ms.date: 11/21/2019
7
+
ms.date: 10/21/2021
8
8
9
9
---
10
10
11
11
# How to troubleshoot issues with the Log Analytics agent for Linux
12
12
13
13
This article provides help troubleshooting errors you might experience with the Log Analytics agent for Linux in Azure Monitor and suggests possible solutions to resolve them.
14
14
15
-
If none of these steps work for you, the following support channels are also available:
16
-
17
-
* Customers with Premier support benefits can open a support request with [Premier](https://premier.microsoft.com/).
18
-
* Customers with Azure support agreements can open a support request [in the Azure portal](https://azure.microsoft.com/support/options/).
19
-
* Diagnose OMI Problems with the [OMI troubleshooting guide](https://github.com/Microsoft/omi/blob/master/Unix/doc/diagnose-omi-problems.md).
20
-
* File a [GitHub Issue](https://github.com/Microsoft/OMS-Agent-for-Linux/issues).
21
-
* Visit the Log Analytics Feedback page to review submitted ideas and bugs [https://aka.ms/opinsightsfeedback](https://aka.ms/opinsightsfeedback) or file a new one.
22
-
23
15
## Log Analytics Troubleshooting Tool
24
16
25
17
The Log Analytics Agent Linux Troubleshooting Tool is a script designed to help find and diagnose issues with the Log Analytics Agent. It is automatically included with the agent upon installation. Running the tool should be the first step in diagnosing an issue.
@@ -33,9 +25,10 @@ The Troubleshooting Tool can be run by pasting the following command into a term
33
25
34
26
The Troubleshooting Tool is automatically included upon installation of the Log Analytics Agent. However, if installation fails in any way, it can also be installed manually by following the steps below.
35
27
36
-
1. Copy the troubleshooter bundle onto your machine: `wget https://raw.github.com/microsoft/OMS-Agent-for-Linux/master/source/code/troubleshooter/omsagent_tst.tar.gz`
37
-
2. Unpack the bundle: `tar -xzvf omsagent_tst.tar.gz`
38
-
3. Run the manual installation: `sudo ./install_tst`
28
+
1. Ensure that the [GNU Project Debugger (GDB)](https://www.gnu.org/software/gdb/) is installed on the machine since the troubleshooter relies on it.
29
+
2. Copy the troubleshooter bundle onto your machine: `wget https://raw.github.com/microsoft/OMS-Agent-for-Linux/master/source/code/troubleshooter/omsagent_tst.tar.gz`
30
+
3. Unpack the bundle: `tar -xzvf omsagent_tst.tar.gz`
31
+
4. Run the manual installation: `sudo ./install_tst`
39
32
40
33
### Scenarios Covered
41
34
@@ -56,7 +49,7 @@ For more details, please check out our [GitHub documentation](https://github.com
56
49
57
50
## Purge and Re-Install the Linux Agent
58
51
59
-
We've seen that a clean re-install of the Agent will fix most issues. In fact this may be the first suggestion from Support to get the Agent into a uncurropted state from our support team. Running the troubleshooter, log collect, and attempting a clean re-install will help solve issues more quickly.
52
+
We've seen that a clean re-install of the Agent will fix most issues. In fact this may be the first suggestion from Support to get the Agent into a uncorrupted state from our support team. Running the troubleshooter, log collect, and attempting a clean re-install will help solve issues more quickly.
Copy file name to clipboardExpand all lines: articles/azure-monitor/agents/agent-windows-troubleshoot.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,14 @@ description: Describe the symptoms, causes, and resolution for the most common i
4
4
ms.topic: conceptual
5
5
author: bwren
6
6
ms.author: bwren
7
-
ms.date: 11/21/2019
7
+
ms.date: 10/21/2021
8
8
9
9
---
10
10
11
11
# How to troubleshoot issues with the Log Analytics agent for Windows
12
12
13
13
This article provides help troubleshooting errors you might experience with the Log Analytics agent for Windows in Azure Monitor and suggests possible solutions to resolve them.
14
14
15
-
If none of these steps work for you, the following support channels are also available:
16
-
17
-
* Customers with Premier support benefits can open a support request with [Premier](https://premier.microsoft.com/).
18
-
* Customers with Azure support agreements can open a support request [in the Azure portal](https://azure.microsoft.com/support/options/).
19
-
* Visit the Log Analytics Feedback page to review submitted ideas and bugs [https://aka.ms/opinsightsfeedback](https://aka.ms/opinsightsfeedback) or file a new one.
0 commit comments