Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 6. Verifying the post-upgrade state
After performing the in-place upgrade to RHEL 10, verify that the system is in the correct state. Doing so allows you to identify and correct any critical errors that could impact your system.
6.1. Verifying the post-upgrade state of the RHEL 10 system Link kopierenLink in die Zwischenablage kopiert!
After the upgrade to RHEL 10 is completed, determine whether the system is in the required state.
Prerequisites
- The system has been upgraded following the steps described in Performing the upgrade and you have been able to log in to RHEL 10.
Procedure
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!"ImportantIf you attempt to use the system before the upgrade is complete, serious issues could occur.
Verify that the current OS version is RHEL 10. For example:
# cat /etc/redhat-release Red Hat Enterprise Linux release 10.1 (Coughlan)Check the OS kernel version. For example:
# uname -r 6.12.0-55.2.1.el10_0.x86_64Note that
.el10is important and the version should not be earlier than 6.12.0.If you are using the Red Hat Subscription Manager:
Verify that the correct product is installed. For example:
# subscription-manager list --installed +-----------------------------------------+ Installed Product Status +-----------------------------------------+ Product Name: Red Hat Enterprise Linux for x86_64 Product ID: 479 Version: 10.1 Arch: x86_64 Status: SubscribedVerify that the release version is set to the expected target OS version immediately after the upgrade. For example:
# subscription-manager release Release: 10.1
- 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 might need to perform migration and configuration changes manually. For example, to migrate your databases, follow instructions in Configuring and using database servers.