Slashdot Mirror


Red Hat Not Seeing Microsoft, Ubuntu as Threats

Ian Price writes "Red Hat is shrugging off Microsoft's entry into the cluster computing space after Microsoft announced that it has completed the code for its Windows Compute Cluster Server 2003 targeting high-performance computing. From the article: 'Scott Crenshaw, general manager of enterprise Linux platform at Red Hat, dismissed Microsoft's entry into cluster computing. "They're playing catch-up," he said. "Linux is often associated with high-performance computing, but Windows has never achieved that on a large scale."' Crenshaw also commented with respect to Ubuntu: 'Their user base is still small, so we're not seeing the impact of it [Ubuntu] so far.'"

20 of 241 comments (clear)

  1. Famous last words by HeavensBlade23 · · Score: 5, Insightful

    I think Netscape was quoted as saying something similar shortly before Internet Explorer utterly destroyed their marketshare. If nothing else, don't underestimate Microsoft's ability to leverage their monopoly into new markets.

    1. Re:Famous last words by strider44 · · Score: 4, Insightful

      I'm not sure how they're going to leverage their monopoly for cluster computing... It's not as if they'll be giving it away with Windows Vista... More likely the purchasing officers with major enterprise vendors of cluster computing will get many free lunches in the next few months, and perhaps a free car or two.

    2. Re:Famous last words by saden1 · · Score: 3, Informative

      When was the last time Redhad had revenue of 1 billion let alone in profit? The key statistics you should be looking at is not historical stock price, which is highly inflated by the gamblers in wall street, but their war chests. Microsoft had 34 billion of pure profit on 42 billion in revenue last year while Redhat had on 230 million in profit on 278 million in revenue. Both really good margins but I'd rather be MS than Redhat.

      --

      -----
      One is born into aristocracy, but mediocrity can only be achieved through hard work.
  2. Just like MS by Umbral+Blot · · Score: 5, Insightful
    'Their user base is still small, so we're not seeing the impact of it [Ubuntu] so far.'

    I am sure Microsoft said the same thing about Red Hat. Pride goes before a fall Red Hat.
    1. Re:Just like MS by afaik_ianal · · Score: 5, Insightful

      Mind you, the article title is a bit misleading. They said they are not seeing the impact of Ubuntu yet. They didn't say that they do not see them as threats.

  3. Red Hat doesn't need to do much. by tapo · · Score: 5, Insightful
    I remember when tech websites were clamoring over the latest Fedora release as much as they're clamoring over Ubuntu now. Red Hat almost got it right, except for one thing.


    Fix your package manager!

    I am sick of downloading packages from weird websites, version conflicts, and typing this stupid and overly long command into the shell over and over, hoping - nay, praying - that RPM won't spit out another conflict error this time. YUM seems tacked on, and I've never gotten it to work properly.

    I switched to Ubuntu, even though it had less polish and was so deep in development, simply because application management actually worked, and things were in a logical order (supported, unsupported, universe, multiverse).

    Maybe it's not practical, maybe I'm talking out of my ass having not used a Red Hat operating system since Fedora Core 3, but it's the only thing that prevents me from using Fedora at home or on a server, and the only thing that prevents me from recommending it to friends.

    --
    "Joy is contagious," he said, peering into the microscope.
    1. Re:Red Hat doesn't need to do much. by jmv · · Score: 3, Interesting

      Actually, my impression is that the main reason why installing random packages on Ubuntu just works, unlike Fedora, is that almost all applications now have been packaged (un universe/multiverse) for specific debian/ubuntu version, whereas you get random rpm that have been compiled on some random rpm-based distro that might have different libraries than you have.

    2. Re:Red Hat doesn't need to do much. by cowbutt · · Score: 5, Informative
      That's exactly it.

      Fedora's catching up fast, but Debian and Gentoo are still in the lead with respect to the number of applications available within their main package repositories. That's why their package management tools appear to work better - it's actually down to all the hard work that's been put in by the package maintainers though; the tools are nothing special (rpm provides equal or better functionality to dpkgs and ebuilds, and apt is available for rpm as well as yum).

      The trouble is that the lesser number of packages for Fedora/RH encourages newbie and intermediate users to indiscriminately install packages from random places, with the expected results. If, however, you pick a handful of co-operative package repositories (e.g. dag + rpmforge only, or fedora extras + livna only, or ATrpms only), things work out pretty well. For packages that aren't available, it's best to learn to roll your own, either by porting packages from other versions/distros, or upgrading existing packages, or from scratch.

    3. Re:Red Hat doesn't need to do much. by mok000 · · Score: 3, Insightful

      I remember when tech websites were clamoring over the latest Fedora release as much as they're clamoring over Ubuntu now. Red Hat almost got it right, except for one thing.

      Fix your package manager!

      I am sick of downloading packages from weird websites, version conflicts, and typing this stupid and overly long command into the shell over and over, hoping - nay, praying - that RPM won't spit out another conflict error this time. YUM seems tacked on, and I've never gotten it to work properly.

      I have worked with both dpkg and rpm, and there is no question: rpm is vastly superior to dpkg, when it comes to building packages, checking what package a file belongs to, or verifying the installed software (can't do it with dpkg).

      Apt-get has been available for RPM for years, it works perfectly, it contacts the repo and installs whatever you need. And, there are other similar systems like yum, smart, and rhupdate. All are actively developed. If you can't get YUM to work it says more about your ability fo manage a system than it does of YUM and RPM. All you need to do is to edit one configuration file. And "tagged on"??!?? YUM is no more "tagged on" that apt-get. It's Unix, everything is "tagged on"!

      The big advantage of Debian (and Ubuntu) is that they have a centralized repo of thousands of packages (I think ~12000), and a set of strict guidelines for packagers to follow. Redhat does not distribute many packages (2000-3000), so you have to rely on third party repositories to go outside Redhat's vanilla selection. For example RPMforge.

      Wrt, Fedora, it is meant to be a playground for geeks who want to play around with the newest bleeding-edge versions of all the major packages. It is not for amateurs. It's for people who enjoy getting into the latest stuff and solving the problems that are there. So it's kind of silly to critizise them for not being completely without wrinkles! Having said that, it runs surprisingly well out of the box. If you want something really stable and well tested, you should go for CentOS or any of the other RHEL rebuilds.

    4. Re:Red Hat doesn't need to do much. by joe+155 · · Score: 5, Informative

      well, the article isn't really about this, but as a fedora user I feel like I should at least counter some of your claims:

      YUM works very well in FC5, it has made keeping software up to date really easy, far more than on windows. everything does it pretty much strait away; so for me it's great. They do have a GUI one aswell, but that doesn't seem to be as fast and I like the information... so run it from the command line

      You also don't need to look through random websites, you already get 3 repositories with the distro, but it's really easy to add another (I've got livna) in there. These will contain pretty much all the software you could ever want to find

      you really should consider trying fedora again. it's such a good little OS. anyway, if you do you should go to http://www.fedorafaq.org/ it contains a load of helpful information about how to get everything going. Also, it's not fedora's fault that some proprietary stuff doesn't work out of the box - it's free speech and wants to stay that way - we really should be praising them for this, not condeming them because it might take a little more effort to get some things working. Anyway, give it a go.

      --
      *''I can't believe it's not a hyperlink.''
  4. Microsoft has been into clustering for years. by Anonymous Coward · · Score: 5, Interesting

    Years and years and years.

    They've had several clusters into the Top500 several times.

    A couple examples are a NSCA self-made cluster of NT machines that reached rank 207 in June 2000 top500 list. It consisted of 256-processor production supercluster, which consists of 128 Hewlett-Packard machines with dual 550-MHz Intel Pentium III Xeon processors.

    These early efforts were typified by statements like:
    "Couldn't barely get the benchmark done before the entire cluster would go done"
    "If one node failed the entire cluster would go down"

    And stuff like that.

    That's the first time NT posted a top500 standing. They had earlier efforts going back several years.

    About every single top500 list since then had a Microsoft-based cluster somewere.. Until recently.

    Now Linux, which started gaining ground about the same time that Microsoft started with clustering research, now dominates the top500 list.

    Good luck on that one, MS. I also like how their P.R. stuff always makes it sound like Microsoft just started getting into clustering.

  5. Re:In related news... by afaik_ianal · · Score: 3, Insightful

    Keep in mind this is just a PR piece. I'm sure Redhat is all too aware of the threat from their competitors. But they'd be idiots to go to the media and say, "Yes, we're really worried about the new Microsoft offering because it is superior to ours in so many ways." They will (and should) always talk down their competition externally. It is internally that they need to react to and manage the threat.

  6. Gandhi by Turmio · · Score: 4, Funny

    • First they ignore you <- we're here, folks!
    • Then they fight y...
    Oh, wait... You say it's RedHat ignoring Microsoft and not the other way around??
  7. Microsoft and Ubuntu not a threat by layer3switch · · Score: 4, Insightful

    For instance, they need to achieve a "critical mass" of users before hardware and software vendors certify their products against any Linux distribution, he explained.

    Ubuntu market and RHEL market is totally different. Ubuntu is "now" heading toward Enterprise desktop environment with support, but Ubuntu had and always has been about average joe's Desktop PC while RHEL had and always has been about heavily toward Enterprise customers. So I think, by reading the article, it looks like RH is taking Ubuntu as not a competitor, but rather as a grassroot movement trying to reach that "critical mass". And to be fair, Crenshaw did point out a very good point here. That is, popularity doesn't count for the vendor certification which is the industry embracing OS distro with hardware and software for better customer support and that is what Enterprise customers look for.

    Microsoft being in cluster market so late in the game, it's fair to say that MS had failed to grab the market share early on. So the statement in the article is accurate. Who knows if MS will monopolize cluster market share in coming years? But this statement is on the bull's eye.

    "Linux is often associated with high-performance computing, but Windows has never achieved that on a large scale."

    This has been the case for Microsoft. When Win2k Data Center edition was coming out, I was hoping better support for complete cluster suite, but wasn't satisfied with MS's offering with half baked solution and limitations. Besides, call me crazy, but 200+ cluster nodes, there is no way single Windows cluster node installation will be easier than a kickstart/NFS/bash script of RHEL cluster node. I don't know, maybe there is similar thing for Windows... I'm not a Windows guy, so I'm not sure. Please do correct me.

    --
    "Don't let fools fool you. They are the clever ones."
    1. Re:Microsoft and Ubuntu not a threat by asuffield · · Score: 3, Interesting

      Ubuntu right now is your classic dotcom strategy -- blow through venture capital to get "eyeballs" and then figure out later how to build revenue out of that.

      Close, but not quite. Ubuntu is a classic dotcom strategy by one of the winners in the dotcom game - and it's a safe bet that Shuttleworth is out to do it again. How did he win the first time? By building a highly visible company and then selling it, to great personal advantage. A lot of what Canonical is doing makes a lot more sense when you keep that in mind. They don't need to figure out how to build revenue, they just need to get eyeballs and market share, so that the company has considerable sale value.

      As for Redhat, they probably don't consider Ubuntu to be a threat because they realise this. Redhat's market is, as has been noted, high-end enterprise users. That means that both Redhat and their users must be run by people with a deep understanding of the business world. Anybody with considerable business experience can see what Canonical are doing - it's not like they're trying to hide it, even if they don't go out and announce these things. The important thing is that enterprise users don't want to buy from a company who might not still be there in five years time. Redhat have 'staying power' - they've been through a lot and they're still playing at the top levels of the market, so they feel good to enterprise users. Canonical just doesn't smell like that. It smells like a rich kid's toy, and when he gets tired of playing he'll cash in and make a stupidly huge amount of money, and then the company could become anything. It's just not a safe bet that Canonical will still be there and doing the same things in five years. So enterprise customers are going to feel uneasy about Ubuntu, and go with the safer Redhat instead. Anything they want will just be duplicated by the Redhat engineers anyway.

      Redhat are playing in the 'big business' game now. That means they have slightly perverse priorities, but they aren't stupid and neither are their customers. A lot of things change when your customers aren't stupid.

  8. Microsoft? Not a huge market.. by Liquid-Gecka · · Score: 4, Insightful

    I run Beowulf Clusters for a living.. Three to be exact. Two run Gentoo and one runs Mac OS. I see Mac OS as a far more likely product in clusters than Microsoft. And even then Mac OS is missing huge chunks of functionality in the cluster world. Checkpointing is broken using Condor and there is no third party apps for Grid Engine. Most programs fail to compile without some massaging. Often programs attempt to compile against native libraries rather than X11. This prevents remote users from using the apps.

    Even with all of this though programs can be made to work. I have something like 100 custom programs that needed installed on my clusters. NCBI tools, Bio apps, stuff like that. All of them are coded to Unix environments. Compiling them on windows would be a total pain in the butt! I keep hearing that new programs will be made to work but I don't see that happening all that much. Most new programs are forks of old programs. (At least in the Bio/Geo worlds.) I still have TONS of fortran stuff out there. Lots and lots of stuff that only compiles against GCC 2.95. These things need modified in order to work with a newer version of the SAME OS.. you think a total change is going to happen?

    Plus.. The cost of the OS can be killer. When you are talking $1200-$3400 a node an added $500 is huge! Our Mac OS cluster cost us $50k in software licenses. And its 50 nodes. Even if Microsoft drops the price to $100 a pop that is still REALLY expensive. $100 a pop across 50 nodes pays for a bunch more nodes!

    So I guess what I am saying is that unless Microsoft starts writing tons of its own apps it won't break into the cluster world very fast. They will be luck to grow as fast as Apple has (%1 of the top 500 list in 4 years).

  9. Nightmares... by gummyb34r · · Score: 4, Funny

    1) The right way of spamming the world: A top 100 cluster under Microsoft OS control gets a I.Love.U2 virus
    2) An interactive assistant - Microsoft PaperClip  - grows fast and takes the world under its control
    3) Finally Vista runs at decent speed. Modest Min Sys Req - a cluster
    4) The_Big_Bang_simulation.vbp

  10. Why Linux is Da Bomb! by DJ_Perl · · Score: 4, Interesting

    I agree with most of your comment. Here's where I take a different view --
    Given that I'm not Microsoft, or Red Hat, I'd rather be a Red Hat stockholder than a Microsoft stockholder.
    Also, I'd rather be monetizing services for rapidly spreading open-source software, than trying to get developing nations to pay for my proprietary software.
    I urge you to focus on the direction and rate of the change, rather than the magnitude of the status quo.
    There are too many people in the world not using computers yet. Eventually, most will. But if everyone paid Windows licensing fees, many developing nations would have to hand over most of their GNP to Microsoft. That's absurd!
    In my humble opinion, it makes sense for India, China and several other developing countries to throw their collective might behind internationalized open-source software running on commodity hardware. When there are literally a million eyeballs scouring OSS for bugs, we'll see phenomenal changes in this playing field!
    If intellectual property were enriched Uranium, intellectual property law would be the mechanism in an atomic bomb that prevents critical mass, and an economic boom.

    --
    -- Subvert the dominant paradigm. Repeat as desired. http://ownlifeful.com/
  11. Except that by DrYak · · Score: 5, Insightful

    This time RedHat != Linux.

    If RH starts loosing market share, it'll more likely be to other Linux distributor or other opensource os, like suse,ubuntu,debian,openbsd,etc.
    It's not the whole Linux community of developppers ingoring they adversaries, it's only *a* specific solution vendor.
    You can kill distribution, but it's much harder to kill Linux as a whole.

    Netscape Navigator almost disappeared back then, because it depended on a sinle company and that company failed to notice the threat and lost market shares. ...

    That and I'm sure Microsoft will manage to build something that sucks in terms of scaliability, reliability and above all : possibility of customisation and reasonnable per-CPU license price.
    Some labs build huge clusters, this new Windows flavor must cost less than the "Windows Beginners Edition [a.k.a. 3rd world edition]" (*) and provide impeccable service, otherwise it can't compete with opensource softwares.

    Plus, unlike in the browser case, Microsoft can't try to leverage its desktop OS monopoly : you can bundle a browser on a widely deployed OS, but you can't "bundle a cluster" inside the OS - that sentence doesn't make sense.
    Clusters are mostly custom build to specific needs, by people who have enough technical knowledge to assemble whatever they need. Windows Cluster-flavor must attract them by its qualities, not because laziness drives them to choose whatever option came with the box...

    (*): ...hum... wonder if this windows flavor could be subverted as an even cheaper Windows to be installed on desktops. (I don't mind missing all "wonderful" features available in other flavors like the ActiveX-bugged IE or the DRM-laden Media Player. Just want a kernel that is compatible with games. I'll fix the gaps with OSS and stick to linux for the rest)

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  12. Re:Microsoft's buisness plan by ryanov · · Score: 3, Interesting

    What benefit? Not wiping out your entire system every 6 months to keep it running at a usable pace. Predictable reliablity, etc.

    I just don't have to reboot anymore.

    It's worth the driver hell that one often has to go through on a new system. Systems shipped with Linux? Probably a great idea.