Skip to content

Commit 34eccea

Browse files
authored
Update howto-baremetal-run-read.md
Updates doc with more descriptive(specific) labels to be used in the az cli parameters.
1 parent 7945efb commit 34eccea

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/operator-nexus/howto-baremetal-run-read.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The command execution produces an output file containing the results that can be
2020
1. Install the latest version of the
2121
[appropriate CLI extensions](./howto-install-cli-extensions.md)
2222
1. Ensure that the target BMM must have its `poweredState` set to `On` and have its `readyState` set to `True`
23-
1. Get the Resource group name that you created for `Cluster` resource
23+
1. Get the Managed Resource group name (cluster_MRG) that you created for `Cluster` resource
2424

2525
## Executing a run-read command
2626

@@ -207,10 +207,10 @@ The list below shows the commands you can use. Commands in `*italics*` cannot ha
207207

208208
The command syntax is:
209209
```azurecli
210-
az networkcloud baremetalmachine run-read-command --name <machine-name>
211-
--limit-time-seconds <timeout> \
210+
az networkcloud baremetalmachine run-read-command --name "<machine-name>"
211+
--limit-time-seconds "<timeout>" \
212212
--commands '[{"command":"<command1>"},{"command":"<command2>","arguments":["<arg1>","<arg2>"]}]' \
213-
--resource-group "<resourceGroupName>" \
213+
--resource-group "<cluster_MRG>" \
214214
--subscription "<subscription>"
215215
```
216216

@@ -230,7 +230,7 @@ When an optional argument `--output-directory` is provided, the output result is
230230
az networkcloud baremetalmachine run-read-command --name "<bareMetalMachineName>" \
231231
--limit-time-seconds 60 \
232232
--commands '[{"command":"hostname"},{"command":"ping","arguments":["198.51.102.1","-c","3"]}]' \
233-
--resource-group "<resourceGroupName>" \
233+
--resource-group "<cluster_MRG>" \
234234
--subscription "<subscription>"
235235
```
236236

@@ -240,7 +240,7 @@ az networkcloud baremetalmachine run-read-command --name "<bareMetalMachineName>
240240
az networkcloud baremetalmachine run-read-command --name "<bareMetalMachineName>" \
241241
--limit-time-seconds 60 \
242242
--commands '[{"command":"nc-toolbox nc-toolbox-runread racadm getsysinfo","arguments":["-c"]}]' \
243-
--resource-group "<resourceGroupName>" \
243+
--resource-group "<cluster_MRG>" \
244244
--subscription "<subscription>"
245245
```
246246

@@ -277,4 +277,4 @@ This guide walks you through accessing the output file that is created in the Cl
277277

278278
1. Select the output file from the run-read command. The file name can be identified from the `az rest --method get` command. Additionally, the **Last modified** timestamp aligns with when the command was executed.
279279

280-
1. You can manage & download the output file from the **Overview** pop-out.
280+
1. You can manage & download the output file from the **Overview** pop-out.

0 commit comments

Comments
 (0)