Phase 0: Red Hat Registration & ISO

Phase 0: Red Hat Registration & ISO

Red Hat Developer Subscription

The Developer Subscription is free and gives full access to RHEL, repos, and updates for up to 16 systems.

Register

  1. Go to developers.redhat.com/register

  2. Create a Red Hat account (or log in if existing)

  3. Accept the Developer Subscription terms

  4. Your subscription is now active

Verify Subscription

# After registration, verify at:
# https://access.redhat.com/management/subscriptions
# Should show: "Red Hat Developer Subscription for Individuals"

Download RHEL 9 ISO

mkdir -p ~/isos

Download from the Red Hat Customer Portal:

  1. Go to access.redhat.com/downloads/content/rhel

  2. Select Red Hat Enterprise Linux 9x86_64

  3. Download the DVD ISO (full installer, ~9 GB)

# Verify download (check SHA-256 from Red Hat portal)
sha256sum ~/isos/rhel-9.*-x86_64-dvd.iso
Unlike Rocky/Alma, RHEL ISOs require a Red Hat account to download. This is expected — it’s an authenticated product.

Subscription Manager Concepts

Before installation, understand these RHEL-specific concepts:

Concept Description

subscription-manager register

Registers the system with Red Hat. Required for repo access.

subscription-manager attach

Attaches a subscription to the system (auto-attach with Developer Sub).

Entitlement certificates

Stored in /etc/pki/entitlement/. Prove the system is subscribed.

Content delivery

Repos are served from cdn.redhat.com (authenticated, not mirrors).

Simple Content Access (SCA)

Developer Subscription uses SCA — no manual attach needed.

Check Status

Red Hat account created

[ ]

Developer Subscription active

[ ]

RHEL 9 DVD ISO downloaded

[ ]

ISO checksum verified

[ ]