Subscription-manager throws the error 'Repositories disabled by configuration' when attempting to enable a repository

Solution Verified - Updated

Environment

  • Red Hat Enterprise Linux (RHEL)
  • Simple Content Access (SCA)
  • Red Hat Subscription Manager(RHSM)
  • Red Hat Satellite 6

Issue

  • Not able to enable the repository using subscription-manager commands.
  • subscription-manager shows Repositories disabled by configuration
  • Unable to manage the repositories using subscription-manager commands.
  • The /etc/yum.repos.d/redhat.repo file is not updated after refreshing yum.
  • Unable to install any package as yum is failing with below error:
Updating Subscription Management repositories.
Error: There are no enabled repositories in "/etc/yum.repos.d", "/etc/yum/repos.d", "/etc/distro.repos.d".
  • Registering hosts with Red Hat Satellite 6 server fails with the following error:
Curl error (58): Problem with the local SSL certificate for https://satellite.example.com/pulp/content/Org/env/content/dist/..../repomd.xml [could not load PEM client certificate, OpenSSL error error:80000002:system library::No such file or directory, (no key found, wrong pass phrase, or wrong file format?)]

Resolution

Root Cause

  • This is a known issue and is currently being tracked under JIRA This content is not included.SAT-39803.

  • Repository management was disabled in /etc/rhsm/rhsm.conf file, which is responsible for configuring the repositories provided by available subscriptions via the subscription-manager module.

Diagnostic Steps

  • Verify if the value of manage_repos parameter is set to 0.

        [root@machine ~]# subscription-manager config | grep -i manage_repos 
             manage_repos = [0]
    
        [root@machine ~]# cat /etc/rhsm/rhsm.conf | grep -i manage_repos
        manage_repos = 0
    
Category

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.