Skip to content

Commit 820f27c

Browse files
authored
Update howto-baremetal-functions.md
1 parent b3a2f7a commit 820f27c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +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 replacements. 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 `bareMetalMachineName`.
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`.
9494

95-
```az networkcloud baremetalmachine replace --name "bareMetalMachineName" \
95+
```azurecli
96+
az networkcloud baremetalmachine replace --name "bareMetalMachineName" \
9697
--bmc-credentials password="{password}" username="bmcuser" --bmc-mac-address "00:00:4f:00:57:ad" \
9798
--boot-mac-address "00:00:4e:00:58:af" --machine-name "name" --serial-number "BM1219XXX" \
9899
--resource-group "resourceGroupName"

0 commit comments

Comments
 (0)