Installed oracle linux 6 but I am not able to get the updates and getting message
[root@ordb01 ~]# yum update
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with ULN.
ULN support will be disabled.
Setting up Update Process
No Packages marked for Update
[root@ordb01 ~]#
Solution is
# cd /etc/yum.repos.d
# wget http://yum.oracle.com/public-yum-ol6.repo
make sure that enabled=1 under ol6_latest
Now we can install the updates without any issue.
# yum update
BINGO!!!
[root@ordb01 ~]# yum update
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with ULN.
ULN support will be disabled.
Setting up Update Process
No Packages marked for Update
[root@ordb01 ~]#
Solution is
# cd /etc/yum.repos.d
# wget http://yum.oracle.com/public-yum-ol6.repo
make sure that enabled=1 under ol6_latest
Now we can install the updates without any issue.
# yum update
BINGO!!!
No comments:
Post a Comment