Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 7. Verifying the post-upgrade state of the RHEL 8 system
This procedure lists Verification recommended to perform after an in-place upgrade to RHEL 8.
Prerequisites
- The system has been upgraded following the steps described in Performing the upgrade from RHEL 7 to RHEL 8 and you have been able to log in to RHEL 8.
Procedure
After the upgrade completes, determine whether the system is in the required state, at least:
Verify that the Leapp utility has finished all actions in the upgrade process and the system is ready to be used:
[ -e "/etc/systemd/system/leapp_resume.service" ] || ps -e | grep -q leapp && echo "Leapp has not finished the execution yet!"
# [ -e "/etc/systemd/system/leapp_resume.service" ] || ps -e | grep -q leapp && echo "Leapp has not finished the execution yet!"Copy to Clipboard Copied! Toggle word wrap Toggle overflow ImportantIf you attempt to use the system before the upgrade is complete, serious issues could occur.
Verify that the current OS version is Red Hat Enterprise Linux 8:
cat /etc/redhat-release Red Hat Enterprise Linux release 8.10 (Ootpa)
# cat /etc/redhat-release Red Hat Enterprise Linux release 8.10 (Ootpa)Copy to Clipboard Copied! Toggle word wrap Toggle overflow Check the OS kernel version:
uname -r
# uname -r 4.18.0-305.el<target_os>.x86_64Copy to Clipboard Copied! Toggle word wrap Toggle overflow The target_os should be either
8or8_10. Note that.el8is important and the version should not be earlier than 4.18.0-305.If you are using the Red Hat Subscription Manager:
Verify that the correct product is installed:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Verify that the release version is set to RHEL 8.10 immediately after the upgrade:
subscription-manager release
# subscription-manager release Release: 8.10Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- Verify that network services are operational, for example, try to connect to a server using SSH.
- Check the post-upgrade status of your applications. In some cases, you may need to perform migration and configuration changes manually. For example, to migrate your databases, follow instructions in RHEL 8 Database servers documentation.