|
| 1 | +// Module included in the following assemblies: |
| 2 | +// |
| 3 | +// * installing/index.adoc |
| 4 | + |
| 5 | +:_module-type: PROCEDURE |
| 6 | +[id="ipi-verifying-nodes-after-installation_{context}"] |
| 7 | += Verifying node state after installation |
| 8 | + |
| 9 | +[role="_abstract"] |
| 10 | +The {product-title} installation completes when the following installation health checks are successful: |
| 11 | + |
| 12 | +* The provisioning host can access the {product-title} web console. |
| 13 | +
|
| 14 | +* All control plane nodes are ready. |
| 15 | +
|
| 16 | +* All cluster Operators are available. |
| 17 | +
|
| 18 | +[NOTE] |
| 19 | +==== |
| 20 | +After the installation completes, the specific cluster Operators responsible for the worker nodes continuously attempt to provision all worker nodes. It can take some time before all worker nodes report as `READY`. For installations on bare metal, wait a minimum of 60 minutes before troubleshooting a worker node. For installations on all other platforms, wait a minimum of 40 minutes before troubleshooting a worker node. A `DEGRADED` state for the cluster Operators responsible for the worker nodes depends on the Operators' own resources and not on the state of the nodes. |
| 21 | +==== |
| 22 | + |
| 23 | +After your installation completes, you can continue to monitor the condition of the nodes in your cluster using the following steps. |
| 24 | + |
| 25 | +.Prerequisites |
| 26 | +* The installation program resolves successfully in the terminal. |
| 27 | +
|
| 28 | +.Procedure |
| 29 | +. Show the status of all worker nodes: |
| 30 | + |
| 31 | ++ |
| 32 | +[source,terminal] |
| 33 | +---- |
| 34 | +$ oc get nodes |
| 35 | +---- |
| 36 | + |
| 37 | ++ |
| 38 | +.Example output |
| 39 | +[source,terminal] |
| 40 | +---- |
| 41 | +NAME STATUS ROLES AGE VERSION |
| 42 | +example-compute1.example.com Ready worker 13m v1.21.6+bb8d50a |
| 43 | +example-compute2.example.com Ready worker 13m v1.21.6+bb8d50a |
| 44 | +example-compute4.example.com Ready worker 14m v1.21.6+bb8d50a |
| 45 | +example-control1.example.com Ready master 52m v1.21.6+bb8d50a |
| 46 | +example-control2.example.com Ready master 55m v1.21.6+bb8d50a |
| 47 | +example-control3.example.com Ready master 55m v1.21.6+bb8d50a |
| 48 | +---- |
| 49 | + |
| 50 | +. Show the phase of all worker machine nodes: |
| 51 | + |
| 52 | ++ |
| 53 | +[source,terminal] |
| 54 | +---- |
| 55 | +$ oc get machines -A |
| 56 | +---- |
| 57 | + |
| 58 | ++ |
| 59 | +.Example output |
| 60 | +[source,terminal] |
| 61 | +---- |
| 62 | +NAMESPACE NAME PHASE TYPE REGION ZONE AGE |
| 63 | +openshift-machine-api example-zbbt6-master-0 Running 95m |
| 64 | +openshift-machine-api example-zbbt6-master-1 Running 95m |
| 65 | +openshift-machine-api example-zbbt6-master-2 Running 95m |
| 66 | +openshift-machine-api example-zbbt6-worker-0-25bhp Running 49m |
| 67 | +openshift-machine-api example-zbbt6-worker-0-8b4c2 Running 49m |
| 68 | +openshift-machine-api example-zbbt6-worker-0-jkbqt Running 49m |
| 69 | +openshift-machine-api example-zbbt6-worker-0-qrl5b Running 49m |
| 70 | +---- |
0 commit comments