LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 04-06-2008, 02:32 AM   #1
CaptainInsane
Member
 
Registered: Nov 2003
Location: Peoria
Distribution: Fedora 8
Posts: 92

Rep: Reputation: 15
Question FC8 or FC6 for server. Tomcat, FTP and game


Greetings all.

I have been running a few servers, all Jakarta Tomcat on both RH9 and
Fedora Core 6 for a while. Same machines running vsftpd and Unreal
Tournament game servers.

In the process of phasing out the RH9/JRE 1.4.2 installs and
getting both live servers updated.

They will be running Tomcat 5.5.20 and JDK 1.5.0_10 on either
FC6 or FC8.

Is FC8 an improvement over FC6 for running servers ? Will I run into
any version issues with mysql if I have FC8 running on my development
PC and FC6 on the production server ?

My prod box is a P4 3.0 HT setup. Server boxes include 1 P4 2.4g HT
and 3 P3 Tualatin servers. (2 live, 2 backups) All maxed on memory.

Anybody been down this road yet ?

Thanks in advance.
 
Old 04-06-2008, 01:24 PM   #2
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
Fedora 8 (they dropped Core from name as of version 7 so its not longer "FC 8" - just "F 8") is "bleeding edge". It likely does have some improvements over FC 6. However, FC 6 isn't that old whereas RH 9 is extremely old. If you're reinstalling I'd recommend going F 8 just because of the rapid lifecycle of Fedora - to prevent having to upgrade again soon.
 
Old 04-06-2008, 03:34 PM   #3
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
FC6 is beyond EOL (end of life) and there will be no further official updates for it of any kind. Fedora's support life is now down to just over a year. They only have support for the two newest version. So when F9 is released (in June?) support for F7 will drop.

For servers you may want to consider Centos. Centos is RHEL(Red Hat Enterprise Linux) with the logos removed. It is binary compatible with RHEL. RHEL/Centos5.1 was based on FC6 so it has a very similar "feel". Centos is free to download and has a five year support life.
 
Old 04-08-2008, 02:16 PM   #4
marquardl
Member
 
Registered: Apr 2008
Posts: 100

Rep: Reputation: 15
yum upgrade

Install the new repository for Fedora 7, then do 'yum upgrade'. When finished do the same to upgrade from Fedora 7 to Fedora 8.

Upgrading this way from release to release has helped keeping my servers up to date. It can be done on a running production server, only reboot is required when upgrade has finished. Other people on this site also reported success with this kind of upgrading.

Your configuration files will remain intact. Only files and applications will be updated that existed on your original Fedora 6. Applications new to Fedora 7 or 8 have to be installed specifically.

Xen in Hardy

Last edited by marquardl; 05-01-2008 at 03:44 AM.
 
Old 04-08-2008, 03:10 PM   #5
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
The official Fedora policy is to do a fresh install. Yum upgrades are generally frowned upon becuase when things fail (mid install) you are really stuck. The other problem is when things 1/2 fail. The system runs (eh) ok but the performance is not up to par. Many people do not realize how much of a performance hit they have taken until they have to do a fresh install. When this happens it is almost impossible to track down the source of the problem. Further, the conf files for a lot of apps change from version to version (OS) and a bad conf file can cause screwy results. More importantly all Fedora versions after FC6 use sdX for all drive types (as opposed to hdX for pata and sdX for sata). The yum upgrades often get confused as to which drives are which (going from hdX to sdX) particularly if the system has both pata and sata drives. Basically this means that the jump from FC6 is particularly sticky.
 
Old 04-08-2008, 03:10 PM   #6
forrestt
Senior Member
 
Registered: Mar 2004
Location: Cary, NC, USA
Distribution: Fedora, Kubuntu, RedHat, CentOS, SuSe
Posts: 1,288

Rep: Reputation: 99
Fedora 9 will be released in 21 days, not in June (http://fedoraproject.org/). F8 has a lot of improvements over FC6, and F9 will have even more. If you want a system that will maintain version consistency long term though, use Centos as lazlow mentioned. The Fedoras aren't really "bleeding edge", they are just the latest stable releases of things and have a 6 mos renew cycle. What that means is that every 6 months the "latest stable" software is used. It is still stable from an application perspective, it just isn't stable from a version perspective (i.e. the version numbers change fast). Fedora makes a great desktop system and if you don't mind upgrading your servers often it does well at that also.

HTH

Forrest
 
Old 04-09-2008, 07:31 AM   #7
marquardl
Member
 
Registered: Apr 2008
Posts: 100

Rep: Reputation: 15
Fedora upgrade

I have done several upgrades with Fedora. Some of these started with Fedora 1, others with Fedora 4 or Fedora 6. In the end they are running Fedora 8 and it has be done by using 'yum upgrade'. I know of other people who did the same even on this site.

Around Fedora 4 some changes happened in the Fedora and Linux toolchain (the switch from XFree86 to Xorg, changes in device naming) and only minor changes were needed in files like /etc/fstab for custom mount points.

A clean install is of course always easier to if you have no data and services to care about.

But upgrading a production server is easier then re-installing everything, migrating user data and accounts and setting all configuration files again from scratch.

I noticed that most myths about upgrading problem go back to early problems with yum (when it was moved from Yellow Dog's Mac hardware implementation to Intel) and due to upgrade problem with Fedora 2 and Fedora 3.

These problems have been solved. I've seen it working properly.

Then again, there are people who re-install the entire system each time they run into a problem. Well, that's the freedom of choice, I guess.

Bye,
M
 
  


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
FC6 and FC8 conflicts wikopl Fedora 7 03-15-2008 05:09 AM
Upgrade/Install FC8 from FC6 best plan rvicker Fedora 1 01-02-2008 08:29 AM
Upgrade from FC6->FC8 adds XEN which breaks VMWare ericcarlson Fedora 1 12-07-2007 05:08 AM
How to make Tomcat 4.0.1 and Tomcat 5.0.28 coexist in one server? g18397 Linux - Software 0 05-16-2006 03:16 AM
Setting up a FTP server and Game server Spyiish Slackware 38 11-01-2004 05:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 08:23 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