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/automation/troubleshoot/extension-based-hybrid-runbook-worker.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,10 @@ To help troubleshoot issues with extension-based Hybrid Runbook Workers:
35
35
- For Windows: check the `Hybrid Worker Service` service.
36
36
- For Linux: check the `hwd.` service.
37
37
38
-
- Run the log collector tool and review the collected logs.
39
-
- For Windows: the logs are located at `C:\HybridWorkerExtensionLogs`. The tool is at `C:\Packages\Plugins\Microsoft.Azure.Automation.HybridWorker.HybridWorkerForWindows\<version>\bin\troubleshooter\PullLogs.ps1`.
40
-
- For Linux: the logs are located at `/home/nxautomation/run`. The tool is at `/var/lib/waagent/Microsoft.Azure.Automation.HybridWorker.HybridWorkerForLinux/logcollector.py`.
38
+
- Collect logs:
39
+
- For Windows: Run the log collector tool in </br>`C:\Packages\Plugins\Microsoft.Azure.Automation.HybridWorker.HybridWorkerForWindows\<version>\bin\troubleshooter\PullLogs.ps1` </br>
40
+
Logs are in `C:\HybridWorkerExtensionLogs.`
41
+
- For Linux: Logs are in folders </br>`/var/log/azure/Microsoft.Azure.Automation.HybridWorker.HybridWorkerForLinux` and `/home/hweautomation` (entire folders).
41
42
42
43
### Scenario: Hybrid Worker deployment fails with Private Link error
0 commit comments