Skip to content

Commit a20e9c9

Browse files
Merge pull request #290536 from matternst7258/matternst7258/nexusctl-control
[operator-nexus] Refine where nexusctl is run
2 parents 4e115b3 + 47cfb50 commit a20e9c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/operator-nexus/howto-baremetal-nexusctl.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ run simple actions on bare metal machines without using the Azure console or com
2929

3030
## Overview
3131

32-
`nexusctl` is a stand-alone program that can be run using `nc-toolbox` from an `ssh` session on any control-plane or management-plane node. Since `nexusctl` is contained in the `nc-toolbox-breakglass` container image and isn't installed directly on the host, it must be run with a command-line like:
32+
`nexusctl` is a stand-alone program that can be run using `nc-toolbox` from an `ssh` session on any control-plane node. Since `nexusctl` is contained in the `nc-toolbox-breakglass` container image and isn't installed directly on the host, it must be run with a command-line like:
3333

3434
```
3535
sudo nc-toolbox nc-toolbox-breakglass nexusctl <command> [subcommand] [options]
@@ -53,7 +53,7 @@ etc.
5353
5454
## Power off a bare metal machine
5555

56-
A single bare metal machine can be powered off by connecting to a control-plane or management-plane node via ssh and running the command:
56+
A single bare metal machine can be powered off by connecting to a control-plane node via ssh and running the command:
5757

5858
```
5959
sudo nc-toolbox nc-toolbox-breakglass nexusctl baremetal power-off --name <machine name>
@@ -69,7 +69,7 @@ The status is blank until the operation completes and reaches either a "succeede
6969

7070
## Start a bare metal machine
7171

72-
A single bare metal machine can be started by connecting to a control-plane or management-plane node via ssh and running the command:
72+
A single bare metal machine can be started by connecting to a control-plane node via ssh and running the command:
7373

7474
```
7575
sudo nc-toolbox nc-toolbox-breakglass nexusctl baremetal start --name <machine name>
@@ -85,7 +85,7 @@ The status is blank until the operation completes and reaches either a "succeede
8585

8686
## Unmanage a bare metal machine (set to unmanaged state)
8787

88-
A single bare metal machine can be switched to an unmanaged state by connecting to a control-plane or management-plane node via ssh and running the command:
88+
A single bare metal machine can be switched to an unmanaged state by connecting to a control-plane node via ssh and running the command:
8989

9090
```
9191
sudo nc-toolbox nc-toolbox-breakglass nexusctl baremetal unmanage --name <machine name>
@@ -97,7 +97,7 @@ While in an unmanaged state, no actions are permitted for that machine, except f
9797

9898
## Manage a bare metal machine (set to managed state)
9999

100-
A single bare metal machine can be switched to a managed state by connecting to a control-plane or management-plane node via ssh and running the command:
100+
A single bare metal machine can be switched to a managed state by connecting to a control-plane node via ssh and running the command:
101101

102102
```
103103
sudo nc-toolbox nc-toolbox-breakglass nexusctl baremetal manage --name <machine name>

0 commit comments

Comments
 (0)