LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 05-04-2015, 12:27 PM   #1
linuxew
LQ Newbie
 
Registered: Jan 2015
Posts: 21

Rep: Reputation: Disabled
Steps to upgarde: 10.2.0.4 to 10.2.0.5


Hi all,
we are going to upgarde our Lab server.
[root@labuspdb2 ~]# uname -a
Linux labuspdb2 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux


can you please provide me with document were it tell us with all steps we need to take.

@Admin: if I am missing anything I like you to give me detail if you can.

thanks alot
 
Old 05-04-2015, 02:57 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by linuxew View Post
Hi all,
we are going to upgarde our Lab server.
[root@labuspdb2 ~]# uname -a
Linux labuspdb2 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux

can you please provide me with document were it tell us with all steps we need to take.
No, for several reasons. First, you don't actually tell us what version/distro of Linux you're using...it may be CentOS, Scientific, or RHEL, based on the kernel name you posted. You say "10.2.0.4"...and there has NEVER been a version of Linux with that number as of yet. Second, we aren't going to write up an complete upgrade plan for you...we will help with SPECIFIC questions, but can't/won't hand you a custom deployment plan.

Short answer: figure out what services are running on the system now. Back up their config files and relevant data. Install the new services, move the configs back on, and make sure they work. The longer answer is much too long to type out.
Quote:
@Admin: if I am missing anything I like you to give me detail if you can.
Missing much..read the "How to ask a smart question" and "Question Guidelines" links in my posting signature. Which you have been repeatedly been pointed to before:
http://www.linuxquestions.org/questi...er-4175540908/
http://www.linuxquestions.org/questi...gs-4175534793/

Last edited by TB0ne; 05-04-2015 at 02:59 PM.
 
Old 05-04-2015, 10:36 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
as above

that "el5" means you have some version of RHEL5 installed
( or CentOS 5 or Scientific linux 5 or clearos 5 )

on a server the AUTO upgrade of setting the reops to use "5" and NOT the DEFAULT of "5.?" in the URL for the repos
so that a MANUAL upgrade is needed

but the VERY FIRST thing is update

Code:
su -
yum update
then upgrade to the current in the OLDER legacy support operating system
RHEL 5.11 ( or cent 5.11 or SL 5.11 )

but for anything more than very basic GENERIC information that is easily found in a 5 minute google search
you need to provide information
 
1 members found this post helpful.
Old 05-05-2015, 01:08 PM   #4
linuxew
LQ Newbie
 
Registered: Jan 2015
Posts: 21

Original Poster
Rep: Reputation: Disabled
Smile

Thanks for patient answer John,
I am here to ask questions and I appreciate helps.

Quote:
Originally Posted by John VV View Post
as above

that "el5" means you have some version of RHEL5 installed
( or CentOS 5 or Scientific linux 5 or clearos 5 )
cat /etc/*-release
Red Hat Enterprise Linux Server release 5.4 (Tikanga)

Yum command does not work, seems server is not registered. I did try to register the server [rhn_register]when I got errr.
wget http://satellite.example.com/pub/RHN...USTED-SSL-CERT
--2015-05-05 12:49:28-- http://satellite.example.com/pub/RHN...USTED-SSL-CERT
Resolving satellite.example.com... failed: Name or service not known.
wget: unable to resolve host address `satellite.example.com'

not sure how nessecary is to have this update at the moment.
 
Old 05-05-2015, 01:32 PM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by linuxew View Post
Thanks for patient answer John, I am here to ask questions and I appreciate helps.
Very glad to know you appreciate 'helps', and don't acknowledge the advice you've been given before in two other threads, and here too.
Quote:
cat /etc/*-release
Red Hat Enterprise Linux Server release 5.4 (Tikanga)

Yum command does not work, seems server is not registered. I did try to register the server [rhn_register]when I got errr.
wget http://satellite.example.com/pub/RHN...USTED-SSL-CERT
--2015-05-05 12:49:28-- http://satellite.example.com/pub/RHN...USTED-SSL-CERT
Resolving satellite.example.com... failed: Name or service not known.
wget: unable to resolve host address `satellite.example.com'

not sure how nessecary is to have this update at the moment.
Again, as said, RHEL 5.4 is old and unsupported, and since you're not PAYING FOR RHEL, you cannot upgrade it, period. Your solution is simple: contact Red Hat support, pay for a subscription, and get their support team to help you.

If you don't plan on paying for support, then stop where you are. Back up your data, and do a fresh installation of CentOS 7.x, then reload your backups.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
solaris patch upgarde linuxew Solaris / OpenSolaris 10 01-22-2015 05:56 PM
How to add features to a kernel, what steps and why these steps are taken. Siljrath Linux - General 1 03-30-2013 08:53 AM
upgarde command version mmhs Linux - Newbie 2 12-16-2010 08:54 AM
LXer: Shuttleworth steps down as Ubuntu 10.04 alpha steps up LXer Syndicated Linux News 0 12-18-2009 09:50 AM
How to upgarde kernel to recognise more than 1Gb ram garyobo Linux - Hardware 1 02-25-2004 05:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 06:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration