A Comprehensive Look at Solaris 10 332
sebFlyte writes "After linking to Mad Penguin's first look all seems to have gone quiet on the Solaris 10 front. ZDNet now has a comprehensive review up, and are cautiously positive about the OS, though, as they say: 'as an alternative to Linux, it doesn't yet deliver.'"
Lo, How The Mighty Have Fallen... (Score:5, Interesting)
Re:Lo, How The Mighty Have Fallen... (Score:5, Interesting)
We...experienced lots of basic compatibility problems. These ranged from a clash between the install program and the CD-ROM drive to -- where we could get that to work -- a failure to recognise the network or storage adapters being used.
Sun has a long way to go before it can claim to provide the same wide platform support that's available from the top Linux vendors.
Man, remember when everyone was saying that about Linux?
Re:Lo, How The Mighty Have Fallen... (Score:3, Interesting)
And by releasing Solaris under CDDL which is not GPL compatible, they cannot use the thousands of GPL-based drivers included in Linux.
Why are they limiting themselves in this fashion?
Re:Lo, How The Mighty Have Fallen... (Score:3, Insightful)
Plain and simple, because they fear competition. By being GPL, it allows others to benefit from their work (and work that they received from others). By going with CDDL, only they become the all inclusive taker. It is similar to the MS shared source. But unlike MS, when SUN's shares start sinking (and they will), Sun will move over to the GPL, still have a losing market and then state that GPL does not work.
Somewhere down the road, companies will figure out
Re:Lo, How The Mighty Have Fallen... (Score:3, Insightful)
Nonsense. Sun helped pioneer competition in the OS market with their strong backing of open systems. Unix is about competition, as it is about providing implementation of open standards, which make the version of Unix you use a matter of choice, and not something you are tied to.
Re:Lo, How The Mighty Have Fallen... (Score:2, Insightful)
You must be young...
Re:Lo, How The Mighty Have Fallen... (Score:2)
You must be young...
On the contrary. I have been using Unix since the 70s, so I know what I am talking about.
Re:Lo, How The Mighty Have Fallen... (Score:2)
No, I am simply a general-purpose developer. I have no interest in writing system code or hardware-dependent stuff.
It is not difficult (especially these days, with GNU tools) to write general commercial C/C++ code that can port very quickly between different Unix versions.
Re:Lo, How The Mighty Have Fallen... (Score:2)
BTW, everyone used to clamor for opening standards so that Linux could be compatible with the big boys. It was all in the name of choice. Now that Linux is a big player, it's not so much about choice anymore. Hell, most of the kids on here happily install fedora or whatever with their binary driv
UNIX and choice... (Score:2)
Re:UNIX and choice... (Score:2)
That is not the point. You have a choice to compile your code for Solaris on Sparc, or HP/UX on whatever, or Linux, or AIX... that is what open systems are about.
We were discussing the openness of the software, not the hardware, as the latter is hidden by the OS.
Re:UNIX and choice... (Score:2)
Re:Lo, How The Mighty Have Fallen... (Score:5, Insightful)
Rubbish. As already described several times on the blogs of important Sun people, they considered the GPL quite seriously, but found it wasn't suitable. One obvious reason is that the GPL is slightly too restrictive for OpenSolaris - not all hardware vendors want to have to release source, which coding to a GPL'd driver interface would almost certainly require. The CDDL allows ISVs to decide for themselves whether to open their code or not. Sun wrote and/or own Solaris, Sun wanted to allow others to be able to use it without having to release their modifications (remember, Sun has strong BSD roots), so Sun fixed the problems in the MPL to create the CDDL. Further, the GPL does not deal with the problem of patent litigation in any meaningful way (one of the goals for GPLv3 apparently is to do that - hopefully they'll draw from the CDDL approach to patents, which is quite nice.).
I fail to see how working towards releasing Solaris under a liberal licence such as the CDDL qualifies as trying to "hold on to a monopoly".
If you think this is bogus, consider that many many Linux users who are happy to bash the CDDL are using proprietary kernel drivers, particularly for graphics cards, which are in possibly in a grey legal area wrt GPL status of Linux - particularly the ATi drivers, which are (IIRC) based on DRI in some way (the NVidia drivers arent).
Note that Sun do not have a problem with the GPL. There are lots of GPL and LGPL projects out there whose ChangeLogs contain @sun.com addresses, eg GNOME and OpenOffice to name just two (Indeed, Sun bought out and then LGPL'd OpenOffice). And I'm very involved in a GPL project myself..
It's a real shame there is such anti-Sun hysteria on
Thanks.
1. And I dont include OpenSolaris hackers in that. Once OpenSolaris is out there, virtually every Sun engineer working on Solaris will be an open-source hacker too.
Re:Lo, How The Mighty Have Fallen... (Score:4, Insightful)
Sun will fail, not because the peanut gallery is yelling at them or making fun of them but because the management has no vision for the company and instead are flinging shit on the wall hoping something sticks. Just read the blogs of their top level execs. Either these people are manic depressive or they really do change their minds radically once a week.
As for sun being pro GPL I don't buy it. When they came out with their patent grant they excluded all licenses except their own. To me this says they reserve the right to sue GPLed projects for patent infringement. When pushed on the matter they just weasel and flip flop.
Re:Lo, How The Mighty Have Fallen... (Score:2, Insightful)
It is pretty arrogant to assume that the GPL is the key to making or breaking a company.
Re:Lo, How The Mighty Have Fallen... (Score:2)
Re:Lo, How The Mighty Have Fallen... (Score:3, Insightful)
They could not use those drivers regardless. Porting UNIX drivers to Linux and vice versa is a little bit more involved than porting a shell script.
They can look at the drivers to learn what they need to know, which might be a good start.
Re:Lo, How The Mighty Have Fallen... (Score:2)
Re:Lo, How The Mighty Have Fallen... (Score:2)
Linux drivers tend to have magic numbers sprinkled all over the place, rather than nice defines with meaningful names. This make the drivers worthless as a reference, unless you take the time to document the magic numbers first.
Re:Lo, How The Mighty Have Fallen... (Score:2)
What exactly is stopping that?
If the drivers are under GPL, you can grab them and compile them on your target platform, and use them, just don't distribute them in compiled binary. Only downside is that you need to have compiler installed in that system where you plan to use the drivers.
Sun should just "emulate" the linux way of supporting drivers for all the devices they don't support natively yet.
The source is there, and since it'
Re:Lo, How The Mighty Have Fallen... (Score:2)
Why are they limiting themselves in this fashion?
Because it also protects the Solaris code from being plundered for other OSes. When the origional 'Solaris is being opensourced' stories hit, I had the distinct impression that comments along the lines of 'Great, now we can port Solaris feature X to Linux!' vastly outnumbered comments about improving Solaris.
By putting it under its own license, you have the freedom of improving Solaris if you need to (and thus have many of the advantages of opensource
Re:Lo, How The Mighty Have Fallen... (Score:2, Insightful)
Re:Lo, How The Mighty Have Fallen... (Score:2)
Re:Lo, How The Mighty Have Fallen... (Score:2)
You appear not to have done very much with Solaris. It seems pretty clear that Linux cannot support very sophisticated hardware (say, more than 8 CPUs), whereas Solaris can.
Even ignoring that, having used both OSes, I prefer Solaris. Linux distribution chaos more or less removes the advantage of what 'commercial' support there is for Linux. Thus, you can't say "Sybase runs on Linux". You can only say "Sybase runs on some particular versions of some particular distributions of Linux" - and those ver
Re:Lo, How The Mighty Have Fallen... (Score:3, Insightful)
NOT Insightful (Score:2)
And, as has been proven, it CAN be altered to run on *any* large SMP systems. Solaris 10 can't do that.
Plus, like the AC said. SUN BUILT THE DAMNED HARDWARE, of course their own kernel will work on it. They did all the alteration already.
Re:Lo, How The Mighty Have Fallen... (Score:2)
This incorrect perception that Solaris is only good for mid-to-large systems is Sun's biggest problem in the marketplace -- The demand for 8+ way UNIX systems is declining sharply, while sales of cheap Xeon/Opteron servers is booming. However, there's nothing about Solaris which makes it unsuitable for lowend boxes -- it's just a minor tuning issue.
With AMD/Intel's dualcore chips coming out, you'll see "low-end" 4-way Dells for $2000 by
Re:Lo, How The Mighty Have Fallen... (Score:2, Insightful)
Er, that's because it doesn't. They're different OSs tuned for different goals.
Re:Lo, How The Mighty Have Fallen... (Score:3, Informative)
Re:Lo, How The Mighty Have Fallen... (Score:3, Insightful)
'Linux' covers a wide range of distributions, which are tailored for a wide range of uses. The primary competitor for Solaris is RedHat Enterprise Linux. This is not the same as 'Linux' in general. For example, Solaris is not aimed at the desktop, like Mandrake.
Re:Lo, How The Mighty Have Fallen... (Score:2)
Obviously you didn't RTFA. What the FA says (as opposed to what the Slashdot blurb says) is "Sun has a long way to go before it can claim to provide the same wide platform support that's available from the top Linux vendors." Nobody ever claimed, yesterday or the day before, that Linux supports fewer platforms than Solaris.
Comprehensive? (Score:5, Informative)
- it's not open source
- it's picky about its hardware
- Linux compatibility limited to i686 RHEL3 compatibility
- good docs, pay-for support, bundled stuff
- it's proprietry, stick to Linux
Re:Comprehensive? (Score:5, Informative)
I want excellent support for the components that matter in the server room; fibre, network, Opteron processors and big Sparc. Multi-core is just iceing on the cake.
If I want a snazzy looking workstation also then I'll put in pkg-get from Blastwave and then install everything that I'd want in one shot.
Oh, and unless you have been living under a rock on mars for the last year then you would know that Solaris 10 is open source and the pilot group is well entrenched. We will roll out the source when we have all our ducks lined up and ready.
Dennis at Blastwave
http://www.blastwave.org/
An OpenSolaris Community Site
ps: we can write our own drivers for the USB coffee cup warmer if we really want that.
Re:Comprehensive? (Score:3, Informative)
In fact, most of the people in the pilot project don't work for Sun. They are in universities and open source projects ( like Blastwave ) and in their basements with old PC hardware or a used Sun Ultra 2 or a Genesi ODW PowerPC machine ( http://www.genesi.lu/ ).
So when I say that "we will roll out the source when we have all our ducks in a row" I mean that the pilot project people will have a community advisory board selected as well as a "social contract" and a plan. A plan driven
Re:Comprehensive? (Score:3, Insightful)
No kidding. I written a few reviews (see my journal for some of them) and all I could think of when reading this was "weak". As in, "Where's all the content?" Ok, we said we had installation problems, we said it's proprietary, and then we spend the rest of the article on Linux compatibility?!? Do these people have any idea what they're reviewing?
Unfortunately, this seems to be a trend in Unix style OS reviews. Linux magazines in particular tend to be *r
Linux compatibility (Score:2, Informative)
Anyway, the Linux compatibility isn't in the mainstream Solaris distribution yet. That's planned for later this year.
Unfortunately the team that wrote the Linux emlation system got laid off earlier this year...
Re:Comprehensive? (Score:5, Insightful)
I'm not exactly in favor of this new version of Solaris, but let's see if their review of Longhorn, whenever that may be, stresses that the OS is proprietary and therefore, not the best option.
Personally, I think the technical merits that an OS offers far outweighs its licensing model. The article does stress hardware and software problems, but I was put off by the whole "Solaris isn't Open Source so wait until it is" argument.
I use Windows servers. (Score:3, Funny)
What's it like to have a new release of your server operating system that isn't slower?
Linux Alternative? (Score:5, Insightful)
Does anyone actually think it will? It looks like a fine upgrade for shops that are already heavily invested in Solaris, but I highly doubt that Solaris 10 (or 11 or 12 or 25 for that matter) will ever really be a 'Linux alternative'. Why would anyone using Linux go for a closed, proprietary Unix flavor? They cattle are stampeding in the other direction and will continue to do so.
Re:Linux Alternative? (Score:5, Insightful)
Anyone who's used Solaris will know it's a really, really good OS which is arguably more stable and secure than Linux (flame-proof suit on), and has good backwards compatibility.
Competition is always a good thing. In the long run this will be good for both Linux and Solaris.
Re:Linux Alternative? (Score:3, Interesting)
By the time Solaris gets to the point where it is open and has all sorts of drivers available, will Sun even still be a player though? Linux adoption is growing by leaps and bounds along with it's capabilities. Solaris adoption is at best static and is probably in decline.
Then again, Sun could always pull a SCO after they open everything up. Wait a few months then claim 'Look! Th
Re:Linux Alternative? (Score:2)
It's not funny. If Johnathan Schwartz can take out Red Hat this way, he will. Yeah, it's just business, but if he tries to hit Red Hat or Novell this way, so goes Debian, Gentoo and the rest.
Sun is a competitive, not collaborative company, so I'm not what you would call trusting of them.
Soko
Re:Linux Alternative? (Score:3, Insightful)
Re:Linux Alternative? (Score:2)
Re:Linux Alternative? (Score:4, Insightful)
Re:Linux Alternative? (Score:3, Insightful)
As a "Linux alternative" I'd say it is ok. As an alternative to AIX, HPUX, Tru64, IRIX, Mach even... well, it is ok.
The only reason I've seen a company choose Solaris has been cost. They wanted HP (Tru64) or IBM (AIX), but couldn't afford it. So they go with Sun (Solaris) because it is better than MS (Windows).
Otherwise, it is a very middle-of-the-road Unix. Not great, not spectacularly bad (ala SCO).
Oh, and if any of you are hav
Solaris isn't going to be really open (Score:2)
Besides, Sun has been talking about opening solaris for seven years now. Hard to believe it will ever actually happen.
Re:Linux Alternative? (Score:2)
It remains to be seen if they'll open everything or just what suits them.
If they open enough that an unaffiliated party can build the system, then
device drivers might be forthcoming.
Sun needs to... (Score:2)
...start a "contributed hardware driver" website. This should allow anyone to contribute a driver (or changes to the driver) with documentation of what it supports or what it fixes.
The website should have a radiobutton for the license chosen by the author (BSD, SCSL or whatever Sun is using, etc.).
Members who have contributed drivers should be able to "mod up/down" other drivers. Sun engineers should then act as "moderators" and include portions of these drivers in the base distribution. dmesg output sh
Re:Linux Alternative? (Score:2)
Re:Linux Alternative? (Score:3, Informative)
Once it's out there, it's out there for good. Sun will not have any specific right to terminate OpenSolaris licences.
Re:Linux Alternative? (Score:2)
I don't work for Sun any more so I have no vested interest, but please, get the facts right.
will ever really be a 'Linux alternative'
It is intended to be a (cheaper, better) alternative to Red Hat Enterprise Linux, not "Linux" in general.
They cattle are stampeding in the other direction and will continue to do so.
So they are. And unfortunately, I think the Su
Unix != closed, proprietary (Score:5, Insightful)
Because most of what is done on such systems uses the open, non-proprietary features.
Unix (and similar systems such as Linux) has been such a success over the years because they implement open standards: TCP/IP networking, POSIX, X-Windows etc. This use of open standards and APIs explains why it is so much easier to port programs between different versions of Unix than to other OSes.
To say that Solaris is a 'closed, proprietary Unix flavor' is self-contradictory. Unix is a set of open standards. What is proprietary is the implementation. If you use GNU tools on Solaris, you can even avoid most of that. Commercial Unix users usually don't care about whether or not the kernel source is available; all they care about is the quality of implementations and price.
Re:Still with CDE? (Score:2)
Leave it to a PC mag to not know... (Score:5, Informative)
Maybe if a PC mag would stick to their intel and windurs operating systems they might continue to be somewhat knowlegeable...
what's next? SCO magazine going to comment on OSX?
Re:Leave it to a PC mag to not know... (Score:5, Informative)
1. dtrace
2. zones/containers (e.g. kernel isolation)
3. 128-bit file systems (ZFS)
Also, there is no longer a 'secure' Solaris version, which was typically used by the US government. Solaris 10 is (apparently) secure enough 'out of the box' to be natively deployed in the CIA, NSA, etc...
Re:Leave it to a PC mag to not know... (Score:3, Interesting)
We have a Solaris box at work, running Oracle. It's got about 80GB of data. I imagine this is fairly common in the lower end Sun shops.
I'd ditch it for Linux in a SECOND if the program it was running wasn't being phased out anyways. It's a piece of shit OS, seriously. It's a pain to get things done. It took me 2 hours to figure out the right command ma
Re:Leave it to a PC mag to not know... (Score:2)
Solaris provides a highly standard implementation of Unix System V printing. The administration of this can be found in a few minutes via Google.
Re:Leave it to a PC mag to not know... (Score:4, Informative)
ZFS. The 128 bit nature is the thing that is touted most of all, however this is a headline figure that can be latched onto by journalists and PHBs. The real advantages of ZFS are to do with the elimination of complex volume management systems to handle mirroring and data integrity. Volume management could be called a high end feature so ignore that an move onto data integrity. ZFS uses a copy on write approach when writing blocks a opposed to overwriting existing blocks. The net result is should the system fail during operation the file system will not be corrupt. The last write may be lost but the filesystem will be okay. No more fsck. Another feature is when mirroring ZFS stores a checksum of each block in a parent block. If one of the mirrors has bad blocks ZFS can determine not only that there is an error but which of the two alternative blocks to use.
Zones. What amazes me is how many people just don't see the potential of zones from a security standpoint. Using zones you can make the base system secure, to the point of only allowing SSH access from specific networks/hosts. Zones can then be created for each application running on the host and resources allocated appropriately. This allows a real separation between administration and user access. Even for a server at home running say a web server and email running each of those in a separate zone with no need for general user accounts is safer than running all services on a traditional system.
Re:Leave it to a PC mag to not know... (Score:2)
Comparing old versions of Solaris to Linux today is as fair as comparing Linux circa kernel-2.0-era to Solaris 10.
Re:Leave it to a PC mag to not know... (Score:2)
Well, we wouldn't quite laugh.
Re:Leave it to a PC mag to not know... (Score:2, Informative)
2. zones/containers (e.g. kernel isolation)
That is not true. Linux can have zones too. See UserMode Linux [sourceforge.net]
ZFS availability (Score:3, Interesting)
BTW, IBM's SAN File System [ibm.com] appears to do more or less everything that ZFS does, and it's available for Linux.
Re:Leave it to a PC mag to not know... (Score:2)
Anyone have a webcam I can borrow?
Re:Leave it to a PC mag to not know... (Score:2)
Solaris from 8 onwards has had a journaliing filesystem. Just add 'logging' to
>Default shell sucks big time compared to bash >
How times change... (Score:5, Interesting)
Am I the only person who finds this statement insanely hilarious? Maybe it's just my time spent as a sysadmin, but it seems to me that just a few/several years ago Linux was said to not deliver as an alternative to Solaris. A statement like that has got to really sting Sun.
My, my how times change.
Ender-
Re:How times change... (Score:2, Interesting)
Yes, but this is ZDNet, the M$ Windoze shills and fanboys, we are talking about here.
Re:How times change... (Score:5, Interesting)
Things you expect from Solaris software
- Lots of threads (good for multiple CPU's)
- Built-in clustering options, use of message passing
- Efficient use of large memory
- A small collection of extensively developed applications that communicate with one another
Things you expect from Linux software
- Optimization for one or two processors
- Tight loops at the GUI event handler
- A large selection of non-integrated packages
They serve different markets. You can spend a lot more time setting up your servers and such, but Solaris is a lot simpler overall.
Re:How times change... (Score:5, Interesting)
Such a blanket statment is totaly useless and the review was entierly to vauge
I am rather dispondant that things like this pass for journalism nowadays
It is grand that Linux is getting such recognition , but i would rather have it from a fair review as opposed to this
Where is the comprehensive review ? (Score:5, Insightful)
They briefly mentioned Janus, ZFS, zones (maybe) and the improved tcp/ip stack.
They said it was faster than previous versions.
Thats it ?
Oh, and its not a good alternative for linux ? On the sole basis that you can't install it on any hardware ? Utter BS! Yes, its a true statement, but probably the worst basis for comparison.
Having worked side-by-side with thousands of CPUs of Linux and Solaris, its still Linux that isn't a good alternative to Solaris.
Sun, where is your leadership? (Score:5, Insightful)
o The name service switch (nsswitch)
o Network Information Service (NIS/NIS+)
o Network File System (NFS)
o Pluggable Authentication Module (PAM)
I know we make fun of NIS and NFS today as being old and insecure, but in 1993 it was the only way to provide single-sign-on and meet other enterprise requirements for scalability.
I ask Sun, where are you innovating now? Are you providing leadership in LDAP / Directory Services? Nope. Are you providing leadership in distributed computing? Nope, that would be Linux and Open Source. Are you providing leadership in software development? Well, you developed Java, but it took the Free / Open Source guys to make Ant, Junit, Jmeter and other tools to make it really usable.
If Sun wants to drive, it needs to stop complaining from the back seat. It needs to start acting like it did back in the 1990's by developing solutions to enterprise problems and then showing the rest of the market how its done. Leaders lead and right now Sun is like some crotchity old man complaining about "the damn kids". Well, "the damn kids" are too busy driving right now to care about your CDDL and Solaris 10.
DaGoodBoy
Re:Sun, where is your leadership? (Score:5, Insightful)
0. Not ditching the workstation market soon enough. Sun used to make lots of workstations. Anyone on the outside could see Intel/NT was going to eat these up in seconds. Sun held on far too long, although this didn't wipe them out like it did SGI.
1. Profiteering from the demise of HP/IBM/SGI. For a period of about 10 years, Solaris on Sparc was pretty much the only safe solution for many large organisations. Sun realised this and gouged customers pretty heavily. This made senior IT people hate them, and accelerated the move to NT.
2. Ditching Solaris on Intel. Sun used to make a free as in beer distro of Solaris to run on Intel. It had limited hardware support, but it was easy enough to get going on the machines from the big vendors. This was an excellent way of getting Solaris used for things that might have been shifted to NT or Linux, but for some stupid reason they just cut support for it on day. Pissed off huge numbers of customers. I think the idea was they were introducing new low-end sparc machines that were going to be 'as cheap as Intel servers'. Yeah, right - let's compete with Dell, that's work.
3. Java. I don't think Sun has made much money from Java, and it's been a huge distraction. Are Sun the solid trusted makers of server hardware and server OSes, or are they funky cool bleeding edge software guys changing the face of the internet? Rather obviously the former, but disasterous crap like JavaStations and so on took up a huge amount of time and effort.
Sun should have made Java an open specification like, err, EVERY OTHER FRIGGING LANGUAGE EVER MADE, instead of fighting idiotic lawsuits with MS (who were in the right for a change).
Re:Sun, where is your leadership? (Score:3, Informative)
It has been one of the best things they have ever done. They have made a considerable amount of money from J2EE licensing and J2ME.
Sun should have made Java an open specification like, err, EVERY OTHER FRIGGING LANGUAGE EVER MADE,
Java is an open specification. Anyone can implement it, and many do. Your 'every other language' can't possibly include Visual Basic - highly popular, and totally closed.
instead o
Re:Sun, where is your leadership? (Score:2)
For example, I was recently hired to try to get LDAP-based single-sign-on to work across
minimum disk usage (Score:2)
At least now we know how many gigabytes the kitchen sink takes up: 2
Re:minimum disk usage (Score:2)
All about the interface and usability (Score:3, Insightful)
What Linux *represents* (and definitely does not yet provide), is ease of use combined with power. There are very high-end computing companies (like SGI) that are still in business but aren't really relevant to an "end user". But Linux, by virtue of running on commodity hardware, becomes much more available, and has a level of integration with the GUI and hardware that Solaris does not even come close to.
That said, on the point of GUI integration, Solaris->Linux as Linux->Windows. Windows makes everything intuitive and possible from the GUI, with the exception of perhaps
It seems overall that Linux has a GUI just for looks, just so that it doesn't look archaic, but it is not expected to run in entirely in such a manner. The developers need to take responsibility for this and make it a priority. Sit and watch someone try to do something, and then go fix it. Stop scratching their own itch and scratch someone elses for a while.
With Solaris, though, you really can't even begin to manage a system without the command line. It's at least 50 times worse than Linux in this regard. You can't add drivers, configure hardware, configuring networking, or do any of that from the GUI. It's really targeted more at the enterprise, which is fine. But don't represent it as something that I, as a small shop (that runs tons of Java development stuff) would bother with. I have five customers all running SuSE and I won't go near Solaris because it's such a pain to use from the GUI. I have enough to do without getting back into CLI system administration.
Re:All about the interface and usability (Score:2)
Why is Linus responsible for lack of a perfect Linux GUI? Because he made a system that does not require a GUI?
He holds up his end of the bargin- he makes a great kernel to build stuff on. The KDE and Gnome people are the ones working on the GUI. And they are having problems becau
Oh great, another one of THOSE articles... (Score:5, Insightful)
Solaris 10 is first and foremost an UltraSPARC-based OS. That's where it runs best, supports almost all the hardware, and is all around a good thing. (Though the x86-64 version should be interesting down the line, as I hear Sun is now working on Opteron servers entirely of their own motherboard design.)
I just wish, for once, someone would review the OS by actually USING IT on the proper hardware, and talk about new and interesting features that aren't blabbed about on the shiney sheets thrown around by marketing.
For example, one of the biggest and most obvious new features of Solaris 10 (that doesn't make the list of "Zones! Self-healing! ZFS, when we finish it!" would have to be the Service Management Facility. They've completely redone the entire framework of how services are managed (i.e. "init.d", "inetd", etc.), to even include service dependency tracking and allow non-dependent services to start in parallel (making big systems boot a lot faster).
At least all of the MacOS X articles by journals like this were the result of actually trying to use and explore the OS itself. (Even if they were formulaic, and pretty much involved saying "this is cool", "hey, the
"doesn't deliver"? (Score:2)
I don't think Solaris will beat redhat & cia though. With linux 2.6 scaling to 512 CPUs boxes and huge storage devices, is no longer a toy
Re:"doesn't deliver"? (Score:3, Interesting)
See all the benchmarks done during the 2.5 development to decide if linux "scales" or not.
Utter and absolute tosh... (Score:5, Insightful)
"Doesn't yet deliver?".
On the basis that *gasp* it's proprietary? When was the last time you saw a ZDNet reviewer lambast Windows because it's proprietary? The reviewer sounds like some childish linux fanboy attempting to take cheap potshots at a sturdy, well-featured, commercial OS with a heck of a lot of new *useful* features (Dtrace, Janus, ZFS, all of which he either fails to mention, or writes some bogus statement showing he doesn't understand them).
Here's a quote from a osnews comment on the story:
Very Funny
By Smartpatrol (IP: ---.galileo.com) - Posted on 2005-04-21 22:34:38
I almost choked when he mentioned Solaris as a Linux alternative....What?
To begin with, it's important to understand that you're still dealing with a proprietary OS here.
So what! spoken like a true Linux zealot! Its a question of usability and picking the best tool to enable business. Not whether or not the product you choose supports the OSS religion or not...what a wanker this guy is.
Speaking of features, his comments are supreficial at best, and show a profound lack of knowledge. He never mentions what this magical hardware that doesn't work with the OS is, he is assumedly too lazy to see the DVD image download on the page he links to, and he whines childishly about the download - can ZDNet somehow not afford cable internet?
Also, last time I checked, many linux distros came on quite a few cds...let's see, Fedora comes on how many discs again? How about Suse? Mandrake? Even my beloved Slackware is two...
How about judging an OS on useability, features, stability, and how it fits the purposes it was designed for? Not some blatant rant on your own fanatical adherence to your pet ideology, and some idiotic statements on a product you probably haven't even actually tested...and reading comments on alt.linux doesn't count as testing it...
cya,
victor
Zones (Score:5, Informative)
Think: giving you programmer full root access to program and muck up what he wants on the development zone or giving a Web designer a place to test run a new interation/dev web site without going live. You can basically let your devs play and play without worry to the production side of the system; saving costs for a development environment.
The zone is a fully function Solaris/Unix environment with it's own network connectivity and services. All packages that you want to have installed in that environment derive from the main install.
Solaris 10 JDS 3 Screenshots (Score:4, Informative)
Re: (Score:2, Interesting)
Solaris 10 article and comments (Score:5, Informative)
http://www.osnews.com/story.php?news_id=9865
If you need a GUI to set up a network interface, maybe you need to go back to Windows, because you aren't going to be doing it over a serial link! Solaris was built with Enterprise computing in mind, not "making it easy" for people who don't want to type.And if that is the quality of articles from PC Magazine nowadays, I'm glad I don't read it anymore! Because I thought "yet another whiny Linux zealot bitching about Solaris" article, what bullshit. If PC Magazine is going to review Solaris, do it right or don't do it at all!
Re:Solaris 10 article and comments (Score:2)
I wouldn't agree with that. A person who can admin a linux box over a serial link, might not be able to admin a sun box. On linux I perfer to use the console to edit the config files. But I was recently handed 5 solaris 8 boxes and was completely lost.
Unrealistic to compare (Score:4, Interesting)
I'd like to see linux
No doubt solaris scores as "badly" in some areas relative to linux as linux does relative to solaris in others.
Nothing to see here, usual hippie fanatics at work.
What a wonderful review! (Score:2)
What about a review of its stability, its security, its speed? All they wrote is it doesn't run linux apps well, it doesn't have zfs, and it won't run in a virtual machine. How was this comprehensive?
A "comprehensive" review, my ass (Score:5, Insightful)
The review states:
Unfortunately it's at this point that the Solaris proposition starts to lose some of it lustre. Yes, you can download and install it just like Red Hat or SuSE Linux, but there the similarities end, making Solaris 10 far less of an obvious choice for companies looking for a Linux alternative.
What does that even mean? What "similarities" between Solaris and Linux is he looking for and what benefits do those similarities deliver to the customer? How does the absence of these unspecified similarities reduce the "lustre" on Solaris "proposition"? This may be the single dumbest sentence I've ever seen in a review of any product.
To begin with, it's important to understand that you're still dealing with a proprietary OS here.
And?
He then goes on to complain about the Linux compatibility feature's poor emulation. It's not clear how he is able to test this, since he admits that it's not even shipped as part of the product yet.
Let's give him the benefit of the doubt and assume that he isn't just making shit up, and that he actually does have super-special access to software that Sun hasn't shipped. Maybe there is a reason Sun chose not to ship that code yet? Why is the shipping product being criticized for the quality of code that was deliberately left out of it?
This review is just a shoddy piece of work. ZDnet should be embarrassed to have their name on it and Slashdot should be embarrassed that one of their editors believes that this is a "comprehensive" review.
Comprehensive as in. (Score:2)
Seriously this review is lacking in several areas and only grazes over some features and some lacking.
You want a comprehensive look at Solaris? (Score:4, Informative)
http://www.eweek.com/article2/0,1759,1774989,00
It, along with the MadPenguin review, are the best third-party reviews out there on Sun's newest OS.
Steven
Solaris 10 on X86 (Score:2, Interesting)
Comprehensive ? really? (Score:2)
Ridiculous (Score:3, Funny)
If that one-pager counts as comprehensive, I'm Bill Gates.
Re:No torrent! (Score:2)
http://www.sun.com/software/solaris/get.jsp [sun.com]. Sun's whole Web site is plastered with "Get Solaris 10 now" banners and links. So where's your problem ? Don't have a Web browser or what ?
Physical Media (Score:2)
Re:No torrent! (Score:2)
Re:GPL incompatible (Score:4, Informative)
Tell that to the *BSD folks :-)
Re:Live CD for Solaris? (Score:2, Informative)
If you want to see how your hardware will work, you could download the first CD image and run that - no fear of clobbering your present OS install, but you will see if your video card is supported, etc.