此内容没有您所选择的语言版本。
Chapter 12. Migrating from RHN to RHSM
Red Hat Network (RHN) is to be decommissoned, and this has an impact on existing Red Hat Satellite 5 installations. All Red Hat Enterprise Linux systems must have their registration migrated to Red Hat Subscription Management (RHSM). For Satellite 5 installations, this requires the registration of the Satellite 5 system be migrated, possibly also the registration of the Managed Database system. This chapter provides the instructions for migrating the registration of an existing Red Hat Satellite 5 installation to RHSM.
Red Hat Satellite 5 currently requires access to RHN for both registration and content hosting. When a system is registered to RHN, a system ID is created. The system authenticates to Red Hat Network with its system ID, entitling it to receive updates, errata, and synchronize content. Without a valid system ID, a system cannot receive updates or synchronize content.
Before RHN is decommissoned, Satellite 5 systems must have their registration migrated to RHSM. When a system is migrated from RHN to RHSM, the system ID is deleted, and replaced with a subscription management UUID. Satellite 5 systems whose registration has been migrated to RHSM continue to synchronize content with RHN.
Red Hat Satellite 5 can be installed in one of several configurations: embedded database, managed database, and external database. All configurations require the Satellite 5 host's registration to be migrated. In the managed database configuration, if the Managed Database host is registered with RHN, its registration must also be migrated. If the Managed Database host is registered to the Satellite server, no subscription migration is required. Hosts managed by Satellite 5 continue to get their subscriptions and content from the Satellite server.
Warning
Registration migration from Red Hat Network to Red Hat Subscription Manager is a one-way process. Red Hat recommends you take a complete backup of the Satellite 5.7 system prior to proceeding.
To migrate the Satellite 5 host's registration, complete the following procedures:
To migrate the Managed Database host's registration, complete the following procedures.
Warning
If the Managed Database host is registered to the Satellite server, its subscription does not need to be migrated to Red Hat Subscription Manager.
Procedure 12.1. Upgrading the Satellite 5 Database Schema
Before proceeding with the migration, it is important that the Satellite 5 database schema be up to date.
- On the Satellite 5 server, list packages for which updates are applicable.
yum check-update
# yum check-updateCopy to Clipboard Copied! Toggle word wrap Toggle overflow If there is an update pending for thesatellite-schemapackage, complete the procedure detailed in How to upgrade the database schema of a Red Hat Satellite 5 server.
Procedure 12.2. Removing the Satellite 5 Subscription from Red Hat Network
The Satellite 5 subscription must be removed from Red Hat Network so that the subscription can be applied via Red Hat Subscription Manager.
- Open a web browser, log into the Red Hat Customer Portal, click Subscriptions, click Satellite in the list of Subscription Management Applications, then click on the Satellite tab.
- Find the desired Satellite instance in the list, and click on the host name.
Figure 12.1. Details of the Satellite 5 Subscription
- Click the check box beside the Red Hat Satellite subscription to be migrated, click , then click to confirm.
Warning
Remove only the Red Hat Satellite subscription. All other subscriptions must remain.The successful removal of the Red Hat Satellite subscription is confirmed by the message: The subscription(s) you selected have been removed. - In the Version drop-down list, select the version of Satellite 5 which you are currently running.
- Click and save the certificate file locally.The Satellite 5 entitlement certificate, contained in the file downloaded, is required in Procedure 12.3, “ Migrating the Satellite 5 Registration ”.
Procedure 12.3. Migrating the Satellite 5 Registration
- Record the Red Hat Network username which was used to register the Red Hat Enterprise Linux instance. This username and its password is required by the migration script.
grep -A1 name\>username /etc/sysconfig/rhn/systemid
# grep -A1 name\>username /etc/sysconfig/rhn/systemidCopy to Clipboard Copied! Toggle word wrap Toggle overflow In this example, the username isadmin@example.com.<name>username</name> <value><string>admin@example.com</string></value>
<name>username</name> <value><string>admin@example.com</string></value>Copy to Clipboard Copied! Toggle word wrap Toggle overflow - On the Satellite 5 server, ensure that all packages are current.
yum update
# yum updateCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Confirm the version of the
spacewalk-backendpackage is at version2.0.3-42or higher.Note
If this is the Managed DB host, skip this step.rpm -q spacewalk-backend
# rpm -q spacewalk-backend spacewalk-backend-2.0.3-42.el6sat.noarchCopy to Clipboard Copied! Toggle word wrap Toggle overflow Warning
If version 2.0.3-42 (or higher) ofspacewalk-backendpackage is not available, or cannot be installed, do NOT proceed with the migration. Contact Red Hat Support for assistance. - Install the packages
subscription-managerandsubscription-manager-migration.Thesubscription-manager-migrationpackage contains the Satellite 5 subscription script.yum install subscription-manager yum install subscription-manager-migration
# yum install subscription-manager # yum install subscription-manager-migrationCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Run the Satellite 5 Red Hat Network to Red Hat Subscription Manager migration script.
rhn-migrate-classic-to-rhsm
# rhn-migrate-classic-to-rhsm Legacy username: Red Hat Network username Legacy password: Red Hat Network passwordCopy to Clipboard Copied! Toggle word wrap Toggle overflow TheLegacy usernameandLegacy passwordare the same credentials which were used to register the server to Red Hat Network. The username was obtained in the prior step.Example output fromrhn-migrate-classic-to-rhsm.Copy to Clipboard Copied! Toggle word wrap Toggle overflow The messageSystem 'satellite.example.com' successfully registered.confirms that the Satellite 5 system's migration to Red Hat Subscription Manager has been successful. In this example, the Satellite 5 server has been given a Red Hat Subscription Management UUID of284e025c-4a60-4084-b49c-4cb26fd7cf93. - Disable all repositories.
subscription-manager repos --disable '*'
# subscription-manager repos --disable '*'Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Enable only the following repositories.For Red Hat Enterprise Linux 6
subscription-manager repos --enable rhel-6-server-rpms subscription-manager repos --enable rhel-6-server-satellite-5.7-rpms
# subscription-manager repos --enable rhel-6-server-rpms # subscription-manager repos --enable rhel-6-server-satellite-5.7-rpmsCopy to Clipboard Copied! Toggle word wrap Toggle overflow For Red Hat Enterprise Linux 5subscription-manager repos --enable rhel-5-server-rpms subscription-manager repos --enable rhel-5-server-satellite-5.7-rpms
# subscription-manager repos --enable rhel-5-server-rpms # subscription-manager repos --enable rhel-5-server-satellite-5.7-rpmsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Reactivate the Satellite 5 instance.
Note
If this is the Managed DB host, skip this step.Therhn-satellite-activatecommand requires the certificate downloaded in Procedure 12.2, “ Removing the Satellite 5 Subscription from Red Hat Network ”. In this example, the certificate was saved in fileSatellite-57.cert.rhn-satellite-activate -vvv --rhn-cert=Satellite-57.cert
# rhn-satellite-activate -vvv --rhn-cert=Satellite-57.cert RHN_PARENT: satellite.rhn.redhat.comCopy to Clipboard Copied! Toggle word wrap Toggle overflow When the Satellite Server is reactivated, you may see the following error message. This is expected, and can be safely ignored, because thesystemidfile is the Red Hat Network system ID. The system ID file is deleted when the host's registration is migrated to Red Hat Subscription Manager.ERROR: Server not registered? No systemid: /etc/sysconfig/rhn/systemid
ERROR: Server not registered? No systemid: /etc/sysconfig/rhn/systemidCopy to Clipboard Copied! Toggle word wrap Toggle overflow - If Satellite is installed on Red Hat Enterprise Linux 6, optionally remove the packages which were previously used to communicate with Red Hat Network.
Warning
Do not remove the packages if Satellite is installed on Red Hat Enterprise Linux 5. Removing these packages from Red Hat Enterprise Linux 5 will result in the failure of Satellite.yum remove yum-rhn-plugin rhn-check rhn-setup rhnsd
# yum remove yum-rhn-plugin rhn-check rhn-setup rhnsdCopy to Clipboard Copied! Toggle word wrap Toggle overflow