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
@@ -60,51 +60,21 @@ Specify multiple commands using json format in `--commands` option. Each `comman
60
60
61
61
These commands can be long running so the recommendation is to set `--limit-time-seconds` to at least 600 seconds (10 minutes). The `Debug` option or running multiple extracts might take longer than 10 minutes.
62
62
63
-
This example executes the `hardware-support-data-collection` command and get `SysInfo` and `TTYLog` logs from the Dell Server.
63
+
In the response, the operation performs asynchronously and returns an HTTP status code of 202. See the [Viewing the output](#viewing-the-output) section for details on how to track command completion and view the output file.
64
64
65
-
```azurecli
66
-
az networkcloud baremetalmachine run-data-extract --name "bareMetalMachineName" \
This example executes the `mde-support-diagnostics` command without arguments.
67
+
This example executes the `hardware-support-data-collection` command and get `SysInfo` and `TTYLog` logs from the Dell Server. The script executes a `racadm supportassist collect` command on the designated baremetal machine. The resulting tar.gz file contains the zipped extract command file outputs in `hardware-support-data-<timestamp>.zip`.
84
68
85
69
```azurecli
86
70
az networkcloud baremetalmachine run-data-extract --name "bareMetalMachineName" \
In the response, the operation performs asynchronously and returns an HTTP status code of 202. See the **Viewing the output** section for details on how to track command completion and view the output file.
104
-
105
-
## Viewing the output
106
-
107
-
Sample output looks something like this. Note the provided link to the tar.gz zipped file from the command execution. The tar.gz file name identifies the file in the Storage Account of the Cluster Manager resource group. You can also use the link to directly access the output zip file. The tar.gz file also contains the zipped extract command file outputs in `hardware-support-data-<timestamp>.zip`. Download the output file from the storage blob to a local directory by specifying the directory path in the optional argument `--output-directory`.
77
+
__`hardware-support-data-collection` Output__
108
78
109
79
```azurecli
110
80
====Action Command Output====
@@ -126,15 +96,48 @@ Percent Complete=[100]
126
96
Deleting Job JID_814372800396
127
97
Collection successfully exported to /hostfs/tmp/runcommand/hardware-support-data-2023-04-13T21:00:01.zip
128
98
129
-
130
99
================================
131
100
Script execution result can be found in storage account:
Data collected from the `mde-support-diagnostics` command uses the MDE Client Analyzer tool to bundle information from `mdatp` commands and relevant log files. The storage account `tgz` file will contain a `zip` file named `mde-support-diagnostics-<hostname>.zip`. The `zip` should be sent along with any support requests to ensure the supporting teams can use the logs for troubleshooting and root cause analysis, if needed.
153
157
158
+
This example executes the `mde-support-diagnostics` command without arguments.
159
+
160
+
```azurecli
161
+
az networkcloud baremetalmachine run-data-extract --name "bareMetalMachineName" \
Data is collected with the `hardware-rollup-status` command and formatted as JSON to `/hostfs/tmp/runcommand/rollupStatus.json`. The JSON file is found
194
212
in the data extract zip file located in the storage account.
195
213
214
+
This example executes the `hardware-rollup-status` command without arguments.
215
+
216
+
```azurecli
217
+
az networkcloud baremetalmachine run-data-extract --name "bareMetalMachineName" \
Note the provided link to the tar.gz zipped file from the command execution. The tar.gz file name identifies the file in the Storage Account of the Cluster Manager resource group. You can also use the link to directly access the output zip file. The tar.gz file also contains the zipped extract command file outputs. Download the output file from the storage blob to a local directory by specifying the directory path in the optional argument `--output-directory`.
0 commit comments