mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
24 lines
717 B
Plaintext
24 lines
717 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * microshift_install_get_ready/microshift-greenboot.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="microshift-greenboot-workloads-validation_{context}"]
|
|
= Checking the results of an update
|
|
|
|
After a successful start, greenboot sets the variable `boot_success=` to `1` in GRUB. You can view the overall status of system health checks after an update in the system log by using the following procedure.
|
|
|
|
.Procedure
|
|
|
|
* To access the overall status of system health checks, run the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ sudo grub2-editenv - list | grep ^boot_success
|
|
----
|
|
|
|
.Example output for a successful system start
|
|
[source,terminal]
|
|
----
|
|
boot_success=1
|
|
---- |