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
+44-42Lines changed: 44 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,58 +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`
128
+
#### Monitor status in Bare Metal Machine JSON properties
129
129
130
-
In version 2506.2 and above, you can monitor the progress of long running Bare Metal Machine actions using a `run-read-command`.
130
+
In version 2509.1 and above, you can view the status of any recent or in progress actions in the `JSON View`of the corresponding Bare Metal Machine (Operator Nexus) resource. This shows the following information in the Bare Metal Machine JSON properties, when using API Version `2025-07-01-preview` or higher.
131
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).
132
+
- Start and end time of the action.
133
+
- Status of the action (e.g., `Succeeded`, `Failed`, `InProgress`).
134
+
- Any additional context or error message associated with the status.
135
+
- The Correlation ID for the original action request, as shown in the Azure Activity Log for the resource.
136
+
- The detailed steps included in the action, such as `Hardware Validation`, `Deprovisioning`, `Provisioning` and `Cloud Init` for a BMM Replace action.
136
137
137
-
Example `run-read-command` to view action progress on Bare Metal Machine `rack2compute08`:
138
-
139
-
```azurecli
140
-
az networkcloud baremetalmachine run-read-command \
0 commit comments