Skip to content

Commit eced681

Browse files
authored
Added Baremetal Replace command details
Added BMM Replace to this document.
1 parent dfec77c commit eced681

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ state on the BMM are `restarted` when the BMM is `uncordoned`.
7676

7777
## Reimage a BMM (reinstall a BMM image)
7878

79-
The existing BMM image can be **reinstalled** using the `reimage` command but will not install a new image.
79+
An existing BMM image is **reinstalled** using the `reimage` command. This command doesn't install a new image.
8080
Make sure the BMM's workloads are drained using the [`cordon`](#make-a-bmm-unschedulable-cordon)
8181
command, with `evacuate "True"`, prior to executing the `reimage` command.
8282

@@ -89,14 +89,11 @@ The reimage command restarts the BMM and uncordons it. The re-imaged BMM will ha
8989

9090
## Replace BMM
9191

92-
Replace will be used when a BareMetal machine has encountered hardware issues that require a complete or partial hardware replacement. During replace the MAC address of Baremetal Hosts will change, however the IDrac IP address and hostname will remain the same.
93-
This command will `replace` the specified `bareMetalMachineName`.
92+
Use `Replace BMM` command whenever a BareMetal machine has encountered hardware issues requiring a complete or partial hardware replacement. After replace the MAC address of Baremetal Host will change, however the IDrac IP address and hostname will remain the same.
9493

9594
```azurecli
9695
az networkcloud baremetalmachine replace --name "bareMetalMachineName" \
9796
--bmc-credentials password="{password}" username="bmcuser" --bmc-mac-address "00:00:4f:00:57:ad" \
9897
--boot-mac-address "00:00:4e:00:58:af" --machine-name "name" --serial-number "BM1219XXX" \
9998
--resource-group "resourceGroupName"
10099
```
101-
102-

0 commit comments

Comments
 (0)