Skip to content

Commit bb341a4

Browse files
authored
Merge pull request #176935 from bwren/agent-troubleshoot
Update agent troubleshooting articles
2 parents 517b677 + 688cb6d commit bb341a4

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

articles/azure-monitor/agents/agent-linux-troubleshoot.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,14 @@ description: Describe the symptoms, causes, and resolution for the most common i
44
ms.topic: conceptual
55
author: bwren
66
ms.author: bwren
7-
ms.date: 11/21/2019
7+
ms.date: 10/21/2021
88

99
---
1010

1111
# How to troubleshoot issues with the Log Analytics agent for Linux
1212

1313
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.
1414

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-
2315
## Log Analytics Troubleshooting Tool
2416

2517
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
3325

3426
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.
3527

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`
3932

4033
### Scenarios Covered
4134

@@ -56,7 +49,7 @@ For more details, please check out our [GitHub documentation](https://github.com
5649
5750
## Purge and Re-Install the Linux Agent
5851

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.
6053

6154
1. Download the purge script:
6255
- `$ wget https://raw.githubusercontent.com/microsoft/OMS-Agent-for-Linux/master/tools/purge_omsagent.sh`

articles/azure-monitor/agents/agent-windows-troubleshoot.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,14 @@ description: Describe the symptoms, causes, and resolution for the most common i
44
ms.topic: conceptual
55
author: bwren
66
ms.author: bwren
7-
ms.date: 11/21/2019
7+
ms.date: 10/21/2021
88

99
---
1010

1111
# How to troubleshoot issues with the Log Analytics agent for Windows
1212

1313
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.
1414

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.
2015

2116
## Log Analytics Troubleshooting Tool
2217

0 commit comments

Comments
 (0)