Creating and managing manifests for a disconnected Satellite Server


Subscription Central 1-latest

Red Hat Customer Content Services

Abstract

This guide describes how to create, export, delete, and modify a manifest for a Red Hat Satellite Server on a disconnected network. Manifests enable you to find, access, synchronize, and download content from the correct repositories for use in the Satellite organizations that are managed by a Satellite Server.

Preface

This guide covers creating and managing 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.

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.

Note

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

  1. From the Subscription Allocations page, click Create Manifest.
  2. Click New Subscription Allocation
  3. Enter a Name for the allocation so that you can find it later.
  4. Select the Type of subscription management application you plan to use on the system.
  5. Click Create.

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

  1. From the Subscription Allocations page, click the allocation to which you are adding subscriptions.
  2. Click the Subscriptions tab.
  3. Click Add Subscriptions.
  4. 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.
  5. Click Submit.

    Note

    You can include future-dated subscriptions, or subscriptions that have a start date in the future, to an allocation.

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

  1. From the Subscription Allocations page, click the allocation that you want to add subscriptions to.
  2. Click the Subscriptions tab.
  3. Click Export Manifest.

    Note

    The file saves to your default downloads folder.

  4. 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

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

  1. On the local system, copy the manifest:

    # scp ~/<manifest_file>.zip satellite.example.com:
  2. Import the manifest to your system:

    # hammer subscription upload \
    --file ~/<manifest_file>.zip \
    --organization "ACME"

Legal Notice

Copyright © Red Hat.
Except as otherwise noted below, the text of and illustrations in this documentation are licensed by Red Hat under the Creative Commons Attribution–Share Alike 3.0 Unported license . If you distribute this document or an adaptation of it, you must provide the URL for the original version.
Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law.
Red Hat, the Red Hat logo, JBoss, Hibernate, and RHCE are trademarks or registered trademarks of Red Hat, LLC. or its subsidiaries in the United States and other countries.
Linux® is the registered trademark of Linus Torvalds in the United States and other countries.
XFS is a trademark or registered trademark of Hewlett Packard Enterprise Development LP or its subsidiaries in the United States and other countries.
The OpenStack® Word Mark and OpenStack logo are trademarks or registered trademarks of the Linux Foundation, used under license.
All other trademarks are the property of their respective owners.
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2026 Red Hat
Back to top