Get up to 50% off on CKA, CKAD, CKS, KCNA, KCSA exams and courses!

Red Hat Satellite Server – Disconnected Installation Method – Part 2 – Configure Satellite

Red Hat Satellite Server – Disconnected Installation Method – Part 2 – Configure Satellite

Introduction

Red Hat Satellite is one of the best system management solutions by which you can deploy, configure, and maintain your systems; it can be physical, virtual, or cloud environments. Satellite is single pane tool for provisioning, remote management and monitoring of multiple Red Hat Enterprise Linux deployments.

Red Hat Satellite Server – Installation Guides

  • Red Hat Satellite Server – Connected Installation Method – Part 1 – Prepare Server
  • Red Hat Satellite Server – Connected Installation Method – Part 2 – Configure Satellite
  • Red Hat Satellite Server – Disconnected Installation Method – Part 1 – Prepare Server
  • Red Hat Satellite Server – Disconnected Installation Method – Part 2 – Configure Satellite

Download the subscriptions from the Red Hat portal.

List Subscriptions
Then, create New Subscription
Export the manifest

Import the Manifest into Satellite

Open Satellite Server Web Console, Content -> Subscriptions -> Manage Manifest

Content -> Subscriptions -> Manage Manifest
Browse the downloaded manifest and import

Check List of consumed manifests

Update Exported URL

Update Exported URL of connected satellite server under Content -> Subscriptions -> Manage Manifest

http://
SATELLITE_SERVER
/pub/export/MYORG-Rhel7-8-v1.0/MYORG/content_views/Rhel7-8/1.0/

Enabled Disconnected mode

Under Administer -> Setting -> Content

Enable the required repos

Content -> RedHat Repositories

Change the default download policy settings

To change default download policy, follow below steps on Red Hat Satellite WebUI.

Administer > Settings > Content > Select "Default Repository download policy" > set "immediate"

To change download policy of already enabled repository through WebUI.

Content > products > select "Product" > select "repository" > select "Download Policy" > choose the policy

To set download policies for all enabled repositories in Red Hat Satellite 6.

- Changing download policy to 'immediate'.
# foreman-rake katello:change_download_policy DOWNLOAD_POLICY=immediate

- Changing download policy to 'on-demand'.
# foreman-rake katello:change_download_policy DOWNLOAD_POLICY=on_demand

Refer How to change download policy of repositories in Red Hat Satellite 6 ? for more details.

Synchronize the Repo

Make sure all the repos enabled are synced without any errors. Content -> Sync Status

Setting up a daily sync plan if applicable

Content -> Sync Plans > Create Sync Plan

Create Content View

Create a content view and enable the repositories inside content view. Content -> Content Views

Publish Content View

Click “Publish New Version”
Check the version
RHEL7 Content
RHEL8 Content

Create Activation keys

Segregate based on OS version contents. Content -> Activation Keys -> Create Activation Key

Segregate based on OS version contents
Enable the Environment library and map the content view related to Activation key. Limit the hosts if applicable.
Karthik Prabhu

Karthik Prabhu

Karthik has worked as Systems Engineer and Specialist in Red Hat technologies (Ansible, Red Hat Satellite, OpenShift), SIEM, Middleware, IAM, Virtualization and Cloud.


Note

Disclaimer: The views expressed and the content shared in all published articles on this website are solely those of the respective authors, and they do not necessarily reflect the views of the author’s employer or the techbeatly platform. We strive to ensure the accuracy and validity of the content published on our website. However, we cannot guarantee the absolute correctness or completeness of the information provided. It is the responsibility of the readers and users of this website to verify the accuracy and appropriateness of any information or opinions expressed within the articles. If you come across any content that you believe to be incorrect or invalid, please contact us immediately so that we can address the issue promptly.

Share :

Related Posts

vCSA Automated Backup

vCSA Automated Backup

Image : forbesconrad.com vCenter 6.5 backup using cron job We all know that vCenter appliance can be backed up using its GUI window to any external …

Configure TLS Encrypted Tunnel For Remote Logs Using Syslog-ng

Configure TLS Encrypted Tunnel For Remote Logs Using Syslog-ng

You might be a Sysadmin, developer, DBA or whatever, logs are like treasure boxes for anyone working in IT. And the best practice to keep logs in a …

Red Hat Satellite Server – Connected Installation Method – Part 1 – Prepare Server

Red Hat Satellite Server – Connected Installation Method – Part 1 – Prepare Server

Introduction Red Hat Satellite is one of the best system management solutions by which you can deploy, configure, and maintain your systems; it can …