Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 11. Upgrades
11.1. Upgrade Requirements Link kopierenLink in die Zwischenablage kopiert!
- An updated Red Hat Satellite certificate
- The Red Hat Satellite Upgrade Package (
rhn-upgrade
) - The installation media for the latest version of Red Hat Satellite
Procedure 11.1. Preparing for Red Hat Satellite Upgrade
Obtain Red Hat Satellite Certificate and installation media from the Red Hat Customer Portal
- Obtain a Red Hat Satellite 5 entitlement certificate from the Red Hat Customer Portal by following the instructions in Chapter 3, Entitlement Certificate.
- Save this certificate on your Red Hat Satellite server.
Obtain Red Hat Satellite Upgrade Package (
rhn-upgrade
)- Ensure the Satellite is registered to the Red Hat Satellite Channel.
- Install the
rhn-upgrade
package with the following command:yum install rhn-upgrade
# yum install rhn-upgrade
Copy to Clipboard Copied! Toggle word wrap Toggle overflow This package installs scripts and a comprehensive set of instructions for a Red Hat Satellite upgrade within the/etc/sysconfig/rhn/satellite-upgrade
directory.
Obtain Installation Media
- Obtain a Red Hat Satellite 5.7 ISO from the Red Hat Customer Portal at https://access.redhat.com/home under Downloads.
- Download this ISO to your Red Hat Satellite server.
Backup your Satellite 5 Server
- Backup your database. Use the following commands:
db-control stop db-control backup $BACKUP_DIR
# db-control stop # db-control backup $BACKUP_DIR
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Important
Due to an updated version of the PostgreSQL Embedded Database, the database location has changed from/var/lib/pgsql
in Red Hat Satellite 5.6 to/opt/rh/postgresql92/root/var/lib/pgsql
in Red Hat Satellite 5.7. Make sure to allocate enough hard disk space to this location. - Backup your RPM packages. The default location is
/var/satellite
unless you have changed this directory in your/etc/rhn/rhn.conf
configuration file. - Backup the
/etc/rhn/rhn.conf
configuration file, especially if you have made any modifications to it for authentication or changing default directory locations. The upgrade process overwrites this file with new settings. Retain the old version your old file so you can reference your Satellite 5 server settings.