このコンテンツは選択した言語では利用できません。
Chapter 2. Updating Satellite Server
Update your connected Satellite Server to the next patch version. You can follow this process to update the underlying operating system between minor release versions. For information to update a disconnected Satellite setup, see Chapter 3, Updating a disconnected Satellite Server.
If you use the Red Hat Lightspeed in Satellite, the following process updates Red Hat Lightspeed in Satellite to the latest version. The satellite-maintain tool pulls the new container images of the Red Hat Lightspeed in Satellite automatically.
Prerequisites
- Back up your Satellite Server. For more information, see Backing Up Satellite Server and Capsule Server in Administering Red Hat Satellite.
Note that the satellite-installer is executed during an upgrade or update. Any files managed by satellite-installer are overwritten. Check if you have any manual changes that would be overwritten by satellite-installer. 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.
Procedure
Ensure the Satellite Maintenance repository is enabled:
# subscription-manager repos --enable \ satellite-maintenance-6.19-for-rhel-9-x86_64-rpmsUse the health check option to determine if the system is ready for update. On first use of this command,
satellite-maintainprompts you to enter the hammer admin user credentials and saves them in the/etc/foreman-maintain/foreman-maintain-hammer.ymlfile.# satellite-maintain update checkReview the results and address any highlighted error conditions before performing the update.
Because of the lengthy update time, use a utility such as
tmuxto suspend and reattach a communication session. You can then check the update progress without staying connected to the command shell continuously.If you lose connection to the command shell where the update command is running, you can see the logged messages in the
/var/log/foreman-installer/satellite.logfile to check if the process completed successfully.Perform the update:
# satellite-maintain update runIf the
satellite-maintaincommand told you to reboot, then reboot the system:# reboot
Additional resources