3.4. Retiring the old Satellite 5 Server
This section shows how to retire the old Satellite 5 Server after you have performed the complete migration from Red Hat Satellite 5 Server to a new Satellite 6 Server and you do not need the old Satellite 5 Server anymore. If you have migrated your Satellite 5 to the new RHSM system, proceed to 「Migrating Subscriptions to the New Satellite 6」.
If you have not migrated your Satellite 5 to the new RHSM system, create new manifests as described in Managing Subscriptions in the Content Management Guide and add them to the new Satellite 6. Optionally, run the following Python script to delete the profile of the old Satellite from RHN:
3.4.1. Migrating Subscriptions to the New Satellite 6 リンクのコピーリンクがクリップボードにコピーされました!
This section describes how to migrate subscriptions from the old Satellite 5 Server to the new Satellite 6 Server.
Configure new subscriptions:
- Log in to the Customer Portal and go to SUBSCRIPTIONS.
- Navigate to Inventory and click Satellite Organizations.
- Select the check box to the left of the name of the old Satellite 5 Server and click Delete Selected. In the alert box that appears, click Delete to delete the unit.
- Click on the name of the new Satellite 6 Server and select the check box to the left of the name of the transition subscription. Click Remove selected. In the alert box click Remove to remove the subscription.
- Click Attach a subscription, select the real Satellite subscription, and click Attach selected.
Run the following command on the new Satellite 6 Server to refresh subscription manager.
subscription-manager refresh
# subscription-manager refreshCopy to Clipboard Copied! Toggle word wrap Toggle overflow
Enable repositories on the new Satellite 6 Server
On the old Satellite 5 Server use the following command to view what channels you had enabled.
spacewalk-channel -l
# spacewalk-channel -lCopy to Clipboard Copied! Toggle word wrap Toggle overflow On the new Satellite 6 Server use the following command to list enabled repositories for an organization:
hammer product list --organization "organization_name"
# hammer product list --organization "organization_name"Copy to Clipboard Copied! Toggle word wrap Toggle overflow Configure the new Satellite 6 Server to ensure all necessary repositories are enabled.
For Web UI users
Navigate to Content
Red Hat Repositories and select repositories to be enabled. For CLI Users
Enable repositories using either the name or ID number. Optionally, include the release version and base architecture.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow