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-local/manage/disconnected-operations-fallback.md
+1-16Lines changed: 1 addition & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,16 +160,6 @@ The autogenerated output folder, **CopyLogs_20240501T1525097418**, has the copie
160
160
- **RobocopyLog.log**: Records the copying of all file types except Windows Event files.
161
161
- **wevtutil**: A tool used to copy Windows events. This activity is logged in the **WEvtUtilLog.log** file.
162
162
163
-
Here are examples of the **LogsToExport** folder structures:
164
-
165
-
Overall file structure:
166
-
167
-
[](media/disconnected-operations/fallback-log/overall-file-structure.png#lightbox)
168
-
169
-
Azure Local VM running disconnected nested file structure:
170
-
171
-
[](media/disconnected-operations/fallback-log/nested-file-structure.png#lightbox)
172
-
173
163
### Send-DiagnosticData
174
164
175
165
After you collect logs into a directory, either by using the `Copy-DiagnosticData` cmdlet or by copying them manually, send them to Microsoft with the standalone pipeline. This pipeline Arc-enables the host (the machine running the cmdlet) to perform the operation, targets all the logs in the file location you provide, and sends them for ingestion to Microsoft. If log ingestion fails, the cmdlet tries up to three times and then outputs the results of the send activity when it's complete.
@@ -245,13 +235,8 @@ Log parsing engine results can be found under:
Here's an example of the file structure for the send logs:
249
-
250
-
[](media/disconnected-operations/fallback-log/send-logs-file-structure.png#lightbox)
251
-
252
-
The send logs file structure has all the logs and installation files from the standalone observability pipeline, including the **GMACache logs** and pipeline install and uninstall logs.
253
-
254
238
## Related content
239
+
255
240
-[Collect logs on-demand with Azure Local disconnected operations (preview)](disconnected-operations-on-demand-logs.md)
256
241
-[Disconnected operations with Azure Local Overview](disconnected-operations-overview.md)
Copy file name to clipboardExpand all lines: azure-local/manage/disconnected-operations-on-demand-logs.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -481,6 +481,40 @@ For more information, see [Use appliance fallback log collection](disconnected-o
481
481
482
482
- `Invoke-ApplianceLogCollectionAndSaveToShareFolder`: you need to specify the account in the format: Domain\Username, if you omit the domain or use an incorrect username, the copy operation to the share will fail with an access-denied error.
483
483
484
+
## When to use on-demand log collection
485
+
486
+
Use on-demand direct log collection when an on-premises device running Azure Local temporarily has connectivity to Azure.
487
+
488
+
- Improper Execution of Send-DiagnosticData.
489
+
- Log collection fails when customers attempt to run Send-DiagnosticData or copy diagnostic data from:
490
+
- Nodes that are not part of the Azure Local host infrastructure.
491
+
- External machines (e.g., personal laptops) that do not host the required appliance VMs (such as IRVM) on the same Hyper-V host.
492
+
493
+
- Misuse of the Observability Tool.
494
+
- The Standalone Observability Tool must be:
495
+
- Run on a Windows Server.
496
+
- Configured with additional manual steps if executed in unsupported environments.
497
+
498
+
### Indirect or Fallback Log Collection (Disconnected Mode)
499
+
500
+
Use indirect log collection methods when direct upload is not possible:
0 commit comments