Skip to content

Commit 4b98557

Browse files
author
Dan Crank
committed
acrolinx
1 parent 696d042 commit 4b98557

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ The command execution produces an output file containing the results that can be
2424

2525
## Executing a run-read command
2626

27-
The run-read command executes a read-only command on the specified BMM. Note that some commands consist of
28-
more than one word, or include a mandatory argument as part of the command. These are defined this way to
29-
differentiate a read-only version of the command from one that is not read-only. For instance, run-read-command
30-
allows use of `kubectl get` but not `kubectl apply`. In such cases, all words of the command are entered in the
31-
"command" field, as shown below. For instance, `{"command":"kubectl get","arguments":["nodes"]}` is correct;
32-
`{"command":"kubectl","arguments":["get","nodes"]}` is not.
27+
The run-read command executes a read-only command on the specified BMM. Some commands consist of more than one
28+
word, or include a mandatory argument as part of the command. These commands are defined this way to differentiate
29+
a read-only version of the command from one that isn't read-only. For instance, run-read-command allows use of
30+
`kubectl get` but not `kubectl apply`. In such cases, all words of the command are entered in the "command" field.
31+
For instance, `{"command":"kubectl get","arguments":["nodes"]}` is correct; `{"command":"kubectl","arguments":["get","nodes"]}`
32+
isn't.
3333

3434
Also note that some commands begin with `nc-toolbox nc-toolbox-runread` and must be entered as shown.
35-
`nc-toolbox-runread` is a special container image which includes additional tools that are not installed on the
36-
baremetal host, such as ipmitool and racadm.
35+
`nc-toolbox-runread` is a special container image that includes more tools that aren't installed on the
36+
baremetal host, such as `ipmitool` and `racadm`.
3737

38-
The current list of supported commands is as follows. Commands in *`italics`* do not allow `arguments`; all others do.
38+
The current list of supported commands is as follows. Commands in *`italics`* don't allow `arguments`; all others do.
3939

4040
| Standard commands | nc-toolbox-runread ipmitool commands | nc-toolbox-runread racadm commands | nc-toolbox-runread Mellanox troubleshooting commands |
4141
| ----------------------- | --------------------------------------------------------------------------------------| -------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
@@ -163,7 +163,7 @@ In the response, an HTTP status code of 202 is returned as the operation is perf
163163

164164
## Checking command status and viewing output
165165

166-
Sample output is shown below. It prints the top 4,000 characters of the result to the screen for convenience and provides a short-lived link to the storage blob containing the command execution result. You can use the link to download the zipped output file (tar.gz).
166+
Sample output is shown. It prints the top 4,000 characters of the result to the screen for convenience and provides a short-lived link to the storage blob containing the command execution result. You can use the link to download the zipped output file (tar.gz).
167167

168168
```output
169169
====Action Command Output====

0 commit comments

Comments
 (0)