Skip to content

Commit b3a2f7a

Browse files
authored
Update howto-baremetal-functions.md
Add Replace command for BMM
1 parent 7474110 commit b3a2f7a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This article describes how to perform lifecycle management operations on Bare Me
1717
- Start the BMM
1818
- Make the BMM unschedulable or schedulable
1919
- Reinstall the BMM image
20+
- Replace BMM
2021

2122
## Prerequisites
2223

@@ -85,3 +86,16 @@ az networkcloud baremetalmachine reimage –-name "bareMetalMachineName" \
8586
```
8687

8788
The reimage command restarts the BMM and uncordons it. The re-imaged BMM will have an IP address.You can start deploying workloads on the reimaged BMM.
89+
90+
## Replace BMM
91+
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`.
94+
95+
```az networkcloud baremetalmachine replace --name "bareMetalMachineName" \
96+
--bmc-credentials password="{password}" username="bmcuser" --bmc-mac-address "00:00:4f:00:57:ad" \
97+
--boot-mac-address "00:00:4e:00:58:af" --machine-name "name" --serial-number "BM1219XXX" \
98+
--resource-group "resourceGroupName"
99+
```
100+
101+

0 commit comments

Comments
 (0)