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: azure-stack/hci/manage/troubleshoot-arc-enabled-vms-using collected-files.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Troubleshoot Azure Arc VM using collected files
3
3
description: Learn how to troubleshoot an Azure Arc VM using collected files.
4
4
author: alkohli
5
5
ms.topic: how-to
6
-
ms.date: 07/19/2024
6
+
ms.date: 07/22/2024
7
7
ms.author: alkohli
8
8
ms.reviewer: vlakshmanan
9
9
---
@@ -14,27 +14,23 @@ ms.reviewer: vlakshmanan
14
14
15
15
You can collect logs and other files to identify and troubleshoot issues with Arc virtual machines (VMs) in your Azure Stack HCI system.
16
16
17
-
## Collect files
17
+
## Collect files when VM provisioning fails
18
18
19
-
Use these files to gather key information before you contact Microsoft Support for more help.
20
-
21
-
## Collect logs when VM provisioning fails
22
-
23
-
Examine the following log files to investigate a VM provisioning failure.
19
+
Use these files to gather key information about a VM provisioning failure before you contact Microsoft Support for more help.
24
20
25
21
### Windows VMs
26
22
27
23
The Windows Panther folder contains Windows setup, installation, and upgrade log files. This folder also includes logs for all scripts used to customize the VM.
| SetupAct.log | C:\Windows\panther | Contains information about setup actions during the installation. |
34
30
| SetupErr.log | C:\Windows\panther | Contains information about setup errors during the installation. |
35
-
|etupComplete.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
+
|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. |
36
32
| Script files | C:\Windows\Setup\Scripts | Scripts from ISO |
37
-
|Log files | C:\Windows\System32\winevt\Logs\System.evtx.| Windows event logs |
33
+
|System.evtx | C:\Windows\System32\winevt\Logs\| Windows event logs |
38
34
39
35
### Linux VMs
40
36
@@ -52,10 +48,12 @@ Collect guest logs to gather information on Arc VM issues before you contact Mic
For more information, see [Active Directory domain join troubleshooting guidance](/troubleshoot/windows-server/active-directory/active-directory-domain-join-troubleshooting-guidance).
61
59
@@ -69,16 +67,18 @@ Example error:
69
67
70
68
`{"code":"moc-operator virtualmachine serviceClient returned an error while reconciling: rpc error: code = Unknown desc = Could not establish HyperV connection for VM ID [E5BF0FC3-DB6D-40AA-BB46-DD94E4E0719A] within [900] seconds, error: [<nil>]","message":"moc-operator virtualmachine serviceClient returned an error while reconciling: rpc error: code = Unknown desc = Could not establish HyperV connection for VM ID [E5BF0FC3-DB6D-40AA-BB46-DD94E4E0719A] within [900] seconds, error: [<nil>]","additionalInfo":[{"type":"ErrorInfo","info":{"category":"Uncategorized","recommendedAction":"","troubleshootingURL":""}}]}`
0 commit comments