Go Back   PCMech Forums > Linux Support > Linux OS and Software Assistance

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 10-20-2003, 09:52 PM   #1
Member (11 bit)
 
TheJackal's Avatar
 
Join Date: Aug 2002
Location: BC, Canada
Posts: 1,054
Red Hat vs. Netware - For a file server

I've been thinking about setting up a personal file server and I'm debating which OS to go with, Red Hat, or Novell Netware.

I want to stay away from Microsoft as all of their server operating systems are super expensive.

So, I would like your opinion, which is better for a file server, Red Hat, or Netware?

BTW. I am currently looking at some used Compaq Proliant servers. And thus have pretty much decided that a Compaq Proliant will be what I will use.
TheJackal is offline   Reply With Quote
Old 10-21-2003, 09:21 AM   #2
Member (12 bit)
 
Mr N8's Avatar
 
Join Date: Sep 2001
Location: Racine, WI
Posts: 2,094
Send a message via AIM to Mr N8 Send a message via Yahoo to Mr N8
Redhat can be set up as a file server free of cost, which in my opinion is the biggest advantage.
Mr N8 is offline   Reply With Quote
Old 10-21-2003, 02:17 PM   #3
Member (11 bit)
 
TheJackal's Avatar
 
Join Date: Aug 2002
Location: BC, Canada
Posts: 1,054
Netware v6.5 Beta is a free download as well.
TheJackal is offline   Reply With Quote
Old 10-21-2003, 02:29 PM   #4
Member (12 bit)
 
Mr N8's Avatar
 
Join Date: Sep 2001
Location: Racine, WI
Posts: 2,094
Send a message via AIM to Mr N8 Send a message via Yahoo to Mr N8
Well, from that aspect then, I would maybe look at Novell. I know that setting up a file server on Novell 6 is fairly easy, and the server should be pretty solid.
Mr N8 is offline   Reply With Quote
Old 10-21-2003, 03:20 PM   #5
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
I guess it is a matter of getting Linux which is rapidly growing and has a lot of development and support with Novell which is in very serious decline. The future of Novell does not look good. It would be better to know Linux than Netware in today's world.
mairving is offline   Reply With Quote
Old 10-21-2003, 06:13 PM   #6
Member (11 bit)
 
TheJackal's Avatar
 
Join Date: Aug 2002
Location: BC, Canada
Posts: 1,054
Perhaps Red Hat is the way to go then... How many processors will Red Hat see, and how much ram will it use?
TheJackal is offline   Reply With Quote
Old 10-21-2003, 06:23 PM   #7
Member (7 bit)
 
Join Date: Oct 2003
Location: Bozeman, Montana, USA
Posts: 68
I use Red Hat linux for a file server and had no problems.

Install is getting easier and easier but I'd go and buy a book and the cd's. I recommend Red Hat Linux 9 Bible by Christopher Negus. It sells for $40 - $50 with a 3 CD set. Includes the software you'll need and comprehensive instructions.

Well worth it.

Online support etc is just getting better and better for RH

I'm not sure about the processors, you could check out the forums at redhat.com.

You can get away with 64 MB of ram, 192 is recommended for graphical mode.

Last edited by jlowmt; 10-21-2003 at 06:27 PM.
jlowmt is offline   Reply With Quote
Old 10-22-2003, 09:21 AM   #8
Member (12 bit)
 
Mr N8's Avatar
 
Join Date: Sep 2001
Location: Racine, WI
Posts: 2,094
Send a message via AIM to Mr N8 Send a message via Yahoo to Mr N8
With Redhat, I would use at least 128mb RAM, as it likes to use all of the RAM that it can.

The base Redhat product supports 2 processors. Redhat Advanced Server supports 8. Of course, if you are looking for free, you will be getting the base product.
Mr N8 is offline   Reply With Quote
Old 10-22-2003, 09:43 AM   #9
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
Of course, you don't have to use Redhat either as your Linux distro. There are many other flavors of Linux and also BSD. Redhat is the most widely supported but they have too many annoyances for me.
mairving is offline   Reply With Quote
Old 10-22-2003, 10:51 AM   #10
Member (12 bit)
 
Mr N8's Avatar
 
Join Date: Sep 2001
Location: Racine, WI
Posts: 2,094
Send a message via AIM to Mr N8 Send a message via Yahoo to Mr N8
That's true. I think that if you are comfortable with the Linux system, you should look into using BSD, since it requires very little in the way of hardware. Also, I've heard a lot of good about Slackware and Gentoo lately. Haven't tried them out yet, but it will happen in time.
Mr N8 is offline   Reply With Quote
Old 10-22-2003, 06:19 PM   #11
Member (11 bit)
 
TheJackal's Avatar
 
Join Date: Aug 2002
Location: BC, Canada
Posts: 1,054
What other Linux server distros are there out there, that are free, and support more then 2 CPUs and 4gb of ram?
TheJackal is offline   Reply With Quote
Old 10-22-2003, 07:54 PM   #12
Member (13 bit)
 
Xayd's Avatar
 
Join Date: Jun 2000
Location: nowhere.com
Posts: 4,819
Send a message via AIM to Xayd
Linux will give you more support for recent hardware and more windows-like applications if you intend to use it as a desktop OS, depending on the distribution.

However, if you only need this machine to be a standalone file/web/database/mail/whatever server, the BSDs are much more compact and very easy to set up and maintain, imo.

You can get a bootable CD image of the minimal FreeBSD installation at freebsd.org, which will give you the OS, mail, the ports list, and network support, basically. If you have a static IP or DHCP connection you can install whatever else you want from their FTP site directly through the OS. Their port maintenance system is very well thought out and very well maintained. You get a list of makefiles and documentation for each application, basically, and if you want something that's listed all you have to do is change to its directory under the ports tree and run an install command, which will result in the OS going out to a list of FTP sites, downloading the required sources, compiling them, and installing them automatically.

The manual for the OS is here...

http://www.freebsd.org/doc/en_US.ISO...ook/index.html

Specifically read the section on ports and the pkg_add/pkg_delete commands for getting what you need installed.

Last edited by Xayd; 10-22-2003 at 08:04 PM.
Xayd is offline   Reply With Quote
Old 10-22-2003, 11:26 PM   #13
Member (11 bit)
 
TheJackal's Avatar
 
Join Date: Aug 2002
Location: BC, Canada
Posts: 1,054
Thanks for the link, I'll have to check it out.
TheJackal is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 06:03 PM.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.0