Slashdot Mirror


IBM Reports Indicate Linux TCO Is Lower

Tontoman writes "Information Week reports that two research reports sponsored by IBM argue that Linux is less expensive to buy and operate than Windows or Unix. The first, a Robert Frances Group study, concluded: 'Linux is 40% less expensive than a comparable x86-based Windows server and 54% less than a comparable Sparc-based Solaris server. The Linux server's costs were $40,149, compared with $67,559 for Windows and $86,478 for Solaris.' The second, a Pund-IT report, titled 'Beyond TCO--The Unanticipated Second Stage Benefits Of Linux,' indicates that 'Linux is enormously popular among IT staff members, many of whom are at the beginning of their careers, as well as with IT educators in universities and technical institutions worldwide.' This has resulted in Linux playing a significant role in the recruitment and retention of IT staff and managers."

22 of 334 comments (clear)

  1. TCO vs. HMO by Anonymous Coward · · Score: 5, Funny

    IBM cited one reason behind Windows higher TCO: medical bills incurred from employees banging their head on their desk.

  2. a couple of surprises in article by yagu · · Score: 5, Interesting

    From the article:

    it found that Linux is 40% less expensive than a comparable x86-based Windows server and 54% less than a comparable Sparc-based Solaris server. The Linux server's costs were $40,149, compared with $67,559 for Windows and $86,478 for Solaris.

    I am not surprised at linux's lower cost, I am surprised Solaris was so high. Other than Sun's high licensing costs I'm at a loss on why Solaris would be so much higher. I've read other studies and I tend to find them credible that one of the biggest cost-savings in TCO is the manageability of a unix-like system vs the Windows GUI approach. I've seen narratives where good unix administrators can sometimes manage at least twice as many systems as good Windows administrators, sometimes more. This is largely because of the simplicity embedded in the unix complexity (one of the biggest complaints I see about unix is its "too-hard" nature, but when mastered my experience has been you can script and automate so many unexpected scenarios easily, something not so readily available in Windows).

    The second surprise for me, also from the article:

    "second-stage" benefits that some companies are experiencing by implementing Linux. Second-stage benefits expand upon initial benefits such as lower hardware and licensing costs to include the ability to consolidate server workloads, reduce IT hardware upgrade costs, and attract new IT workers interested in open source. The Pund-IT report, titled "Beyond TCO--The Unanticipated Second Stage Benefits Of Linux," indicates that "Linux is enormously popular among IT staff members, many of whom are at the beginning of their careers, as well as with IT educators in universities and technical institutions worldwide."

    It's encouraging to note linux is enormously popular among IT staff. Maybe unix and linux have more purchase on the IT world than we thought. I'd resigned my professional life to watching the MS juggernaut conquer the technology world but maybe the unix paradigm has legs! (There are other equally interesting "better" architectures, (Be, Plan 9) but probably are in the wrong place at the wrong time to gain much mindshare.)

    (As an aside, have you ever noticed, the admin energies for Windows' environments goes to keeping the system running in as stable a manner as possible, while admin energies for unix's go to extending and enhancing the systems' performance, sometimes in elegantly exotic ways? Just my $.02)

    1. Re:a couple of surprises in article by PIPBoy3000 · · Score: 5, Informative

      I'm admittedly a Windows person for the most part, as that's the environment I live in at work. The good news about the GUI-based environment is that it's typically fairly easy to pick up a new Windows tool and figure it out. For the semi-casual administrator/developer, that can be immensely useful.

      The problem is that after a certain point, it becomes difficult to figure out complex issues. When bugs pop up, it's hard to know whether it's the software's fault or your own, with no good way to peek under the hood. When trying to extend beyond an application's capabilities, you start running into hard-coded issues that make it difficult or impossible.

      We're currently migrating to ASP.Net and having internal struggles about whether or not to use Visual Studio, for example. I personally dislike being hampered by the interface, though it makes certain things much easier. The catch is that you need this bulky environment in order to work with what you create, you can't easily edit things outside of the environment, and often the application creates code for you that isn't quite what you want.

      So, I'm not sure there's a clear TCO value for these sort of things. Each OS and application probably needs to be evaluated for what you're trying to do. My guess is that there will be a mix of the two systems for a long time into the future. Competition is good.

    2. Re:a couple of surprises in article by Master+of+Transhuman · · Score: 4, Interesting

      "The advantages of having inline help, syntax coloring, auto-completion, project organization, etc. in the native home of ASP.NET editing are just too many to think that another environment like a pure text editor would be a good idea."

      I don't know too many text editors that DON'T have most of those features, albeit some of them may not as fully support ASP.Net.

      The issue then becomes which IDE allows getting under the hood while still providing sufficient automation to enable productivity.

      Meanwhile, the main point of the OP's comment was that a GUI (and by extension, closed source) conceals one's lack of direct knowledge of what is going on - knowledge that becomes critical when something goes wrong.

      It's constantly true on Windows - something doesn't react the way you expected. On Linux, you can look at a config file. On Windows, you can't look at anything but some checkboxes scattered over half a dozen different dialogues and menu options. The only way to figure anything out is to step up to the next level and reconsider the entire process you're trying to do - essentially relearning the Windows interface for the process every time. Why? Because in fact it's terribly complicated. The GUI just makes it SEEM simple.

      I keep telling people this, but they don't listen: Windows is totally NON-intuitive. It's operation is incredibly complicated and deliberately so - first, because it's Microsoft's way to use "featuritus" to lock in its customers, and second, because Microsoft has no clue how to make anything simple.

      People think Windows is easy to use because you can point and click to copy a file or something. That's trivial. Try running one of their servers. Try even understanding Active Directory, or Group Policy interactions between the several different types of groups allowed. It's a conceptual nightmare.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    3. Re:a couple of surprises in article by mchawi · · Score: 4, Insightful

      On Linux you can look at a config file that *gasp* gives you the same information that those checkboxes are - the settings that the system is running under.

      Once Linux / Unix / Windows / Any OS has a massive failure - it is complicated to troubleshoot and you need knowledge of how the server and applications work. It's a conceptual nightmare.

      In other words - if you talk to a good Windows admin they'll think that the Linux system is a conceptual nightmare because they're used to Windows. If you talk to a *nix admin they'll tell you Windows is a conceptual nightmare because they're used to *nix.

      Basically if you don't know the underlying architecture in either system and try and just fake things by guessing - you're not going to get far in a real problem situation. I don't see that as a benefit or drawback of Linux/Windows - just a fact of life. Good administrators have a lot of knowledge about their systems and environment.

    4. Re:a couple of surprises in article by ArsonSmith · · Score: 4, Insightful

      That makes the best description of windows vs unix usiability I think I've ever heard.

      Summed up as:
      Windows makes easy things easier and hard things harder. Where as Unix makes hard thigns easier but easy things harder.

      Windows low cost of entry expensave maintance, unix high cost of entry, lower maintance.

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
  3. Interesting Way to Jab at Both Sun and MS by Metzli · · Score: 4, Interesting

    The article says that the study shows Linux to be cheaper than either Microsoft or Sun. Gee, I wonder why AIX wasn't included as a Unix variant?

    --
    "It's too bad stupidity isn't painful." - A. S. LaVey
  4. see .pdf by Janek+Kozicki · · Score: 5, Informative

    Actual .pdf of the study here.

    --
    #
    #\ @ ? Colonize Mars
    #
  5. Imagine that... by It+doesn't+come+easy · · Score: 4, Insightful

    But Linux's licensing-cost edge is likely to wane as Microsoft and some Unix vendors, notably Sun Microsystems, lower their prices.

    Competition drives prices down...who'd of thought...

    --
    The NSA: The only part of the US government that actually listens.
  6. A review with numbers! by rob_squared · · Score: 4, Interesting
    Reviews having actual dollar amounts I tend to trust more. Yes, IBM can be considered biased because, well, they use Linux, and also deal with Microsoft.

    What I really want to see, though, is an item-by-item document included for download which shows what they included in their TCO estimate. Statistics and numbers are fine, if you can read the whole dataset for yourself.

    --
    I don't get it.
  7. How is this news? by notdanielp · · Score: 4, Insightful

    Per-OS TCO does not exist in a vacuum. Organizational direction, sunk costs from previous IT investments, interoperability with business partners / clients / vendors... each of these is a factor that will be different for EVERY business making the Linux/Windows/etc. choice.

    IMO a well-run organization will have a hybrid environment.

    That being said, it is useful for planning purposes to know in which situations Linux TCO beats Windows and vice versa.

    --
    The president has been kidnapped by ninjas!
    Are you a bad enough dude to rescue the president?
  8. Whilst I agree with this... by m50d · · Score: 4, Insightful

    remember that IBM has a substantial interest in Linux. If it was the other way around we'd be crying foul about how studies will always find in favour of whoever's funding them. Anyone know if there's ever been a truly independent comparison

    --
    I am trolling
  9. My guess is by Anonymous Coward · · Score: 5, Interesting
    Other than Sun's high licensing costs I'm at a loss on why Solaris would be so much higher.

    My guess would be:
    1. Nobody knows how to use it, everybody coming out of school these days is used to using Linux and/or BSD, from this perspective Solaris does a lot of weird things for no reason.
    2. Much as Sun's pushing Solaris/x86, if you're using Solaris, you're still pretty much going to be using expensive, locked-in Sun hardware. (Of course that hardware is probably more reliable, but sometimes lower TCO means you get what you pay for).
    3. Sun is a competitor to IBM who commissioned the study, maybe the study misrepresents Sun TCO in some way.
    1. Re:My guess is by dajak · · Score: 4, Insightful

      My guess would be:

            1. Nobody knows how to use it, everybody coming out of school these days is used to using Linux and/or BSD, from this perspective Solaris does a lot of weird things for no reason.
            2. Much as Sun's pushing Solaris/x86, if you're using Solaris, you're still pretty much going to be using expensive, locked-in Sun hardware. (Of course that hardware is probably more reliable, but sometimes lower TCO means you get what you pay for).
            3. Sun is a competitor to IBM who commissioned the study, maybe the study misrepresents Sun TCO in some way.


      Sparcstations are just too reliable. We have machines from 1991 running NIS+ and some other stuff. No manager making a purchase decision is ever going to believe that a server will run for 15 years without a glitch, and he is not going to spread the TCO over 15 years. Nobody in the organization is qualified to touch the machines, and many of the windows system admins who have taken over don't even know they exist.

      The windows admins occasionally screw up the network (like when they made the NIS+ servers unreachable by changing the IP numbers of the only two sparcstations allowed to access them), and then we immediately hire an expensive external admin to solve the problem.

      Lessons:
      - Sun hardware is too reliable: the machines will be technologically obsolete before they fail. Sun can save costs there, because nobody appreciates it anyway unless they are building a spacecraft or nuclear power plant.
      - Comparing an x86 machine against a sparcstation based on a lifespan of 5 years is completely unfair. We spend an expensive two weeks configuring a new sparcstation, and then let it run for 15 years. The Windows machines are tinkered with all the time by cheap Windows idiots. The sparcstation gets cheaper as time progresses (if Windows administrators cannot interfere with its operation).
      - What about the costs of letting Windows idiots tinker with your infrastructure all the time? THEY are the ones that create the problems for the sparcstations in our organization because they don't know what they are doing.

    2. Re:My guess is by 51mon · · Score: 5, Insightful

      "I don't care what it's doing, a fifteen-year-old machine is obsolete NOW."

      The hardware may be obselete, but if it is still doing the job you replace it when it fails (or ideally just before). Not having a replacement plan could be an issue, and I suspect these people don't.

      The idea there is some perpetual upgrade path we all must walk is a myth created by the IT industry to keep sales figures high, and sustained in part by bad software engineering.

      It isn't even obvious they have a management issue, just because they get outside help to sort problems on the boxes, if they only have an issue every few years it is cheaper not to employ the expertise.

      I've had 10 year old systems fail whilst still under vendor support contracts, fixed and returned to service inside 24 hours, why should we have replaced them if the economics didn't justify it?

  10. Why do I get the feeling... by gowen · · Score: 5, Insightful

    that an IBM-funded report favoring Linux won't get treated with the same healthy scepticism that a Microsoft-funded report favoring Window.

    Folks : if you treat any of these studies as anything other than another form of advertising, you're a fool.

    --
    Athletic Scholarships to universities make as much sense as academic scholarships to sports teams.
  11. Re:Nice Result, But... by drnlm · · Score: 5, Insightful
    Is it any more credible than MS studies, no. However, in certain management circles, the MS studies are considered very credible precisley because they're backed by MS.

    This study will be very useful as a counterbalance to the MS-funded studies, andgiven that it's backed by IBM, it can't be as easily ignored by management as some of the other, recent refutations of MS's results.

    News, no. Good PR, most definately.

  12. WTF? by tomstdenis · · Score: 4, Informative

    We built 8 gentoo linux boxes in the span of two weeks here at my office.

    Cost of parts: 10K
    Cost of labour: two people x two weeks x 900/week = 3600$

    Other costs [power/netaccess]: trivial

    So for [round up] 15K we bought, assembled, built, installed and setup 8 boxes. that's a cost of roughly 2K each.

    Whoopy doo.

    Where the hell does 43K/yr come from? Is that the cost of the employee as well?

    Well the guy we did hire to manage this, had we planned on keeping him would cost ~60K/yr which when you split over the 32 boxes in the office is trivial.

    And we don't have to buy server license upgrades or what not. So really the cost of ownership above the staffer we would have had to have anyways is ZERO. Not 43K/yr.

    Tom

    --
    Someday, I'll have a real sig.
  13. proprietary Unix is expensive by StandardDeviant · · Score: 4, Insightful

    And it's not even the up-front hardware costs that can kill you (Solaris 10 on an opteron is actually pretty damned price-competitive), it is the relative rarity of the applicable skillsets (and there can be a world of difference between a high-end Solaris, AIX, etc. machine and your common linux server on Dell hardware or whatever) which leads to increased salaries for the in-house administrative staff and the cost of vendor maintenance contracts which tend to be much higher than you might expect coming from the windows/x86/etc. world. (On the other hand, with proprietary Unix you do sometimes get what you pay for. High-end support from a single vendor who provided both the hardware and software in a system can be pretty reassuring if you have a business-critical system, and proprietary Unix runs on hardware that in some cases can do things that your common x86 stuff just does not scale to, both in terms of reliability and in terms of capability. As with all things, tools have jobs they are better suited to than others.)

  14. How does this change anything? by TheCabal · · Score: 4, Insightful

    Every time MS puts out a report that Windows TCO is lower, everyone here dismisses it as propaganda. What about this time? IBM has a substantial investment in Linux and I noticed that their own AIX wasn't used as an example. It's just another case of manipulating the facts to fit one particular view. To call it anything else is intellectually dishonest.

  15. That deserves an +5,Insightful by Lonewolf666 · · Score: 4, Interesting

    The good news about the GUI-based environment is that it's typically fairly easy to pick up a new Windows tool and figure it out. For the semi-casual administrator/developer, that can be immensely useful.

    The problem is that after a certain point, it becomes difficult to figure out complex issues. When bugs pop up, it's hard to know whether it's the software's fault or your own, with no good way to peek under the hood.


    Exactly my experience, and I'd like to add that Microsoft online help tends to be similar:
    Basic tasks are well explained, but once you need help with complex issues, the approach of "open this window and click that button" breaks down. At this point you need information about how the application works, and that is usually absent in the help files. If you are lucky, you can find it online in the MSDN, but even that tends towards pre-formulated solutions.

    --
    C - the footgun of programming languages
  16. Re:but but by MightyMartian · · Score: 5, Funny
    Torvald's Heroes

    Colonel Gates: No vone escapes from Stalag XP!

    Torvald: Hah! We have a far lower TCO. We don't need your virus-laden operating system.

    Colonel Gates: Tell him, Ballmer!

    Major Ballmer: I know nothink!

    Colonel Gates: Torvald! Nothing can stop Vindows now! Ve have unstoppable software!

    Torvald: You'll have to hold on a second, I think Major Ballmer thinks your desk is apple strudel.

    Colonel Gates: Relax, Torvald, Major Ballmer is simply practicing for ze next trade show. He's hoping to injest ze vile Steve Jobs. NOw, back to your Linux. It is bad, and smelly, and costly, and is made by Communists!

    --
    The world's burning. Moped Jesus spotted on I50. Details at 11.