How to register and subscribe a RHEL system to the Red Hat Customer Portal using Red Hat Subscription-Manager?

Solution Verified - Updated -

Environment

  • Red Hat Enterprise Linux (RHEL)
    • RHEL 5.7 and later
    • RHEL 6.1 and later
    • RHEL 7.0 and later
    • RHEL8
    • RHEL9
  • Red Hat Subscription Management
  • Red Hat Subscription-Manager
  • Red Hat Customer Portal

Issue

  • How to register a new Red Hat Enterprise Linux system to the Customer Portal using Red Hat Subscription-Manager?
  • How to un-register a RHEL system using Red Hat Subscription-Manager?
  • How to register a Red Hat Enterprise Linux server to a specific subscription using its pool-id?
  • How to register and subscribe RHEL systems running behind a Firewall or a Proxy?
  • How to register RHEL systems using an Activation key?
  • How to update or migrate registered RHEL server from RHN Classic to RHSM?
  • What is Subscription-Manager and how do I register a RHEL system so that I can install packages or updates with yum?
  • How do I register my RHEL system to RHSM using Subscription-Manager, to be able to install packages using yum?
  • We are not able to install the packages from yum, how to register a RHEL system to RHSM to access the packages?
  • I'm trying to find rhn_register with RHEL 7.0 but it's missing. How do I register a RHEL7 server for updates?

Resolution

Red Hat Subscription Management allows users to track their subscription quantity and consumption.

NOTE: With Red Hat Subscription-Manager, registration and utilization of a subscription is actually a two-part process.
First register a system, then apply a subscription.

Red Hat Labs Registration Assistant

We have an online tool to assist you in selecting the most appropriate registration technology for your system. If you would prefer to use this tool, please visit https://access.redhat.com/labs/registrationassistant/.

Register and automatically subscribe in one step

Use the following command to register the system, then automatically associate any available subscription matching that system:

# subscription-manager register --username <username> --password <password> --auto-attach

If the command is unable to attach a subscription, it will indicate that in the output. Then, you can attach the subscription from the Customer Portal, instead (see the next section).

Register first, then attach a subscription in the Customer Portal

Use the following command to register a system without immediately attaching a subscription:

# subscription-manager register

Attach a specific subscription through the Customer Portal

After registration, you can assign a subscription to the registered system from the Customer Portal by referring this article.

  • After this, refresh the information on your machine using the following command. Be sure to run this any time you add or change the attached subscription from the Customer Portal:
# subscription-manager refresh

Attach a subscription from any available that match the system

After registration, use the following command to attach any available subscription that matches the current system.

# subscription-manager attach --auto

Register with a specific pool

After registration, use the following command to attach a subscription from a specific pool:

# subscription-manager attach --pool=<POOL_ID>

(You can find which pools are available with subscription-manager list --available)
Note: With subscription-manager-1.1.9-1 or later, attach option has been replacing the subscribe option. For more information, please refer to following article: RHBA-2013-0350

If you are not sure of the pool ID needed, these and details such as expiration dates can be viewed using the following command:

# subscription-manager list --available --all

For subscribing systems with RHEL Virtual Data Center subscription, you may refer to the Solution: How to subscribe a VMware or Hyper-V guest using "Red Hat Enterprise Linux for Virtual Datacenter subscription"

Registration via GUI

# subscription-manager-gui
  • Systems can also be registered with Customer Portal Subscription Management during the first-boot process or as part of the kick-start setup (both described in the Installation Guide)

Connecting through a HTTP Proxy or Firewall

For systems running behind a corporate Firewall or a HTTP based Proxy, the administrators need to follow the steps shared in the Solution: How to access Red Hat Subscription Manager (RHSM) through a firewall or proxy?

Offline Registration

Some systems may not have internet connectivity, but administrators still want to attach and track the subscriptions for that system. This can be done by manually registering the system using the Customer Portal.

Registering Using Activation Key

Activation keys in Red Hat Subscription Management allows you to register and attach subscriptions associated with your account without having to specify your RHSM Username and Password. Organization administrators can use keys to pre-configure subscriptions before they are registered. Once an organization key is created, users can register systems and have all of their required subscriptions attached to their system at once. This can be done by How to register a system to Red Hat Subscription Management using an activation key?

Un-registering a system

# subscription-manager remove --all
# subscription-manager unregister
# subscription-manager clean

Also see How to delete System Profiles for those registered with Red Hat Subscription Manager (RHSM)?

Migrating from RHN Classic to RHSM

Troubleshooting

Having trouble? Please check the below solutions for troubleshooting common issues while registering systems:

RHEL Systems Registration Guide

This document is part of a collection covering RHEL System Registration.
If this is not the right solution for your registration needs and you wish to make a different registration choice, then you can return to the RHEL Systems Registration Guide.

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments