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: articles/operator-nexus/howto-baremetal-run-data-extract.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ The command produces an output file containing the results of the data extract l
20
20
- This article assumes that you've installed the Azure command line interface and the `networkcloud` command line interface extension. For more information, see [How to Install CLI Extensions](./howto-install-cli-extensions.md).
21
21
- The target bare metal machine is on and has readyState set to True.
22
22
- The syntax for these commands is based on the 0.3.0+ version of the `az networkcloud` CLI.
23
+
- Get the Cluster Managed Resource group name (cluster_MRG) that you created for Cluster resource.
23
24
24
25
## Executing a run command
25
26
@@ -50,10 +51,10 @@ The command syntax is:
50
51
51
52
```azurecli-interactive
52
53
az networkcloud baremetalmachine run-data-extract --name "<machine-name>" \
Specify multiple commands using json format in `--commands` option. Each `command` specifies command and arguments. For a command with multiple arguments, provide as a list to the `arguments` parameter. See [Azure CLI Shorthand](https://github.com/Azure/azure-cli/blob/dev/doc/shorthand_syntax.md) for instructions on constructing the `--commands` structure.
@@ -68,7 +69,7 @@ This example executes the `hardware-support-data-collection` command and get `Sy
68
69
69
70
```azurecli
70
71
az networkcloud baremetalmachine run-data-extract --name "bareMetalMachineName" \
0 commit comments