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
-
Create a Red Hat account (or log in if existing)
-
Accept the Developer Subscription terms
-
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:
-
Select Red Hat Enterprise Linux 9 → x86_64
-
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 |
|---|---|
|
Registers the system with Red Hat. Required for repo access. |
|
Attaches a subscription to the system (auto-attach with Developer Sub). |
Entitlement certificates |
Stored in |
Content delivery |
Repos are served from |
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 |
[ ] |