Skip to content

Commit 90fd30f

Browse files
authored
Update troubleshoot-baremetalmachine-provisioning.md
Add link to BMM in Compute concepts
1 parent 1d3500f commit 90fd30f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/operator-nexus/troubleshoot-baremetalmachine-provisioning.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ Name ResourceGroup DetailedStatus DetailedStatusMes
4141
BMM_NAME CLUSTER_MRG STATUS STATUS_MSG
4242
```
4343

44-
`STATUS` goes through the following phases throughout the BareMetal Machine provisioning process:
44+
Where `STATUS` goes through the following phases through the BareMetal Machine provisioning process (see [BMM Status in Azure Operator Nexus Compute Concepts](https://learn.microsoft.com/en-us/azure/operator-nexus/concepts-compute#bmm-status)):
45+
4546
`Registering` -> `Preparing` -> `Inspecting` -> `Available` -> `Provisioning` -> `Provisioned`
4647

4748
These phases are defined as follows:
@@ -137,8 +138,8 @@ az networkcloud baremetalmachine show -g $CLUSTER_MRG -n $BMM_NAME --query "{nam
137138
```
138139

139140
Verify the MAC address data against the BMC through the WEB UI:
140-
`BMC` -> `Dashboard` # Shows BMC MAC Address
141-
`BMC` -> `System Info` -> `Network` -> `Embedded.1-1-1` # Shows Boot MAC Address
141+
`BMC` -> `Dashboard` - Shows BMC MAC Address
142+
`BMC` -> `System Info` -> `Network` -> `Embedded.1-1-1` - Shows Boot MAC Address
142143

143144
Verify the MAC address using `racadm` from a Jumpbox that has access to the BMC network:
144145
```bash
@@ -218,4 +219,4 @@ racadm -r $BMC_IP -u $BMC_USER -p $CURRENT_PASSWORD set iDRAC.Users.2.Password
218219
After Hardware is fixed, run BMM Replace following instructions from the following page [BMM actions](howto-baremetal-functions.md).
219220

220221
If you still have questions, [contact support](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade).
221-
For more information about Support plans, see [Azure Support plans](https://azure.microsoft.com/support/plans/response/).
222+
For more information about Support plans, see [Azure Support plans](https://azure.microsoft.com/support/plans/response/).

0 commit comments

Comments
 (0)