Which is best as a headless server? Ubuntu, Solaris, FreeBSD?

0

I need to run three machines as a cluster at home and want maximum performance from them, running an Erlang program.

What is the best OS to use for this?

Yazz.com

Posted 2010-02-06T09:40:14.013

Reputation: 2 813

Question was closed 2011-09-30T07:02:41.000

if it were me, i'd stick with Linux (I'm more familiar with it), although i'd prefer Debian over Ubuntu for this sort of thing. i really don't know much about Erlang, tho, and how your program would exercise the hardware. there might be some advantages to using Solaris or FreeBSD for this. – quack quixote – 2010-02-06T10:29:19.143

Answers

4

I'm running both an Ubuntu server and a FreeBSD server headless. The FreeBSD one sits here in a cabinet, the Ubuntu one in a co-lo facility.

The difference is negligible, both are easy enough to administer via ssh if you know what you're doing. At the end of the day it boils down to what you're most familiar with because being able to come up with an optimal hardware/software combo and administer that will make a far bigger impact on the overall performance than your choice of OS.

Timo Geusch

Posted 2010-02-06T09:40:14.013

Reputation: 490

1

I'd say which ever you feel the most skilled with to automated/optimize/administrate.

ℝaphink

Posted 2010-02-06T09:40:14.013

Reputation: 3 531

Ah, ok. Well, I wasn't sure if there was an obvious choice OS, as I'm about the same level in all three. Of course, Solaris has the advantage because of ZFS, but other than that I didn't know which to go for. – Yazz.com – 2010-02-06T10:04:40.000

Sure ZFS is very nice, but do you need it? ext4 does a really good job for most of what you might want to do. You'll probably get more choice of packaged programs and support with Ubuntu. – ℝaphink – 2010-02-06T10:21:38.087

I wanted ZFS as it is the cheapest filesystem to maintain in my time with using filesystems (never have to worry about corruption - so far ;) I have had problems with ext4 on a couple of Ubuntu 9 machines where I previously has FreeBSD and ZFS. I don't know if it was jsut bad luck though, but going back to FreeBSD and the machines were running fine again. – Yazz.com – 2010-02-09T12:40:49.590