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
+26-2Lines changed: 26 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: eak13
5
5
ms.author: ekarandjeff
6
6
ms.service: azure-operator-nexus
7
7
ms.topic: how-to
8
-
ms.date: 07/19/2024
8
+
ms.date: 04/02/2025
9
9
ms.custom: template-how-to, devx-track-azurecli
10
10
---
11
11
@@ -147,7 +147,7 @@ az networkcloud baremetalmachine reimage \
147
147
148
148
Use the `replace` command when a server encounters hardware issues requiring a complete or partial hardware replacement.
149
149
After the replacing components such as motherboard or Network Interface Card (NIC), the MAC address of Bare Metal Machine will change; however, the iDRAC IP address and hostname will remain the same.
150
-
A `replace`**must** be executed after each hardware maintenance operation, read through [Best Practices for Bare Metal Machine Operations](./howto-bare-metal-best-practices.md) for more details.
150
+
A `replace`**must** be executed after each hardware maintenance operation, read through [Best practices for a Bare Metal Machine replace](./howto-bare-metal-best-practices.md#best-practices-for-a-bare-metal-machine-replace) for more details.
@@ -162,3 +162,27 @@ az networkcloud baremetalmachine replace \
162
162
--serial-number <SERIAL_NUMBER> \
163
163
--subscription <subscriptionID>
164
164
```
165
+
166
+
If the `replace` action fails due to a hardware validation failure, the specific error or test failure is shown in the `replace` response, as shown in the following examples.
167
+
This information can also be found in the Activity Log for the Bare Metal Machine (Operator Nexus).
168
+
The error code and error message are included the JSON properties of the corresponding `BareMetalMachines_Replace` operation.
169
+
170
+
### Example 1: hardware validation fails due to invalid Baseboard Management Controller (BMC) credentials provided
(None) BMC login unsuccessful: Fail - Unauthorized; System health test(s) failed: [Additional logs: Server power down at end of test failed with: Unauthorized]
175
+
Code: None
176
+
Message: BMC login unsuccessful: Fail - Unauthorized; System health test(s) failed: [Additional logs: Server power down at end of test failed with: Unauthorized]
177
+
```
178
+
179
+
### Example 2: hardware validation fails due to networking failure
(None) Networking test(s) failed: [NIC.Slot.6-1-1_LinkStatus] expected: up; observed: Down; [Additional logs: Link failure detected on NIC.Slot.6-1-1; Unable to perform cabling check on PCI Slot 6]
184
+
Code: None
185
+
Message: Networking test(s) failed: [NIC.Slot.6-1-1_LinkStatus] expected: up; observed: Down; [Additional logs: Link failure detected on NIC.Slot.6-1-1; Unable to perform cabling check on PCI Slot 6]
186
+
```
187
+
188
+
For more information about troubleshooting hardware validation failures, see [Troubleshoot Hardware Validation Failure](./troubleshoot-hardware-validation-failure.md).
0 commit comments