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-bare-metal-best-practices.md
+55-1Lines changed: 55 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,60 @@ Message=[SYS043: Successfully exported Server Configuration Profile]
125
125
Percent Complete=[100]
126
126
```
127
127
128
+
#### Monitor progress using `run-read-command`
129
+
130
+
You can monitor the progress of long running Bare Metal Machine actions using a `run-read-command`.
131
+
132
+
- Some long running actions such as `Replace` or `Reimage` are composed of multiple steps, for example, `Hardware Validation`, `Deprovisioning`, or `Provisioning`.
133
+
- The following `run-read-command` shows how to view the different steps in each action, and the progress or status of each step including any potential errors.
134
+
- This information is available on the BareMetalMachine kubernetes resource during or after the action is completed.
135
+
- For more information about the `run-read-command` feature, see [BareMetal Run-Read Execution](./howto-baremetal-run-read.md).
136
+
137
+
Example `run-read-command` to view action progress on Bare Metal Machine `rack2compute08`:
138
+
139
+
```azurecli
140
+
az networkcloud baremetalmachine run-read-command \
## Best practices for a Bare Metal Machine reimage
129
183
130
184
The Bare Metal Machine (BMM) `reimage` action is explained in [Bare Metal Machine Lifecycle Management Commands] and scenario procedures described in [Troubleshoot Azure Operator Nexus Server Problems].
@@ -176,7 +230,7 @@ Before initiating any `replace` operation, ensure the following preconditions ar
176
230
- Perform high level checks covered in the article [Troubleshoot Bare Metal Machine Provisioning].
177
231
- Evaluate any Bare Metal Machine warnings or degraded conditions which could indicate the need to resolve hardware, network, or server configuration problems before a `replace` operation.
178
232
For more information, see [Troubleshoot Degraded Status Errors on Bare Metal Machines] and [Troubleshoot Bare Metal Machine Warning Status].
179
-
- Validate Bare Metal Machine has been powered on.
233
+
- Validate Bare Metal Machine is powered on.
180
234
- Validate that there are no running firmware upgrade jobs.
181
235
Follow steps in section [Determine if Firmware Update Jobs are Running](#determine-if-firmware-update-jobs-are-running).
0 commit comments