Wednesday, June 01, 2011

yum upgrade - OL6_u0 to OL6_u1

Oracle Linux 6 update 1 (OL6_u1) available. I install OL6_u0 for test, time for upgrading (yum upgrade). check more http://public-yum.oracle.com
# uname -r
2.6.32-100.28.5.el6.x86_64

# cat /etc/oracle-release
Oracle Linux Server release 6.0
After read on http://public-yum.oracle.com, have to download public-yum-ol6.repo file.
# cd /etc/yum.repos.d
# wget http://public-yum.oracle.com/public-yum-ol6.repo
--2011-06-01 15:34:46-- http://public-yum.oracle.com/public-yum-ol6.repo
Resolving public-yum.oracle.com... 141.146.44.34
Connecting to public-yum.oracle.com|141.146.44.34|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 426 [text/plain]
Saving to: ?€?public-yum-ol6.repo?€
2011-06-01 15:34:52 (22.8 MB/s) - ?€?public-yum-ol6.repo?€
Modify public-yum-ol6.repo file. Change enabled=1
[ol6_u1_base]
name=Oracle Linux 6 U1 - $basearch - base
baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/1/base/$basearch/
gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
gpgcheck=1
enabled=1
Upgrade !!!
# yum upgrade
Loaded plugins: rhnplugin
This system is not registered with ULN.
ULN support will be disabled.
adobe-linux-i386 | 951 B 00:00
adobe-linux-i386/primary | 12 kB 00:00
adobe-linux-i386 18/18
ol6_ga_base | 1.1 kB 00:00
ol6_u1_base | 1.1 kB 00:00
ol6_u1_base/primary | 2.3 MB 00:12
ol6_u1_base 5615/5615

Transaction Summary
=============================================================================================================================================================
Install 19 Package(s)
Upgrade 351 Package(s)

Total download size: 449 M
Is this ok [y/N]:y
.
.
.
If error, because packages dependency ... yum upgrade again. Then reboot!!!
# uname -r
2.6.32-100.34.1.el6uek.x86_64

# cat /etc/oracle-release
Oracle Linux Server release 6.1
Related post: http://surachartopun.com/2011/01/yum-upgrade-ol5u5-to-ol5u6.html

No comments: