YUM Update ERROR: 28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds' Trying other mirror

While updating RHEL server using yum command we may notice this error 28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds' Trying other mirror. This is due to https://cdn.redhat.com website is unreachable.

To address this issue we have to disable all repository and enable rhel-7-server-rpms repository temporarily.

Also visit other topics Yum error - package is a duplicate with and Can not find RHNS CA file: /usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT

28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds' Trying other mirror : 4 Easy Steps

Step-1: Refresh subscription manager
# subscription-manager refresh
# yum repolist

Step-2: Disable all repository temporarily
# subscription-manager repos --disable="*"

Step-3: Enable rhel-7-server-rpms repository
# subscription-manager repos –enable=rhel-7-server-rpms

Step-4: Check repolist
# yum repolist

Comments

Post a Comment

Popular posts from this blog

How to install glibc 2.14 on RHEL 6/ RHEL 7/ CentOS 7

Export and Import users/groups and OU in AD Server 2008 using LDIFDE command.

How to Set Up and Configure latest yum repository on CentOS