Skip to content

Commit 845d893

Browse files
authored
Merge pull request #205236 from shayoniseth/patch-81
Update azure-monitor-agent-troubleshoot-windows-arc.md
2 parents 3bd072c + b7708b0 commit 845d893

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Guidance for troubleshooting issues on Windows Arc-enabled server w
44
ms.topic: conceptual
55
author: shseth
66
ms.author: shseth
7-
ms.date: 5/9/2022
7+
ms.date: 7/19/2022
88
ms.custom: references_region
99
ms.reviewer: shseth
1010

@@ -25,7 +25,16 @@ Follow the steps below to troubleshoot the latest version of the Azure Monitor a
2525
```azurecli
2626
azcmagent show
2727
```
28-
If you see `Agent Status: Disconnected`, [file a ticket](#file-a-ticket) with **Summary** as 'Arc agent or extensions service not working' and **Problem type** as 'I need help with Azure Monitor Windows Agent'.
28+
You should see the below output:
29+
```
30+
Resource Name : <server name>
31+
[...]
32+
Dependent Service Status
33+
Agent Service (himds) : running
34+
GC Service (gcarcservice) : running
35+
Extension Service (extensionservice) : running
36+
```
37+
If instead you see `Agent Status: Disconnected` or any other status, [file a ticket](#file-a-ticket) with **Summary** as 'Arc agent or extensions service not working' and **Problem type** as 'I need help with Azure Monitor Windows Agent'.
2938
3. Wait for 10-15 minutes as extension maybe in transitioning status. If it still doesn't show up, [uninstall and install the extension](./azure-monitor-agent-manage.md) again and repeat the verification to see the extension show up.
3039
4. If not, check if you see any errors in extension logs located at `C:\ProgramData\GuestConfig\extension_logs\Microsoft.Azure.Monitor.AzureMonitorWindowsAgent` on your machine
3140
5. If none of the above works, [file a ticket](#file-a-ticket) with **Summary** as 'AMA extension fails to install or provision' and **Problem type** as 'I need help with Azure Monitor Windows Agent'.

0 commit comments

Comments
 (0)