Upgrading disconnected Red Hat Satellite to 6.16
Upgrade Disconnected Satellite Server and Capsule
Abstract
Providing feedback on Red Hat documentation
We appreciate your feedback on our documentation. Let us know how we can improve it.
Use the Create Issue form in Red Hat Jira to provide your feedback. The Jira issue is created in the Red Hat Satellite Jira project, where you can track its progress.
Prerequisites
- Ensure you have registered a Red Hat account.
Procedure
- Click the following link: Create Issue. If Jira displays a login error, log in and proceed after you are redirected to the form.
- Complete the Summary and Description fields. In the Description field, include the documentation URL, chapter or section number, and a detailed description of the issue. Do not modify any other fields in the form.
- Click Create.
Chapter 1. Upgrading overview
Review the following prerequisites and available upgrade paths before upgrading your current Red Hat Satellite installation to Red Hat Satellite 6.16.
For interactive instructions for performing the upgrade, you can use the Red Hat Satellite Upgrade Helper on the Red Hat Customer Portal. This application provides upgrade instructions customized for your current version number of Satellite. As a result, you receive instructions that are specific to your upgrade path, as well as steps to prevent known issues. For more information, see Satellite Upgrade Helper on the Red Hat Customer Portal.
1.1. Upgrade paths
You can upgrade to Red Hat Satellite 6.16 from Red Hat Satellite 6.15. For complete instructions on how to upgrade, see Chapter 2, Upgrading Red Hat Satellite.
The high-level steps in upgrading Satellite to 6.16 are as follows:
- Ensure that your Satellite Servers and Capsule Servers have been upgraded to Satellite 6.15. For more information, see Upgrading connected Red Hat Satellite to 6.15 or Upgrading disconnected Red Hat Satellite to 6.15.
- If you use an external database, upgrade the external database to PostgreSQL 13. Optionally, upgrade the underlying operating system from Red Hat Enterprise Linux 8 to Red Hat Enterprise Linux 9.
Upgrade your Satellite Server:
- Upgrade your Satellite Server to 6.16.
Optional: Upgrade the operating system on your Satellite Server to Red Hat Enterprise Linux 9.
NoteAlthough upgrading the operating system of your Satellite Server to Red Hat Enterprise Linux 9 is optional, you will need to do it before you can upgrade to the next Satellite version after 6.16.
- Synchronize the new 6.16 repositories.
Upgrade your Capsule Servers:
- Upgrade all Capsule Servers to 6.16.
Optional: Upgrade the operating system on your Capsule Servers to Red Hat Enterprise Linux 9.
NoteAlthough upgrading the operating system of your Capsule Servers to Red Hat Enterprise Linux 9 is optional, you will need to do it before you can upgrade to the next Satellite version after 6.16.
Capsules at version 6.15 will keep working with your upgraded Satellite Server 6.16. After you upgrade Satellite Server to 6.16, you can upgrade your Capsules separately over multiple maintenance windows. For more information, see Section 1.3, “Upgrading Capsules separately from Satellite”.
Satellite services are shut down during the upgrade. Ensure to plan for the required downtime. The upgrade process duration might vary depending on your hardware configuration, network speed, and the amount of data that is stored on the server.
- Upgrading Satellite Server takes approximately 1 – 2 hours.
- Upgrading Capsule Server takes approximately 10 – 30 minutes.
Hammer and API considerations
If you have any scripts that use the Hammer CLI tool, ensure that you modify these scripts according to the changes in Hammer. If you have any integrations that use the Satellite REST API, ensure that you modify these integrations according to the changes in the API. For more information about changes in Hammer and API, see Release notes.
1.2. Prerequisites
Upgrading to Satellite 6.16 affects your entire Satellite infrastructure. Before proceeding, complete the following:
- Read the Red Hat Satellite 6.16 Release Notes.
- Ensure that you have sufficient storage space on your server. For more information, see Preparing your Environment for Installation in Installing Satellite Server in a connected network environment and Preparing your Environment for Installation in Installing Capsule Server.
-
Ensure that you have at least the same amount of free space on
/var/lib/pgsql
as that consumed by/var/lib/pgsql/data
. Upgrading to Satellite 6.16 involves a PostgreSQL 12 to PostgreSQL 13 upgrade. The contents of/var/lib/pgsql/data
are backed up during the PostgreSQL upgrade. - Back up your Satellite Server and all Capsule Servers. For more information, see Backing Up Satellite Server and Capsule Server in Administering Red Hat Satellite.
- Plan for updating any scripts you use that contain Satellite API commands because some API commands differ between versions of Satellite.
- Migrate all organizations to Simple Content Access (SCA). For more information, see the Red Hat Knowledgebase solution Simple Content Access.
-
Update certificates that use
sha1
checksum to a newer hashing algorithm.
Ensure that all Satellite Servers are on the same version.
If you customize configuration files, manually or using a tool such as Hiera, these changes are overwritten when the maintenance script runs during upgrading or updating. You can use the --noop
option with the satellite-installer to test for changes. For more information, see the Red Hat Knowledgebase solution How to use the noop option to check for changes in Satellite config files during an upgrade.
1.3. Upgrading Capsules separately from Satellite
You can upgrade Satellite to version 6.16 and keep Capsules at version 6.15 until you have the capacity to upgrade them too.
All the functionality that worked previously works on 6.15 Capsules. However, the functionality added in the 6.16 release will not work until you upgrade Capsules to 6.16.
Upgrading Capsules after upgrading Satellite can be useful in the following example scenarios:
- If you want to have several smaller outage windows instead of one larger window.
- If Capsules in your organization are managed by several teams and are located in different locations.
- If you use a load-balanced configuration, you can upgrade one load-balanced Capsule and keep other load-balanced Capsules at one version lower. This allows you to upgrade all Capsules one after another without any outage.
1.4. Following the progress of the upgrade
Because of the lengthy upgrade time, use a utility such as tmux
to suspend and reattach a communication session. You can then check the upgrade progress without staying connected to the command shell continuously. For more information, see the tmux
manual page.
If you lose connection to the command shell where the upgrade command is running you can see the logs in /var/log/foreman-installer/satellite.log
to check if the process completed successfully.
Chapter 2. Upgrading Red Hat Satellite
Use the following procedures to upgrade your existing Red Hat Satellite to Red Hat Satellite 6.16.
2.1. Satellite Server upgrade considerations
This section describes how to upgrade Satellite Server from 6.15 to 6.16. You can upgrade from any minor version of Satellite Server 6.15.
Before you begin
- Review Section 1.2, “Prerequisites”.
- Note that you can upgrade Capsules separately from Satellite. For more information, see Section 1.3, “Upgrading Capsules separately from Satellite”.
- Review and update your firewall configuration. For more information, see Preparing your environment for installation in Installing Satellite Server in a connected network environment.
- Ensure that you do not delete the manifest from the Customer Portal or in the Satellite web UI because this removes all the entitlements of your content hosts.
- If you have edited any of the default templates, back up the files either by cloning or exporting them. Cloning is the recommended method because that prevents them being overwritten in future updates or upgrades. To confirm if a template has been edited, you can view its History before you upgrade or view the changes in the audit log after an upgrade. In the Satellite web UI, navigate to Monitor > Audits and search for the template to see a record of changes made. If you use the export method, restore your changes by comparing the exported template and the default template, manually applying your changes.
- Optional: Clone your Satellite Server to test the upgrade. After you successfully test the upgrade on the clone, you can repeat the upgrade on your primary Satellite Server and discard the clone, or you can promote the clone to your primary Satellite Server and discard the previous primary Satellite Server. For more information, see Cloning Satellite Server in Administering Red Hat Satellite.
Capsule considerations
- If you use content views to control updates to a Capsule Server’s base operating system, or for Capsule Server repository, you must publish updated versions of those content views.
- Note that Satellite Server upgraded from 6.15 to 6.16 can use Capsule Servers still at 6.15.
If you implemented custom certificates, you must retain the content of both the /root/ssl-build
directory and the directory in which you created any source files associated with your custom certificates.
Failure to retain these files during an upgrade causes the upgrade to fail. If these files have been deleted, they must be restored from a backup in order for the upgrade to proceed.
FIPS mode
You cannot upgrade Satellite Server from a RHEL base system that is not operating in FIPS mode to a RHEL base system that is operating in FIPS mode.
To run Satellite Server on a Red Hat Enterprise Linux base system operating in FIPS mode, you must install Satellite on a freshly provisioned RHEL base system operating in FIPS mode. For more information, see Preparing your environment for installation in Installing Satellite Server in a connected network environment.
2.2. Upgrading the external database
If you use an external database, upgrade the external database to PostgreSQL 13. Optionally, you can upgrade the underlying operating system from Red Hat Enterprise Linux 8 to Red Hat Enterprise Linux 9.
2.2.1. Upgrading PostgreSQL on the external database system
Upgrade the external database to PostgreSQL 13 and rectify the permissions.
Procedure
- Follow the instructions in Fast upgrade using the pg_upgrade utility in Red Hat Enterprise Linux 8 Deploying different types of servers to upgrade the external database.
Correct the permissions on the
evr
extension on the external database:runuser -l postgres -c \ "psql -d foreman -c \"UPDATE pg_extension SET extowner = (SELECT oid FROM pg_authid WHERE rolname='foreman') WHERE extname='evr';\""
# runuser -l postgres -c \ "psql -d foreman -c \"UPDATE pg_extension SET extowner = (SELECT oid FROM pg_authid WHERE rolname='foreman') WHERE extname='evr';\""
Copy to Clipboard Copied!
2.2.2. Upgrading the external database operating system
Optionally, you can upgrade the external database from Red Hat Enterprise Linux 8 to Red Hat Enterprise Linux 9 using backup and restore.
Prerequisites
- A host running Red Hat Enterprise Linux 9 for PostgreSQL server that follows the external database on Red Hat Enterprise Linux 9 documentation. For more information, see Using external databases with Satellite.
Procedure
- Create a backup of your existing external database.
- Restore the backup on the new Red Hat Enterprise Linux 9 server.
Verify that Satellite can reach the new database:
PGPASSWORD='My_Foreman_Database_Password' psql -h postgres.example.com -p 5432 -U foreman -d foreman -c "SELECT 1 as ping"
# PGPASSWORD='My_Foreman_Database_Password' psql -h postgres.example.com -p 5432 -U foreman -d foreman -c "SELECT 1 as ping"
Copy to Clipboard Copied! If your Satellite Server can reach the new database server by using the old name, no further changes are required. Otherwise, reconfigure Satellite to use the new name:
satellite-installer \ --foreman-db-host newpostgres.example.com \ --katello-candlepin-db-host newpostgres.example.com \ --foreman-proxy-content-pulpcore-postgresql-host newpostgres.example.com
# satellite-installer \ --foreman-db-host newpostgres.example.com \ --katello-candlepin-db-host newpostgres.example.com \ --foreman-proxy-content-pulpcore-postgresql-host newpostgres.example.com
Copy to Clipboard Copied!
2.3. Upgrading a disconnected Satellite Server
Use this procedure if your Satellite Server is not connected to the Red Hat Content Delivery Network.
-
If you customized configuration files, either manually or using a tool such as Hiera, these changes are overwritten when you enter the
satellite-maintain
command during upgrading or updating. You can use the--noop
option with thesatellite-installer
command to review the changes that are applied during upgrading or updating. For more information, see the Red Hat Knowledgebase solution How to use the noop option to check for changes in Satellite config files during an upgrade. The hammer import and export commands have been replaced with
hammer content-import
andhammer content-export
tooling.If you have scripts that are using
hammer content-view version export
,hammer content-view version export-legacy
,hammer repository export
, or their respective import commands, you have to adjust them to use thehammer content-export
command instead, along with its respective import command.If you implemented custom certificates, you must retain the content of both the
/root/ssl-build
directory and the directory in which you created any source files associated with your custom certificates.Failure to retain these files during an upgrade causes the upgrade to fail. If these files have been deleted, they must be restored from a backup in order for the upgrade to proceed.
Before you begin
- Review and update your firewall configuration before upgrading your Satellite Server. For more information, see Port and firewall requirements in Installing Satellite Server in a disconnected network environment.
- Ensure that you do not delete the manifest from the Customer Portal or in the Satellite web UI because this removes all the entitlements of your content hosts.
- All Satellite Servers must be on the same version.
Upgrade disconnected Satellite Server
Stop all Satellite services:
satellite-maintain service stop
# satellite-maintain service stop
Copy to Clipboard Copied! Take a snapshot or create a backup:
- On a virtual machine, take a snapshot.
- On a physical machine, create a backup.
Start all Satellite services:
satellite-maintain service start
# satellite-maintain service start
Copy to Clipboard Copied! -
Optional: If you made manual edits to DNS or DHCP configuration in the
/etc/zones.conf
or/etc/dhcp/dhcpd.conf
files, back up the configuration files because the installer only supports one domain or subnet, and therefore restoring changes from these backups might be required. Optional: If you made manual edits to DNS or DHCP configuration files and do not want to overwrite the changes, enter the following command:
satellite-installer --foreman-proxy-dns-managed=false \ --foreman-proxy-dhcp-managed=false
# satellite-installer --foreman-proxy-dns-managed=false \ --foreman-proxy-dhcp-managed=false
Copy to Clipboard Copied! -
In the Satellite web UI, navigate to Hosts > Discovered hosts. If there are discovered hosts available, turn them off and then delete all entries under the
Discovered hosts
page. Select all other organizations in turn using the organization setting menu and repeat this action as required. Reboot these hosts after the upgrade has completed. Remove old repositories:
rm /etc/yum.repos.d/*
# rm /etc/yum.repos.d/*
Copy to Clipboard Copied! - Obtain the latest ISO files by following the Downloading the Binary DVD Images procedure in Installing Satellite Server in a disconnected network environment.
Create directories to serve as a mount point, mount the ISO images, and configure the
rhel8
repository by following the Configuring the base operating system with offline repositories procedure in Installing Satellite Server in a disconnected network environment.Do not install or update any packages at this stage.
Configure the Satellite 6.16 repository from the ISO file.
Copy the ISO file’s repository data file for the Red Hat Satellite packages:
cp /media/sat6/Satellite/media.repo /etc/yum.repos.d/satellite.repo
# cp /media/sat6/Satellite/media.repo /etc/yum.repos.d/satellite.repo
Copy to Clipboard Copied! Edit the
/etc/yum.repos.d/satellite.repo
file:vi /etc/yum.repos.d/satellite.repo
# vi /etc/yum.repos.d/satellite.repo
Copy to Clipboard Copied! Change the default
InstallMedia
repository name toSatellite-6.16
:[Satellite-6.16]
[Satellite-6.16]
Copy to Clipboard Copied! Add the
baseurl
directive:baseurl=file:///media/sat6/Satellite
baseurl=file:///media/sat6/Satellite
Copy to Clipboard Copied!
Configure the Red Hat Satellite Maintenance repository from the ISO file.
Copy the ISO file’s repository data file for Red Hat Satellite Maintenance packages:
cp /media/sat6/Maintenance/media.repo /etc/yum.repos.d/satellite-maintenance.repo
# cp /media/sat6/Maintenance/media.repo /etc/yum.repos.d/satellite-maintenance.repo
Copy to Clipboard Copied! Edit the
/etc/yum.repos.d/satellite-maintenance.repo
file:vi /etc/yum.repos.d/satellite-maintenance.repo
# vi /etc/yum.repos.d/satellite-maintenance.repo
Copy to Clipboard Copied! Change the default
InstallMedia
repository name toSatellite-Maintenance
:[Satellite-Maintenance]
[Satellite-Maintenance]
Copy to Clipboard Copied!
Add the
baseurl
directive:baseurl=file:///media/sat6/Maintenance/
baseurl=file:///media/sat6/Maintenance/
Copy to Clipboard Copied!
Optional: Because of the lengthy upgrade time, use a utility such as
tmux
to suspend and reattach a communication session. You can then check the upgrade progress without staying connected to the command shell continuously.If you lose connection to the command shell where the upgrade command is running, you can see the logs in
/var/log/foreman-installer/satellite.log
to check if the process completed successfully.Upgrade satellite-maintain to its next version:
satellite-maintain self-upgrade --maintenance-repo-label Satellite-Maintenance
# satellite-maintain self-upgrade --maintenance-repo-label Satellite-Maintenance
Copy to Clipboard Copied! Use the health check option to determine if the system is ready for upgrade. When prompted, enter the hammer admin user credentials to configure
satellite-maintain
with hammer credentials. These changes are applied to the/etc/foreman-maintain/foreman-maintain-hammer.yml
file.satellite-maintain upgrade check --whitelist="repositories-validate,repositories-setup"
# satellite-maintain upgrade check --whitelist="repositories-validate,repositories-setup"
Copy to Clipboard Copied! Review the results and address any highlighted error conditions before performing the upgrade.
Perform the upgrade:
satellite-maintain upgrade run --whitelist="repositories-validate,repositories-setup"
# satellite-maintain upgrade run --whitelist="repositories-validate,repositories-setup"
Copy to Clipboard Copied! If the script fails due to missing or outdated packages, you must download and install these separately. For more information, see Resolving Package Dependency Errors in Installing Satellite Server in a disconnected network environment.
If the satellite-maintain command told you to reboot, then reboot the system:
reboot
# reboot
Copy to Clipboard Copied! - Optional: If you made manual edits to DNS or DHCP configuration files, check and restore any changes required to the DNS and DHCP configuration files using the backups that you made.
If you make changes in the previous step, restart Satellite services:
satellite-maintain service restart
# satellite-maintain service restart
Copy to Clipboard Copied! If you have the OpenSCAP plugin installed, but do not have the default OpenSCAP content available, enter the following command.
foreman-rake foreman_openscap:bulk_upload:default
# foreman-rake foreman_openscap:bulk_upload:default
Copy to Clipboard Copied! - In the Satellite web UI, navigate to Configure > Discovery Rules. Associate selected organizations and locations with discovery rules.
Next steps
- Optional: Upgrade the operating system to Red Hat Enterprise Linux 9 on the upgraded Satellite Server. For more information, see Chapter 3, Upgrading Red Hat Enterprise Linux on Satellite or Capsule.
2.4. Synchronizing the new repositories
You must enable and synchronize the new 6.16 repositories before you can upgrade Capsule Servers and Satellite clients.
Procedure
- In the Satellite web UI, navigate to Content > Red Hat Repositories.
- Toggle the Recommended Repositories switch to the On position.
From the list of results, expand the following repositories and click the Enable icon to enable the repositories:
- To upgrade Satellite clients, enable the Red Hat Satellite Client 6 repositories for all Red Hat Enterprise Linux versions that clients use.
If you have Capsule Servers, to upgrade them, enable the following repositories too:
Red Hat Satellite Capsule 6.16 (for RHEL 8 x86_64) (RPMs)
Red Hat Satellite Maintenance 6.16 (for RHEL 8 x86_64) (RPMs)
Red Hat Enterprise Linux 8 (for x86_64 – BaseOS) (RPMs)
Red Hat Enterprise Linux 8 (for x86_64 – AppStream) (RPMs)
NoteIf the 6.16 repositories are not available, refresh the Red Hat Subscription Manifest. In the Satellite web UI, navigate to Content > Subscriptions, click Manage Manifest, then click Refresh.
- In the Satellite web UI, navigate to Content > Sync Status.
- Click the arrow next to the product to view the available repositories.
- Select the repositories for 6.16. Note that Red Hat Satellite Client 6 does not have a 6.16 version. Choose Red Hat Satellite Client 6 instead.
Click Synchronize Now.
ImportantIf an error occurs when you try to synchronize a repository, refresh the manifest. If the problem persists, raise a support request. Do not delete the manifest from the Customer Portal or in the Satellite web UI; this removes all the entitlements of your content hosts.
- If you use content views to control updates to the base operating system of Capsule Server, update those content views with new repositories, publish, and promote their updated versions. For more information, see Managing content views in Managing content.
2.5. Performing post-upgrade tasks
- Optional: If the default provisioning templates have been changed during the upgrade, recreate any templates cloned from the default templates. If the custom code is executed before and/or after the provisioning process, use custom provisioning snippets to avoid recreating cloned templates. For more information about configuring custom provisioning snippets, see Creating Custom Provisioning Snippets in Provisioning hosts.
Delete the
/var/lib/pgsql/data-old/
directory:rm -r /var/lib/pgsql/data-old/
# rm -r /var/lib/pgsql/data-old/
Copy to Clipboard Copied! PostgreSQL creates this directory for backup purposes during the upgrade. If the upgrade finishes successfully, the data in this directory can no longer be used.
Pulp is introducing more data about container manifests to the API. This information allows Katello to display manifest labels, annotations, and information about the manifest type, such as if it is bootable or represents flatpak content. As a result, migrations must be performed to pull this content from manifests into the database.
This migration takes time, so a pre-migration runs automatically after the upgrade to 6.16 to reduce future upgrade downtime. While the pre-migration is running, Satellite Server is fully functional but uses more hardware resources.
2.6. Upgrading Capsule Servers
This section describes how to upgrade Capsule Servers from 6.15 to 6.16.
Before you begin
- Review Section 1.2, “Prerequisites”.
- You must upgrade Satellite Server before you can upgrade any Capsule Servers. Note that you can upgrade Capsules separately from Satellite. For more information, see Section 1.3, “Upgrading Capsules separately from Satellite”.
- Ensure the Red Hat Satellite Capsule 6.16 repository is enabled in Satellite Server and synchronized.
- Ensure that you synchronize the required repositories on Satellite Server. For more information, see Section 2.4, “Synchronizing the new repositories”.
- If you use content views to control updates to the base operating system of Capsule Server, update those content views with new repositories, publish, and promote their updated versions. For more information, see Managing content views in Managing content.
- Ensure the Capsule’s base system is registered to the newly upgraded Satellite Server.
- Ensure the Capsule has the correct organization and location settings in the newly upgraded Satellite Server.
- Review and update your firewall configuration prior to upgrading your Capsule Server. For more information, see Preparing Your Environment for Capsule Installation in Installing Capsule Server.
If you implemented custom certificates, you must retain the content of both the /root/ssl-build
directory and the directory in which you created any source files associated with your custom certificates.
Failure to retain these files during an upgrade causes the upgrade to fail. If these files have been deleted, they must be restored from a backup in order for the upgrade to proceed.
Upgrading Capsule Servers
Create a backup.
- On a virtual machine, take a snapshot.
On a physical machine, create a backup.
For information on backups, see Backing Up Satellite Server and Capsule Server in Administering Red Hat Satellite.
Clean yum cache:
yum clean metadata
# yum clean metadata
Copy to Clipboard Copied! -
Synchronize the
satellite-capsule-6.16-for-rhel-8-x86_64-rpms
repository in the Satellite Server. - Publish and promote a new version of the content view with which the Capsule is registered.
Optional: Because of the lengthy upgrade time, use a utility such as
tmux
to suspend and reattach a communication session. You can then check the upgrade progress without staying connected to the command shell continuously.If you lose connection to the command shell where the upgrade command is running, you can see the logged messages in the
/var/log/foreman-installer/capsule.log
file to check if the process completed successfully.The
rubygem-foreman_maintain
is installed from the Satellite Maintenance repository or upgraded from the Satellite Maintenance repository if currently installed.Ensure Capsule has access to
satellite-maintenance-6.16-for-rhel-8-x86_64-rpms
and execute:satellite-maintain self-upgrade
# satellite-maintain self-upgrade
Copy to Clipboard Copied! On Capsule Server, verify that the
foreman_url
setting points to the Satellite FQDN:grep foreman_url /etc/foreman-proxy/settings.yml
# grep foreman_url /etc/foreman-proxy/settings.yml
Copy to Clipboard Copied! Use the health check option to determine if the system is ready for upgrade:
satellite-maintain upgrade check
# satellite-maintain upgrade check
Copy to Clipboard Copied! Review the results and address any highlighted error conditions before performing the upgrade.
Perform the upgrade:
satellite-maintain upgrade run
# satellite-maintain upgrade run
Copy to Clipboard Copied! If the satellite-maintain command told you to reboot, then reboot the system:
reboot
# reboot
Copy to Clipboard Copied! - Optional: If you made manual edits to DNS or DHCP configuration files, check and restore any changes required to the DNS and DHCP configuration files using the backups made earlier.
- Optional: If you use custom repositories, ensure that you enable these custom repositories after the upgrade completes.
Upgrading Capsule Servers using remote execution
Create a backup or take a snapshot.
For more information on backups, see Backing Up Satellite Server and Capsule Server in Administering Red Hat Satellite.
- In the Satellite web UI, navigate to Monitor > Jobs.
- Click Run Job.
- From the Job category list, select Maintenance Operations.
- From the Job template list, select Capsule Upgrade Playbook.
- In the Search Query field, enter the host name of the Capsule.
- Ensure that Apply to 1 host is displayed in the Resolves to field.
- In the target_version field, enter the target version of the Capsule.
- In the whitelist_options field, enter the options.
- Select the schedule for the job execution in Schedule.
- In the Type of query section, click Static Query.
Next steps
- Optional: Upgrade the operating system to Red Hat Enterprise Linux 9 on the upgraded Satellite Server. For more information, see Chapter 3, Upgrading Red Hat Enterprise Linux on Satellite or Capsule.
Chapter 3. Upgrading Red Hat Enterprise Linux on Satellite or Capsule
Satellite and Capsule are supported on both Red Hat Enterprise Linux 8 and Red Hat Enterprise Linux 9. You can use the following methods to upgrade your Satellite or Capsule operating system from Red Hat Enterprise Linux 8 to Red Hat Enterprise Linux 9:
- Leapp in-place upgrade
- With Leapp, you can upgrade your Satellite or Capsule in-place therefore it is faster but imposes a downtime on the services.
- Migration by using cloning
- The Red Hat Enterprise Linux 8 system remains operational during the migration using cloning, which reduces the downtime. You cannot use cloning for Capsule Server migrations.
- Migration by using backup and restore
- The Red Hat Enterprise Linux 8 system remains operational during the migration using cloning, which reduces the downtime. You can use backup and restore for migrating both Satellite and Capsule operating system from Red Hat Enterprise Linux 8 to Red Hat Enterprise Linux 9.
3.1. Upgrading Satellite or Capsule to RHEL 9 in-place by using Leapp
You can use the Leapp tool to upgrade as well as to help detect and resolve issues that could prevent you from upgrading successfully.
Prerequisites
- Review known issues before you begin an upgrade. For more information, see Known issues in Red Hat Satellite 6.16.
- If you use an HTTP proxy in your environment, configure the Subscription Manager to use the HTTP proxy for connection. For more information, see Troubleshooting in Upgrading from RHEL 8 to RHEL 9.
- Satellite 6.16 or Capsule 6.16 running on Red Hat Enterprise Linux 8.
If you are upgrading Capsule Servers, enable and synchronize the following repositories to Satellite Server, and add them to the lifecycle environment and content view that is attached to your Capsule Server:
Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs):
-
rhel-9-for-x86_64-baseos-rpms
for the major version:x86_64 9
. -
rhel-9-for-x86_64-baseos-rpms
for the latest supported minor version:x86_64 9.Y
, where Y represents the minor version. For information about the latest supported minor version for in-place upgrades, see Supported upgrade paths in Upgrading from RHEL 8 to RHEL 9.
-
Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs):
-
rhel-9-for-x86_64-appstream-rpms
for the major version:x86_64 9
. -
rhel-9-for-x86_64-appstream-rpms
for the latest supported minor version:x86_64 9.Y
, where Y represents the minor version. For information about the latest supported minor versions for in-place upgrades, see Supported upgrade paths in Upgrading from RHEL 8 to RHEL 9.
-
-
Red Hat Satellite Capsule 6.16 for RHEL 9 x86_64 RPMs:
satellite-capsule-6.16-for-rhel-9-x86_64-rpms
-
Red Hat Satellite Maintenance 6.16 for RHEL 9 x86_64 RPMs:
satellite-maintenance-6.16-for-rhel-9-x86_64-rpms
- You require access to Red Hat Enterprise Linux and Satellite packages. Obtain the ISO files for Red Hat Enterprise Linux 9 and Satellite 6.16. For more information, see Downloading the Binary DVD Images in Installing Satellite Server in a disconnected network environment.
Procedure
Install required packages:
satellite-maintain packages install leapp leapp-upgrade-el8toel9
# satellite-maintain packages install leapp leapp-upgrade-el8toel9
Copy to Clipboard Copied! Set up the required repositories to perform the upgrade in a disconnected environment.
ImportantThe required repositories cannot be served from a locally mounted ISO but must be delivered over the network from a different machine. Leapp completes part of the upgrade in a container that has no access to additional ISO mounts.
Add the following lines to
/etc/yum.repos.d/rhel9.repo
:[BaseOS] name=rhel-9-for-x86_64-baseos-rpms baseurl=http://server.example.com/rhel9/BaseOS/ [AppStream] name=rhel-9-for-x86_64-appstream-rpms baseurl=http://server.example.com/rhel9/AppStream/
[BaseOS] name=rhel-9-for-x86_64-baseos-rpms baseurl=http://server.example.com/rhel9/BaseOS/ [AppStream] name=rhel-9-for-x86_64-appstream-rpms baseurl=http://server.example.com/rhel9/AppStream/
Copy to Clipboard Copied! Add the following lines to
/etc/yum.repos.d/satellite.repo:
[satellite-6.16-for-rhel-9-x86_64-rpms] name=satellite-6.16-for-rhel-9-x86_64-rpms baseurl=http://server.example.com/sat6/Satellite/ [satellite-maintenance-6.16-for-rhel-9-x86_64-rpms] name=satellite-maintenance-6.16-for-rhel-9-x86_64-rpms baseurl=http://server.example.com/sat6/Maintenance/
[satellite-6.16-for-rhel-9-x86_64-rpms] name=satellite-6.16-for-rhel-9-x86_64-rpms baseurl=http://server.example.com/sat6/Satellite/ [satellite-maintenance-6.16-for-rhel-9-x86_64-rpms] name=satellite-maintenance-6.16-for-rhel-9-x86_64-rpms baseurl=http://server.example.com/sat6/Maintenance/
Copy to Clipboard Copied!
Let Leapp analyze your system:
leapp preupgrade \ --no-rhsm \ --enablerepo BaseOS \ --enablerepo AppStream \ --enablerepo satellite-6.16-for-rhel-9-x86_64-rpms \ --enablerepo satellite-maintenance-6.16-for-rhel-9-x86_64-rpms
# leapp preupgrade \ --no-rhsm \ --enablerepo BaseOS \ --enablerepo AppStream \ --enablerepo satellite-6.16-for-rhel-9-x86_64-rpms \ --enablerepo satellite-maintenance-6.16-for-rhel-9-x86_64-rpms
Copy to Clipboard Copied! The first run will most likely report issues and inhibit the upgrade. Examine the report in the
/var/log/leapp/leapp-report.txt
file, answer all questions by usingleapp answer
, and manually resolve other reported problems.-
Run
leapp preupgrade
again and make sure that it does not report any more issues. Let Leapp create the upgrade environment:
leapp upgrade \ --no-rhsm \ --enablerepo BaseOS \ --enablerepo AppStream \ --enablerepo satellite-6.16-for-rhel-9-x86_64-rpms \ --enablerepo satellite-maintenance-6.16-for-rhel-9-x86_64-rpms
# leapp upgrade \ --no-rhsm \ --enablerepo BaseOS \ --enablerepo AppStream \ --enablerepo satellite-6.16-for-rhel-9-x86_64-rpms \ --enablerepo satellite-maintenance-6.16-for-rhel-9-x86_64-rpms
Copy to Clipboard Copied! Reboot the system to start the upgrade.
After the system reboots, a live system conducts the upgrade, reboots to fix SELinux labels and then reboots into the final Red Hat Enterprise Linux 9 system.
Wait for Leapp to finish the upgrade. You can monitor the process with
journalctl
:journalctl -u leapp_resume -f
# journalctl -u leapp_resume -f
Copy to Clipboard Copied! Unlock packages:
satellite-maintain packages unlock
# satellite-maintain packages unlock
Copy to Clipboard Copied! - Verify the post-upgrade state. For more information, see Verifying the post-upgrade state in Upgrading from RHEL 8 to RHEL 9.
- Perform post-upgrade tasks on the RHEL 9 system. For more information, see Performing post-upgrade tasks on the RHEL 9 system in Upgrading from RHEL 8 to RHEL 9.
Lock packages:
satellite-maintain packages lock
# satellite-maintain packages lock
Copy to Clipboard Copied! - Change SELinux to enforcing mode. For more information, see Changing SELinux mode to enforcing in Upgrading from RHEL 8 to RHEL 9.
Additional resources
- For more information on customizing the Leapp upgrade for your environment, see Customizing your Red Hat Enterprise Linux in-place upgrade.
- For more information, see How to in-place upgrade an offline / disconnected RHEL 8 machine to RHEL 9 with Leapp?
3.2. Migrating Satellite to RHEL 9 by using cloning
You can clone your existing Satellite Server from Red Hat Enterprise Linux 8 to a freshly installed Red Hat Enterprise Linux 9 system. Create a backup of the existing Satellite Server, which you then clone on the new Red Hat Enterprise Linux 9 system.
You cannot use cloning for Capsule Server backups.
Procedure
- Perform a full backup of your Satellite Server. This is the source Red Hat Enterprise Linux 8 server that you are migrating. For more information, see Performing a full backup of Satellite Server in Administering Red Hat Satellite.
- Deploy a system with Red Hat Enterprise Linux 9 and the same configuration as the source server. This is the target server.
- Clone the server. Clone configures hostname for the target server. For more information, see Cloning Satellite Server in Administering Red Hat Satellite
3.3. Migrating Satellite or Capsule to RHEL 9 using backup and restore
You can migrate your existing Satellite Server and Capsule Server from Red Hat Enterprise Linux 8 to a freshly installed Red Hat Enterprise Linux 9 system. The migration involves creating a backup of the existing Satellite Server and Capsule Server, which you then restore on the new Red Hat Enterprise Linux 9 system.
Procedure
- Perform a full backup of your Satellite Server or Capsule. This is the source Red Hat Enterprise Linux 8 server that you are migrating. For more information, see Performing a full backup of Satellite Server or Capsule Server in Administering Red Hat Satellite.
- Deploy a system with Red Hat Enterprise Linux 9 and the same hostname and configuration as the source server. This is the target server.
- Restore the backup. Restore does not significantly alter the target system and requires additional configuration. For more information, see Restoring Satellite Server or Capsule Server from a backup in Administering Red Hat Satellite.
- Restore the Capsule Server backup. For more information, see Restoring Satellite Server or Capsule Server from a backup in Administering Red Hat Satellite.
- Shut down the old Red Hat Enterprise Linux 8 Capsule Server and reassign its IP address to the new Red Hat Enterprise Linux 9 system.
Appendix A. Troubleshooting permission issues
Satellite upgrades perform pre-upgrade checks. If the pre-upgrade check discovers permission issues, it fails with an error similar to the following one:
2024-01-29T20:50:09 [W|app|] Could not create role 'Ansible Roles Manager': ERF73-0602 [Foreman::PermissionMissingException]: some permissions were not found:
2024-01-29T20:50:09 [W|app|] Could not create role 'Ansible Roles Manager': ERF73-0602 [Foreman::PermissionMissingException]: some permissions were not found:
If you see an error like this on your Satellite Server, identify and remedy the permission issues.
Procedure
On your Satellite Server, identify permission issues:
satellite-maintain health check --label duplicate_permissions
# satellite-maintain health check --label duplicate_permissions
Copy to Clipboard Copied! Fix permission issues:
foreman-rake db:seed
# foreman-rake db:seed
Copy to Clipboard Copied!
Verification
Rerun the check to ensure no permission issues remain:
satellite-maintain health check --label duplicate_permissions
# satellite-maintain health check --label duplicate_permissions
Copy to Clipboard Copied!