Posted: . At: 5:46 PM. This was 7 years ago. Post ID: 8524
Page permalink. WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
These cookies expire two weeks after they are set.

How to add a Red Hat Linux 7.2 subscription after installation.

To add a subscription after installing Red Hat Enterprise Linux 7.2, type this command as root.

[root@localhost jason]# subscription-manager register --username USERNAME --password "PASSWORD"

This will setup your Red Hat subscription.

Then enter this command. This will refresh all of the information on your machine.

[root@localhost jason]# subscription-manager refresh

And finally, run this command to attach any valid subscription that matches the credentials provided.

[root@localhost jason]# subscription-manager attach

After this has completed successfully, you may then run yum update to install any pending updates for your system.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.