7.5 repos missing

Latest response

All, I tried enabling some of the repos in RHEL Server 7.5
example:
[root@server ~]# subscription-manager repos --enable rhel-server-rhscl-7-rpms
Error: 'rhel-server-rhscl-7-rpms' does not match a valid repository ID. Use "subscription-manager repos --list" to see valid repositories.

Any ideas on how I can remediate?

Responses

Hi Manuel,

Did you run:

subscription-manager repos --list

... to find out the valid repositories?

The results of that command will give you a listing of available repositories.

regards,

Dusan Baljevic (amateur radio VK2COT)

This is the repo i'm trying to install, I have before in the past but since I've deployed the 7.5 and cant anymore [root@server ~]# subscription-manager repos --enable rhel-server-rhscl-7-eus-rpms Error: 'rhel-server-rhscl-7-eus-rpms' does not match a valid repository ID. Use "subscription-manager repos --list" to see valid repositories.

I don't have it available anymore under 7.5 [root@server ~]# subscription-manager repos --list | grep eus [root@server ~]# [root@server ~]# subscription-manager repos --list | grep rhscl Repo ID: rhel-server-rhscl-7-beta-source-rpms Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/rhscl/1/source/SRPMS Repo ID: rhel-server-rhscl-7-beta-debug-rpms Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/rhscl/1/debug Repo ID: rhel-server-rhscl-7-beta-rpms Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/rhscl/1/os

So, I found that through my University the RHEL Academic version with Self-Support, the RHEL Academic version does not have access to all of the repos a standard version does. Please see below from the RedHat support;

"As per your queries, I would like to inform you that, - None of your Self Support subscriptions provides access to RHSCL Repositories for GA Release version of OS. "

I was able to get the php7x installed by following the recommended configurations provided to me by support engineer.

# subscription-manager attach --pool=8a85f98c635f699f016374b1eabb0c06
# subscription-manager repos --enable=rhel-server-rhscl-7-rpms 
# yum clean all
# yum install rh-php70
# scl enable rh-php70 bash 

The other question is if the repository is enabled on the satellite 6 server.

Verify content/sync status on the Satellite.

Regards,

Dusan Baljevic (amateur radio VK2COT)

This is a standalone system I'm using to validate configuration scripts, not being managed by a satellite server.

Hi Manuel,

Clean up everything and re-register the system and then re-attach the subscription :

sudo subscription-manager remove --all
sudo subscription-manager unregister
sudo subscription-manager clean

sudo subscription-manager register
sudo subscription-manager refresh
sudo subscription-manager attach --auto

This method has proven to solve such problems in many cases and now good luck ! :)

Regards,
Christian

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.