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
@@ -56,41 +60,21 @@ Specify multiple commands using json format in `--commands` option. Each `comman
56
60
57
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.
58
62
59
-
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.
60
64
61
-
```azurecli
62
-
az networkcloud baremetalmachine run-data-extract --name "bareMetalMachineName" \
This example executes the `mde-agent-information` 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`.
70
68
71
69
```azurecli
72
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.
90
-
91
-
## Viewing the output
92
-
93
-
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__
94
78
95
79
```azurecli
96
80
====Action Command Output====
@@ -112,15 +96,53 @@ Percent Complete=[100]
112
96
Deleting Job JID_814372800396
113
97
Collection successfully exported to /hostfs/tmp/runcommand/hardware-support-data-2023-04-13T21:00:01.zip
114
98
115
-
116
99
================================
117
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.
181
+
182
+
This example executes the `mde-support-diagnostics` command without arguments.
183
+
184
+
```azurecli
185
+
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
139
-
in the data extract zip file located in the storage account.
238
+
in the data extract zip file located in the storage account. The data collected will show the health of the machine subsystems.
239
+
240
+
This example executes the `hardware-rollup-status` command without arguments.
241
+
242
+
```azurecli
243
+
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