Created 02-21-2017 08:14 AM
Created on 02-21-2017 09:21 AM - edited 02-21-2017 11:58 AM
Hello VinayRamu,
Sounds like your system is getting some sort of issue with your Red Hat Network (RHN) subscription/registration. Please check that you have an active entitlement assigned to your system/server.
To confirm, would you please issue the command below and post back the output here.
yum info cyrus-sasl-gssapi && yum install cyrus-sasl-gssapi
Thanks!
Laith
Created 02-21-2017 10:19 PM
Hi Laith,
Please find below output of each of these commands. Need help on how to progress further on this error as my trial would end in next 40 days.
[root@sv2lxecotrkappsdev02 ~]# yum info cyrus-sasl-gssapi
Loaded plugins: aliases, downloadonly, presto, product-id, refresh-packagekit,
: rhnplugin, security, tmprepo, verify, versionlock
This system is not registered with RHN Classic or RHN Satellite.
You can use rhn_register to register.
RHN Satellite or RHN Classic support will be disabled.
cloudera-cdh5 | 951 B 00:00
cloudera-cdh5/primary | 43 kB 00:00
cloudera-cdh5 146/146
epel/metalink | 14 kB 00:00
epel | 4.3 kB 00:00
epel/primary_db | 5.9 MB 00:01
scl_python27 | 3.0 kB 00:00
scl_python27/primary_db | 30 kB 00:00
Error: No matching Packages to list
[root@sv2lxecotrkappsdev02 ~]# yum install cyrus-sasl-gssapi
Loaded plugins: aliases, downloadonly, presto, product-id, refresh-packagekit,
: rhnplugin, security, tmprepo, verify, versionlock
This system is not registered with RHN Classic or RHN Satellite.
You can use rhn_register to register.
RHN Satellite or RHN Classic support will be disabled.
Setting up Install Process
No package cyrus-sasl-gssapi available.
Error: Nothing to do
Thanks,
Vinay
Created 02-22-2017 10:50 AM
Hello again, Vinay
As it shown from the output of the executed commands, your system is not registered with RHN, so you won’t be able to download/update your system packages using the default repository.
If you haven’t started your RHEL evaluation yet, then do it here
https://access.redhat.com/products/red-hat-enterprise-linux/evaluation
Also, make sure that your system has registered and subscribed, using these commands:
# subscription-manager register # subscription-manager subscribe
Then you can install your missing packages/dependencies.
If the problem still exist, I would suggest to check your subscription issue with Red Hat.
On the other hand, as a suggestion, you could try CentOS instead of RHEL, so you avoid the subscription issue, as CentOS is a free distribution of Linux.
Let me know if you need any help!
Thanks,
Laith