3.4. Setting bare-metal provisioned nodes to the active state
Before you upgrade your environment, you must confirm that all of your bare-metal provisioned nodes are in the ACTIVE state. If any nodes are in the MAINTENANCE state, you must unset the MAINTENANCE state. If any nodes remain in the MAINTENANCE state, you cannot proceed with the upgrade.
Procedure
Confirm that all bare-metal provisioned nodes are in the
ACTIVEstate:$ openstack baremetal node listIf any nodes are in the
MAINTENANCEstate, identify and troubleshoot the root cause of the nodes that are inMAINTENANCEby running the following command and checking thelast_errorfield:$ openstack baremetal node show <node_uuid>-
Replace
<node_uuid>with the UUID of the node.
-
Replace
Unset the
MAINTENANCEstate:$ openstack baremetal node maintenance unset <node_uuid>Wait three to five minutes to see if the node returns to the
MAINTENANCEstate.중요If you are unable to remove the nodes from
MAINTENANCE, contact Red Hat Support.