Page 1 of 1

Sun Solaris Benefits

Posted: Mon Jun 20, 2005 6:28 pm
by Calum
Can anyone tell me the benefits of Solaris? I am seriously considering changing my OS from XP to Solaris, and I want ot know if it is worth it. Thanks ;D

Re:Sun Solaris Benefits

Posted: Tue Jun 21, 2005 1:21 am
by mystran
Benefits of Solaris eh?

Solaris on Spark or Solaris on x86? The first is claimed to be reliable, though I personally find it ugly. The latter is a joke.

Re:Sun Solaris Benefits

Posted: Tue Jun 21, 2005 1:23 am
by Solar
Well, Solaris is a POSIX system (like Linux or BSD). As such, you will be able to access the vast array of GNU-ish tools that readily compile on any such system, without having to look for a compatibility layer like Cygwin.

I won't get into the "more secure" / "free software" debate, as I have lived happily and securely with proprietary systems for a long time. But among the POSIXish systems, Solaris is considered a "professional" choice, and often used in production server environments. It scales very well on multi-CPU systems, and is considered very "solid".

On the downside, it's a second-grade POSIX citizen, with less complete driver support (compared to BSD, let alone Linux), and you might get into problems with some of the more obscure software packages as many package maintainers test on Linux and perhaps BSD, but seldom Solaris.

Re:Sun Solaris Benefits

Posted: Tue Jun 21, 2005 9:33 pm
by Calum
It has been working fine for me, with a very cool Java GUI, but it won't let me access a drop down menu to change the screen resolution? whats up with that? ???

Re:Sun Solaris Benefits

Posted: Wed Jun 22, 2005 1:34 am
by Solar
Welcome to the world of X Window. 8)

I don't know much about Solaris administration, but you'll probably have to delve into /etc/X11/xorg.conf or somesuch... try to find some fellow Solaris users to help you out. (I doubt there are many around on this forum...)

Re:Sun Solaris Benefits

Posted: Wed Jun 29, 2005 12:35 am
by Calum
'eh? X Window?? well I did get 1 month of tech support with SOlaris that I just learnt about, so I used it, and I did have to get into that area... It wasnt too hard, copied some things into the Terminal (command line thing), restarted, ran kdmconfig and all was well! The screen is jsut a little grainy but its a small price to pay, Cheers

Re:Sun Solaris Benefits

Posted: Wed Jun 29, 2005 12:40 am
by AR
X Windows is a graphics server for UNIX, all UNIXs (as far as I am aware) are natively all console based without a GUI. X Windows is the most popular GUI server for UNIX systems.