The End of Sun's Cobalt Servers 88
knighten writes "Sun Microsystems has taken the last of its Cobalt line of server appliances off the shelves in favor of the AMD based Sun Fire line." The article makes note of several relevant bits of history regarding Cobalt, the Appliance Server market, and Sun's Linux strategies.
Sad is how much they paid (Score:2, Insightful)
Re:Sad is how much they paid (Score:1)
It's not that the purchase of company was bad, except that price tag was way too steep, even back then (ie. even in inflated
Re:Sad is how much they paid (Score:1, Informative)
Sad to see Cobalt go... (Score:1, Redundant)
Continued Support (Score:4, Interesting)
Re:Continued Support (Score:5, Informative)
Since their server is down, this is the google cache [google.com.au]
Did you know that Cobalt has the biggest market share of on-line Linux servers after Redhat? [netcraft.com]
Insane Popularity (Score:2)
Ease of use (Score:5, Interesting)
Re:Ease of use (Score:1)
Re:Ease of use (Score:1)
Good thing. Ensim is the worst, buggiest, least stable server software I have ever used. Ever. Period.
I realize that this is a bit off-topic, but if it saves one person the trouble that I went through working with Ensim (and finally, the trouble of having to wipe several servers to get rid of it), then it was worth it.
Re:Ease of use (Score:2)
It's really surprising actually, since when you look under the hood, the methods it uses to do what it does (the whole "multiple servers on one physical CPU" thing) aren't all that revolutionary.
Someone didn't proofread their press release... (Score:5, Interesting)
An x86 machine that that can run Solaris SPARC operating systems? Clever... :-)
Re:Someone didn't proofread their press release... (Score:2)
from: Solaris 2.6 [berkeley.edu]
Supported Hardware Platforms: SPARC: sun4c, sun4m, sun4d, sun4u Intel 486, Pentium, Pentium Pro
Re:Someone didn't proofread their press release... (Score:2, Insightful)
The article says that Solaris SPARC runs on x86, it's a contradiction.
I need to proofread my proofreading (Score:2)
He has indeed pointed out a mistake, and I misread his correction. So much for my promising career as an editor.
Re:Someone didn't proofread their press release... (Score:1)
It's not a contradiction, it's an emulation.
To be honest, it's probably simply a mistake
Re:Someone didn't proofread their press release... (Score:2)
Your post is both
1) Correct
and
2) Totally off mark.
Please go back and read what the other guy said.
Cheers,
Sun is going down (Score:3, Interesting)
For high end stuff we have AIX. It comes with LVM and other critical stuff. It has ridiculously stable support for fibre channels and just the most outstanding support.
For middle to low end we have PCs with windows and linux.
I can't seem to see where Sun (with or without their cobalt server) fits in today's market anymore.
Re:Sun is going down (Score:5, Interesting)
This provides the capability to develop on low-end boxes without the headaches associated with recompiling on production servers and shortens our development cycle.
I will admit though, with most of the development moving into the Java world, maybe this doesn't make as much sense. However, we have still found it useful to do some of the development work on smaller Sun boxes for performance benchmarking and forcasting performance when something goes into production.
I've stayed away from IBM because of past bad experiences, providing quotes that are not complete solutions resulting in server cost overruns or software that is not yet written. (They once replied to a quote for a automated-failover system, and provided an neat OS2 solution. When pressed on how the failover worked, they finally admitted that once we ordered the system, they would write it.)
If IBM costs have come down, and their ability to fully respond to quotes has improved, maybe they are worth another look. But if not, Sun is still my server of choice for critical production systems.
Re:Sun is going down (Score:3, Insightful)
Sun servers scale from 1U/1CPU lower cost servers (5K) and developer stations to clusters of over 300 CPU servers, all with full binary compatiblity. I have yet to not be able to take software off a 1CPU low-end sun box and not be able to run it on the top-of-the-line servers without any recompiling.
This provides the capability to develop on low-end boxes without the headaches associated with recompiling on production servers and shortens our development cycle.
Most datacenters I've been in could
Re:Sun is going down (Score:5, Insightful)
Myself, I have seen scalability. I've have seen applications start out on 2cpu $20K database servers and migrate to E15-type servers without any code change. I'm not saying Linux (or AIX) cannot do this, but this is scalability that Sun does provide at a competitive price.
Having priced the cost of multi-CPU server-quality x86 platforms, there is very little cost benefit to going there. Multi-CPU server quality x86 boxes cost almost as much as the same Sun boxes.
As for Java, since you did not mention any alternative, I cannot provide any response. However, since the application servers and web server provide enough bandwidth, there is no reason to switch to anything else. I am not ready to jump on the 'let's switch everything to Linux' bandwagon yet, but I am on the 'let's review it as we deploy new products or grow existing ones.'
I am sure Linux will migrate into our datacenter, and eventually support production applications. It just doesn't make any sense to replace what works and is proven with something else unless there is a clear cost advantage.
Re:Sun is going down (Score:2)
And standart sql databases don't count, because you don't deploy them on your highend application server.
Re:Sun is going down (Score:3, Interesting)
Re:Sun is going down (Score:4, Insightful)
A large server may not be dedicated to just one database. There is a significant cost savings in purchasing a single high end system for several databases rather than splitting them over several smaller systems. With the partitioning technology available from Sun, you can start with a smallish (15 CPU) server and grow up as is needed. Using smaller servers to start with is cheaper, but the cost of swapping them out is expensive if the database requires more horsepower than the system can deliver. (Sun isn't the only one to support hardware/software partitioning, I'm just using it as an example.)
It is always a juggling act to find the appropriate cost/performance mix that provides both long term and short term advantages. Purchasing systems that are not expandable is often cheaper in the short term. Purchasing expandable systems is often cheaper in the long run, but the risk is the application may not grow enough to realize the savings before the technology becomes obsolete.
I hate estimating hardware requirements these days...
Re:Sun is going down (Score:3, Interesting)
Therefore, you need this kind of power. Sun servers have, so far, provided us with that power. That and heavy use of technologies like Akamai Edgesuite have allowed to handle som
Re:Sun is going down (Score:2)
I think this really depends on what one is doing. On server-side web app (and similar) processing, Java (with 1.4 JDK) seems to be pretty low overhead, considering what it's doing (as in fully standards compliant with unicode encodings etc). Most overhead comes (IMO) from various (often unnecessary complicated, for what they do) frameworks, and from people
Re:Sun is going down (Score:2)
I have to agree. I hate using generic packages to do tasks in Jazilla, which makes the process more complicated and wastes code on inefficient conversion routines. Whenever possible, I try to code stuff in the simplest form I can, and without anything Jazilla doesn't need.
Re:Sun is going down (Score:2)
Re:Sun is going down (Score:1)
Funny how I'm getting people who work on Server side stuff wanting to work on Jazilla... I'm only starting to work on Servlets
Re:Sun is going down (Score:1)
I am a devoted Linux user, but I can say that SUN's products are top-class, and thus deserve a place in today's IT market.
My work requires absolute reliability from the systems we purchase, and so far SUN require
What credentials do you need to report on tech? (Score:3, Insightful)
Those Cobalt cubes were cute... (Score:4, Interesting)
Still...they just don't have the Kawaii factor of the Cobalt cube. I want one but I can't spare the money, dammit.
Re:Those Cobalt cubes were cute... (Score:2)
Uh, yeah. I suppose if you count USB too, then you would have five, but there is only one RS-232 port on that board. It isn't often that I see USB referred to as a serial port, while technically true, most people just call it USB.
Re:Those Cobalt cubes were cute... (Score:2)
Technically correct but daaaaamn, not like I'd expect.
Re:Those Cobalt cubes were cute... (Score:2)
Re:Those Cobalt cubes were cute... (Score:2)
Should have never bought it (Score:5, Insightful)
From a data center perspective, yeah its true that Sun boxes can do some things better than x86 boxes running Linux, but I can't tell you how many times I've seen companies buy 100K worth of Sun servers to do services that I know darn well could just as well by an x86 box or two. It always amazed me to see the salesman talk "scalable" for systems that were really farmable. Yeah, experience with high end Sun boxes was great for my resume, thanks, but I wanted my career to have meaning too - and having a bunch of overpriced toys just for the sake of ego seems a little shallow, don't you think. (Sorta like Sun's CEO,
IMHO, the Sun just needs to set. Now that 64 bit Opetrons are out, they will have almost nothing to offer in the midrange. The lost the lowrange a long time ago, but are still in denial. And in the high range, the IBM and HP can beat them out in all categorises.
Sunset (Score:3, Interesting)
Scott M. keeps making expensive blunders like this, but nobody seems to hold him accountable. Very disturbing.
Re:Should have never bought it (Score:3, Interesting)
Sun's Opteron servers will fill the midrange, and even low-midrange, quite nicely.
Re:Should have never bought it (Score:2)
Hmm. I have trouble believing that sun can sell opterons cheaper than traditional x86 vendors--they have terrible distribution channels and a lot of overhead. So if there are two opterons, one expensive one from sun and one cheap one from someone else (and the cheap one probably has a better warranty and cheaper support costs) why would I buy the sun version? This is why sun isn't going to be able to compete. They're currentl
Re:Should have never bought it (Score:2)
Sun are doing fine with the pricing of the Xeon based kit they sell. Why do you assume that Sun are randomly going to sell extra expensivie Opteron kit and expect people to buy it?
Re:Should have never bought it (Score:2)
Opteron is no Itanium, it's priced to compete in the x86 world.
I sure hope it takes off. A lot of the types of applications I run would benefit greatly from 64-bit computing.
Re:Should have never bought it (Score:2)
With a tight economy, the first is a basic competance any company needs. Sun and DEC used to be quite bad at that, back when I bought both.
The second was a gateway to the current 1U and blade servers, which are cheaper than Dell, the usual low-cost-leader.
--dave (biasd, you understand) c-b
Re:Should have never bought it (Score:2)
Re:Should have never bought it (Score:2)
RISC is still a superior architecture. Maybe Sun won't ever adapt to higher volumes, but it is not clear that x86-64 is the answer to RISC.
not a surprise (Score:5, Interesting)
Unfortunately, as an operator of a Cobalt RaQ for many years, I found it to be very limiting once we did figure out how to really use it and how little the custom interfaces allowed, but it was great for people who just wouldn't learn that stuff.
I hope no one thinks these are patch-proof though,. Our Cobalt needed patches and even with them had trouble avoiding a few compromises since patches were so delayed. Now it runs Debian and I couldn't be happier with the little box.
The raq3, 3i, and 4 *were* AMD machines. (Score:2, Informative)
Sun has released all code under BSD license (Score:4, Informative)
Just a clarification (Score:1, Informative)
This means some products in the Sun Fire range, with Opterons. The poster's line sounds like all SF products will be sold with Opterons and the UltraSparc will be EOLd -- Not the case! You wont see a SF15k with Opterons any time soon
Cobalt was dying anyway (Score:3, Informative)
http://news.netcraft.com/archives/2003/12/19/su
It's kind of sad that they puchased Cobalt for $2 billion, not too long ago, and now they're discontinuing the Cobalt line. That's $2 billion down the drain. When Sun is making business decisions like this, it's hard to image them being a major force in the computer industry for much longer.
Re:Cobalt was dying anyway (Score:1, Informative)
Re:Cobalt was dying anyway (Score:2)
An anon coward pointed out that it was $2B in dot.com stock that is now worth $150M .bust. Furthermore, what Sun got was Cobalt's market -- the ability to walk SUN salespeople into the offices of every company that ever bought a Coboalt, and up-sell them sun-blades and *86 boxes that are roughly aimed at the same market as the cobalts were.
They a
Oh yes, I'll buy another Sun.... (Score:5, Interesting)
I know that Sun paid well too much for the company and that perhaps in a post-dotcom culture the market for server appliances may have contracted somewhat, but it surprises me that there was aparently no money to be made from selling Cobalts. I have met more than one hosting provider desperate to source more Raqs over the past year.
In my view Sun have damaged their reputation in my sector of the marketplace. Fair enough they're dropping the range, so I guess they expect customers to be happy to migrate to equivalent Sun kit. But how can I trust to buy a replacement Sun brnaded server from a company whose idea of support for a range of web server appliances was to stick with PHP 4.0.6, a rather aged piece of software that simply doesnt run everything these days. Leaving people like me to either compile our own or scour the web for install-and-pray packages would be fine for a geeks-only free distribution but is not what you expect from a product you pay good money for.
My provider (Score:1)
Another info point (Score:2, Informative)
the summary is a bit mis-leading (Score:2, Informative)
my little raq 2 will go down fighting, kicking and (Score:2)
Sun does Intel too (Score:2)
Of course we won't mention that these machines are just OEM'ed from Intel... I know this because I bought the equivilent of a V60x directly from Intel this fall... for much less then what Sun charges.
Re:Sun does Intel too (Score:1)
I haven't seen anyone selling the Newisys 4300 server yet (most companies selling 4P Opteron servers are using the Celestica model instead), but they may arrive by the time Sun starts shipping theirs.
Good Bye....A rant :-) (Score:3, Interesting)
I know all about them
I know how to get a borked interface working again, all the tell tale signs of an exploit, placating customers as they plead and ask why their was an intrusion as they patch it the minute Cobalt releases a patch.
The hardware in the raq3 and 4 servers look like a modified laptop design minus video.
Actually I'm probably wrong about this, but laptops have better performance for the same spec processor.
On the units with SCSI why are the drives IDE?
What exactly is the PCI slot for?
I have seen so many fail right out of the box, sometimes 2 out of the carton of 5 with the rest failing over the next 6 months.
The perl scripting was totally horrid, the web interface runs as root, why isn't dns in the postgres database, why does it have it's own unique flat file.
All the commands and tecniques I used were unsupported, the backup through the web interface was broken for sometime before they fixed it, tho I fixed the mangled backup and made them work anyway. These machines were unsupported if you wanted them to actually work correctly, the interface fell short in so many areas as to be useless. Let's not forget the main webserver authenticating through PAM by default......why??
I can go into many more reasons why I hate these machines, they certainly don't fail safe, fill the disk up with logs and watch as the machine borks all of it's conf files.
Bad engineering all around.
I am glad to see them go, while Sun may not be perfect, these little bastard appliances gave Sun a black eye in my view.
I thought Sun might be able to put them back on track, they did by disco'ing them.
A Cobalt rep (pre Sun) paid us a visit to show fail-over in a demo....it just failed...I asked her if they were designed in someone's garage, she said basicly yes.....2 Billion dollars later this realization hits Sun.
Sometimes DOA, sometimes free... (Score:1)
The first 2700WG (the original Qube model) I ordered arrived DOA, so I went through the RMA process and returned it for a replacement. When no replacement showed up I called them again and the Cobalt rep told me they'd credited my Amex card for the purchase price (I'd returned it for a replacement, not a refund). I told him I wanted a replacement server, so he sent one out, but they never charged
Re:Sometimes DOA, sometimes free... (Score:1)
Re:Good Bye....A rant :-) (Score:1)
So they'd rather give users a pci slot that won't be used in it's intended application (this does add to the complexity of the board) but something that would actually be useful in it's intended application is omitted(a nice SCSI drive).
RAQ3 and RAQ4 machines had a seperate file that DNS was generated from, it is a good thing
Qube 3 Sourcecode (Score:2, Informative)
What a sad ending. I am still drooling over this sexy Cobalt Qube 2 advertisment [dhs.org]
Re:Uck! (Score:2)
Keep in mind that this ad was from PC Magazine Australia in 1999.
And this is a bad thing? (Score:1)
In their day, I am sure that these little toys were great for a small business looking for a simple end to end solution, and I must admit that the user interface for hosting customers was great, not to mention the fact that a rack of the Cobalt RaQ servers just looks damned cool in a dark server room, but, they were and are an incredible PITA to work on.
Upgrading the software was difficult, inst
End of Qube (Score:2)
I still wanted a MIPS one for home, once NetBSD got po
Viable Alternatives? (Score:1)