You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-baremetal-functions.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ This command will `restart` the specified `bareMetalMachineName`.
61
61
62
62
You can make a BMM unschedulable by executing the [`cordon`](#make-a-bmm-unschedulable-cordon) command.
63
63
On the execution of the `cordon` command,
64
-
Operator Nexus workloads are not scheduled on the BMM when cordon is set; any attempt to create a workload on a `cordoned`
64
+
Operator Nexus workloads aren't scheduled on the BMM when cordon is set; any attempt to create a workload on a `cordoned`
65
65
BMM results in the workload being set to `pending` state. Existing workloads continue to run.
66
66
The cordon command supports an `evacuate` parameter with the default `False` value.
67
67
On executing the `cordon` command, with the value `True` for the `evacuate`
@@ -89,7 +89,7 @@ state on the BMM are `restarted` when the BMM is `uncordoned`.
89
89
90
90
## Reimage a BMM
91
91
92
-
You can restore the runtime version image on a BMM by executing `reimage` command. This command **reinstalls** the runtime bundle on the OS partition, however it does not impact the tenant workload files on this BMM.
92
+
You can restore the runtime version image on a BMM by executing `reimage` command. This command **reinstalls** the runtime bundle on the OS partition, however it doesn't impact the tenant workload files on this BMM.
93
93
As a best practice, make sure the BMM's workloads are drained using the [`cordon`](#make-a-bmm-unschedulable-cordon)
94
94
command, with `evacuate "True"`, prior to executing the `reimage` command.
95
95
@@ -99,8 +99,6 @@ az networkcloud baremetalmachine reimage \
99
99
--resource-group "resourceGroupName"
100
100
```
101
101
102
-
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.
103
-
104
102
## Replace BMM
105
103
106
104
Use `Replace BMM` command when a server has encountered hardware issues requiring a complete or partial hardware replacement. After replacement of components such as motherboard or NIC replacement, the MAC address of BMM will change, however the IDrac IP address and hostname will remain the same.
0 commit comments