Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Red Hat Developer: Subscription Attachment [closed]

I installed RHEL7 for developers (NO-Cost subscription) and registered it with my username and password for the customer portal , however it doesn't want to attach the subscription. That's the error

So in order to do it manually I need to run the following command

subscription-manager attach --pool=YourID

And in order to find my ID I have to run the command

subscription-manager list --available

Which returns

No available subscription pools to list

I logged in in my account on developers.redhat.com and it says:enter image description here

But on the customer panel it says I don't have any active subscriptions

What am I doing wrong?

Thank you in advance!!

like image 707
Dimitar Markov Avatar asked Feb 25 '26 12:02

Dimitar Markov


1 Answers

try :

$ subscription-manager register

put your username and password then :

$ subscription-manager attach --auto

Should say something like:

Installed Product Current Status :

Product Name: Red Hat Enterprise Linux

Status: Subscribed

like image 153
StealthOne Avatar answered Feb 28 '26 04:02

StealthOne