1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/ipi-install-troubleshooting-cluster-nodes-will-not-pxe.adoc

31 lines
1.1 KiB
Plaintext

// Module included in the following assemblies:
//
//installing/installing_bare_metal/ipi/ipi-install-troubleshooting.adoc
:_mod-docs-content-type: PROCEDURE
[id="ipi-install-troubleshooting-cluster-nodes-will-not-pxe_{context}"]
= Cluster nodes will not PXE boot
When {product-title} cluster nodes will not PXE boot, execute the following checks on the cluster nodes that will not PXE boot. This procedure does not apply when installing an {product-title} cluster without the `provisioning` network.
.Procedure
. Check the network connectivity to the `provisioning` network.
. Ensure PXE is enabled on the NIC for the `provisioning` network and PXE is disabled for all other NICs.
. Verify that the `install-config.yaml` configuration file includes the `rootDeviceHints` parameter and boot MAC address for the NIC connected to the `provisioning` network. For example:
+
.control plane node settings
+
----
bootMACAddress: 24:6E:96:1B:96:90 # MAC of bootable provisioning NIC
----
+
.Worker node settings
+
----
bootMACAddress: 24:6E:96:1B:96:90 # MAC of bootable provisioning NIC
----