red hat, ansible, openshift, openstack,

Red Hat Knowledge Base

Follow · 3 mins read
Share this

Reference Documents for Red Hat Products

Red Hat Subscription Management Cheatsheet

Refer SUBSCRIPTION-MANAGER COMMAND CHEAT SHEET

# subscribe
subscription-manager register

# subscribe using username and password in line and auto-attach pool
subscription-manager register --username <username> --password <password> --auto-attach

# Pull the latest subscription data from the server
subscription-manager refresh

# Set a role for your system.
subscription-manager role --set="Red Hat Enterprise Linux Server"

# List available subscriptions
subscription-manager list --available

# attach subscription automatically with availalbe pool
subscription-manager attach --auto

# Use the pool ID of the subscription to attach the pool to the system.
subscription-manager attach --pool=<subscription-pool-id>

# check consumed subscrptions
subscription-manager list --consumed

# Subscription details
subscription-manager identity
subscription-manager status

# listing repositories
subscription-manager repos --list

# enabling server repos
subscription-manager repos \
  --enable=rhel-7-server-rpms \
  --enable=rhel-server-rhscl-7-2.9.rpms

# or for RHEL8
subscription-manager repos \
  --enable=rhel-8-for-x86_64-baseos-rpms \
  --enable=rhel-8-for-x86_64-appstream-rpms

# enabling ansible repo
subscription-manager repos \
  --enable ansible-2-for-rhel-8-x86_64-rpms

# enabling AAP repo
subscription-manager repos \
  ansible-automation-platform-2.2-for-rhel-8-x86_64-rpms

# Unregistering a system
subscription-manager remove --all
subscription-manager unregister
subscription-manager clean

YUM Download only

yum install --downloadonly --downloaddir=<directory> <package>

sosreport methods

# Generate report to a specific path
sosreport -k docker.all=on -k docker.logs=on --tmp-dir /root/sos

Repository & Satellite

Appendix

How to fix Repos not Visible on Client issue ?

goto https://access.redhat.com/labs/rhpc/

select the product -> version and arch -> follow scripted or manual

Latest Stories

Featured