Creating and managing manifests for a disconnected Satellite Server
Abstract
Chapter 1. Using manifests for a disconnected Satellite Server
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. Creating a subscription allocation for a disconnected Satellite Server
Users on a connected Satellite Server create subscription manifests in the Manifests section of the Red Hat Hybrid Cloud Console. For information about how to create a manifest for a connected Satellite Server, see Creating a manifest for a connected Satellite Server.
Users using a disconnected Satellite Server can still create a new subscription allocation to set aside subscriptions and entitlements for a system that is offline or air-gapped. This is necessary before you can download its manifest and upload it to a system.
Procedure
To create a manifest for a disconnected or air-gapped Satellite Server, complete the following steps:
- 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. Adding subscriptions to a subscription allocation for a disconnected Satellite Server
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.
Procedure
To add subscriptions to a subscription allocation for a disconnected Satellite Server, complete the following steps:
- 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.
- You can include future-dated subscriptions, or subscriptions that have a start date in the future, to an allocation.
Chapter 4. Downloading a manifest for a disconnected Satellite Server
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. For information about how to export and download a manifest for a connected Satellite Server, see Exporting and downloading a manifest for connected Satellite servers.
Procedure
To download a subscription manifest for a disconnected Satellite Server, complete the following steps:
- From the Subscription Allocations page, click the allocation that you want to add subscriptions to.
- Click the Subscriptions tab.
- Click Export Manifest.
The 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. For more information, see Importing a Subscription Manifest into Satellite Server in the Red Hat Satellite Content Management Guide.
Chapter 5. Uploading a manifest to a host system
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:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow scp ~/<manifest_file>.zip satellite.example.com:
# scp ~/<manifest_file>.zip satellite.example.com:
Import the manifest to your system:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow hammer subscription upload \ --file ~/<manifest_file>.zip \ --organization "ACME"
# hammer subscription upload \ --file ~/<manifest_file>.zip \ --organization "ACME"
Providing feedback on Red Hat documentation
We appreciate your feedback on our documentation. To provide feedback, open a Jira issue that describes your concerns. Provide as much detail as possible so that your request can be addressed quickly.
Prerequisites
- You have a Red Hat Customer Portal account. This account enables you to log in to the Red Hat Jira Software instance. If you do not have an account, you will be prompted to create one.
Procedure
To provide your feedback, perform the following steps:
- Click the following link: Create Issue.
- In the Summary text box, enter a brief description of the issue.
- In the Description text box, provide more details about the issue. Include the URL where you found the issue.
- Provide information for any other required fields. Allow all fields that contain default information to remain at the defaults.
- Click Create to create the Jira issue for the documentation team.
A documentation issue will be created and routed to the appropriate documentation team. Thank you for taking the time to provide feedback.