Creating and managing manifests for a disconnected Satellite Server
Abstract
Preface Copy linkLink copied to clipboard!
This guide covers creating and managing manifests for a disconnected Satellite Server.
Chapter 1. Manifests for a disconnected Satellite Server Copy linkLink copied to clipboard!
Only users on a disconnected Satellite Server create and manage subscription manifests from the Customer Portal.
Users on a connected Satellite Server create and manage their subscription manifests in the Manifests section of the Red Hat Hybrid Cloud Console. For information about creating and managing subscription manifests for a connected Satellite Server, see Creating and managing a manifest for a connected Satellite Server.
Chapter 2. Create a subscription allocation for a disconnected Satellite Server Copy linkLink copied to clipboard!
You can create a new subscription allocation to set aside subscriptions and entitlements for a system that is offline or air-gapped in disconnected Satellite Server. This is necessary before you can download its manifest and upload it to a system.
In connected Satellite Server, you can create subscription manifests in the Manifests section of the Red Hat Hybrid Cloud Console.
To create a manifest for a disconnected or air-gapped Satellite Server, complete the following steps.
Procedure
- From the Subscription Allocations page, click Create Manifest.
- Click New Subscription Allocation
- Enter a Name for the allocation so that you can find it later.
- Select the Type of subscription management application you plan to use on the system.
- Click Create.
Chapter 3. Add subscriptions to a subscription allocation for a disconnected Satellite Server Copy linkLink copied to clipboard!
Only users on a disconnected Satellite Server need to add subscriptions to a subscription allocation. If you are a disconnected user, you must complete this step before you can download the manifest and add it to the host system.
Users on a connected Satellite Server skip this step. For information about managing a subscription manifest for a connected Satellite Server, see Creating and managing a manifest for a connected Satellite Server.
To add subscriptions to a subscription allocation for a disconnected Satellite Server, complete the following steps.
Procedure
- From the Subscription Allocations page, click the allocation to which you are adding subscriptions.
- Click the Subscriptions tab.
- Click Add Subscriptions.
- Enter the number of entitlements for each subscription you plan to add. Ensure that you are adding the correct number of entitlements for the system you are using.
Click Submit.
NoteYou can include future-dated subscriptions, or subscriptions that have a start date in the future, to an allocation.
Chapter 4. Download a manifest for a disconnected Satellite Server Copy linkLink copied to clipboard!
Only users on a disconnected Satellite Server download a subscription manifest from the Customer Portal.
Users on a connected Satellite Server download subscription manifests in the Manifests section of the Red Hat Hybrid Cloud Console.
To download a subscription manifest for a disconnected Satellite Server, complete the following steps.
Procedure
- From the Subscription Allocations page, click the allocation that you want to add subscriptions to.
- Click the Subscriptions tab.
Click Export Manifest.
NoteThe file saves to your default downloads folder.
- After you download the manifest, you can import it into your Satellite Server. You can then use the Satellite web UI to update the manifest and refresh it to reflect the changes. Alternatively, you can import an updated manifest that contains the changes.
Chapter 5. Upload a manifest to a host system Copy linkLink copied to clipboard!
A system needs a manifest to connect to Red Hat Subscription Management. If you used a subscription allocation to create the manifest, you need to download the manifest first and then upload it to the host system. This situation is useful for systems that are offline or air-gapped.
Procedure
On the local system, copy the manifest:
# scp ~/<manifest_file>.zip satellite.example.com:Import the manifest to your system:
# hammer subscription upload \ --file ~/<manifest_file>.zip \ --organization "ACME"