Slashdot Mirror


Five Years After the Sun Merger, Oracle Says It's Fully Committed To SPARC

jfruh (300774) writes "Sun Microsystems vanished into Oracle's maw five years ago this month, and you could be forgiven for thinking that some iconic Sun products, like SPARC chips, had been cast aside in the merger. But Oracle claims that the SPARC roadmap is moving forward more quickly than it did under Sun, and while the number of SPARC systems sold has dropped dramatically (from 66,000 in Q1 '03 to 7,000 in Q1 '14), the systems that are being sold are fully customized and much more profitable for the company."

190 comments

  1. I'd love to buy some sparc hardware by kthreadd · · Score: 4, Insightful

    If it wasn't for that the price of the hardware can often be close to ten times higher than the equivalent x86 machine.

    1. Re:I'd love to buy some sparc hardware by davecb · · Score: 3, Informative

      It should be: around the time of the acquisition the price performance ratio finally got back to where it was with the first SPARCs: ten times the price, 100 times the performance .

      A 3U 4-socket T5 machine had about 128 full hardware threads (really: cores) the last time I looked seriously at it. The performance was a bit less than a 32-socket, 4-core-per -socket M9000, the machines I mostly worked with. In those days, I was a capacity planner and performance engineer at Sun Canada.

      A lot, but not everything, is still available open-source from SPARC International.

      --dave

      --
      davecb@spamcop.net
    2. Re:I'd love to buy some sparc hardware by fahrbot-bot · · Score: 2

      If it wasn't for that the price of the hardware can often be close to ten times higher than the equivalent x86 machine.

      At least for certain definitions of "equivalent" ...

      --
      It must have been something you assimilated. . . .
    3. Re:I'd love to buy some sparc hardware by Anonymous Coward · · Score: 0

      Ten years ago I could buy a SPARC server to host my irssi session, just to give an extreme example*. Today, not so much. It's all just for the enterprise.

      * Actually I did, a Sun Fire V240 that still holds my irc session and mail client. Awesome machine.

    4. Re:I'd love to buy some sparc hardware by Kjella · · Score: 2

      Sun was trying to sell hardware, I guess we all know how well that went. My guess is you said exactly the same before Oracle bought them. And you don't want to compete with Intel on economics of scale when the vast volume of x86 servers would never migrate to sparc, it'd be like a swimming contest wearing a lead vest. Oracle has quite rightly assumed that if they want to sell sparc hardware they have to create the market by making it the most cost efficient way to run Oracle the database. For anything else they're just measuring you up to consider what it'll cost to migrate all your code away from sparc and charge you just enough that you won't.

      My guess is that if you were one of the 7000 customers considering a custom sparc server that Oracle server would have god-tier support and installed and configured exactly to Oracle's specifications anyway, perhaps even by Oracle experts and it's probably also not the kind of system where you try to fix it yourself before you call support. For anyone that's been played the vendor game having Oracle control the whole stack from hardware to OS to software means you have one company responsible to fix it and fix it ASAP and they can just tune it however they want without caring about the general case. Whether it's sustainable over the long run we'll see, but "semicustom" hardware seems to be a growing trend as we can't just throw more cores with more gigahertz at the general case like we used to.

      --
      Live today, because you never know what tomorrow brings
    5. Re:I'd love to buy some sparc hardware by Jane+Q.+Public · · Score: 3, Informative

      A 3U 4-socket T5 machine had about 128 full hardware threads (really: cores) the last time I looked seriously at it. The performance was a bit less than a 32-socket, 4-core-per -socket M9000, the machines I mostly worked with. In those days, I was a capacity planner and performance engineer at Sun Canada.

      Okay, but it's not a one-for-one comparison. A hardware thread in one of those machines lies somewhere between an x-86 "core" and a GPU "core" in capability.

      Granted, they were powerful machines. But a 128-thread SPARC machine has nowhere near the capability of a modern x86 machine with 128 cores.

    6. Re:I'd love to buy some sparc hardware by serviscope_minor · · Score: 2

      Just for comparison, that was about a 3U machine.

      You can fit 64 cores and 512GB (1TB if you're rich) into 1U with commodity x86 servers. Last time I checked, power draw is about half the lifetime cost, so the SPARC servers would have to be awfully good on power draw/performance.

      On the plus side, the big T5 servers have larger system images than the cheap commodity x86 ones. So if you want to keep a fuckload of data in RAM, they could be worthwhile.

      --
      SJW n. One who posts facts.
    7. Re:I'd love to buy some sparc hardware by Anonymous Coward · · Score: 0

      The 4 socket T5 is the T5-4, which is 5U.

    8. Re:I'd love to buy some sparc hardware by Anonymous Coward · · Score: 0

      I had to double-check when this post was made cause this statement is atleast 5+ years old! Too bad so many people are not aware of the reality today. Todays SPARC T5 systems have been proven to be more cost effective (and lower cost) than x86 platforms, and when you look at more than just the HW cost, like SW/OS/VM licensing and support costs, that’s where SPARC really shines. Theres many analyst reports showing this and many public benchmarks, where there is a TCO cost analysis, where SPARC shows superior price/performance than x86. And just wait till the SPARC M7 gets announced soon. SPARC will be years ahead of x86 and even IBM's Power8. Not just in # of cores & threads, but in delivered performance and price/performance.

    9. Re:I'd love to buy some sparc hardware by Anonymous Coward · · Score: 1, Interesting

      I definitely don't agree here. There is no x86 system that can beat SPARC today on *any* enterprise related workload, especially Database with same # CPUs or cores running the same SW. TPC-C benchmark shows SPARC T5-8 with #1 result and beats Oracle X2-8 by 6% perf/core. http://www.tpc.org/tpcc/results/tpcc_perf_results.asp. On SPECjEnterprise2010, http://www.spec.org/jEnterprise2010/results/jEnterprise2010.html ,SPARC T5 is ranked #1, #2, #3, #4 and #10 with Xeon in #6 position, and showing 32% perf/core better than Oracle X2-8. Even in SAP benchmark, SPARC is ranked #1, #2, #3, #5, #6 with Xeon showing up at #10.

    10. Re:I'd love to buy some sparc hardware by Anonymous Coward · · Score: 0

      Okay, but how does price/performance stack up? 6% faster, but at what cost?

    11. Re: I'd love to buy some sparc hardware by Anonymous Coward · · Score: 0

      Actually you are wrong. Even highly optimised x86 code usually cannot access more than 50% of the performance of those CPU. Hyperthreading have since then more than doubled the performance of x86 cores. On the other hand they have also doubled the thread count so performance per thread goes down.

      But the teal problems with x86 is the scalability issues. There are no hardware IPC mechanism - communication takes hundreds of cycles. Amd that's just an example.

    12. Re: I'd love to buy some sparc hardware by Anonymous Coward · · Score: 0

      The fact that you get lower licencing cost on Oracle software when you buy their hardware removes the otherwise high hardware price when you run all Oracle software.

      But that's only a valid argument when you buy pay per cpu software licenses.

      When you run free softwate AMD Semperon will give you a much better TCO than SPARC.

    13. Re:I'd love to buy some sparc hardware by Jane+Q.+Public · · Score: 1

      I definitely don't agree here. There is no x86 system that can beat SPARC today on *any* enterprise related workload, especially Database with same # CPUs or cores running the same SW.

      This has nothing to do with my comment. I was referring to the capability of individual CPU "cores", not which machine would outperform the other. I don't think anybody disputes that within reasonable parameters a SPARC machine is in general the more powerful.

    14. Re:I'd love to buy some sparc hardware by Jane+Q.+Public · · Score: 1

      To clarify what I meant:

      At your first link, it is easy to see that the T5-8 easily outperforms the IBM Flex 240, by a factor of roughly 5.5. But compare the details: The T5-8 has a total of 128 cores and 1024 threads, while the IBM only has 16 cores and 32 threads.

      So that 5.5 x performance boost comes at the price of 16 x as many cores, and 32 x as many threads.

      It is true that I improperly conflated threads with cores, when I shouldn't have. Nevertheless, my main point still holds: SPARC uses more, simpler cores to achieve its performance. They are somewhere between an x86 core and a GPU core in complexity.

      My original, overall point being that it isn't a 1-to-1 comparison.

    15. Re:I'd love to buy some sparc hardware by Anonymous Coward · · Score: 0

      SPARC T5 is 6% faster/core and with more cores, that means more powerful CPU. But, I think at the end of the day, its not how many threads, how many cores, or even how much cache, but how well does the CPU and especially system perform, how much does it cost to buy and run and how much does it cost to manage over its lifecycle. Sure, SPARC may have "more" cores that some say are "simpler" (I disagree), but the architecture is what matters and SPARC T5 with 16-cores and 8-threads per core, on a per CPU basis, delivers about 70% faster performance socket to socket vs x86 and therefore you need smaller SPARC system with fewer CPUs to deliver equivalent performance. And when you look at the management and lifecycle costs, that’s when SPARC shows its true advantages. Heres a decent report from an analyst I found highlighting this value. http://www.oracle.com/us/produ...

    16. Re:I'd love to buy some sparc hardware by Anonymous Coward · · Score: 0

      I agree that the comparisons are clearly not 1:1, comparing a SPARC T5-8 to 2-socket Xeon systems. But I think that’s my point. There are no recent 8-scoket Xeon system benchmarks to compare to! If all you need is a low end 2-socket box, then probably the Xeon is the better choice, but once scalability to higher end performance, throughput, etc is required, that’s where you won't find Xeon systems competing against SPARC. Intel has recently released Ivybridge-EX based systems that "scale" to 8-sockets yet there are no Database or high end workload benchmarks published on these systems like there is with SPARC T5-8. With the rack and stacks of 2-socket (cheep and cheerful) systems creating a panacea of chaos in the datacenter these days, and of course all the virtualization to make the best of them, maybe its time to look at replacing them with much fewer, higher scaling systems that require significantly less administration and overall management costs?

    17. Re:I'd love to buy some sparc hardware by Jane+Q.+Public · · Score: 1

      There are no recent 8-scoket Xeon system benchmarks to compare to!

      http://www.supermicro.com/prod...

      Besides, there are these little things called "extrapolation" and "long division" that will let you make an actual comparison.

      If all you need is a low end 2-socket box, then probably the Xeon is the better choice, but once scalability to higher end performance, throughput, etc is required, thatâ(TM)s where you won't find Xeon systems competing against SPARC.

      I repeat that this misses the point of my original comment. I wasn't comparing the performance of an Intel computer to that of a SPARC computer. I was referring to the complexity and capability of individual cores. We are talking about two very different things.

  2. So how many Sparc Systems does Oracle Run? by mykepredko · · Score: 4, Interesting

    While reading TFA, my big question was if the Sparc has been improved so much, is Oracle using it in their systems?

    According to Wikipedia, Oracle has 122k employees; how many of them are running Sparc systems, how many of their internal servers are Sparcs? For a corporation of this size, I would expect, in three months, for them to consume a lot more than the 7k systems that were shipped in the latest quarter.

    When I was at IBM, the company was very proud to be its own best customer; is that true for Oracle?

    myke

    1. Re:So how many Sparc Systems does Oracle Run? by Enry · · Score: 2

      IBM no longer sells desktop and they're getting out of the server market as well, so I think they'll be Lenovo's best customer for the foreseeable future.

      As for Oracle, my guess is that these are Big Beefy Machines(tm) used as replacements for the IBM mainframes (which IBM still owns). They probably do use some in their back-end gear, but don't forget that Oracle also owns Oracle Linux and they have their own line of x86 hardware. That's more likely what they have most of.

    2. Re:So how many Sparc Systems does Oracle Run? by thaylin · · Score: 2

      They are getting out of the X86 server market, not the entire thing. They will still be selling power.

      --
      When you cant win, ad hominem.
    3. Re:So how many Sparc Systems does Oracle Run? by Enry · · Score: 1

      Yeah, I corrected myself later on and didn't go back and change the original statement.

    4. Re:So how many Sparc Systems does Oracle Run? by davecb · · Score: 1

      Most Oracle employees are salescritters, and run Windows XP on Intel (;-))

      --
      davecb@spamcop.net
    5. Re:So how many Sparc Systems does Oracle Run? by Anonymous Coward · · Score: 0

      For a corporation of this size, I would expect, in three months, for them to consume a lot more than the 7k systems that were shipped in the latest quarter.

      Perhaps SPARC systems are just hat efficient that they don't need too many to get the job done?

      Solaris has pretty good virtualization at the OS level (zones), and SPARC has hardware level virt (LDoms) as well.

    6. Re:So how many Sparc Systems does Oracle Run? by unixisc · · Score: 1

      I believe the GP may have been talking about the Power/POWER based line of servers & workstations, as well as their other iron. But you're right about Oracle - their homegrown systems are Lintel hardware (their own distro).

      Only thing I've wondered - if they're that committed to SPARC, why don't they have it populate more of their line, instead of Xeons/Opterons? They could port OEL to it, in addition to Solaris, and customers would be locked on that - couldn't move those to HP/UX or RHEL or Centos or Debian. And GP is right - for the computation that they do, SPARC is more appropriate (although I can imagine them wanting to run their Xeon based iron in a big way just so that they are familiar w/ the systems their customers are actually buying.

    7. Re:So how many Sparc Systems does Oracle Run? by MouseR · · Score: 4, Informative

      Fore disclaimer: I'm employed by Oracle.

      My duties at Oracle have always been developing Mac and (more recently) iOS Apps. So I end up using Apple hardware. That aside, all developers have a remote unix account for development. We host server instances of the particular product we develop for, and have other such servers for hosting a number of dev tools. Many of those servers are hosted on "Sunacle" (my term) hardware.

      In the Mtl office, we also have a bunch of Sun stations in various places like some local server rooms and demo/training rooms.

      Sun is *everywhere* around me. Oracle has a huge investment in Sun (both in hardware optimisation and Java) which led to the acquisition 5 years ago. Was more of an investment rescue than a growth acquisition, if you ask me. BUT I DO NOT KNOW for sure if my point of view & assessment is what really led to the acquisition. Developers are not privy to such details.

    8. Re:So how many Sparc Systems does Oracle Run? by Robear · · Score: 1

      http://www.oracle.com/us/solutions/gsi-db-sys-refresh-e25ks-m9000s-174709.pdf

      --
      French - The lingua franca of Europe!
    9. Re: So how many Sparc Systems does Oracle Run? by Anonymous Coward · · Score: 0

      the old man hated to see one of his lives fixtures to go under. businesswise sparc is a millstone and it was never faster than x86 per core or per dollar. linux exposed this. sentimentality explains all.

    10. Re:So how many Sparc Systems does Oracle Run? by Anonymous Coward · · Score: 0

      > According to Wikipedia, Oracle has 122k employees; how many of them are running Sparc systems, how many of their internal servers are
      > Sparcs? For a corporation of this size, I would expect, in three months, for them to consume a lot more than the 7k systems that were shipped
      > in the latest quarter.

      I wish there was an easy way to answer this question. Oracle is not proud to be its own best customer, but will eat its own dog food.

      Oracle does a lot of innovation via acquisition, so it means a constant flood of inbound random systems. Often there is no plan after on what to do post acquisition (other than expand product lines and acquire customers) so you end up with ton of random non-Oracle systems all over the place. Requesting and getting new hardware can be nearly an impossible task and as a result Oracle consumes a lot less internally then one would think. Having said that new hardware is almost always Oracle branded.

    11. Re:So how many Sparc Systems does Oracle Run? by afidel · · Score: 1

      Given the fact that they outsourced Power chip production you have to wonder how long that will be true. Then again HP outsourced their processor development to Intel over a decade ago and they still sell Itanium, so it might be a long time before they give up that gravy train.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    12. Re:So how many Sparc Systems does Oracle Run? by theskipper · · Score: 1

      Have you considered typing that question into your Ask toolbar?

    13. Re:So how many Sparc Systems does Oracle Run? by Anonymous Coward · · Score: 0

      Power chip production was never outsourced, it was made at IBM's Fishkill fabrication facility, which is being sold to Global Foundries. You can say that future (late 2015) Power production will be outsourced, but not in the past and not currently.

    14. Re:So how many Sparc Systems does Oracle Run? by Anonymous Coward · · Score: 0

      I work at Oracle, specifically the "Sun" division under Fowler. I'll say two things:

      1. The direction I hear internally regarding SPARC is consistent with what Oracle claims publicly.

      2. All the people I work with use Sun hardware (SPARC included) where applicable. It's more of a rule than an exception.

    15. Re:So how many Sparc Systems does Oracle Run? by Anonymous Coward · · Score: 1

      A majority of Oracle's cloud and internal infrastructure, including software development is now done on SPARC. A majority of employees either use laptops or SunRay to access these SPARC systems running in back end. For example, Oracle's Global mission-critical ERP *single-instance* system is running on Oracle SuperClusters based on SPARC. http://www.oracle.com/us/solutions/gsi-db-sys-refresh-e25ks-m9000s-174709.pdf

    16. Re: So how many Sparc Systems does Oracle Run? by Anonymous Coward · · Score: 0

      I want to know how many Oracle employees have the ask toolbar or other third party apps installed from Java's installer.

    17. Re:So how many Sparc Systems does Oracle Run? by MachineShedFred · · Score: 1

      and by "sold" you actually mean "given to with a fat stack of cash". IBM is paying GlobalFoundries to take the semiconductor fab business from IBM.

      --
      Slashdot still doesnâ(TM)t support Unicode after it was added to the HTML standard in 1997.
  3. Unfortunately... by dfn5 · · Score: 3, Insightful

    ... VMWare is only committed to "commodity processors", namely x86, and I believe this is what doomed SPARC. I was a staunch Solaris admin/advocate and still love the hardware. However, Sun's virtualization does not hold a candle to VMWare. vmotion, storage vmotion, DRS and FT completely changed my life as a sysadmin. So at this point Sun hardware is not very useful to me in a datacenter. It is too bad because it was great.

    --
    -- Thou hast strayed far from the path of the Avatar.
    1. Re:Unfortunately... by Em+Adespoton · · Score: 1

      Not to mention, Oracle's commitment to VirtualBox doesn't appear to be on the same level as their commitment to SPARC -- which means both virtualization ON SPARC and virtualization OF SPARC is questionable, with the tools, while great, needing a bit more love by paid programmers than they're getting, as well as some sort of LTS commitment.

    2. Re:Unfortunately... by Anonymous Coward · · Score: 0

      Modern SPARC CPUs have hardware virtualization, and Oracle provides virtualization through Oracle VM Server. It's very different from VirtualBox which targets desktop virtualization while Oracle VM Server is more server-oriented.

    3. Re:Unfortunately... by Anonymous Coward · · Score: 0

      The latest SPARC processors fully support virtualization. It would make sense for virtualbox to leverage this, but they are commited to Solaris Zones. YMMV, but I only see SPARC being useful for legacy support (hence the huge drop to the 7k number)

    4. Re:Unfortunately... by linuxrocks123 · · Score: 1, Insightful

      Why would you use virtualization in such an environment? Not trying to be argumentative, but it doesn't seem like virtualizing a bunch of database servers would be that big a win. So many people post here about virtualization that I'd like to know what they find so useful about it.

      I personally just don't like the concept of adding a layer between the OS and the hardware. The OS is supposed to handle running different programs and providing the environment they need to run. If it's not, fix the OS, don't just add another layer and take the associated performance hit.

      --
      vi ~/.emacs # I'm probably going to Hell for this.
    5. Re:Unfortunately... by Anonymous Coward · · Score: 0

      Virtualization is overrated. I tune systems for a lot of clients and VM throughput is 10% compared to a regular old server.

      SPARC has no real competitor when you want to process terrabytes fast. Not even IBM.

      OTOH, Oracle has been destroying Java since day 1. Java = Today's Cobol. Good for a paycheck but terrible to experience.

    6. Re:Unfortunately... by pnutjam · · Score: 3, Informative

      The killer feature is portability and snapshot/template. You can clone machines quickly and move them to new hardware seamlessly (with the right licenses and backend). You can also make quick snapshot backups to backout changes or clone to new systems. With the right scripts you can scale up your cluster sizes dynamically.

    7. Re:Unfortunately... by Chris+Mattern · · Score: 4, Interesting

      Why would you use virtualization in such an environment?

      I can sum it up in one phrase: No. Hardware. Downtime. Ever.

      VMWare's solution enables you to move production servers at will without ever halting execution. Any hardware upgrade/replacement will have zero downtime. Even a hardware failure can be automatically migrated away from before it takes down the server and fixed without any down time.

    8. Re:Unfortunately... by Anonymous Coward · · Score: 0

      Zfs filesystems do the same, vmware is easier to use thats all. Sparc is a niche market for large corporations. (Banks, financial services, payrolls), thats why is expensive. There is no way a large corporation will use a cheap commodity hardware and vmware for mission critical operations.

    9. Re:Unfortunately... by Anonymous Coward · · Score: 0

      you have never use a mainframe, we have that even before vmware was born. Even you could add procesors memory on the fly, or replace a damage board. Thats why they are so expensive. Banks Like that instead of el cheapo hardware with crapvmware

    10. Re:Unfortunately... by pnutjam · · Score: 1

      I don't think you can have a zfs system fail and move it directly to new hardware like you can with vmware handling the drivers and standardizing the hardware that the OS sees.

      I agree, a SAN, or zfs does mimic many of the advantages.

    11. Re:Unfortunately... by HornWumpus · · Score: 2

      Except all the ones that do. You should get out more.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    12. Re:Unfortunately... by linuxrocks123 · · Score: 1

      I get that, but you can do process migration without virtualization: http://criu.org/Main_Page

      Is it just because that's experimental still?

      --
      vi ~/.emacs # I'm probably going to Hell for this.
    13. Re:Unfortunately... by angel'o'sphere · · Score: 1

      I guess the parent means vms that run linux on sparc.

      Solaris on sparcs has VM support build in, they call it a 'zone' that is an extreme close to haedware virtualization/chroot approach.

      VMs help if you regularily need 'boxes' that you simply throw away after they got used a few days and can simply be re-instantiated when you need them again. That is usefull in software development especially testing.

      However we are talking about big iron here. When a Sparc mainframe has 256 cores and 1TB Ram it might be split into 3 zones of 128 and 2x64 cores. That has nothing to do with running a debian VM with 4 x86 cores and 2GB RAM on a Suse Linux or Windows host. The later is just a PC emulation.

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    14. Re:Unfortunately... by Bonzoli · · Score: 1

      I've never been happy with any database running in vmware. But people keep putting them there. Just more work for me I guess.
      Vmware has its positives but its nowhere near say running oracle R11 on an AIX lpar with dedicated fc/nics, which can also be migrated with npiv live. Lpars lack snapshots unless you count the mksysb/storage snapshots, which work just fine.
      ATM we are trying to rationalize Snapshots of windows desktop and security. Nothing there, just headaches with vmware desktop. Might be banned soon. Anyone have a solution thats usable for that?

    15. Re: Unfortunately... by Anonymous Coward · · Score: 0

      bingo. with great developers you can run your payroll on a bunch of rpis completely without some craptastic rdbms. And they are ALL craptastic.

    16. Re:Unfortunately... by Anonymous Coward · · Score: 0

      I'm pretty sure virtualbox exists in it's current state because it's the only desktop VM solution that explicitly and fully supports Solaris. Gotta have a cheap way for devs to run Solaris on their commodity windows/linux/mac machines.

      Giving it away pretty much for free ensures there is a community of users always testing it. Probably cheaper and more effective than pulling it in and locking it up and making it an internal product.

    17. Re: Unfortunately... by Anonymous Coward · · Score: 0

      java was shitty before and has now found the correct asylum. i still remember crasing ora listener using this nasty hacker tool called telnet-and-random-keypresses. what a load of shite.

    18. Re:Unfortunately... by Bigbutt · · Score: 1

      Well, it can but we've had a few underlying hardware issues make our servers unavailable. From san hiccups which flip systems into read-only mode for /var to a recent issue where a VM was configured as Fault Tolerant and it was VMotioned to a different system and connectivity was lost. Turns out the MAC changed, maybe during a VMWare update, and apparently because the VMs were FT, the MAC didn't change so became unavailable until we powered down the VM to recover.

      There have been enough issues that we won't put Mission Critical systems on VMWare.

      [John]

      --
      Shit better not happen!
    19. Re: Unfortunately... by Anonymous Coward · · Score: 0

      Good virtualization allows you to migrate a running OS from one piece of hardware to another with only a short network hiccup until the switch notices that the IP has moved. I don't know if Solaris Zones can do that, but virtualization does allow some really great magic to occur.

    20. Re:Unfortunately... by afidel · · Score: 2

      That's nice, and for those of us who want to spend less than $1M per year per box there's VMWare which provides nearly the same uptime at a fraction of the cost, and we don't have to put up with IBM. Commoditization is a good thing for the customer.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    21. Re:Unfortunately... by Ravaldy · · Score: 1

      Don't forget replication. A company that makes 15 million a year would never have considered 4 hour DR but with the low cost of hardware and VMs you can easily do this for a very small amount of money and time.

    22. Re:Unfortunately... by afidel · · Score: 1

      Uh, DL580 G8, 120 threads and 3TB of ram. Heck, my VMWare hosts are 40 threads and 384GB of RAM, we run everything except Oracle DB and OBIEE on them, and only then due to licensing idiocy, not capability or reliability.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    23. Re:Unfortunately... by afidel · · Score: 1

      Then you suck at tuning, it's trivial to get 90% throughput VM versus physical, and with a bit of effort you can achieve 95+% (VMWare actually managed to get over 100% on some Java tests due to scaling issues with the JVM, running lots of clustered smaller instances on multiple machines was faster than running bigger instances or lots of small instances on one machine).

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    24. Re:Unfortunately... by Anonymous Coward · · Score: 0

      It works exactly the same. ZFS's native support for this is actually a little better than VMware's -- we decommissioned a VMware instance and moved it to bare metal for this reason.

    25. Re:Unfortunately... by angel'o'sphere · · Score: 1

      What do you mean with 'threads'? Cores?
      Don't get your point. But seems to be a nice box :)

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    26. Re:Unfortunately... by afidel · · Score: 1

      60 physical cores + 60 hyperthreading units, kind of like how all the current gen SPARC processors have 8 thread pipelines but two execution units per core. The T5-4 has 64 cores and 128 execution units and the performance is actually pretty close to the DL580 Gen8 so it's not a horrible way to compare systems. Oracle systems go a bit bigger with the T5-8, but my point is that you can go nearly as big with x64, and VMWare allows you to create essentially arbitrary sized containers from the hardware, just like LPARs on SPARC (VMWare 6 supports 128 vcpu's and 4TB of ram per VM so you can use as much of the machine for each guest as you want). The number of workloads that won't fit into a VM on x64 are vanishingly small, so your quip about "That has nothing to do with running a debian VM with 4 x86 cores and 2GB RAM on a Suse Linux or Windows host." is unjustified.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    27. Re:Unfortunately... by lister+king+of+smeg · · Score: 1

      Zfs filesystems do the same, vmware is easier to use thats all. Sparc is a niche market for large corporations. (Banks, financial services, payrolls), thats why is expensive. There is no way a large corporation will use a cheap commodity hardware and vmware for mission critical operations.

      That may be true for corporate dinosaurs, (big old companies that started back when having a corporate song sounded like a good idea) but most corporations that got started after the 90s have only ever lived on commodity Intel/AMD (in some cases even ARM) hardware.

      --
      ---Saying gnome 3 is better than windows 8 not so much a compliment as it is damning with light praise.
    28. Re: Unfortunately... by Anonymous Coward · · Score: 0

      I replace proprietary metal with kvm VMs, and get over 90% at the same specs, and optimized run in 5% of the time of the nonupgradable real metal.

      Are you able to provide a client list ? I think they might want some tuning !

    29. Re:Unfortunately... by Anonymous Coward · · Score: 0

      No downtime? You should work in the real world. I do and we just had a two day outage in my fortune 100 company that standardized on VMware for all its back-end infrastructure. The "no downtime" line is what the VMware reps tell you to get the sale.

    30. Re: Unfortunately... by Anonymous Coward · · Score: 0

      Zones can't yet do that, although now with kernel zones in 11.2 having a suspend/resume feature, it's probably only a few releases away.

      LDOMs let you live migrate.

    31. Re:Unfortunately... by Anonymous Coward · · Score: 0

      If it's production, it needs to work every time, and quickly. The project you linked is interesting, but I'm not going to stake a business that processes 200 orders/hr on it. I'm not even going to think about it.

    32. Re:Unfortunately... by greg1104 · · Score: 1

      Even a hardware failure can be automatically migrated away from before it takes down the server and fixed without any down time.

      The history of automatic fail-over software says that when you add some, in addition to the old issues you now have bugs in the fail-over software as a new problem.

    33. Re:Unfortunately... by linuxrocks123 · · Score: 1

      It's experimental now, but it won't always be. Are you saying that you won't use it because it's experimental now, or you won't ever use it because you think there is something fundamentally wrong with the approach?

      --
      vi ~/.emacs # I'm probably going to Hell for this.
    34. Re:Unfortunately... by MachineShedFred · · Score: 1

      Even corporate dinosaurs that have legacy mainframe operations that go back decades are moving to VM clustering because of the inherent advantages. When I worked for one of these dinosaurs last year, I was walking through the mainframe operations group and someone had a thing printed on the side of her cube extolling that it would take 400 x86 servers to equal their S390. Someone from the VM engineering team had taken a sharpie to it and crossed out the "400 x86 servers" and written on "10 VMware hosts".

      It seems that a lot of "big iron" people don't even recognize the existence of the inherent scalability advantages that VMs provide, even though their mainframes have been doing the same thing for decades.

      --
      Slashdot still doesnâ(TM)t support Unicode after it was added to the HTML standard in 1997.
  4. My suggestion to Oracle: SPARC everywhere... by mlts · · Score: 3, Interesting

    My suggestion to Oracle: Get SPARC's marketshare up. This might take some doing, but long term, expanding the ecosystem is a good way to keep revenue coming in, where customers buy new machines to upgrade, as opposed to "upgrading" to commodity x86 hardware.

    This would require some work on the whole stack from the CPU on up to applications. For example, getting Solaris LDOMs and domains to work with SCVMM or the enterprise admin tool of choice. Another would be getting Linux applications to work on Solaris with low to minimal porting necessary. IBM did this with AIX starting at 5L (where it took a code recompile, but little else.)

    As I mentioned before, Oracle has some pretty nice technologies which can shake up the market. SPARC servers have Infiniband, so if Oracle does some work with the hypervisor to allow one machine to access another box's disks via Infiniband, add redundancy (on both drives and nodes), this would completely get rid of a need for a SAN backend. Need more storage? Just add more drives to one of the machines, or add another node to the cluster, similar to how Isilons are updated. ZFS is also a crown jewel, and can be used for a lot of things as well, especially backend deduplication.

    I hope Oracle can reinvent itself. They have a lot of core technologies that they could use to eke out a definite niche in the enterprise. Combine that with the fact that SPARC and Solaris are mature technologies, and Oracle can bring to the table pretty decent security.

  5. Yeah, I make the sparc's, any questions? by Anonymous Coward · · Score: 0

    Build 'em all by hand. A labor of love they say. Well, they say that because I make love to them when they're complete. But that's how I test them for the customer.

    1. Re: Yeah, I make the sparc's, any questions? by Anonymous Coward · · Score: 0

      That's why my SPARC was so sticky! Ran like a pro though. Thank you for your service.

    2. Re: Yeah, I make the sparc's, any questions? by Anonymous Coward · · Score: 0

      My SPARC was sticky as well. Great support, to build and test them all with loving hands.

    3. Re: Yeah, I make the sparc's, any questions? by Anonymous Coward · · Score: 0

      You make love to them? Haha, weird...but normal I guess. I mean, it's the only real way to break in a machine. Glad you are personal with each machine . Keep on doing what you're doing!!

    4. Re:Yeah, I make the sparc's, any questions? by Anonymous Coward · · Score: 0

      I kid you not, mine was covered in stick. But boy did it fly through any computations I gave it. It must have been a great design I picked out for you to get so worked up testing it!! ;)

    5. Re: Yeah, I make the sparc's, any questions? by Anonymous Coward · · Score: 0

      I've heard about you! You're a legend in the SPARC world. What an honor.

  6. "each system is more profitable for Oracle" by DCFC · · Score: 2, Insightful

    I'm glad that each system now makes more money for Oracle, I knew there was a reason for buying Sun/Oracle gear, it makes them richer.

    Just for a moment I thought there might be a reason *for me*.

    --
    Dominic Connor,Quant Headhunter
    1. Re:"each system is more profitable for Oracle" by Anonymous Coward · · Score: 2, Interesting

      I work for a company that was one of Sun's top 5 customers [ergo, "Anonymous"]. When Oracle took over, we were greeted with the elimination of most of our bulk discounts and an admonition to no longer deal with VARs. Since then, we've begun an aggressive Linux implementation program. The purchase of new Sun-branded hardware, in my rather small working group alone, has gone from several hundred servers a year to zero. We have pallets of decommissioned T-series machines in storage awaiting a trip to the scrap yard. It's too bad, Sun was a great company. So was HP, years ago.

    2. Re: "each system is more profitable for Oracle" by Anonymous Coward · · Score: 0

      I was with hp in their strongest days in the mid90s. We were a gorilla who could beat everybody. Our processor was the fastetst or no 2 after Alpha. Our systems did not crap out like the redmond dreck.

      But then BUMMER - Lew Platt wrote of "reducing inventory levels" in our internal magazine. What a myopic idiot who had been elevated to the top.
      Hewlett and Packard were giants who did not understand they needed a giant to follow them. Instead they chose a midget. After they were dead, more pinko-liberal-progressivist idiocy reigned. Give women their rightful status and let them fuck the heart of silicon valley. At least they had the power orgasm.

      HP - a Zombie functioning as a warning to all who flirt with communism and its offsprings.

    3. Re:"each system is more profitable for Oracle" by HnT · · Score: 1

      If you ever thought Oracle is not a behemoth exclusively after your money, then you probably never had to really deal with them...

      --
      "Only one thing is impossible for God: To find any sense in any copyright law on the planet." - Mark Twain
  7. Re:My suggestion to Oracle: SPARC everywhere... by Anonymous Coward · · Score: 2, Insightful

    That's not how Oracle makes money. They buy popular but less profitable companies, and then jack up the prices on their product until everyone finally migrates to other systems. Once they've driven away all the customers of the acquired company, they buy another popular but unprofitable company and repeat.

  8. Why SPARC? by Anonymous Coward · · Score: 0

    Intel has 64bit now, and killer GHz to boot. What does SPARC do for me, for instance if I'm running 500 web application servers or a big database?

    1. Re:Why SPARC? by __aaclcg7560 · · Score: 2

      A brand new "SPARC Inside" sticker.

    2. Re:Why SPARC? by Anonymous Coward · · Score: 1

      Your question is too generic; you've got to ask for your specific application and database. If you've got a huge database with not a lot of transaction volume, ditch SPARC. If you've got a *lot* of computation going on inside your database, get a SPARC. If you've got a lot of floating point math going on inside your database, POWER is the way to go. However, if you don't have a lot of computation going on inside the database, buy a bunch of x86 servers. SPARC is perfect for about 7000 business cases, and not very good at the rest.

    3. Re:Why SPARC? by davecb · · Score: 1
      For an Oracle-brand database, the ability to have 128 cores on the same backplane with the appropriate hardware swappability and cycle speeds. For a web farm,

      much less. Maybe the ability to run it in a couple of 3U boxes: I'd have to spreadsheet it to see.

      --
      davecb@spamcop.net
    4. Re:Why SPARC? by unixisc · · Score: 3, Informative

      From a general standpoint, very little - which is why their numbers have dropped from 66k to 7k in 11 years. They are apparently used to build systems still compatible w/ legacy Solaris systems, which is what enables their high margins. Otherwise, more than 64-bit, Intel's multi-core architecture, and the fact that it is several process nodes ahead of the SPARC, gives it a big advantage at the same price point, not to mention its support for several more modern OSs, such as Linux, BSDs, Windows Server 2012, and more. If you don't have a legacy SPARC establishment, there's no reason to go that route.

      As Intel found out w/ Itanium, the traditional disadvantages of CISC - wrt not only VLIW, but RISC as well - are obliterated: Merced originally resulted in only a 10% savings in die size - certainly not worth the complexity in the compilers and other costs incurred in building that platform. And once Intel tossed more cores into a CPU to scale up its performance, overtaking any other RISC CPU at the same price was no longer an issue. Especially since every OS for it - Windows, Linux, *BSD - support it

    5. Re:Why SPARC? by Anonymous Coward · · Score: 0

      Who gives a hoot about web apps or databases, I want to know how soon my code testing the efficiency of atomic bombs will complete or how soon the code simulating the growth of the solar system will finish.

    6. Re:Why SPARC? by Anonymous Coward · · Score: 0

      If you're doing a lot of computation inside your database, you're doing it wrong, or at least old.

      Stored procedures made sense in the pre-VM days. Now, it's just an excuse to buy a *really* expensive database server.

  9. lot of talk by itzly · · Score: 1

    Lot of talk about number of cores, and cache sizes, but what is the actual performance compared to intel's chips ?

    1. Re:lot of talk by viperidaenz · · Score: 1

      Lower performance with higher power consumption?

    2. Re:lot of talk by fe105 · · Score: 2

      Looking at spec.org jEnterprise2010 scores:

      http://spec.org/jEnterprise201...
      http://spec.org/jEnterprise201...

      A T5-2 gets a jEnterprise2010 score of 17k, an X4-2 11k (with half the memory and Oracle Broken Linux 5.9, why not 6.*?).

      The sparc has a list price of ~68k USD. Not sure what a two socket Oracle intel box costs; maybe 15k or so?

      sparc; 4 usd/score
      intel: 1.36 usd/score

      Sparc was nice once, but that was ever so long ago..

    3. Re:lot of talk by Pinhedd · · Score: 1

      SPARC really excels at highly multithreaded and highly multi-process workloads. Its sequential throughput leaves a lot to be desired but it really shines on some enterprise applications.

  10. Uh, I've worked for Big Blue . . . repeatedly. by mmell · · Score: 2
    They never had me use a POWER workstation. Always Intel hardware . . . although they did finally manage to lose their addiction to M$-Windoze. Employees now are issued laptops with a rebranded version of RHEL installed.

    I would expect Oracle to follow a similar pathway, sticking with Intel hardware for its employees. I would not expect them to ditch M$-Windoze; unlike IBM, Oracle doesn't have a long acrimonious love-hate history going with M$.

    1. Re:Uh, I've worked for Big Blue . . . repeatedly. by unixisc · · Score: 1

      For a company that supposedly hated Microsoft, IBM had a funny way of showing it - doing such a shoddy job in supporting OS/2, and dumping the OS/2-PPC, which could well have gone on to be their flagship product

    2. Re:Uh, I've worked for Big Blue . . . repeatedly. by PolygamousRanchKid+ · · Score: 1

      (IBM) Employees now are issued laptops with a rebranded version of RHEL installed.

      Well, now that Apple and IBM have a cooperation deal . . . maybe we will see IBMers showing up to meetings with Apple laptops . . . ?

      --
      Schroedinger's Brexit: The UK is both in and out of the EU at the same time!
    3. Re:Uh, I've worked for Big Blue . . . repeatedly. by mmell · · Score: 1

      Microsoft essentially killed OS/2 by architecting Windows to be incompatible and refusing to share the secret sauce. Trust me, IBM hasn't forgiven M$ for that. Instead of competing with M$ for desktop share (which IBM didn't believe was worth the trouble back then), they picked up their marbles and left the game. Big mistake on their part IMHO - but there it is. IBM decided that they'd always own the desktop terminal market and didn't believe businesses would pay to put a pretty point-'n'-click interface and Solitaire on their workers' desktops.

    4. Re:Uh, I've worked for Big Blue . . . repeatedly. by Anonymous Coward · · Score: 0

      You guys got it backwards. IBM asked MS to help w O/S2. They got along so poorly IBM finally dumped them and continued development on their own.

      The thing that broke it was the marketing dept did not get the name Warp, though it ment bent, not warp speed, and made their campaign accordingly. Nobody wanted a warped O/S.

    5. Re: Uh, I've worked for Big Blue . . . repeatedly. by Anonymous Coward · · Score: 1

      they will show up with wall street journal and an abacus. they are run by a beancounter pussy and dumb themselves down to the lowest possible level.

      Expect a nasty exitus.

    6. Re:Uh, I've worked for Big Blue . . . repeatedly. by Anne+Thwacks · · Score: 1

      It does mean bent in the UK, and OS/2 meant half an OS, which for a long time, it was. Also, the adverts featured dancing nuns, and did not mention what the product was, or what it did. IBM's marketing department must have smoked a lot of something wierd.

      --
      Sent from my ASR33 using ASCII
    7. Re:Uh, I've worked for Big Blue . . . repeatedly. by Anonymous Coward · · Score: 0

      It means bent everywhere, but the concept of bent space allowing FTL travel means that it has come to also mean "super fast" just about everywhere too.

    8. Re:Uh, I've worked for Big Blue . . . repeatedly. by sk999 · · Score: 1

      "Employees now are issued laptops with a rebranded version of RHEL installed."

      Why not SCO Linux? Given that SCO and IBM are such close business partners. Typical example:
      http://prwire.com.au/pr/4550/i...

      "IBM DB2 Version 8.1 Certified on SCO Linux 4.0 ..."

    9. Re:Uh, I've worked for Big Blue . . . repeatedly. by Anonymous Coward · · Score: 0

      I hear they're going to make a big comeback with the release of PC-DOS 8.

    10. Re:Uh, I've worked for Big Blue . . . repeatedly. by dryeo · · Score: 2

      IBM was (is?) split into different fiefdoms and the PC division hated OS/2 and loved Windows and at the end they had enough pull to force the cancellation of OS/2-PPC when MS was going to refuse any special pricing if IBM continued with OS/2 development. Gartner also didn't particularly like OS/2 as well.

      --
      https://en.wikipedia.org/wiki/Inverted_totalitarianism
    11. Re:Uh, I've worked for Big Blue . . . repeatedly. by Chrisq · · Score: 1

      ....and refusing to share the secret sauce.

      Is that like Colonel Saunder's secret recipe?

    12. Re:Uh, I've worked for Big Blue . . . repeatedly. by Alioth · · Score: 1

      Some time ago when I was working for IBM, I did have a POWER workstation (back in the days they were called the Risc System 6000). Our entire department had them.

    13. Re: Uh, I've worked for Big Blue . . . repeatedly. by Anonymous Coward · · Score: 0

      That particular fiefdom is now called "Lenovo".

  11. There's a logo I've not seen in a while by Anonymous Coward · · Score: 0

    Wow. How the might have fallen.

    1. Re:There's a logo I've not seen in a while by unixisc · · Score: 1

      It was a beautiful and imaginative logo. Certainly miss that sometimes, and even more so, the original Silicon Graphics logo.

  12. Hmmmm... I forget... by frank_adrian314159 · · Score: 1

    Is "totally committed" the same as "100% committed" in business speak? I think they both mean "We'll do whatever it takes to keep the most money rolling in." But that's probably cynical, as the operators of corporations have nothing but the kindest of motives towards their customers in their generous hearts.

    --
    That is all.
    1. Re:Hmmmm... I forget... by itzly · · Score: 1

      You have to be kind to your customers, otherwise they move too much when you rape them.

  13. This reminds me of Intel by Anonymous Coward · · Score: 0

    It reminds me of how much Intel is committed to Itanium.

    I'll rush out and confidently buy some of each.

    1. Re:This reminds me of Intel by unixisc · · Score: 1

      Actually, at this point, is it Intel, or HP, that insists on not killing the Itanium? IIRC, Intel wanted to let go of it, but HP didn't, and kept paying Intel for it. However, last I read, HP was working on porting OpenVMS and HP/UX to the x64 platform, and once that's done, expect an EOL notification from Intel on that line.

    2. Re: This reminds me of Intel by Anonymous Coward · · Score: 0

      some defeatist beancountress at hp has decided porting hpux to x86 is too expensive. Better die a slow death on itanium, fire all engineers and then become a five-woman hedge fund.

      Real action is at google these days, while hp and ibm are walking deads.

    3. Re: This reminds me of Intel by unixisc · · Score: 1

      The bean countress was right, maybe for the wrong reasons. Reason HP/UX is a bad idea on x86 is that if a customer was gonna move to x86, they already have plenty of options - Linux, *BSD, Solaris, OpenIndiana, et al. And I didn't even count Windows Server.

      If one does an ROI, it would be a tall order to recoup the costs of an x86 port. If a customer has to replace their PA-RISC/Itanic towers w/ x86, they'll probably try to go all the way, and replace HP/UX w/ Linux. Since HP apparently already supports Linux on x86 w/ their customers, it's not a cost that they've not already sunk. The HP/UX engineers still remaining could either be put on EOL service contracts, or migrated to Linux support at HP.

  14. SPARC died with SUN by Anonymous Coward · · Score: 1

    Don't fall for it!

    Oracle exsanguinates all that it acquires.

  15. Less than 110% by jabberw0k · · Score: 1

    If you're not giving at least 110%, you could be giving more, right?

    1. Re:Less than 110% by HornWumpus · · Score: 2

      110% = 25% mon-thr + 10% fri

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
  16. Re:My suggestion to Oracle: SPARC everywhere... by unixisc · · Score: 1

    I fully agree w/ this. Oracle can have a whole range of SPARC based systems. High end can be based on Solaris, and mid to low end sytems can be based either on Linux or on the BSDs. That would enable Sun to segment the market, and prevent any one segment from cannibalizing the other.

  17. Not so. by emil · · Score: 4, Informative

    If you examine the top two best performing database platforms (as benchmarked by TPC-C score) you will discover that they are both sold by Oracle, and that the SPARC version has both higher performance and a lower cost per transaction than the x86-64 version.

    You might find this quote to be particularly interesting:

    "I am going to make a promise to you," [Larry] Ellison said. "By this time next year, that Sparc microprocessor will run the Oracle database faster than anything on the planet."

    1. Re:Not so. by itzly · · Score: 2

      From the table, it looks like the Oracle is the fastest, but also the highest price/tpmC, while the Dell is the cheapest.

    2. Re:Not so. by emil · · Score: 1

      The Dell server is actually running a Sybase product, which is 98% slower than the SPARC benchmark. It is the newest entry on the list.

      If you want an inexpensive database, you might look at Oracle XE, which is free. However, it has some rather tight constraints and limitations, and it only runs on x86.

    3. Re:Not so. by Bonzoli · · Score: 1

      Table seems to be lacking IBM Power 8 systems.

    4. Re:Not so. by nitehawk214 · · Score: 1

      The Dell server is actually running a Sybase product, which is 98% slower than the SPARC benchmark. It is the newest entry on the list.

      If you want an inexpensive database, you might look at Oracle XE, which is free. However, it has some rather tight constraints and limitations, and it only runs on x86.

      "Free". Unless you have plans to upgrade to full blown Oracle at some point in the future, I see no reason why you shouldn't be using Postgres instead.

      --
      I'm a good cook. I'm a fantastic eater. - Steven Brust
    5. Re:Not so. by AuMatar · · Score: 2

      The question is- is that because sparc is better, because Oracle optimized for Sparc like mad, or because they purposely degraded the performance on x86?

      --
      I still have more fans than freaks. WTF is wrong with you people?
    6. Re:Not so. by emil · · Score: 3, Insightful

      If I want Oracle PL/SQL in Postgres, I have to purchase EnterpriseDB. If you can get EnterpriseDB to give away the "deep Oracle compatibility" for free, many Oracle installations might switch. Let me know how that works out for you.

      I'd also like to see PostgreSQL in the TPC-C top ten. That's a lot of work, and for people who need scalability, they don't have time to wait.

    7. Re:Not so. by emil · · Score: 1

      While either scenario could be true, the x86 score is triple the performance of the next best-performing platform (a DB2 database from IBM). Oracle rules these benchmarks, even after failing to submit a new x86 system for over two years.

    8. Re:Not so. by afidel · · Score: 2

      How about look at TPC-H, where in the 10TB test the T5-4 gets beat in performance by the DL580 G8 and the x64 system is half the cost per transaction? The number of shops that need more than 120 threads and 3TB of ram is vanishingly small.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    9. Re:Not so. by drinkypoo · · Score: 1

      You might find this quote to be particularly interesting:

              "I am going to make a promise to you," [Larry] Ellison said. "By this time next year, that Sparc microprocessor will run the Oracle database faster than anything on the planet."

      So, how many nops are going into the other versions?

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    10. Re:Not so. by NorthWay · · Score: 1

      What is up with that table?

      If you search all results you see an IBM P780 beating all of those, and many others that should beat out that list.

    11. Re:Not so. by nitehawk214 · · Score: 1

      I don't care about PL/SQL or deep Oracle compatibility. As I said, if you plan on upgrading to full Oracle later, go for the "free" Oracle product.

      --
      I'm a good cook. I'm a fantastic eater. - Steven Brust
    12. Re:Not so. by Anonymous Coward · · Score: 0

      From the table

      Data in table is 2-3 years old. All of the vendors have released new software and hardware since. I like the idea of having independent non-biased performance comparisons of enterprise hardware/software. Data needs to be keep current to be meaningful.

    13. Re:Not so. by Anonymous Coward · · Score: 0

      This statement "The number of shops that need more than 120 threads and 3TB of ram is vanishingly small" reminds me when Bill gates said "Who will ever need more than 640K of memory? 3TB of *Data* is quite small today

      The SPARC T5-4 is now almost a 2-year old system, DL580 G8 was published a year later running Microsoft SQL Server 2014 and not Oracle Database like the SPARC T5-4. Why didn’t HP, or even Cisco or IBM publish with Oracle Database like they’ve done in past to compare like for like? When SPARC M7 appears soon, the leap-frog effect will be really evident.

    14. Re:Not so. by greg1104 · · Score: 1

      I work on nothing but open-source based PostgreSQL servers for living, effecively competing against EnterpriseDB. All of the Oracle migrations I've done convert their PL/SQL code to PostgreSQL's PL/pgSQL instead. There's always some amount of application and process refactoring when you're moving to another database; this gets wrapped into that. I do a few training classes each year on the quirks of PL/pgSQL, and most companies don't do anything so complicated in there that they can't move things over.

      It's often not even the biggest single migration hurdle, and despite their marketing claims EnterpriseDB doesn't help at all with the rest of them. The ugliest single conversion I've been involved in was an app where some developer loved CONNECT BY statements. My company at the time had to write a whole QA suite to make sure the replacements for those queries gave the same results in Postgres as the Oracle version.

    15. Re:Not so. by afidel · · Score: 1

      The published dates for the tests were less than 5 months apart, and the reason they used SQL 2014 is that it's what their customers are actually using, fewer shops are picking Oracle due to their licensing stupidity.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    16. Re: Not so. by Anonymous Coward · · Score: 0

      Or optimising SPARC for Oracle?

  18. Re:My suggestion to Oracle: SPARC everywhere... by bears · · Score: 3, Informative

    AIX 5L+? Minimal porting? You've very obviously never actually done it.

    The total extent of IBM's efforts with AIX 5L was to put RPM 3.0.3 on their systems and build a few RPMs. The underlying source base for your RPM better support AIX or you're in for a good deal of fun. And you know what? Pretty much everybody dropped AIX support years ago for, I might add, very good reasons. AIX is a Unix, but a seriously weird one. Oh, and by the way, can you guess the version of RPM shipped with the latest AIX? Clue: it begins with 3. Check out the versions of packages at http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/alpha.html. Most/all are seriously old. Many are a decade or more out of date.

    As someone who has to deal with targeting AIX (as well as Linux), from my developer PoV AIX is dead, dead, dead. And starting to smell very very badly.

    Meanwhile, Oracle have something like, what, 28k system sales per anum on which to amortize the cost of SPARC development? Pity. I loved old Sun kit, but sorry, SPARC is walking dead too. Just like AIX and POWER.

  19. Sparc SBC by Anonymous Coward · · Score: 1

    That uses 1 watt.

    1. Re:Sparc SBC by Megane · · Score: 1

      Someone should write an emulator that runs on an Arduino.

      --
      #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
  20. Re:My suggestion to Oracle: SPARC everywhere... by HornWumpus · · Score: 2

    That's not the only way Oracle makes money.

    They also get companies to sign unreasonable contracts, then six months later 'hire away' the deal maker for 5-10x previous salary for a zero responsibility marketing job that lasts a few years.

    If you ever see that pattern on a resume _run away_. Not only is the person crooked, they can't manage money. The job should have left them set for life. Some are so greedy they try to leverage the salary history.

    --
    John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
  21. Re:My suggestion to Oracle: SPARC everywhere... by unixisc · · Score: 1

    But IBM has done what Oracle hasn't - port RHEL to Power, and re-brand it the p-Series. It maintains that distro as its own, since it's a different (non-x64) platform. Oracle could have done the same - port OEL to SPARC, and they'd have had the advantage of RHEL doing the development, and themselves just having to recompile and then finetune it to SPARC

  22. I'll take "Shit Oracle lies about" for 500 by Anonymous Coward · · Score: 1

    The only thing Oracle commits to is squeezing their hostag- err customers for as much money as they can get.

    They purchased Sun with the idea that they could sell you not only a software stack that you get addicted too, but an entire vertically integrated proprietary vice to clamp your nuts in.

    Judging by the way Oracle has treated the other assets they slurped up from Sun, I really don't buy the marketing drivel about Sparc. "100% committed" is weasel language that effectively means nothing.

  23. Well, that's quaint... by jtara · · Score: 1

    I remember Sparc. And Nixon.

  24. What do Oracle Customers Say? by Anonymous Coward · · Score: 4, Interesting

    I worked at an Sun Micosystems shop. We bought thousands of their servers yearly and these wren't just cheap system, but the big E-class stuff for $500K-$3M each. The people were good to work with, the hardware lasted just a little longer than we wanted, and Sun was a nice company for the F/LOSS world.

    Then IBM offered a better golf deal to the CxO at that place and we were directed overnight to buy IBM whenever possible. The P-class stuff was cheaper than Sun's and AIX wasn't hard to use - we ran Sun, IBM, HP, and a few other systems - not a big deal.

    After a year, Sun came back with new architectures that added many more cores for next to nothing extra power. We went through a huge modernization effort to free up physical space in all our data centers and deployed virtualized servers as a default. It was fairly routine to swap 1 physical box for 10-20 older boxes. Nice.

    Then Oracle bought Sun and started the marketing takeover. Engineers know what I'm saying (VMware/EMC are similar). Then Oracle started behaving badly in the F/LOSS world, killed a few projects and started to stink up a few other projects.

    Never pay Oracle for anything except a DBMS - Oracle. Don't get consulting, and run, run, run away from their enterprise software stuff. Anyone who has been through 2-3 yrs of attempted deployments for these white elephants knows why. You will be sold the impossible and it will never be completed. At $300/hr per consultant, they will bleed your budget until you can find a scapegoat to fire, thus saving your own career.

    For us, the writing was clear - only buy Oracle HW when absolutely necessary and reduce our dependence on their DBMS to about 10% of our DBs. Go with Linux and x86 hardware whenever possible and use postgres for the DB unless really needed so there was real competition.

    What do other customers say?

  25. But we're not committed to Oracle by Cmdr-Absurd · · Score: 1

    We stopped buying Sparc gear when Oracle took over. We figured that if dealing with Sun was Hell, dealing with Oracle would be another Circle of Hell entirely.

  26. Oracle Says It's Fully Committed To SPARC by DrJimbo · · Score: 1

    RIP SPARC.

    --
    We don't see the world as it is, we see it as we are.
    -- Anais Nin
  27. IBM should submit some by emil · · Score: 1

    It's up to the vendor to assemble and benchmark a database platform for TPC.

    Software licensing for most database servers explicitly prohibit benchmarking, meaning all scores must be released by the vendor. IBM likely has seen fit not to, for reasons of their own.

    1. Re:IBM should submit some by Anonymous Coward · · Score: 1

      Software licensing for most database servers explicitly prohibit benchmarking, meaning all scores must be released by the vendor.

      That's one of the reasons why you should only use database servers which are free software, meaning that they respects the users freedom. By using non-free database servers you are being dominated by someone else, usually to your disadvantage.

    2. Re:IBM should submit some by emil · · Score: 1

      I agree that free software is a good thing, and so does Oracle, as they give away their RedHat clone for free.

      Oracle gives away PostgreSQL, MySQL, SQLLite, and several other databases in their clone, and will support them if that is important to you.

      Some applications require scalability, availability, or other features that are beyond the realm of the free databases. In those cases, Oracle database XE is free, standard edition is under $10k, and enterprise is available where performance outweighs cost.

      I wholeheartedly concur that it will be a good day when a free database gets on the TPC-C top ten list.

    3. Re:IBM should submit some by lister+king+of+smeg · · Score: 0

      I agree that free software is a good thing, and so does Oracle, as they give away their RedHat clone for free.

      Oracle gives away PostgreSQL, MySQL, SQLLite, and several other databases in their clone, and will support them if that is important to you.

      Some applications require scalability, availability, or other features that are beyond the realm of the free databases. In those cases, Oracle database XE is free, standard edition is under $10k, and enterprise is available where performance outweighs cost.

      I wholeheartedly concur that it will be a good day when a free database gets on the TPC-C top ten list.

      Oracle has nothing to do with PostgreSQL Development, they do however develop Berkeley DB both of which came from University of California Berkley research projects.

      --
      ---Saying gnome 3 is better than windows 8 not so much a compliment as it is damning with light praise.
    4. Re:IBM should submit some by Anonymous Coward · · Score: 0

      The parent never said Oracle had any involvement with PostgreSQL development, only that it was available in Oracle's Linux distribution. Your statement has no bearing on the parent's statement or the subject matter.

      I suggest staying in school or go back and take remedial reading.

    5. Re:IBM should submit some by Anonymous Coward · · Score: 0

      My experience with free software is that when shit hits the fan you are on your own.

      Well, yeah, if you want commercial support you generally have to pay for that.

    6. Re:IBM should submit some by Ravaldy · · Score: 1

      A free product is still a free product if the support isn't free.

    7. Re: IBM should submit some by Anonymous Coward · · Score: 0

      There is plenty of non-free quality support of free software. There's also several different offerings for MySQL support, not just the one from the project owners. For example there's support for MySQL from Red Hat.

    8. Re: IBM should submit some by Ravaldy · · Score: 1

      So there's a no cost phone number I can call for support?

  28. Re:My suggestion to Oracle: SPARC everywhere... by mlts · · Score: 2

    I do agree that AIX does stand for "Alien Interpretation of UNIX", but even though it is squirrely, if an application runs on it, it runs well.

    I am not disagreeing with the fact that AIX and Solaris are bit players. However, I would say that one problem is that both Oracle and IBM at best are focused on retaining existing customers. Neither have any marketing focus on getting people from VMWare and OpenStack onto their platforms. And without expanding the market, just as the parent stated if the market isn't growing, it is shrinking.

    This is a hard thing to do. The trend has been for businesses to have projects to get off of SPARC and POWER onto commodity x86 hardware, because x86 hardware has a price advantage, and can be sourced from a number of vendors. Both IBM and Oracle will have to have a good reason (good as in financially appealing), but it could be done.

    There is the security aspect. Solaris and AIX have long since went through their teething problems when it comes to security and are quite robust in this regard. Solaris has tossed root (as a user) in Solaris 11, and uses roles (this functionality can be reversed if needed), and AIX can run completely root-less, as well as use signed executables/libraries/scripts. If Oracle could put some R&D into security... and a reasonable way to manage/audit things, they might just gain some ground back.

    However, it would have to be a -major- improvement in security features, beyond the delta from Solaris 1.x to 2.x, something as major as the jump from Windows 3.1 to NT. Plus, it isn't just features, it is ease of implementation. Something where Solaris can be marketed as, "if it runs on this OS, it is secure".

    What might have to happen is that Oracle might have to license things from Microsoft. Exchange and Active Directory come to mind. This way, even if there is a major Windows exploit, core AD servers would still be protected because they would be running on Solaris. It is doubtful MS would license this, and it would take some coding by Oracle... but it is going to take a Herculean effort to get SPARC's marketshare to grow again anyway, so might as well try to get businesses to move to the platform by offering an alternative to a Windows backend.

  29. Consistent with a dying platform by quantaman · · Score: 4, Interesting

    A more telling stat was that in Q1 2003, Sun shipped 66,000 Sparc units, most of them Sun Fire servers, the commodity line. In Q3 of 2014, that number was down to no more than 7,000 units in the quarter. But he notes that while Oracle's unit sales are down, the devices it sells are very high-end and are fully configured and integrated with compute, storage, networking and software completely integrated.

    That isn't a refutation of the claim that Sparc is dying, it's just an explanation of how it happens.

    Sparc users are the same as any other group, the exodus starts with the fringe and then moves to the core. Casual low-profit customers found it easy to switch platforms so left a long time ago. The big high profit customers have high loyalty and massive sunk costs, it's hard for them to switch platforms so they'll be the last to go. If Sparc is dying then that's exactly the pattern I'd expect it to follow.

    --
    I stole this Sig
    1. Re:Consistent with a dying platform by Anonymous Coward · · Score: 0

      I worked for a SPARC shop. In 2013 we replaced ~150 SPARC systems with 12 - for a massive gain in horsepower and available memory. The upgrade was paid for in support cost savings in less than 2 years. They just didn't need as many physical boxes to do the same job.

      The next step however was to move everything to RedHat on x86_64 - but we needed a stepping stone platform.

  30. Re:My suggestion to Oracle: SPARC everywhere... by Anonymous Coward · · Score: 0

    >My suggestion to Oracle: Get SPARC's marketshare up.

    LOL, in your dreams. Not even AMD can pull together good enough process technology and processor designs to compete with Intel and they have the advantage of full x86 compatibility. The sad remnants of Sun would get totally obliterated if they went into the ring against Intel

  31. Re:My suggestion to Oracle: SPARC everywhere... by Bonzoli · · Score: 1

    Hard to believe as I have 3500+ AIX servers with 5000+ lpars on them. As always the market changes, I personally hope IBM's massive price reductions and performance on the hardware spur some new interest. The only servers in my centers that never fall down are the AIX servers and zOS. I have Suse, redhat, MS.., z, servers, vmware, dedicated, just a lot of stuff. Z never goes down and AIX has about 99.99999 uptime here. I can't say that for any of the other hardware servers, dell, hp, etc. Its not cheap but not a disappointment either.
    We are trying to put more on linux but the vmware costs keep jumping in there.

  32. Not so. by Anonymous Coward · · Score: 0

    Lol. I'm _sure_ that Oracle didn't _at all_ heavily optimize for Sparc, right?

  33. Reputation by Livius · · Score: 2

    Oracle says a lot of things.

    They inflicted Fusion on my employer, and not a single claim about it has turned out to be true.

  34. Actual Solaris Sysadmin Here - Here's the story by AtariDatacenter · · Score: 4, Informative

    Solaris/SPARC is still going strong in large companies. One of the greatest advantages it has is that Oracle creates and supports the operating system, and Oracle creates and supports the hardware. (If you're running an Oracle database or some other piece of software, then that's an additional component that they create and support.) What this means is that if I'm having a problem, mundane or esoteric, I can go to one vendor and say, "Fix it." There isn't any bickering about what company's problem it is, and who manufactured my RAM, or any other the other silliness that crops up in vendor support. Large companies value this (as do us sysadmins). That also means they can do some very cool software tricks (which I'll mention a few here below).

    The decreasing unit shipments is just as much a sign of virtualization as anything. Right now, I'm looking at an older T5240, with two eight-core CPUs which presents itself as having 128 virtual CPUs (execution engines or thread engines), and 64gb of RAM. This is by no means the biggest box on the floor. We carve these up into smaller systems using either Solaris Zones, or LDOMs. That's two different methods of virtualization with two different goals.

    I did something great with an LDOM last week. I took a virtual server that was on the box and migrated the entire operating system and all the applications over to another LDOM... WHILE IT WAS STILL RUNNING. Aside from a quick (1 second) pause, the applications on the server had no idea that it just migrated to another piece of hardware while it continued to run. Slick! The original server had a failing DIMM. No worries, though even aside from ECC, the operating system automatically mapped out which parts of the DIMM were defective and retired the pages of memory so that they weren't constantly being exercised. Linux does all that... right? No?

    Someone else, above, said, "I don't think you can have a zfs system fail and move it to different hardware like you can with vmware...". Nevermind that we can migrate a running operating system and application to another piece of hardware and keep it running. Yes, of course if you have a hardware fault, you can bring it back up on another machine. The virtualization with Solaris is quite capable.

    In the environment of a large company where we're competing against Linux on the low-cost end of things, Solaris/SPARC is not only holding its own, but actually beating our Linux cloud counterparts in the costs of a virtualized OS/hardware. (I should ask my boss if we can publish a paper on this, because it is rather impressive.)

    On the high end of things, we completely dominate. We generally use a T5-4 for our internal cloud (which really isn't the biggest Oracle server out there). It has 64 cores, presenting 512 execution threads to the scheduler. RAM goes up to 2TB. If someone starts out on a tiny box with only one CPU and 4gb of RAM, we can scale them all the way up to the top by increasing their virtualization settings. No migrating to different or unusual hardware. If an application team can't scale their code horizontally (hey, it happens), they can go way vertical in this configuration. We haven't had a need yet for an M6-32 (32tb of RAM, and 32 of the 12-core CPUs (3072 execution threads or "virtual cpus"). We have Linux surrounded (on the low-cost side and the high-performance side) in a large enterprise environment, and that's why Solaris is still there.

    Now, I'm not an Oracle salesperson. But if Slashdot ever did an AMA with an Oracle sales engineer, I think my fellow Linux admins would be particular impressed on how far ahead Oracle/SPARC is in a number of key areas.

    1. Re:Actual Solaris Sysadmin Here - Here's the story by Anonymous Coward · · Score: 1

      "The original server had a failing DIMM. No worries, though even aside from ECC, the operating system automatically mapped out which parts of the DIMM were defective and retired the pages of memory so that they weren't constantly being exercised. Linux does all that... right? No?"

      Yes, Linux does that. You just have to install the "mcelog" package on e.g. Debian/Ubuntu. I'm sure the same software exists for the other distros. The default settings are good, but of course you can tune it to your liking. It will hot-offline (after migrating off the live pages) failing memory based on uncorrectable multibit ECC errors, as well as a recurring pattern of correctable single-bit ECC errors. It does the same for disabling CPUs if the ECC on the CPU cache reports errors as well. Commodity Dell rack servers and such have the hardware support for all of this out of the box, too.

      Also, yes, various Linux virtualization technologies you can hot-migrate running systems between software VMs within the same chassis (and warm migrate with downtime between hardware chassis).

      Don't get me wrong: I love old Sun. I still fondly recall my days of building out massive Oracle databases and scalable fault-tolerant stateless application services on the old Sun E10K/E15K and various lesser boxes (and everything that came during the several years before that golden era). But the price/perf/features just don't add up in the modern world versus commodity hardware and open source software, except in the situations where you're forced to run Oracle's whole stack for some proprietary/legacy software reason or other (which sadly, isn't uncommon for large traditional businesses).

    2. Re:Actual Solaris Sysadmin Here - Here's the story by AtariDatacenter · · Score: 1

      > Also, yes, various Linux virtualization technologies you can hot-migrate running systems between software VMs within the same chassis (and warm migrate with downtime between hardware chassis).

      In this case, it was a live migration over two different chassis.

      > But the price/perf/features just don't add up in the modern world versus commodity hardware and open source software, except...

      In the existing case with a large corporate environment with a Linux/x86 cloud and a Solaris/SPARC cloud, Oracle wins the spot for lowest price point for a system, and wins at the higher end because Linux doesn't (reasonably) scale that big.

      > You just have to install the "mcelog" package on e.g. Debian/Ubuntu. I'm sure the same software exists for the other distros.

      Will it simply retire bad pages (at a page level) as they happen, or is it able to detect when enough errors have happened on a single DIMM and to retire all the pages on the DIMM (because it understands the hardware layout and can map those pages to specific hardware)? That's the advantage of controlling the OS and controlling the hardware. Here is an example of multiple errors being detected by Solaris on a DIMM and it identifying and retiring all pages on the entire DIMM:

      Fault class : fault.memory.dimm_sb
      Affects : mem:///motherboard=0/chip=1/memory-controller=0/dimm=3/rank=0 degraded but still in service
      FRU : "CPU 1 DIMM 3" (hc://:product-id=Sun-Fire-X4200-Server:chassis-id=0000000000:server-id=oryx/motherboard=0/chip=1/memory-controller=0/dimm=3)

      Description : The number of errors associated with this memory module has exceeded acceptable levels. Refer to http://sun.com/msg/AMD-8000-2F for more information.

      Response : Pages of memory associated with this memory module are being removed from service as errors are reported.

      Impact : Total system memory capacity will be reduced as pages are retired.

    3. Re:Actual Solaris Sysadmin Here - Here's the story by Anonymous Coward · · Score: 0

      Wow. How impressive. Oh wait, Linux has had EDAC since 2006. But you keep paying your millions to Oracle. I'm sure its worth it!

    4. Re:Actual Solaris Sysadmin Here - Here's the story by AtariDatacenter · · Score: 1

      Wow. It took them that long to put in a handler for CE and UE events? I see. What we're talking about goes beyond that first level of handling those events.

    5. Re:Actual Solaris Sysadmin Here - Here's the story by NostalgiaForInfinity · · Score: 1

      In this case, it was a live migration over two different chassis.

      Why bother? Just shut down that server, replace the memory, restart. If your application can't handle a brief downtime for one of your servers, there is something wrong with the application, and no OS magic can fix that for you.

      Linux has had several implementations of this over the years; they never caught on in the mainstream because it's little more than a gee-whiz feature. It's precisely that kind of useless bloat in Solaris why people have increasingly moved away from it.

    6. Re:Actual Solaris Sysadmin Here - Here's the story by AtariDatacenter · · Score: 1

      > Why bother? Just shut down that server, replace the memory, restart. If your application can't handle a brief downtime for one of your servers, there is something wrong with the application, and no OS magic can fix that for you.

      You know, it is kind of funny. Person A will argue, "See? Linux has all of the cool features of an enterprise class operating system. What makes Solaris on SPARC so special?" When you point out just a fraction of the things that Linux doesn't do, person B will jump in and claim, "OMG that OS is so bloated that people are running away from it for that very reason!"

      Hey, Solaris on SPARC certainly has its issues, but let's be real here. People are not running away from it in any significant numbers due to the inclusion of enterprise-class features. The irony to that argument is that you'll find that many of these "bloated" enterprise-class features in Solaris have been working their way into Linux for years. Linux has been making great strides over the past ten years.

    7. Re:Actual Solaris Sysadmin Here - Here's the story by AtariDatacenter · · Score: 2

      > Wow. How impressive. Oh wait, Linux has had EDAC since 2006. But you keep paying your millions to Oracle. I'm sure its worth it.

      Actually, this might be worth an illustration. It was a long time back, so I'm sure I've forgotten a few details, but I'll give you the big picture.

      Around 2000, Sun Microsystems had a problem with the L2 cache on their 400mhz CPUs. It seems that IBM misrepresented the error rate on the chips, and they were having bit errors that were much higher than specified. Because of what was supposed to be an incredibly low error rate, they engineered the L2 cache with parity protection. That's enough to detect an error and cause a UE (uncorrectable error) event. So I know that your EDAC functionality in 2006 was in Solaris well before 2000.

      After that problem, Sun Microsystems did two things. First, they mirrored the L2 cache. Second, they completely beefed up their handler for CE/UE (correctable errors and uncorrectable errors) along the memory/cache/bus/cpu to bring it up to Enterprise level error handling. You get an Uncorrectable Error in your CPU's L2 cache. Do you panic? I looked over the EDAC documentation and I could be wrong (please correct me, if so) but it looks like that would result in a panic. Or you could just have it log that the UE event happened but take no action.

      What would Solaris do differently? It would find the page of virtual memory that had the corresponding error. Has it been modified? If not, just discard the page, log the event, and go on. There is a whole set of rules it goes through to determine the best way to keep the system running when it hits an uncorrectable error. Let's say that the page was modified and that there was an uncorrectable error in the L2 cache. We panic now, right? No. Solaris checks and sees who the page of memory belongs to. If it is a user process, then that process is simply killed (and the event logged) and the OS continues running. Only if it is a dirty page of active kernel memory do we have a panic.

      That isn't just recovering from a soft error. That's recovering from a hard error. So, as this story illustrated, there are quite a number of things happening behind the scenes in an enterprise level OS. You picked a good example with Linux EDAC.

    8. Re:Actual Solaris Sysadmin Here - Here's the story by NostalgiaForInfinity · · Score: 1

      You know, it is kind of funny. Person A ... person B ...

      There are people who like feature-rich systems and there are people who like lean systems. Usually, the people who like feature-rich systems are people with enterprise-class budgets and enterprise-class staff, so they don't care much producing enterprise-class waste and enterprise-class inefficiencies. People who run startups or otherwise are concerned with manageability, reliability, cost efficiency, and scalability go for simple, lean systems.

      The irony to that argument is that you'll find that many of these "bloated" enterprise-class features in Solaris have been working their way into Linux for years.

      SunOS/Solaris started out lean; when it got bloated, people like me jumped ship. Linux started out lean and it is getting bloated; when it is getting too bloated, I will jump ship again. Where is the irony in that? It's the way software systems usually evolve. It's also what usually kills them. Solaris is on its last leg. Linux is mature but probably still has some life in it.

    9. Re:Actual Solaris Sysadmin Here - Here's the story by AtariDatacenter · · Score: 1

      > SunOS/Solaris started out lean; when it got bloated, people like me jumped ship. Linux started out lean and it is getting bloated; when it is getting too bloated, I will jump ship again.

      FWIW, Linus said that Linux is bloated. That was at LinuxCon in 2009. I don't think that's much of a factor. I'll agree with you that Linux has plenty of life left in it.

    10. Re:Actual Solaris Sysadmin Here - Here's the story by Ereth · · Score: 4, Interesting

      I remember the first time I had a real hardware error on a Dell system running Linux. Straightforward enough, called out DIMM1. So I called Dell. They said "Oh, that doesn't necessarily mean a memory error. The way the PCI bus works that error could be on the bus itself, in the memory, or in the card in the first PCI slot. There's no way to tell".

      Seriously? No way to tell what "Error in DIMM 1" means? That's what the guy insisted. His solution? Turn the computer off and reboot. If it crashes again, call him back.

      This was on a Production database. No way was I going to just power off/on and wait for a follow up crash. I was used to sending Sun explorers and getting exact part numbers back for failures. If Dell couldn't do that, why were were playing this game?

      Dell finally agreed to send a technician with all three parts so he could diagnose and we could solve it with one downtime instead of several. But as a long time Solaris guy, I was totally disgusted.

      Sure, for edge servers, startups, small things, you can get away with that. But for business critical in Enterprise? I want better support from my vendor than "reboot and let us know if crashes again".

    11. Re:Actual Solaris Sysadmin Here - Here's the story by Anonymous Coward · · Score: 0

      Yes, it does understand DIMM layout and deallocate/offline the whole DIMM. The x86 hardware has standards for reporting the layout of this stuff on commodity hardware.

  35. An "Artisan Processor"? by toonces33 · · Score: 1

    Or maybe "Heritage"?

  36. Re:My suggestion to Oracle: SPARC everywhere... by armanox · · Score: 1

    When I was in charge of managing UNIX servers, I don't recall ever having major issues with any of the AIX boxes (running AIX 7.1 and 6.1). However, the i-series box (IBM i 7.1 IIRC correctly) liked to lock out any user anything similar to the rights of QSECOFR on a regular basis, and I got plenty of use out of the 5250 emulation on the HMC.

    I also had quite a few issues with one of my two HP-UX systems (HP-UX 11iv3 on Itanium, the HP-UX 11 on RISC I don't think anyone ever used).

    --
    I'm starting to think GNU is the problem with "GNU/Linux" these days.
  37. Intel by msobkow · · Score: 1

    Intel insisted they were "committed" to Itanium for a lot of years after that horse died, too.

    --
    I do not fail; I succeed at finding out what does not work.
    1. Re:Intel by Anonymous Coward · · Score: 0

      "Apple ][ forever!"

  38. the question is... by NostalgiaForInfinity · · Score: 1

    Is anybody else "fully committed" to SPARC hardware, or even committed at all?

    1. Re:the question is... by Phil_Dunn1 · · Score: 1

      Well, if you consider a 5-year public SPARC roadmap from both Oracle and Fujitsu "committed" then clearly they appear fully committed to SPARC. I doubt either company would put their reputations on the line publicly if they didn’t have serious investments to back it up. Could you imagine the repercussions should they not release what they state in here? http://www.oracle.com/us/produ... http://www.fujitsu.com/global/... And of course, theres many other SPARC developers still developing: www.SPARC.org, many of which are based on OpenSPARC http://www.oracle.com/technetw... Intel never released a long term public roadmap for Itanium and once HP stopped/slowed down paying Intel, was just a matter of time before it died off.

    2. Re:the question is... by Anonymous Coward · · Score: 0

      I doubt either company would put their reputations on the line publicly if they didn’t have serious investments to back it up.

      I doubt Oracle or Fujitsu have much of a reputation left to damage. Nobody likes Oracle, and Fujitsu is a has-been.

  39. Re:My suggestion to Oracle: SPARC everywhere... by Anonymous Coward · · Score: 0

    Marketshare means many things to many people. Unfortunately analysts look at just revenue and units which doesn’t show the full story. You can have all the revenue in the world and still be unsuccessful if you can't turn that revenue into margin and profit, which eventually goes into R&D for the future. Just ask Dell, HP and even IBM as they're all going through MASSIVE re-organizations, from Dell having to go private, to HP splitting company in half to IBM selling off its *highest revenue* x86 server business to Lenovo. They’ve all had #1 marketshare in servers yet they’ve all suffered. Look at their business and see how they are all reporting significant revenue (and profit/margin) declines. So while marketshare is important, look at the company financials and whether they are making any profit/margin to continue that business.

    If you look at Oracle, Oracle has continued to show revenue growth and especially good margin & profit and why its investing so heavily in R&D which clearly benefits its customers. Sure, SPARC volumes and revenues have declined up until a few quarters ago, and that’s only because Oracle has eliminated all the non competitive systems and is now focused on this new trend of converged/integrated/engineered systems. Oracles HW marketshare in this new category is #1 -the new category of "systems" and not just "servers" called the "Worldwide Integrated Infrastructure and Platforms" with its Engineered Systems, where SPARC is an important part of it. You can see latest report here: http://www.idc.com/getdoc.jsp?containerId=prUS25347414
    And as this market is dramatically growing, estimated at over $10BN this year (was $7.6BN for 2013 http://www.idc.com/getdoc.jsp?containerId=prUS24831714), quickly surpassing the "Unix/RISC" market which is clearly declining. Oracle's Engineered Systems while not necessarily inexpensive is showing that you can actually save money by consolidating not just servers, but storage and networking and have Oracle assemble and optimize/engineer it all for you so you don't have to build it yourself. Kind of like buying an exotic car instead of building a kit car.

  40. SPARC is GROWING! Re:Consistent with a dying platf by Anonymous Coward · · Score: 0

    I think the challenge for Oracle with SPARC is that unlike the x86 world, where theres been a 5%-30% increase in processor performance every 12-18 months or so for last 5+ years, Oracle SPARC, in the past 5 years has delivered roughly a 2x gain every 1-2 years at roughly same price points, so they have to sell 5x more systems for same revenue as previously to maintain same revenue #'s as 5 years ago.

    If you look at the performance gains from the SPARC T3 (introed late 2010) to the SPARC T5 (early 2013) CPU, theres roughly a 3x gain in delivered performance (SPARC T3-4 did 9,456.28 EJOPs on SPECjEnterprise2010 vs SPARC T5 with same 64-cores did 27,843.57 EJOPs) so now customers can buy 1 system that does the work of 3 systems just 2 years previously. SPARC T5 is easily 2x faster than SPARC T4 just a year previously. And compared to the fastest Sun based M9000-64 right before Oracle acquisition in 2010, which was a ~$3-4M system fully loaded, can easily be replaced in performance by a SPARC T5-4 today at less than $150K, and that’s with 16 x fewer CPUs, 192 x fewer cores and almost 5x better price/performance ratio! So maintaining revenue is clearly a challenge both on HW and SW. Just look at the license cost savings of 192 fewer cores!

    But, if you do look at the latest IDC(or Gartner) marketshare reports, SPARC is either gaining share (since the SPARC T5), and has gained marketshare.

    For example, according to IDC's most recent Q3 CY2014 server tracker report, in the price band of $25K-$1M, running Unix or Linux, where most of SPARC servers are priced, SPARC grew by 12.1% Y/Y, and share increased from 27.6% to 30.2% in the Q3 CY2014 quarter (Y/Y)

    In previous IDC Q2 CY2014 server tracker, in the price band of $25K-$1M, running Unix or Linux, SPARC grew by 24.6% Y/Y, and share increased from 28.7% to 38.1% in the Q2 CY 2014 quarter (Y/Y)

    And in the 1st Qtr of 2014, SPARC grew by 5.3% Y/Y, and share increased from 21.1% to 25.7% in the C1Q14(Y/Y)

    So for 2014, when SPARC T5 servers were shipping, along with SPARC M6 servers, Oracle is showing marketshare gains.

  41. Employee selects what during a java install? by Anonymous Coward · · Score: 0

    The question of the time is what does an Oracle employee do when installing Java? Do they install or not install the 3rd party packaged application in the Java installer.
    How many Oracle employees are running the Ask.com toolbar?
    If an Oracle consultant is installing Java onto a customer's computer what do they select?

    It is a running joke that the java update is sometimes just an update for the 3rd party application. I am glad we don't use the java platform because I would feel sad to have customers install java and end up with unwanted software which could negatively impact the reputation of other java applications.

  42. Then there's warranty & support.... by whitroth · · Score: 1

    Or, lack thereof. We only have three Suns left, and we do our best to convince people not to buy any more. Their default warranties are short, as opposed to Dell's and HP's; dealing with their tech support I refer to as self-abuse (I once spent a month to get a tech out to replace a motherboard, and that includes being assigned an engineer in Chile (I'm in the States), an engineer in the States... who was third shift *only*, and, oh, yes, three days in a row, three separate managers "taking ownership" when I escalated the issue.

    As a comparison, Dell, after me running tests for them, had a tech out in 2 weeks, and the *one* manager who took ownership... about three or four months later, we had an issue on another system, and that *same* manager still felt ownership, and contacted *me* to see if I needed more help.

    Overpriced, and not worth paying for Larry's fighter jet and Hawaiian island.

                    mark

  43. Profitability? by Anonymous Coward · · Score: 0

    "and while the number of SPARC systems sold has dropped dramatically (from 66,000 in Q1 '03 to 7,000 in Q1 '14), the systems that are being sold are fully customized and much more profitable for the company."

    Evidence for this statement? There are a lot fewer customization available from Oracle compared to the old Sun store. And where are the evidence for a higher profitability?