Skip to content

Commit f8dbf70

Browse files
committed
Updated per PR SME review from Varun.
1 parent e5a5206 commit f8dbf70

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

azure-stack/hci/manage/collect-log-files-for-arc-enabled-vms.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Collect log files for Azure Arc VM on Azure Stack HCI
33
description: Learn how to collect log files for an Azure Arc VM on your Azure Stack HCI system.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 07/26/2024
6+
ms.date: 08/16/2024
77
ms.author: alkohli
88
ms.reviewer: vlakshmanan
99
---
@@ -24,13 +24,12 @@ The Windows Panther folder contains Windows setup, installation, and upgrade log
2424

2525
| File | Directory | Description |
2626
|-------------------|-----------------|-------------|
27-
| sudo journalctl -u mocguestagent.service mocguestagent.log | C:\ProgramData\mocguestagent\log\ | Critical logs |
2827
| agent-log-0 | C:\ProgramData\mocguestagent\log\ | Operational logs |
29-
| SetupAct.log | C:\Windows\panther | Contains information about setup actions during the installation. |
30-
| SetupErr.log | C:\Windows\panther | Contains information about setup errors during the installation. |
31-
| SetupComplete.log | C:\Windows\panther | Contains custom scripts that run during or after the Windows Setup process. For HCI, includes enabling WinRM, enabling ssh, and installing Microsoft On-premises Cloud (MOC) guest agent. |
32-
| Script files | C:\Windows\Setup\Scripts | Scripts from ISO |
33-
| System.evtx | C:\Windows\System32\winevt\Logs\ | Windows event logs |
28+
| SetupAct.log | C:\Windows\panther\ | Contains information about setup actions during the installation. |
29+
| SetupErr.log | C:\Windows\panther\ | Contains information about setup errors during the installation. |
30+
| SetupComplete.log | C:\Windows\panther\ | Contains custom scripts that run during or after the Windows Setup process. For HCI, includes enabling WinRM, enabling ssh, and installing Microsoft On-premises Cloud (MOC) guest agent. |
31+
| Script files | C:\Windows\setup\scripts\ | Scripts from ISO |
32+
| System.evtx | C:\Windows\system32\winevt\logs\ | Windows event logs |
3433

3534
### Linux VMs
3635

@@ -40,7 +39,7 @@ Examine these log files to investigate a VM provisioning failure:
4039
|-------------------|-----------------|-------------|
4140
| cloud-init-output.log | /var/log/ | Captures the output from each stage of cloud-init when it runs. |
4241
| cloud-init.log | /var/log/ | A detailed log with debugging output, detailing each action taken. |
43-
| log files | /run/cloud-init | Contains logs about how cloud-init decided to enable or disable itself, and what platforms/datasources were detected. These logs are most useful when trying to determine what cloud-init ran or didn't run. |
42+
| log files | /run/cloud-init/ | Contains logs about how cloud-init decided to enable or disable itself, and what platforms/datasources were detected. These logs are most useful when trying to determine what cloud-init ran or didn't run. |
4443

4544
## Collect guest logs
4645

@@ -52,8 +51,8 @@ Windows VM domain join and extension logs:
5251

5352
| File | Directory | Description |
5453
|-------------------|-----------------|-------------|
55-
| Netsetup.log | C:\Windows\Debug\ | Netlogon logs are used for domain join failure. If you don't see a domain join error, this log is optional. |
56-
| Extension logs | C:\ProgramData\GuestConfig\extension_logs | Extension logs |
54+
| Netsetup.log | C:\Windows\debug\ | Netlogon logs are used for domain join failure. If you don't see a domain join error, this log is optional. |
55+
| Extension logs | C:\ProgramData\GuestConfig\extension_logs\ | Extension logs |
5756

5857
For more information, see [Active Directory domain join troubleshooting guidance](/troubleshoot/windows-server/active-directory/active-directory-domain-join-troubleshooting-guidance).
5958

0 commit comments

Comments
 (0)