Skip to content

Commit 337aef3

Browse files
authored
Minor updates for BMM
1 parent 403de20 commit 337aef3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: template-how-to
1313

1414
This article describes how to perform lifecycle management operations on Bare Metal Machines (BMM). These steps should be used for troubleshooting purposes to recover from failures or when taking maintenance actions. The commands to manage the lifecycle of the BMM include:
1515

16-
- Power-off
16+
- Power off the BMM
1717
- Start the BMM
1818
- Make the BMM unschedulable or schedulable
1919
- Reinstall the BMM image
@@ -23,9 +23,9 @@ This article describes how to perform lifecycle management operations on Bare Me
2323
1. Install the latest version of the
2424
[appropriate CLI extensions](./howto-install-cli-extensions.md)
2525
1. Ensure that the target bare metal machine (server) must have its `poweredState` set to `On` and have its `readyState` set to `True`
26-
1. Get the Resource group name that you created for `network cloud cluster resource`
26+
1. Get the Resource group name that you created for `Cluster` resource
2727

28-
## Power-off bare metal machines
28+
## Power off the BMM
2929

3030
This command will `power-off` the specified `bareMetalMachineName`.
3131

@@ -34,7 +34,7 @@ This command will `power-off` the specified `bareMetalMachineName`.
3434
--resource-group "resourceGroupName"
3535
```
3636

37-
## Start bare metal machine
37+
## Start the BMM
3838

3939
This command will `start` the specified `bareMetalMachineName`.
4040

0 commit comments

Comments
 (0)