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
Logs can be found at following location: C:\Windows\panther.
35
-
36
-
-**SetupAct.log** - Contains information about setup actions during the installation.
37
-
-**SetupErr.log** - Contains information about setup errors during the installation.
38
-
-**SetupComplete.log** - Setupcomplete.cmd is custom scripts that run during or after the Windows Setup process. Logs from this execution go to setupComplete logs. SetupComplete.cmd for HCI includes enabling WinRM, enabling ssh, and installing Microsoft On-premises Cloud (MOC) guest agent.
39
-
40
-
1. Look in folder C:\Windows\Setup\Scripts to make sure scripts from ISO are copied there.
41
-
42
-
1. Collect Windows event logs from C:\Windows\System32\winevt\Logs\System.evtx.
| SetupAct.log | C:\Windows\panther | Contains information about setup actions during the installation. |
34
+
| 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. |
36
+
| Script files | C:\Windows\Setup\Scripts | Scripts from ISO |
37
+
| Log files | C:\Windows\System32\winevt\Logs\System.evtx. | Windows event logs |
43
38
44
39
### Linux VMs
45
40
46
41
Examine these log files to investigate a VM provisioning failure:
47
42
48
-
-**/var/log/cloud-init-output.log** - Captures the output from each stage of cloud-init when it runs.
49
-
-**/var/log/cloud-init.log** – A detailed log with debugging output, detailing each action taken.
50
-
-**/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.
| cloud-init-output.log | /var/log/ | Captures the output from each stage of cloud-init when it runs. |
46
+
| cloud-init.log | /var/log/ | A detailed log with debugging output, detailing each action taken. |
47
+
|| /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. |
51
48
52
49
## Collect guest logs
53
50
54
51
Collect guest logs to gather information on Arc VM issues before you contact Microsoft Support.
55
52
56
53
### Logs inside the VM
57
54
58
-
- Netlogon: C:\Windows\Debug\netsetup.log <br>
59
-
Netlogon logs are used for domain join failure. If you don't see a domain join error, this log is optional.
For more information, see [Active Directory domain join troubleshooting guidance](/troubleshoot/windows-server/active-directory/active-directory-domain-join-troubleshooting-guidance).
64
61
@@ -72,12 +69,21 @@ Example error:
72
69
73
70
`{"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