Monday, January 31, 2011

yum upgrade - OL5_u5 to OL5_u6

I read Oracle Linux 5.6 DVDs Now Available and then upgraded My Oracle Linux (yum upgrade).
# cat /etc/enterprise-release
Enterprise Linux Enterprise Linux Server release 5.5 (Carthage)

# uname -a
Linux oratest 2.6.32-100.0.19.el5 #1 SMP Fri Sep 17 17:51:41 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
Downloaded new "public-yum-el5.repo" file from Public Yum Server #oracle
# cd /etc/yum.repos.d/
# mv public-yum-el5.repo public-yum-el5.repo-old
# wget http://public-yum.oracle.com/public-yum-el5.repo
# vim public-yum-el5.repo
-- modify --
[ol5_u6_base]
name=Oracle Linux $releasever - U6 - $basearch - base
baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL5/6/base/$basearch/
gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
gpgcheck=1
enabled=1
and etc... then "yum upgrade"
# yum upgrade
Loaded plugins: security
.
.
.
ol5_u6_base
.
.
.
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Running Transaction
Updating : libgcc 1/656
Updating : oracle-logos 2/656
Updating : pciutils-devel 3/656
Updating : oraclelinux-release 4/656
Updating : selinux-policy 5/656
Updating : enterprise-release 6/656
Updating : booty 7/656
Updating : nash 8/656
Updating : tzdata 9/656
Updating : glibc-common 10/656
Updating : glibc 11/656
.
.
.
Attempting to restore /etc/multipath.conf from backup
No backup copy available, please create a multipath.conf

Installed:
kernel-uek-headers.x86_64 0:2.6.32-100.26.2.el5

Dependency Installed:
iscsi-initiator-utils.x86_64 0:6.2.0.872-6.0.2.el5 kernel-uek.x86_64 0:2.6.32-100.26.2.el5
kernel-uek-firmware.noarch 0:2.6.32-100.26.2.el5 libgomp.i386 0:4.4.4-13.el5
libnotify-devel.x86_64 0:0.4.2-6.el5 python-libs.x86_64 0:2.4.3-43.el5

Updated:
ImageMagick.i386 0:6.2.8.0-4.el5_5.3 ImageMagick.x86_64 0:6.2.8.0-4.el5_5.3
NetworkManager.i386 1:0.7.0-10.el5_5.2 NetworkManager.x86_64 1:0.7.0-10.el5_5.2
NetworkManager-glib.i386 1:0.7.0-10.el5_5.2 NetworkManager-glib.x86_64 1:0.7.0-10.el5_5.2
NetworkManager-gnome.x86_64 1:0.7.0-10.el5_5.2 OpenIPMI.x86_64 0:2.0.16-11.el5
OpenIPMI-libs.x86_64 0:2.0.16-11.el5 amtu.x86_64 0:1.0.6-2.el5
.
.
.

Replaced:
kernel-headers.x86_64 0:2.6.32-100.0.19.el5

Complete!
check again!!!
# cat /etc/enterprise-release
Enterprise Linux Enterprise Linux Server release 5.6 (Carthage)
after that... reboot to use new "kernel-uek"
# reboot

# uname -a
Linux oratest 2.6.32-100.26.2.el5 #1 SMP Tue Jan 18 20:11:49 EST 2011 x86_64 x86_64 x86_64 GNU/Linux
-)

No comments: