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."
From the article:
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:
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)
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
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.
My guess would be:
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