RHEL5.4 upgrade

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat RHEL5.4 upgrade
# 1  
Old 02-14-2012
RHEL5.4 upgrade

Hi All,

I want to upgrade a VM server from RHEL5.4 to RHEL5.5.
My server is inside my office intranet and the yum.conf contents look like this:

Code:
[main]
cachedir=/var/cache/yum
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
obsoletes=1
# Don't check keys for localinstall
gpgcheck=0
plugins=1
metadata_expire=1800
# Changed this because some mirrors go down and then
# re-trying takes forever.
timeout=7

The yum.repos.d has rhel-debuginfo.repo file which shows the follwoing.

Code:
[root@mysql-slave yum.repos.d]# cat rhel-debuginfo.repo
[rhel-debuginfo]
name=Red Hat Enterprise Linux $releasever - $basearch - Debug
baseurl=ftp://ftp.redhat.com/pub/redhat/linux/enterprise/$releasever/en/os/$basearch/Debuginfo/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release

The system is not registered with RHN.
How do i upgrade this system? Please note that i don't have physical access to system. Hence CD/DVD option is ruled out.

Thanks
HG
# 2  
Old 02-14-2012
If you don't have a RHN subscription then essentially you cannot upgrade your system over the network (at least not with the official RHEL packages) unless you have your own RPM repository.

Quote:
Originally Posted by Hari_Ganesh
Please note that i don't have physical access to system. Hence CD/DVD option is ruled out.
Not quite. Most recent LOMs and hypervisors provide some sort of "media virtualization" that allows you to mout a remote CD-ROM as if you were physically in front of the server.

Having that in mind, there are several options to perform and upgrade. Downloading the DVD media is actually free if you have a RHN account (with or without a RHEL entitlement); Then you can use this media as your RPM repo and upgrade all your packages or use the "Upgrade" option after booting from the DVD.

Similar to the above method you can download the DVD in your own computer, transfer the packages over the network to the server in question and then install/upgrade all the packages. The only "drawback" of this method is that the system *may* still show as RHEL 5.4 system after the upgrade, even if all the 5.4 packages are already installed (although you might be able to trick some apps by just modifying /etc/redhat-release).
# 3  
Old 02-16-2012
Thank you very much sir.
Let me try mounting the CD/DVD remotely.Will post incase of any queries.

Thanks
HG
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Red Hat

RHEL5.4 Upgrade

Hello, WE currently have a RedHat5.4 server which we need to upgrade with latest patches. This runs database Oracle 11gR2. If anyone can suggest if it is better to perform patches update or just migrate to a higher supported RHEL5.x version.. From what I know Oracle 11gR2 is supported by... (2 Replies)
Discussion started by: ikn3
2 Replies

2. Red Hat

Patch Rhel5.4

Hi, I am managing a Few Applications (like Apache,Jboss) running on RHEL 5.4. I have just been notified that these servers need to be patched. My question is ,will the configurations for Apache and Jboss and other applications get disturbed if the server is patched.? If so what precautions... (5 Replies)
Discussion started by: Hari_Ganesh
5 Replies

3. Red Hat

Please help: Rhel5.6 and ldap+sasl

On Debian i set my ldap server,using tls and all works ok. On Redhat i have set my ldap server,using tls ok...but when i try to use ldapsearch without -x and with rootpw(created with slappasswd) it ask for sasl password! The question is: is possible to disable sasl? Thanks (2 Replies)
Discussion started by: Linusolaradm1
2 Replies

4. UNIX for Dummies Questions & Answers

java1.6 for rhel5 32 bit

where can I download java1.6 for rhel5 32 bit. find it hard to search on the net. thanks (3 Replies)
Discussion started by: lhareigh890
3 Replies

5. Red Hat

samba on RHEL5

morning all, anyone has installed samba on redhat el 5 server? after installed service (smb service in) where to edit samba configurations? as for the el4, on desktop in application --> system setting --> server setting -- > samba. but in el5, in the server setting no such samba... (5 Replies)
Discussion started by: maxlee24
5 Replies

6. Red Hat

Meld on RHEL5

Hi All I'm trying to run meld on RHEL5, to diff 2 directories. I able to see the files in diff. But when I click on the file to view the diff, I get the below error. Anyway to resolve this? Meld version that I use is 1.3.3. (meld:14757): libgnomevfs-CRITICAL **:... (1 Reply)
Discussion started by: visionofarun
1 Replies

7. Red Hat

Best Book For RHEL5

Hey friends Anyone tell me the best book for learning RHEL5 from basic to master including everything that we can do with microsoft windows and server. Does anyone know any good institute for red hat linux server in delhi,india (1 Reply)
Discussion started by: neerajrawat1
1 Replies

8. Red Hat

Squirrelmail Rhel5

Hi , I am trying for squirrelmail In Rhel 5 I have the Image of the DVD .But in that I can't Find the squirrelmail-1.4.2-1.noarch.rpm And i downloaded the same but it is not working . can anyone can give any link to download the same for Rhel5.?? Thanks (1 Reply)
Discussion started by: saurabh84g
1 Replies
Login or Register to Ask a Question