Slashdot Mirror


IBM Will Include Red Hat On All Mainframes

John E. Cosgrove writes "I read in this article that IBM signed a deal with Red Hat to include RedHat linux on all of their mainframe servers. It's a little short, but worth the look."

169 comments

  1. No not on EVERY mainframe and server. by twjordan · · Score: 1

    They are just going to allow RedHat as an OPTION on all their mainframes and servers. Tony

  2. True, and also.... by xonix7 · · Score: 1

    Red Hat, but not Slackware? Why!?!?!

    --
    Everything is but a number spoken by itself.
    1. Re:True, and also.... by darthpenguin · · Score: 3

      Although I personally think that Slackware is a superior distro to RedHat, you have to look at it from the corporate point of view. When I first decided to try linux, I went to a local computer store where they had a bunch of those "budget" CDs, and looked over the options for linux. The two main ones were Redhat and Slackware. I, being unexperienced with linux at the time, chose redhat, because I simply liked the name better! CEO's wouldn't like to run a business dependent on something called "Slackware". Plus, the corporate support that Redhat offers probably is another plus in using them, but on purely technical merits, I think that slackware would be the best choice.

      Of course, others would like to debate that with me...


      -MSD.dyndns.org
      "Sucks to your ass-mar"

    2. Re:True, and also.... by teg · · Score: 2

      An important factor is that we have developers in different areas (compiler, kernel, glibc) and thus can offer porting to new platforms etc. Noone else can offer the same.

      Another is of course the level of support Red Hat and partners can provide.

    3. Re:True, and also.... by fuzzcat · · Score: 1

      Although I personally think that Slackware is a superior distro to RedHat, you have to look at it from the corporate point of view.

      I think you're pretty close to the truth here. I try to stay out of the Linux distro wars (being a BSD man myself), but I think you hit this one quite squarely on the head. In the choice of Linux distros, I personally prefer Slackware because it feels more like the brand of Unix that I'm accustomed to. It's a lot more spartan and therefore functional to me.

      On the other hand, I get the feeling that Slack would feel like an out-of-body experience to a lot of corporate folks. Not necessarily to the engineers who are keeping that mainframe properly admin-ed, but to the executives. Most of the executives in my office would totally go off the deep end if they didn't have a corporate tech support contact. RedHat fills that gap.

      Because RedHat works more like a standard corporation, it feels more comfortable to businesses who are looking for a Linux solution.

      At least that's what I think...

      --
      "The further I get from the things that I care about, the less I care about how much further away I get." -Robert Smith
  3. Why? by meadowsp · · Score: 1

    Why the hell would you run Linux on a mainframe?

    Surely the native O/S is going to be able to handle all of the resources a hell of a lot better.

  4. Re:Are you sure they'll be running Linux by defaul by greggrm · · Score: 1

    http://www.s390.ibm.com/linux/

  5. Re:Why mainframe? by meadowsp · · Score: 1

    Of course it has something to do with anything vs. Linux. If your buying a mainframe and linux is an option, then you're going to be thinking "what shall I run, linux or the O/S that was written specifically for this bit of hardware?".

    And I can't believe that anyone would choose Linux for this. No disrespecting Linux, but software that has been written specifically for one set of hardware is going to be a lot more stable and faster than a general purpose O/S like Linux.

    Witness VMS on Vax/Alpha, decent clustering has been around for >10 years now, and it's only just coming out on Win/Linux.

  6. Re:More Ammunition... by darksmurf · · Score: 1

    IBM has commited to releasing the code to everything that they "can". Yes, I mean as far as kernel hacks and whatnot.

    So yes, they are in essence giving everything back, except for the pieces of code like that dang soundcard with the Lawyers having such issues.

  7. Why???? by ichimunki · · Score: 2

    As I read the comments about what a crappy distro Red Hat is, and the 7.0 "fiasco", and how commercial Red Hat is compared to other distros, and brand name this-and-that, it becomes obvious that we're overlooking the obvious reason that IBM is working with Red Hat on this. Namely, that someone at IBM at some point decided that they were getting the best deal from Red Hat in terms of the combination of price and support. This decision is probably fairly unrelated to issues surrounding consumer-grade distributions for the x86 processor. Probably IBM could care less which brand of Linux they choose, since their decision does more for that brand than choosing a particular brand will help IBM sell this. Finally, Red Hat employs Alan Cox, who is a major figure in kernel development, which is the prime piece of any Linux distro that IBM is going to need (that and a compiler).

    --
    I do not have a signature
  8. Re:yuck by meadowsp · · Score: 1

    Yeesss, of course Linux is the best O/S in the world bar none. It's not just an evolved clone of Minix at all. It's obviously more secure than the BSD's and also more stable than MVS/VMS/AIX etc.

    Drop your blinkers, brother. There is more in the world than Linux and some of it os even better suited to certain tasks.

  9. Re:More RH Branding by darksmurf · · Score: 1

    Moot Point.

    People are also forgetting the toilet the developers worshiped after last nights JD fest.

    UNIX by definition means very little.

    What the people believe UNIX defines is more important that you are willing to realise.

    My Dad still can't tell the difference between WordPerfect and the operating system. He just knows he hates Bill Gates because I told him to. Do you think he gives a damn about the C library? Do you think he would if it were part of the OS name?

    People who know Linux and know how to use it know what the GNU software is and where it comes from and at least for the most part, are grateful.

    -Nathan

  10. Re:Why mainframe? by j-pimp · · Score: 1

    And I can't believe that anyone would choose Linux for this. No disrespecting Linux, but software that has been written specifically for one set of hardware is going to be a lot more stable and faster than a general purpose O/S like Linux.
    While I'll admit AIX is very good at getting stuff done, many admins complain about it. Now if linux were ported to it many of these admins would probally be happier. Also Linux resembles Solaris, BSD, and other unix's alot more than AIX so they can better sell Mainframes to businesses running hetterogenous networks based on the fact that retraining IT is minimized. Not to mention the admins are happy and have less anger to redirect into there LARTS.

    --
    --- Justin Dearing http://www.justaprogrammer.net/ We're just programmers.
  11. Re:Are you sure they'll be running Linux by defaul by treke · · Score: 2

    This is an easy one, backwards compatibility. Programs have been written to expect the system to work a certain way. How many programs have you seen break because the Windows directory isn't c:\windows\ How about Borland C++ 5.0). If programmers wrote their code strictly by the MS book, then the code might(probably not though) survive losing the drive letters. Same with the 8.3 limit. The system itself could probably handle long file names for system files, but old poorly written programs just might munch the names. It's safest for Microsoft to pull these features into new versions, than break a large base of existing software. It's baggage, but cause by bad decisions with DOS, not by a technological fault in Windows 2000.
    treke

  12. Re:Why mainframe? by meadowsp · · Score: 1

    True, but it Linux is still lacking in several areas, large memory support, large disk support, decent clustering support, over 99% uptime, journalling filesystem.

    Admittedly, work is going on in all of these areas, I predict that in 5 years it will make sense to run Linux on big iron in preference to all of the ol' proprietry systems, but at the moment Linux in all of these features is too experimental/non-existent to risk betting the farm on.

    Let's face it, if you're running a mainframe, you're doing it for a reason and you will want S/W that can keep up with your H/W.

  13. Re:Are you sure they'll be running Linux by defaul by caskey · · Score: 1
    Uptime of windows measured in days? I hardly think so. I keep a nice little advertisement run in the July 10, 2000 InteractiveWeek that has the following quote:
    With Microsoft Windows 2000 Professional, we don't have to reboot. It's reliable and, with 100,000 users, it's going to make our jobs a lot easier." --Keith Foster, PC LAN Engineer, Wells Fargo Services CO.
    I put it up because we tried to use W2KPro here and it is just as unstable as anything else M$ has released. I've heard arguments along the lines of "you're using it wrong" but this machine is a developer's desktop computer and it crashes with clockwork regularity. I would accept that fact more if the person was writing software that ran on the machine, but other than the web browser and a copy of TextPad the computer is nothing more than a very expensive terminal with SMB mounts to the file server.
    --
    There's a place called "too far". I can't seem to find it.
  14. Re:Why mainframe? by infinitas · · Score: 1

    Now I may have heard wrong... but doesn't AIX-5L have a Linux core anyway???

  15. Need to change old timer mindshare. by peterdaly · · Score: 1

    Will there be ANY demand for this, unless there is some RPG 5250/3270 VM I am unaware of?

    Seriously though, anyone else work with some of the "green screeners" who are the ones that insist on the IBM Mainfr^H^H^H^HeServers?

    There may be a market for the RS/6000, but I know of very few people that run or program for AS/400's, of S/390's who can even really use the Internet, much less be the market Linux "targets." These are the people that need to be convinced to use these new VM's.

    I am wressling with some of these people issues right now, waking "green screeners" up to the fact that a Java Applet screen scraper does not make their RPG/Cobol an "internet app." They are scared to death of even learning html! I know for a fact only 1 of 7 can define what Linux is!

    Anyway, IBM needs to spend some time changing the mindshare in some of these people, if they expect these eServers to fly off the shelve.

    -Pete

  16. Re:More RH Branding by Error27 · · Score: 2

    Personally I feel this is the only way to go about it.

    Linux is just the kernel.

    GNU is just the compiler.

    When people ask me what operating system(or I like to call it operating environment) I run I tell them that I run Debian. Of course there is Debian with various kernels and for different hardware architectures that aren't binary compatible, so sometimes I may say I run "Debian Woody Linux on i386" Of course i use GNU tools also but everyone knows that so adding it is superflous and just makes the name longer.

    I fully support RedHat for trying to sell the qualities that make them unique among the Linux vendors.

    I also like the open source work they have contributed. We use some of it in Debian. At school we use RedHat. It is pretty good. I only wish I had root access to make it better. :P

  17. Re:Why mainframe? by WhatThe?? · · Score: 1

    More than up time is the kick ass I/O peformance that BIG IRON provides.

    Also BIG IRON has perfected disk and tape storage management far beyond that of other OS's. Like ten years ahead of everyone else.

    The BIG IRON has evolved into the storage server in our shop for all NT/AIX/HP/UNIX servers using ADSM get to the S390 and HSM for storage management.

    --
    Technology is only a vehicle. People are the ones that drive it.
  18. On Big Blue's Coatails a Red Hat and Tux by ackthpt · · Score: 4
    This announcement, by a company like IBM which still commands respect, gives not only Red Hat, but Linux a huge boost in credibility.

    Last week, IBM said it will overhaul its entire line of servers and mainframes under the brand name eServer to meet the rising demands of the Internet.

    That Red Hat has performed so well, as to be accomodated as an option on the entire line of servers, by IBM no less, is a statement that Linux has arrived.


    --
    Chief Frog Inspector
    --

    A feeling of having made the same mistake before: Deja Foobar
    1. Re:On Big Blue's Coatails a Red Hat and Tux by ackthpt · · Score: 1

      IBM declared their support of Linux long ago.

      C'mon, you know better than that. Declaring support and actually doing something are two completely different things.

      I may support Linux, but actually devoting my time and money to build hardware, provide Q/A, produce documentation and provide technical support, in conjunction with a vendor are far different from just throwing some money at that vendor's stock and/or paying them lip service.


      --
      Chief Frog Inspector

      --

      A feeling of having made the same mistake before: Deja Foobar
    2. Re:On Big Blue's Coatails a Red Hat and Tux by ddstreet · · Score: 2

      C'mon, you know better than that. Declaring support and actually doing something are two completely different things.

      I never said they were the same thing, you assumed/implied that. All I said is IBM 'declared' their support long ago. That is a factual statement. You can interpolate anything you want from that.

    3. Re:On Big Blue's Coatails a Red Hat and Tux by ddstreet · · Score: 2
  19. An article that is MUCH better for this is by Lostman · · Score: 2

    You can find out a LOT more information about this by checking out the article at http://industry.java.sun.com/javanews/stories/stor y2/0,1072,28830,00.html and http://www.zdnet.com/zdnn/stories/news/0,4586,2585 859,00.html.

    1. Re:An article that is MUCH better for this is by alzoron · · Score: 1

      Don't forget Redhat's own press release

    2. Re:An article that is MUCH better for this is by MsGeek · · Score: 1

      Yeah, if you read the ZDNet article you'll find that Red Hat is not the only Linux that is now being supported. Caldera and SUSE are also mentioned.

      --
      Knowledge is power. Knowledge shared is power multiplied.
  20. Not from experience by 2nd+Post! · · Score: 2

    This is hearsay from previous /. posts, but the only way to get similar results from a HA cluster...

    Is to run something like a cluster of over 1k machines, I think.

    I remember reading about price/performance numbers, and doing some quick math on /., and finding than 1 IBM mainframe, the S390 I think, can run some 1300 copies of Linux reasonably, though I may get the number wrong. That would mean a price of about $400 per running copy of Linux(which translates to 1300 $400 PCs)

    So the mainframe, for some purposes, is *cheaper*, more reliable, has more bandwidth, has better IO, is more configurable, has less complexity, and is much niftier. Not to mention easier to manage than 1k machines in some room somewhere!

    The nick is a joke! Really!

    1. Re:Not from experience by macemoneta · · Score: 1

      One of the significant advantages that mainframes provide is large CPUs. Instead of 1000 small CPUs, you have 8, 16, ... large engines. The difference is a function of the workload. If you have a processor intensive workload that is not divisible into multiple processes (or not many), the larger the individual CPU the lower the elapsed execution time. Even with smaller workloads, a smaller CPU will cause an elongation in the elapsed execution time. For tasks where this is important, mainframes do the job. The I/O subsystem has been mentioned, but the architecture is impressive. All of the CPUs in the machine have access to the IOPs (I/O processors) -- multiple SEPARATE CPUs that are dedicated to only processing I/O operations, spread over as many as 256 (512? - it's been a while) Ultra-SCSI bus equivalents. Each of these I/O channels are then in turn controlling up to 16 I/O controllers. These are essentially powerful minicomputers that offload much of the I/O handling from the IOPs. The I/O controllers are then directly connected the I/O devices (up to 32 each). To summarize, 1 mainframe, multiple IOP driving potentially thousands of I/O controllers and 10's of thousands of I/O devices all AT FULL SPEED CONTINUOUSLY. Truly awesome. :-)

      --

      Can You Say Linux? I Knew That You Could.

    2. Re:Not from experience by ameoba · · Score: 1

      This number is, for all practical purposes, meaningless. Keep in mind that, when idling, your CPU load (as measured by uptime(1)) is 0.00, so getting some large number of idle kernels is no big deal. I can assure you that the usefullness of this setup would decrease significantly if someone were to login on all those virtual linux boxen and compile hello world...

      --
      my sig's at the bottom of the page.
    3. Re:Not from experience by Kwikymart · · Score: 1
      S390 I think, can run some 1300 copies of Linux reasonably, though I may get the number wrong. That would mean a price of about $400 per running copy of Linux(which translates to 1300 $400 PCs)

      This is a very (very very very) inaccurate way of measuring processor speed. I could probably cram a bunch of copies of Linux reasonably on my Athlon 700, but does that say anything? It could have the processing speed of slide rule, but it could run. A 486 Can run Linux reasonably, does that make my computer equal to about 5, 6, 7 or 8 486s? The term "reasonably" is so broad that it could mean anything. The amount of guessing in your reasoning makes your findings utterly useless. I could pull a number out of nowhere and it would have just as much chance of being true as your 1300 Copies of Linux on a S390 = 1300 * $400 desktops.

      So the mainframe, for some purposes, is *cheaper*

      Yet again, your calculations are totaly baseless. $400 * 500 nodes of P2/233s could equal an S390 , but so could $400 * 1300 nodes of P90s. Those both could be less, more, or equal price/performance ratios, but nobody knows! Its anybodies guess, until someone actually does some expertiments on the matter.

      --

      Buying a Dell computer is equivalent to dropping the soap in a prison shower.
  21. What mainframe? by esapro · · Score: 2

    OK... I was going to flame on about mainframes vs. servers... but I checked the IBM site and they call 'em all "Enterprise Servers". OK. But then I read this article.

    I love this period of system evolution!

    1. Re:What mainframe? by esapro · · Score: 1

      Yup - My 2003 multiprise (or, er, my employers..) has six processors in it. We only paid for one, so thats all we get. We did upgrade from 16 to 24 mips shortly after we bought it. CE came in with a floppy, zapped the firmware (Changed clock oscillation rate), IPL'd, and bingo! He said the procedure is the same for changing the number of processors active also. Same box can go to 127 mips via same procedure. I want all six! Now all I need is about $50k
      .

    2. Re:What mainframe? by crt · · Score: 2

      Wow.. this is freaky (from that article):
      The hardware itself, in the z900 machines, can actually be field-upgraded by using an IBM-supplied software key to unlock additional processors. It turns out that each z900 includes a full complement of CPUs inside the multichip module, and the customer can purchase additional capacity over the web. This practice of software-enabling features that are already installed has been common in mainframe environments for decades, and in fact IBM has used the same technique in some of the laser printers made by their Lexmark subsidiary. The concept still seems a little alien from a PC-oriented viewpoint, though.

    3. Re:What mainframe? by jeffry_smith · · Score: 1

      At an IBM show, I got shown the insides of an S/390 (one of the big ones, that was running right next to the baby S/390 running Linux). The MCM (containing, he said, 14 CPU's - twelve for processing & 2 system processors (main & spare)) is totally sealed. Thus, they have to use the software trick to turn on the CPUs. What they do is run some code on the system processors to activate the additional CPUs.

      The really neat thing (from a HA stand-point) is they don't do this just to upgrade. Those system procs are there to control the module, including detecting failures. If they detect one of the CPUs failing, they switch in another one, and then phone home to let the IBM guys know they need to make a house call. So, you're running with 4 procs turned on, and one fails. The system swaps in a new one, reruns the program from failure point, and calls home. Your apps never notice that it got swapped on CPU!

      They do similar tricks with memory, IO, and power. These suckers were made to stay up.

  22. According to Slashdot by Anonymous Coward · · Score: 1

    RedHat users are script kiddiez, at least thats what is says in a news story from the weekend.

  23. Re:Big Iron by levik · · Score: 1

    Has there not been a bunch of talk lately, about how linux is not suited for the Big Iron in its current form? If that is indeed true, then this bundle may end up hurting linux in the long run (companies may decide not to use linux on their lower end machines after seeing it not scale well on the maineframes), unless they are releasing a specific version designed to run on powerful machines. In which case how far away are we from the dreaded kernel fork?

    --
    Ñ'
  24. Re:PowerPC and redhat? by hackerhue · · Score: 2

    PowerX isn't part of the PowerPC family. PowerPC was based loosely on IBM's Power architecture. Then IBM came out with the Power2 and Power3 architectures (based on its Power architectune) which are not 100% compatible with PowerPC. They do, however share many common instructions between them, but there are PowerPC instructions that won't work on a Power CPU, and there are Power instructions that won't work on a PowerPC. (see the GCC info page for more info.)

    I've heard that IBM has been working on a Linux port for their 64-bit PowerX machines. They already have a port for their 32-bit machines.

    BTW, Debian also has a PPC port.

    --

    To get something done, a committee should consist of no more than three persons, two of them absent.

  25. What does this mean for employees? by Halo- · · Score: 1

    As an employee of good ol' big blue (I love it by the way...) I will be very interested to see what this does for the internal legal standing. We have delightfully ambiguous policy about what programmers can and cannot do. (Examples: install linux at work, yes. Give it to co-workers, no. Fix bugs, yes, contribute the fixes to the tree, no.) More interesting will be the ramifications "cleanroom" policy. If I look at the source, I can't write code of the same nature for at least a year. The policy is standard for all outside software, Linux or otherwise.... Personally, I'm expecting good news, because in my experience so far, IBM has been very interested in "supporting" and contributing to Linux, and doesn't seem to be shy about giving it away...

  26. Re:Why mainframe? by RubberDuckie · · Score: 1

    No, I think just native support for Linux binaries. The kernel is still AIX.

  27. Re:Branding, Brando, Branson, Oops I did it again by FallLine · · Score: 2
    But that's what sells Big Iron to PHBs. Brands. You need to wake up and smell the Enterprise Java Beans.
    Buying brand names isn't necessarily irrational. In fact, there are plenty of rational arguments for buying established brands. i.e., less likely that it'll die out, better access to support, more people trained in using it, etc., etc. Try to lay off the demagoguery.

    If you want a PHB to buy it, they need a face, a brand, someone they can sue the pants off to get support.
    Tripe! Did it ever occur to you that companies provide support because they get hurt in the market place if they do not? Suing might play a role, but it's a very small one.

    Companies want support, not the right to sue. Support comes in all different kinds of shades and colors. Don't assume that the right to sue == good support, or that support = good support.

    Which is why some of us own stock in them - it's not that they're better, it's not that they're faster, it's that they will survive the marketplace.
    If that's what you base your investment decisions on ("survival") then I don't want to see your portfolio. Anyways, i'm skeptical about Red Hat. I question their ability to produce add a lot of value to Linux under GPL. I question their ability to provide support....lot's of questions.
  28. Well, this makes sense. by Joe+Groff · · Score: 2
    After all, if IBM didn't include RedHat with every mainframe, people would be tempted to buy their mainframes naked and install a pirated copy of RedHat on it.

    - Joe

    --

    -Joe

  29. Re:More RH Branding by T-Ranger · · Score: 1
    When you say UNIX, and UNIX enviroment, you almost definitly mean POSIX. And NT can be coersed into becoming POSIX compliant. ISTR that QNX is, and probably even VMS.

    While the RMS/GNU toolkit is what linux is generaly bundled with, dont forget *BSDs. While there may be an argument to be made that Linus diddnt start this therford shouldnt get the credit, you cant extent that to say that RMS should.

    RMS may have been the first person to sit down and go out of his way to write Free Software, and formalize a orginization around it with the necessary legal staff, but he did not invent Free Software. Knuth's TeX is a notable Free Software tool that predates GNU. But 'all' software was free at one point.

  30. GNU/IBM Mainframes by small_dick · · Score: 2

    The title says it all, baby.

    I hope it's not RedHat 7.0 -- unless you're interested in watching dozens of RedHat instances die randomly.

    --


    Treatment, not tyranny. End the drug war and free our American POWs.
    See my user info for links.
  31. Re:PowerPC and redhat? by unicaller · · Score: 1

    Only SuSE has Linux running on AS/400(theis have some of the strangest hardware you'll ever see) and s/390 at this point. The s/390s' only just went to the RS/6000 they used to have a 31bit(with 44 bit addressing) in house job, I don't belive that the older systems will get a port.

  32. Re:Branding, Brando, Branson, Oops I did it again by WillSeattle · · Score: 1

    At my last job (a stint as a network engineer at a _large_ healthcare/insurance corp), I was continuously evangelizing Linux. What did I hear? "Well, I'm sure it works fine, but who do we sue if it breaks?" This from a very not PHB, my direct report.

    Don't confuse him with the facts. Geeks don't grok facts of the marketplace - we want truth. Marketing and Sales don't want truth, they want image. Hence, the label sells, and Red Hat == Linux.

    --
    --- Will in Seattle - What are you doing to fight the War?
  33. 32 bit OS, 16 bit programmers by Ukab+the+Great · · Score: 1

    Windows NT/2000 might be a 32-bit OS, but Windows programmers are still 16-bit. Someday far into the future, windows programmers might realize they are no longer coding for DOS, and might even join Linux, mac, and all other programmers, in the 21st century. But until that day arrives, we have to put up with these idiots who can only babble in eight letter words.

  34. Why mainframe? by affegott · · Score: 2

    Why get a mainframe... can someone tells me what makes them so much better? I know there are FAR more reliable... but they also cost a great deal more... why not get a HA Cluster?

    Just wondering... beucase I goto a school where we do JCL and mainframe shit all the time...

    Peace out.

    1. Re:Why mainframe? by jeffry_smith · · Score: 1

      HA clusters are great when you have 24 copies of the program which can work on individual sections
      of data and not have to report back or send results very often/fast, but they suck ass when you need the CPU's to be dependant on each other and what each other produces.

      No, that's High Performance clusters, HA clusters is when you need another machine to take over when the active one fails, thus making it appear that the machine never went down (or very briefly). Both are clustering, but with very different requirements & techniques.
    2. Re:Why mainframe? by finkployd · · Score: 2

      s/390 Mainframes don't run AIX. Never have, never will. The run an operating system called OS/390.

      Finkployd

    3. Re:Why mainframe? by rbreve · · Score: 1

      Mainframes are used in banks in big big institutions and companys like citybank, they have been using for a long time. Mainframes handle loads and loads of transactions.

    4. Re:Why mainframe? by finkployd · · Score: 2

      I know there are FAR more reliable... but they also cost a great deal more... why not get a HA Cluster?

      You hit the nail on the head. They are far more reliable. Not to mention IO speeds that blow anything else out of the water and security that has been harded over the decades.
      Don't get me wrong, I love linux, but there are some large scale operations that simply couldn't run on a cluster. Plus nothing comes close in terms of fault tolerance and redundancy.

      Finkployd

    5. Re:Why mainframe? by darksmurf · · Score: 2

      Simple, compare the bandwith between CPUs on a 16xSMP system to the bandwith between servers in a cluster. To get information processed between those machines, you have to be able to send items to them to be computed and get the results back dang quick.

      Gigabit does not compare to a motherboards bus.

      HA clusters are great when you have 24 copies of the program which can work on individual sections of data and not have to report back or send results very often/fast, but they suck ass when you need the CPU's to be dependant on each other and what each other produces.

      -Nathan

    6. Re:Why mainframe? by Poonga · · Score: 1

      Ever look at an S390? some models look smaller than a PC. It is considered a Mainframe. Mainframes have changed.

    7. Re:Why mainframe? by darksmurf · · Score: 1

      Hey, the discussion has nothing to do with anything vs. Linux - Linux is a platform for clusters OR mainframes. That's the cool part of the article.

      I want to get more info from IBM about how the progress for big iron features is actualy getting into the Linux Kernel - at last check Linus wasn't letting it in because it would have hurt performance for the rest of us normal humans.

      IBM + Linux = very cool.

    8. Re:Why mainframe? by chancycat · · Score: 1

      Traditionally mainframes were bandwidth strong. While their CPU power was average, their available I/O and network subsystems were vastly superior to other options. Today's mainframes still hold true to this objective, I believe. Someone with lots of back-room IBM experience is welcome to correct me.

      --
      Evan - needs to hit preview before submitting
    9. Re:Why mainframe? by neuneu · · Score: 2

      Try to explain that to your PHB, voila, you just answered your own question.

    10. Re:Why mainframe? by Strog · · Score: 1
      We have a Unisys A14 mainframe here at the bank (only a 1/2 billion dollar bank). It is completely contained in a single rack. It doesn't seem like a lot of horsepower but it does process a lot of info and is rock solid. It already runs a Unix. There is an X terminal hooked up locally to it. I believe that it is running Unixware on top of MCP.

  35. Include RH 7.0 ? by oldzoot · · Score: 3

    I wonder if IBM will use RH 7.0 as their release version? That would be great for creating positive first impressions of Linux for corporate types !

    --
    enough is too much
  36. Re:Are you sure they'll be running Linux by defaul by finkployd · · Score: 2

    Actually a very good chance, from what I've seen the majority of the linux/390 mailing list thinks this is the way to go. s/390 has a completly different memory management system and linux supports it very poorly. By forking development on that end can continue faster, than someday perhaps be merged back in. Right now work is hindered by Linus who (rightfully so) is concerned about the impact that s/390 related changes would have on other plaforms.

    Finkployd

  37. Re:More Ammunition... by jeffry_smith · · Score: 1

    > I've heard that sound won't work for this reason and IBM refuses to release specs.

    Talking to some of the IBM guys, the MWave (that modem thingie, also called a DSP, and much more than a modem) is jointly owned by IBM and another company. Thus, they cannot release the code without the other company's approval (and they're working on that, he said). What they can, they appear to be giving away. Check out JFS, Jikes, Linux/390, etc.

  38. Well that makes sense that they have linux.. by Monkeyman334 · · Score: 1

    I didn't read the article. But it makes sense that IBM will push any OS that uses their hardware. So if Red Hat becomes the ultimate OS, IBM would be the ultimate hardware. The only question is.. why Red Hat?

    1. Re:Well that makes sense that they have linux.. by garcia · · Score: 1

      the name game, what else? you run on MS, you run on RedHat. No *true* newbie asks, "where can I download Debian" they all want RH7ISO DUDE!

      - Bill

    2. Re:Well that makes sense that they have linux.. by jrcamp · · Score: 1

      Actually, the question would be "why not" instead of "why."

      First, Red Hat already has their name established as being "Linux." That is, ignorant people tend to think that Linux is Red Hat. So, if you want to convince management to switch from Windows to Linux, they would probably expect for it to be the Red Hat distribution just because that's all they have heard of (most likely).

      Second, they have the technical support that would be needed.

      Third, they offer certification. Now any Joe Blow can hang his cert next to his MCSE and say he is certified.

  39. This should be no surprise. by John_Profit · · Score: 1

    Anybody who read IBM's prospectus saw this coming last quarter.

    -The Reverend (I am not a Nazi nor a Troll)

    --

    -The Reverend (I am not a Nazi nor a Troll)
    =(.\')=
    1. Re:This should be no surprise. by King+of+the+World · · Score: 1

      I am not a paedophile.

  40. Isn't Bundling Bad? by KingJawa · · Score: 1

    Isn't one of the big problems -- as far as most /.ers and the DoJ are concerned -- with MS is the use of bundling to further a monopoly? Is Red Hat following the Redmond Brick Road?

  41. Re:Why Red Hat? by yakfacts · · Score: 1

    I know what you are saying. I am a Slackware fan myself, and it can be hard when programs specify "Red Hat 6.2 or better"--what the hell does that mean??? SuSE has a neater logo.

  42. Re:Big Iron by d0m1n10n · · Score: 1

    I believe that problem would occur if you wanted to use the Linux kernel as the MAIN kernel of the machine. This is talking about a bunch of VMs, which don't necesarily have access to ALL the RAM in the system. But, I could be wrong...

  43. Re:Why Red Hat? by Throw+Away+Account · · Score: 1

    Red Hat because IBM already has a buisness relationship with Red Hat.

    --
    There's no "we" in team, only "me"
  44. IBM Mainframe Linux options... by sunking7 · · Score: 2

    You will have the support of SuSE, Turbolinux and now the latest addition RedHat. Any distro that considers itself a server contender is going to want on board...

    I hope you are aware of what the next generation mainframes are all about. IBM last week decided to rebrand the whole server lineup as eServer. So what used to be the S/390 is now the zSeries of eServer. The newest model which should be there in time for Christmas if you order now is the z900. Check it out at http://www-1.ibm.com/servers/eserv er/ zseries/

    This is going to rock and Linux is going to be one of the first OS's that will take full advantage of it's 64-bit goodness! With the 2.4 kernel (which we also will hopefully have for Christmas) the 16 processor (+4 others dedicated to I/O or clustering or hot spares) SMP design is going to set some new benchmark records for Linux scalability.

    Worth every penny. Believe me this is the dream machine. And Linux is going to achieve it's server destiny here.

  45. Re:Why Red Hat? by yakfacts · · Score: 2

    Now I can't tell my P's from by B's...sorry about the accidental shouting.

  46. Re:Big Iron by jjr · · Score: 1

    That does not stop people from adding a patch that address linux issue on the big iron machines. I do remember for intance the big memory patch. Linus did not want to put it in because it would not be as good for machines that have a small amount of memory. Even though Linus has not blessed does not mean people can not use it. As long as they distribute the source that will I do not see the problem with this.

  47. I hope... by plaa · · Score: 1

    I hope they won't run out of file descriptors...

    --

    I doubt, therefore I may be.
  48. Re:PowerPC and redhat? by Octal · · Score: 1

    Well, Either if the PowerX is a member of the PPC family or not, they're in the same kernel port, which is good enough for me.

    And yes, I know there's a debian port to PPC, but I only mentioned linuxppc and yellowdog because they're both RPM-based, as is redhat.

  49. Re:I smell BS by ennuiner · · Score: 1

    ot to gloat or anything, but these are bad times for Microsoft.

    I really wouldn't say that. With the economy still expanding in spite of the stability in the stock market, good news for Linux isn't necessarily bad news for Microsoft. Both platforms are attempting to grab pieces of the pie, but the pie is getting bigger, and quickly.

    Microsoft has had a lot of positive news as well since the summer. It's pretty clear that the anti-trust litigation is losing momentum on the government side, and as far as platform expansion goes, Microsoft has made some major steps, the first being the release of Datacenter Server, their attempt at challenging Sun's dominance for midrange databases. This is the first release where Microsoft is guaranteeing a support organization for its product.

    In addition, Microsoft has launch a slate of back-end enterprise applications, notably Exchange 2000, which add functionality to the platform, so a comprehensive web or ebusiness infrastructure can be built around Microsoft products. Of course, M$ isn't the first to offer the functionality, but they do offer relatively easy integration, something purchasing decsions tend to be based around. For example, Exchange 2000 adds instant messaging, VoIP, and Multimedia Conferencing to the base email server

    That said, I'm no Microsoft fan, but I do feel that the holy wars and score keeping do undermine the image and goals of Linux and Open Source.

    --
    Somebody please, tell this machine I'm not a machine.
  50. Re:isn't this exactly the point? by Overnight+Delivery · · Score: 1
    My point wasn't that brand matters the most, just that it does matter. Any company that doesn't do it won't be around too long.

    I don't believe that a highly visible brand means that one company will rule the market. Take the Mac when it was first released, amazingly strong brand (Apple), huge marketing blitz (superbowl ads etc.) but after the initial buz it failed in the market because it was an inferior product (single floppy, no harddrive, not enough ram etc). It wasn't untill they fixed these things that the Mac took off, no ammount of marketing make up for the a product.

    --

    When it absolutely positively has to be there.

  51. Re:Branding, Brando, Branson, Oops I did it again by ScumBiker · · Score: 1

    Well, tripe to your tripe. At my last job (a stint as a network engineer at a _large_ healthcare/insurance corp), I was continuously evangelizing Linux. What did I hear? "Well, I'm sure it works fine, but who do we sue if it breaks?" This from a very not PHB, my direct report. From the CIO or a director level person I could understand it, but from a geek turned manager? Very frustrating...



    Dive Gear

    --
    --- Think of it as evolution in action ---
  52. Not just mainframes by MikeA · · Score: 2
    I know this is getting tricky, since IBM decided to rename everything. Follow this chart.

    zSeries = S/390
    pSeries = RS/6000
    iSeries = AS/400
    zSeries = ? (Maybe the NUMA systems)

    What this really means is that Linux will run on all of these platforms. The S/390 port was done mostly in house. The AS/400 port is based on the LinuxPPC work as is the RS/6000 port. More work had to be done on the AS/400 port since the hardware is different than a 6000, although the processors are the same. I would really like to see Linux running on a 400, the hardware kicks ass.

  53. I smell blood by NuclearArchaeologist · · Score: 2
    Not to gloat or anything, but these are bad times for Microsoft.

    First they have poor sales of Win2k, ME, or whatever they call it due to the reputations they've built screwing people.

    Next we see that stupid "naked pc" page. All that tells me is that dealers are looking to get out from under the MS thumb, and are -gasp- considering other OS options. Hopefully, the trickle will become a flood and the extortion of one copy of Windoze per PC will die.

    Now IBM has taken this up a Linux with their mainframes. Sure, we've seen the demos with thousands of virtual machines and we know that some of the bussiest sites run Linux (HOTMAIL), but now PHB will know it. It's going to come to him in glossy adds with great graphic design and skinny young people, circus acts, blah, blah, blah. PHB might even lean why free software works and embrace it (well, ok maybe not) stanger things have happened.

    Die you source code horading, lawsuit wielding monster you, die! May the sins of your past haunt you. IBM may get the last laugh on you yet, Bill Gates. For every user that's lost work to a format change or broken program, for every poor sucker that thought it was cool that you could "pirate" windows so easily only to suffer it, for every legitimate user who has suffered the same after plunking down hundreds of dollars a year trying to keep current, for every dealer forced to carry that bloatware against their will, Die Bitch Die!!

    Poster is mild mannered in real life. He is, however, still angry that his quick window routines and FORTRAN were broken between Windows 93 and 95. He also feels for all those people screwed much worse than himself by Visual Basic. He also has to use NT at work, and hates it. OK, that's enough now.

  54. reality, from an insider by cabbey · · Score: 1

    Truth in advertising/journalism: I work for IBM, I do NOT speak for IBM, IBM does NOT speak for me; it's better that way. I also own stock in both companies involved.

    Here's the real story as it is told within the blue halls.

    RedHat will produce distros for the new iSeries(AS/400) pSeries(RS/6000) and zSeries(S/390) server families, in addition to their existing xSeries distro; this is not an exclusive thing either, SuSE is already on the zSeries. These distros will be based on work being done within IBM to make Linux run, and run well on this hardware, as well as work done throughout the community. IBM will offer these distros preinstalled and will also offer support services and contracts.

    IBM will *NOT* discontinue the existing operating systems for these products, that simply isn't an option in most cases; anyone who takes the idea seriously has no grasp of the consequences. AS/400 still has the pristine security record, OS/390 still has the records for txproc, tpf is still in use in far more datacenters than anyone cares to admit.

    Why you ask? Well, let's look at the logic behind last weeks unified rebranding. The stated purpose is just that unification, where there were four or five overlapping, and sometimes competing IBM server brands there is now one. In order for that to really truely be the case there needs to be something powerfull to tie these families together.

    One ring to bind them all.

    That thing, most logically, is the operating environment. IBM has tried that before, and failed every time out for the same reason - they choose something from within. By embracing something from the outside much of the nasty old politics (hopefully) get flushed down the drain.

    Why does it matter though? Because we have a huge disadvantage to Sun and Microsoft. Both of them have ONE environment on ONE architecture (Slowaris/sparc, winblows/x86). Now some may say that only one architecture is all you need - I think they're wrong, so do a lot of others. Let's take a look at TWO machines, ASCI White and my thinkpad. The two are about as far apart as you can get in every conceivable measurement. ASCI White is the extreme limits of the S80 architecture, which is the cornerstone of the highend pSeries family of RS/6000s. My thinkpad is a t20 running a Pentium III. Could you make a thinkpad with the S80 architecture? I doubt it, even if you could would anyone besides Bill Gates be able to afford it? Could you make ASCI White with the x86 architecture? LOL... HELL NO! Thus I say one architecture IS NOT the answer... we need several, and they each need to find their own niche. Once that's done, then we need a common interface to them, and common tooling, and common applications (with at least api level compatibility, if not binary).

    Where is this going to come from? Linux. GNU. IBM.

    ----

    now the forces of openness
    have a powerful and
    unexpected new ally
    http://ibm.com/linux/

  55. Last week Big Blue announced this by WillSeattle · · Score: 3

    Last week, IBM said it will overhaul its entire line of servers and mainframes under the brand name eServer

    Note the key phrase last week. I have no idea why, but a number of us submitted the news item last week on slashdot and it got rejected.

    Guess it's not news until it's stale: right?

    Oh, news flash, Al Gore will debate George Whats-My-Sign Bush last week.

    And in further news, Slobodan Milosevic is certain that he can stay in power. Oh, wait, he's been overthrown already.

    Never mind.

    --
    --- Will in Seattle - What are you doing to fight the War?
  56. Re:Hope it's not RH7.0 by [egal] · · Score: 1

    I tend to agree, RH is not my idea of a releiable, stabel and secure OS. I think I don't need to quote (as others may do because of lacking arguments), but it is understood among most of us, that RH provides quite a lot of exploitable binaries, and misconfigurations out of the box. Not even thinking about the "non-standard" issues in placing configuration files were no non-RH guy will search for them.

    Never the less, RH does have certain advantages in comparison to other so called "free Linux distributions", its widely known, and supports poppular OSS projects. Those may be a few of the reasons, IBM choose RH instead of choosing Debin or Suse or just Slackware.

    Personaly I thing IBM will take RH, and compile everything from square on, then calling the compleatly new distribution something like "RedHat 7.1 IBM Edition 1R4"
    --

    --
    42 cows on a 42km road on their way to 42.org :-)
  57. Re:PowerPC and redhat? by technos · · Score: 2

    The RS/6000 does indeed run PowerPC chips, and recent AS/400 have as well. They used to use in-house IBM CISC processors. Most of the 6000's will run Linux, (I've used Yellowdog to test a couple B50's), but the PPC AS/400 is pretty damn well unsupported at this point. I've heard hearsay stories of IBM demo'ing a few running Linux on the bare hardware, but have not seen it. The CISC machines are not running Linux at all, but talk of a port to their HAL of the MMU-less Linux variant found on the Dragonball processors was running around the mailing lists for a while.

    Hard to find HW info on? Whaddya wanna know?

    --
    .sig: Now legally binding!
  58. Re:Are you sure they'll be running Linux by defaul by finkployd · · Score: 4

    Oh please, it'll be an option.

    Do you really think they are going to give up the most reliable OS in history?

    Windows uptime measures in days
    Linux uptime measures in years
    MVS uptime measures in decades

    :)

    Finkployd

  59. Re:Big Iron by levik · · Score: 1
    I just dout that there is a high possiblility of a big company exec agreeing to put a program that doesn't work out of the box onto a production server.

    "We *CAN* use it sir, we just need to recompile the whole kernel!

    But then, that's just my opinion. Might be wrong...

    --
    Ñ'
  60. Just Supplements the Existing OS by andyf · · Score: 2

    From what I understand, Linux just runs on top of the core OS. It doesn't actually run the entire system (I don't think that Red Hat Linux would be all that good at 640-way SMP). It's not like IBM is dumping their current OS, they're just adding Linux as a very good thing to run on the system -- up to 16 copies running all at once. This Enterprise Linux Today article has more info.

    --

    Photos of bits of the past hiding in the present: afiler.com
    1. Re:Just Supplements the Existing OS by andyf · · Score: 1

      I did actually know that, but I didn't know that it was actually *useful*, just that it was possible. I thought must real-world use of Linux on these machines was under OS/390. As for the number of processors, I misread this line: As with the S/390, the z900 machines can be clustered into a Sysplex with a grand total of up to 640 processors. 512 are available for user tasks and the rest are used for supervisory purposes.

      --

      Photos of bits of the past hiding in the present: afiler.com
  61. Branding, Brando, Branson, Oops I did it again by WillSeattle · · Score: 1

    Once again, Red Hat is successfully creating brand recognition - it's not Linux that IBM is selling, it's Red Hat Linux.

    But that's what sells Big Iron to PHBs. Brands. You need to wake up and smell the Enterprise Java Beans. If you want a PHB to buy it, they need a face, a brand, someone they can sue the pants off to get support.

    And that's where Red Hat is. They are the brand that the non-geek world thinks is Linux.

    Which is why some of us own stock in them - it's not that they're better, it's not that they're faster, it's that they will survive the marketplace.

    --
    --- Will in Seattle - What are you doing to fight the War?
  62. Ohhh gawd by Tinfoil · · Score: 2

    What is the point of this? Whilst the IBM Unix's may not be the most popular, they are still damn solid and there are ALOT of applications out there that just plain won't run on linux (and perhaps won't due to age and such). The way I see it, if this rumour were to turn out to be true, IBM would be shooting themselves in their foot as customers will look at it and say "Hell, I can get an RH system anywhere, and for a helluvalot less" Sure, it may not have the same guts in there, but you won't be paying nearly as much. Would someone drop $15,000-$20,000 on an RS/6000 (which my company is currently looking at) when they find out it comes with a free OS? Hell no, I will put together my own dual or quad intel box and pop FreeBSD (or atleast Debian) on it and take the rest of the cashish and head on vacation. Or maybe a dual/quad G4 on OSX

    Something about this just don't sound right. IBM can't be that friggen stupid. Linux support on lowend servers would be great, but I am not willing to set my entire network up on Linux *JUST* yet.

    1. Re:Ohhh gawd by uweber · · Score: 1

      Sorry,

      I had not read the article befor I posted, though I think IBM will not support Redhat Linux on the AS/400 or the RS/6000 line especally since there is no working port for the AS/400 hardware nor will linuxPPC run on all the RS/6000s. Besides the new AIX will run linux binaries just fine (like FreeBSD).

      The S/390 however is another story since the linux port for it is quite usable and wont really run on bare metal but in a "partition" and thus will only use as much resources as the admin wants it to take and with the i/o prformance of a S/390 you get a very nice webserver.


      --Ulrich

      --
      --Ulrich
      On no accounts allow a Vogon to read poetry at you
    2. Re:Ohhh gawd by uweber · · Score: 2

      Well it seems you are mistaking the RS/6000 series with IBM's S/390 which is a platform that allows many OS partitions via MVS on a single machine (kinda like VMWare just that it is trully at native speed). Besides Mainframe are usually used for databases and standard apps like SAP but could with one or two linux timeslots also be used for e-commerce (Intershop supports dirct acces to a SAP R/3 database) so everythinnk can run on a real HA system without getting in each others way.
      --Ulrich

      --
      --Ulrich
      On no accounts allow a Vogon to read poetry at you
    3. Re:Ohhh gawd by mrdisco99 · · Score: 1
      Sure, you could go ahead and build your own Linux box, but who's going to support it?

      IBM used to be a hardware vendor. They've transformed themselves from that to a full IT services company. By shelling out the extra bucks for an RS/6000, you get not only a much more reliable and better performaing piece of hardware than that homebuilt Intel box, but you also get the company behind the box.

      Plus, just because they support Linux doesn't mean they intend to get rid of their other OSes. The new IBM will sell you a support package for just about anything.

      Boy, these are heady times. I used to think of IBM as the scourge of the earth, and now I actually wouldn't mind working for them.


      +++

      --

      +++
      NO CARRIER

    4. Re:Ohhh gawd by bstadil · · Score: 1

      People can just run an instance of RH Linux on top of the 390 OS. Thereby enabeling applications that might not otherwise run on the Mainframes.

      --
      Help fight continental drift.
    5. Re:Ohhh gawd by spookymonster · · Score: 1

      Since you brought up AIX... OS/390 includes a copy of an AIX-compliant Unix VM already. We've been running Notes servers under it for several years now. IMHO, foregoing the existing Unix implementation on the mainframe for Linux may just be a step backward.

      --
      - Despite popular opinion, I am not perfect.
  63. BS? no that's fresh air. by NuclearArchaeologist · · Score: 1
    Who's going to pay for that junk when they can get freeware that works as well or better? Normal users are tired of being burnt and IT people know better. People who use Sun are not going to touch MS stuff with a 10 foot pole! Regular users are going to go for the better alternatives they now have. MS really screwed the pootch.

    Remember what happened the last time college students all started copying an OS? It was called Windows 3.1 and it made MS. I continue to advocate Lunix and free software and I'm going to do what I can to set up an install fest at my University. Imagine all the broken computers working again! Wow.

    Every free user is less power MS has to screw the world.

  64. I beg to differ! by jo42 · · Score: 1

    This SPARC-powered Leenooks Beowulf cluster would be much faster than any Itsy Bitsy Mainframe.

  65. Re:Why Red Hat? by Poonga · · Score: 1

    Have you ever read other IBM posts? They support 4 linux distros on their computer, RedHat, SuSE, Turbo, and Caldera. This is just a deal with RedHat, that's all.

  66. Built in support for acls. by TheLink · · Score: 1

    Will Linux ever have it?

    --
  67. No, not all of them! That can't be true! by AFCArchvile · · Score: 2
    What about RS/6000? 'Zat still running on AIX?

    Professionally, I'm still reeling from how IBM shafted CompUSA on the POS terminals (Point of Sale or Piece of S@&#, translate it as you will). These things were basically dumbed down Aptivas with a fancy keyboard (K6-2 300, 32 MB of RAM, NT4 SP4, POS terminal programmed in Java and executed through JGui). Boy, those things are laggy as hell. The keyboard has an acceptance rate of the PCJr. keyboard, the barcode scanner won't scan serial numbers, the 2x20 LED display was the only useful output of the computer (the monitor just shows an overview of the receipt and incessant ads), the printer stutters due to the Javalag(TM), the cash drawer has a 2500ms lag, and the check printer sometimes eats checks! Furthermore, the system setup looks as improvised as a Tinkertoy: once NT is booted, an FTP session starts to download the ad JPEGs, then an unknown piece of hardware is detected (every time, and every time I have to close that damned window without a mouse), then the "SurePay" program starts up. I wrote a sternly worded comment to IBM; after which I was almost fired for opposing a contractual partner, therefore jeopardizing the bottom line. The terminals were Y2K compliant, but they certainly aren't Win2K compliant, so what happens if they need to be upgraded? Guess we'll have to contract out to a POS company that doesn't suck as much as IBM.

    DISCLAIMERS: Javalag(TM), Java®, and Sun® are trademarks and/or registered trademarks of Sun Microsystems, Inc., LLC, CRAP, ETC, Ltd. in trust.

    --
    "Ancillary does not mean you get to rule the world." --U.S. Circuit Judge Harry Edwards, speaking to the FCC's lawyer
  68. Re:Big Iron by jjr · · Score: 1

    Then just have it compiled already with the patch that would make it work and include the source in the distro. Just because it is not in the main linux tree does not make it a bad thing.

  69. Re:More Ammunition... by finkployd · · Score: 2

    I can't believe you used "mainframe" and "hip" in the same thought :)

    Finkployd
    Mainframe Systems Programmer

  70. Re:debunk a /. myth by great+throwdini · · Score: 2
    See this kuro5hin thread.

    Or, just read a Slashdot response to the errant Slashdot story.

    I do believe there were many posts at the time (on Slashdot, no less) pointing out the same gross errors in fact and problematic reporting. Why go elsewhere when you can get your criticism at home?

  71. Re:Are you sure they'll be running Linux by defaul by darksmurf · · Score: 1

    I think the poster meant will he be able to use RedHat or Debin in his IBM mainframe wet-dreams.

    The answer (I believe) is that IBM is giving-back all it's improvements and ports of it's utilities, so anybody is open to port their distribution over. Most of the improvements will be to the standard kernel, everything else will hopefully go upstream where needed so anybody can package it up.

    Debian is having trouble getting it's IA64 port flying for lack of the right hardware environment. I don't want to think about what it would have to do to get a s390 to port to.

    *shudder*

    -Nathan

  72. Re:There is no downside by darksmurf · · Score: 1

    Having to sift through all the "but they mentioned RedHat Linux not just Linux so WHAT DOES THAT MEAN" crap is a downside.

    Dangit.

    (read with whiny 16-year-old-wants-to-borrow-the-keys voice.)

  73. Re:Why Red Hat? by darksmurf · · Score: 1

    IBM doesn't pick. IBM responds to the demand from their customers.

    They have stated they will support RH + descendants but not Debian because "although Debian is well thought of in the community, our customers are just not asking for it."

    Or something like that anyway - I think I got the quote right.

  74. *NOT* just Red Hat by JohnQPublic · · Score: 1

    SuSE has already delivered beta code for IBM's System/390 mainframes, and TurboLinux is commited to doing so as well.

  75. Because nobody's tried yet by JohnQPublic · · Score: 1

    SuSE's already available (in beta), TurboLinux is commited, and there's a Debian port started. If yau want some Slack (Praise Bob!), ya gotta get it started!

  76. Server hardware makes a *big* difference by Rommel · · Score: 2

    Your quad intel box will not have anywhere near the reliability of a true piece of hardware like an IBM or HP server. These guys use redundant power supplies, ECC memory, redundant SCSI busses (not sure linux can support these, though), etc. The newer server offerings support hot swap of components to minimize system downtime. All of this, and at the same time a good system busses (note plural!) with serious bandwidth and a support network that understands a 2-hour response time.

    By the time you build your intel box with all of this, your price advantage evaporates.

  77. Yes, Actually by Greyfox · · Score: 3
    While I was working at IBM, mainframe dude got Linux booting on it. Then he compiled bochs and successfully booted Windows 95 on that. So yes, if you use Linux on your mainframe, you can also boot Windows on it.

    Presumably he could have then installed Lotus Notes and brought IBM full circle, since they first started using Notes to get away from the mainframes.

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

    1. Re:Yes, Actually by ianezz · · Score: 1
      So yes, if you use Linux on your mainframe, you can also boot Windows on it

      Excuse my ignorance, but are you implying there are no emulators of PC hardware running natively on S/390 at all?

      Ok for free ones (it's not so common to have a mainframe to fiddle with, and bochs wasn't free until it was acquired by Mandrake), but neither commercial ones? It would be really surprising (for me, at least).

    2. Re:Yes, Actually by spookymonster · · Score: 1

      Just as an FYI.... There are Notes servers for mainframes already. They run under the version of Unix that comes with the MVS operating system - USS (Unix System Services).

      --
      - Despite popular opinion, I am not perfect.
  78. Re:Are you sure they'll be running Linux by defaul by MinusOne · · Score: 1

    >> Debian is having trouble getting it's IA64 port flying for lack of the right hardware environment. I don't want to think about what it would have to do to get a s390 to port to.

    There are micro-S390's that are relatively inexpensive, in IBM terms. I believe a new one can be had for about $25,000 and it will have enough power to run all the popular mainframe OSes, including OS/390. We had one at my last job - it was a cool machine for a very small development shop. Of course, finding someone willing to work on Debian who knows how to set up and run the beast might be a bit hard to come by.

  79. Re:Big Iron by uweber · · Score: 1

    no brob because they will just say:

    "We will jusat ad another MVS partition install an dcompile it there will be ready in a couple of hours. Btw you dont have to worry the rest of the system will carry on interupted."
    --Ulrich

    --
    --Ulrich
    On no accounts allow a Vogon to read poetry at you
  80. Re:More RH Branding by Overnight+Delivery · · Score: 3
    I take it that you've never worked for a company that failed to create brand recognition.

    I work for one now and let me tell you it sucks!

    You work your guts out to see competitors with inferior products kill you in the market, you tell people what industry you work in and they say "oh, I didn't know company X did that", but most of all it sends moral to the shit and good people leave.

    I'm glad Redhat understands the need for branding, if nothing else it means the distro I'm using now IS going to be around in 5 years (and despite the opinion on /. it is a fine distro).

    Having the the technical goods is the start of the process, not the end.


    Cheers

    --

    When it absolutely positively has to be there.

  81. In other news... IBM fails to deliver OpenAFS by Anonymous Coward · · Score: 1
    The September 2000 release of AFS under IPL/Open Source was announced on Slashdot and at IBM Open Source Zone.

    Only one problem... it didn't happen.

    Instead, IBM's Ope nAF S web site contains only a FAQ and documention. The downloads page contains only: "Source Downloads are not yet available. Please check back later!"

    Unfortantly, the FAQ page still doesn't answer the frequently asked question on everyone's minds: When can we expect the source code or was the announcements for vapor-code?

    In the mean time, the Arla, NFS v4 and Coda projects provide alternatives to OpenAFS while also delivering something International Business Machines has failed to follow through on... providing the source code.

  82. Re:More RH Branding by quecojones · · Score: 1

    Once again, Red Hat is successfully creating brand recognition - it's not Linux that IBM is selling, it's Red Hat Linux.

    It's appropriate that this is with IBM - another company that got big on selling its name, regardless of whether they provided any compelling technical advantage over their competitors.

    Not to be rude or anything, but what's you're point?

    So IBM goes with the RH brand instead of TurboLinux or something else... big deal. It's still Linux.

    And don't give me any of that "Red Hat is not Linux!" crap. RH is Linux. It may not be the one you like, and it certainly isn't the only one, but who gives a shit if that's what the newbies think?

    • After they've used RH, they can switch to another one (assuming they feel they need to)
    • It's not like your favorite distribution is going to vanish over night because of this
    • People who prefer some other distribution will just use that instead of RH (assuming it's supported; and if it's not, show IBM that there are cu$tomer$ who want it so that it is supported)

    Anyways, my point is, relax. There's no need to have a dick attack over it.

    q

    --
    "PROFANITY is the inevitable literary crutch of the inarticulate MOTHER FUCKER." -- some PC user
  83. Does history repeat itself? by kingjohn · · Score: 1

    I must say that this reminds me of the situation 20 years ago, when IBM had an agreement with Microsoft to ship DOS with all their PC's.

    Let's hope it doesn't turn out the same way!

  84. Re:sparcs fly in this new marriage by ameoba · · Score: 1

    On the other hand, how about Sun Considers Switching Cobalt to Solaris? Of course, Sun not supporting Linux on their hardware would seem to make it more appealing to RH, whose main business is the support end of things, so RH being in bed with IBM seems more plausable...

    --
    my sig's at the bottom of the page.
  85. Yes, Debian too! by JohnQPublic · · Score: 1

    There's an s390 Debian port under way by the user community (of course, it's Debian ferchrissake!). It just isn't coming from IBM.

  86. Re:Makes sense. by bugger · · Score: 1

    >Red Hat is the most commercial of all distros

    And the sky is green.

    Does your world of distributions consist of RedHat, RedHat, and RedHat? Or are there SuSE, Mandrake, Caldera, and TurboLinux?

    I mean, looking at that fiasko called RedHat 7.0 on one of my partitions and comparing it with the rather very nice indeed SuSE 7.0 on the other partition, I have to wonder...

  87. Yup, AS/400 and RS/6000 too by JohnQPublic · · Score: 1

    You need to be up on very recent IBM stuff to recognize it, but when Red Hat says the entire "eServer" line, that means Netfinity, AS/400, RS/6000 and System/390. They all got renamed into one line of four families last week.

  88. sparcs fly in this new marriage by G+Neric · · Score: 2

    Gee, anybody think this IBM/Red Hat partnership mighta had something to do with last week's story, "Red Hat Abandons Sparc"? Nah, IBM doesn't think of Sun as a competitor, do they?

    1. Re:sparcs fly in this new marriage by Tet · · Score: 2
      Gee, anybody think this IBM/Red Hat partnership mighta had something to do with last week's story, "Red Hat Abandons Sparc"?

      Nope. It's been pretty obvious for some time that the market for Sparc Linux isn't big enough to justify such a big investment from Red Hat. Even cheapbytes haven't found the market big enough to justify pressing CDs for RH/Sparc. For recent RH releases, they've been doing limited runs of CDRs rather than pressing full CDs. It's purely down to market demand, and has nothing to do with this IBM deal.

      --
      "The invisible and the non-existent look very much alike." -- Delos B. McKown
    2. Re:sparcs fly in this new marriage by MattMann · · Score: 1
      you're too focused on the past.

      the market for Sparc Linux isn't big enough ... Even cheapbytes haven't found the market big enough to justify pressing CDs

      well, at the moment the market for IBM mainframe linux is even smaller, zero... or is it one. Cheapbytes? Organizations that buy and deploy $parc$ don't buy off-brand discs from copmanies called "cheap". If they wanted to go anywhere near that route, they'd use their big fat pipes anyway.

      IBM is backing linux strategically. They see it as another way to shake up rivals who are market leaders in the markets IBM has lost, Microsoft and Sun. The developments necessary to grow the mainframe linux market will also make linux a more compelling alternative to Slolaris.

  89. Re:Big Iron by bmetzler · · Score: 1
    companies may decide not to use linux on their lower end machines after seeing it not scale well on the maineframes

    I don't see very many companies not using Windows 2000 after seeing it "not scale well" on the mainframes. So what makes you think they wouldn't use Linux?

    -Brent
  90. Would Be Fun To Play With by VB · · Score: 1

    I've been watching this mainframe thing and even started to work in Mainframe UNIX a bit since it's now required on S390's (used to be an optional addition to VMS) for POSIX compliance.

    Running instances of Linux on machine partitions makes absolute sense, but, I'm really disappointed Slackware isn't enjoying all of the hoopla surrounding big vendors' support of Linux. I wonder why they haven't evaluated the clean and simple BSD start-up and the absence of senseless services that have absolutely no place on an "eServer." What place does nntp have there?

    Lastly: how the hell am I gonna get a chance to play with Linux on S390? Anyone wanna give me a root virtual machine to play with on their big iron? Now, I'd definitely pay $20/mo for that shell account. >:)

    Linux rocks!!! www.dedserius.com

    --
    www.dedserius.com
    VB != VisualBasic
  91. No, no, no, no, no, no ... by mrgrumpy · · Score: 1

    I can't believe this is happening.

    As much as I love Linux, it has a place, and that place is not on Mainframes or large servers. Are IBM saying that their AIX product is no longer any good? That Linux has better threading, disk and memory routines? Next we'll see Sun ditching Solaris completely, or HP throwing away HP-UX (or is that a good thing ;-).

    And why Red Hat? I'm sure they'd use Debian if Debian was a large corporation that could have some structure to sign an agreement with.

    I don't mind the idea that they'd standardise on the GNU structure (like Debian) but not even Red Hat is that clean and standard. (Think /etc/rc.d/init.d to /etc/init.d)

    --
    -- Huh, what?
    1. Re:No, no, no, no, no, no ... by verbatim · · Score: 1

      These "servers" will most likely be sold as the bargin-bin ultra elite savings models. We all know what big buisness thinks of "lite" versions of anything - hey... we got lotsa buks... whay r w3 buyz0ring 7h3 ch3p0r m0d3l! W3 5hu1d 8uyz0r th3 70p 0f 7h3 lin3z0r.

      It'll be for small buisnesses who want to feel big about themselves and for 1337 h4x0rz to pump up their over inflated egos.

      And BTW... AIX sucks... but just IMO, nothing to rant about.

      Verbatim

      --
      Price, Quality, Time. Pick none. What, you thought you had a choice?
    2. Re:No, no, no, no, no, no ... by chez69 · · Score: 1

      tell me, why do you think AIX sucks? you must have a reason

      --
      PHP is the solution of choice for relaying mysql errors to web users.
  92. Fine, fine! by 2nd+Post! · · Score: 2

    http://www-1.ibm.com/servers/eserver/zseries/linux config/

    So IBM's own webpage lists the price as about $500 per copy of Linux installed on their S/390, with about 2500 copies of Linux being run, for a base cost of $1.2M.

    This is a hard number that *IBM* is providing on their site, not just educated guesses on my part. They are actually willing to support that many copies, evidently.

    The price varies with how buff a machine you want, I assume, but again, this is one of my baseless guesses.

    Are we at least willing to grant that IBM does have expertise in their own hardware, and that their numbers aren't baseless and useless?



    The nick is a joke! Really!

    1. Re:Fine, fine! by Zaaf · · Score: 1

      ...Are we at least willing to grant that IBM does have expertise in their own hardware, and that their numbers aren't baseless and useless?

      The site also mentioned that the price of $1.200.000 was without storage. So, storage being dedicated hardware, the price should go up quite a bit.


      ---

      --

      ---
      "Multiple exclamation marks are a sure sign of a sick mind." (Terry Pratchett)
  93. Re:More Ammunition... by timjones · · Score: 1
    Sure why not?

    Mainframes have ALWAYS been the biggest and fastest hardware, and until Linux showed up on it, mainframes were pretty inaccessible to us.

    I'll say the same for whoever brings Linux to the smallest device too!

  94. Re:More Ammunition... by patreides · · Score: 2

    I don't know if this is still true, but last I heard IBM is not giving it all away to the Linux community. Aren't the sound systems in their ThinkPad notebooks still that proprietary thing tied in with the modem that doesn't work with Linux? Maybe not, but I've heard that sound won't work for this reason and IBM refuses to release specs.

    Sure, it's great that they are offering linux on their mainframes, but it would be nice to be able to have a choice between major OEMs for Linux laptops (Dell is the only one I would fully trust, and the small linux-only companies are *expensive*!)

    --
    # debian/rules
  95. Makes sense. by sheckard · · Score: 2

    Red Hat is the most commercial of all distros, and arguably the best tuned to servers. I mean, what other distro can you buy at Best Buy with almost everything you need to set up an e-buisness webserver? Granted, it's way too expensive to buy the boxed professional edition, but it comes with support, and that's what companies like.

    1. Re:Makes sense. by schatten · · Score: 1

      companies do like support, but the companies that worry me are the ones who say "What's a prompt?" or "Command line? This isn't DOS."

      www.buymeaferrari.com

    2. Re:Makes sense. by Mr.+Penguin · · Score: 2

      Well, let's see. At Best Buy, you can get RedHat, Mandrake, SuSE, Caldera, TurboLinux, and my personal favorite, Slackware. All of these come with what you need for an "e-business webserver," which is a kernel, a shell, and a webserver. Any company who needs anything else surely has high bandwidth to download whatever else they need. Such company should also have a Linux admin on hand that wouldn't need support anyway. They aren't really that hard to find.

  96. Are you sure they'll be running Linux by default? by IsleOfView · · Score: 2
    Red Hat Inc., the top distributor of Linux operating-system software in the United States, said yesterday that IBM's new server and mainframe computers will run Red Hat Linux.


    Does that mean that Linux will be the only choice, or that they will be Linux-capable?


    Micro$oft(R) Windoze NT(TM)
    (C) Copyright 1985-1996 Micro$oft Corp.
    C:\>uptime

  97. Big Iron by jjr · · Score: 3

    This will allow mainframe users to create different services on thier servers without tring to port it that platform. Also it would cutback on amount of resources needed to maintian it.

  98. Re:Are you sure they'll be running Linux by defaul by Doug+Neal · · Score: 1

    But you don't have to compile support for obsolete things into your kernel, it's optional. You don't get that flexibility with Windoze.

  99. Does this mean... by Anonymous Coward · · Score: 1

    that Fortune 500 companies will have to pay a "Red Hat Tax" on every mainframe they buy?

  100. More RH Branding by Zalgon+26+McGee · · Score: 4
    Once again, Red Hat is successfully creating brand recognition - it's not Linux that IBM is selling, it's Red Hat Linux.

    It's appropriate that this is with IBM - another company that got big on selling its name, regardless of whether they provided any compelling technical advantage over their competitors.

    --

    ---

    Book(n): Utensil used to pass time while waiting for the TV repairman

    1. Re:More RH Branding by aidan+skinner · · Score: 2

      GNU is just the compiler.

      No, GNU is also the ls, the tar, the gzip, the /bin/sh... infact, most of you're operating environment.

      - Aidan

    2. Re:More RH Branding by MarNuke · · Score: 1
      Once again, Red Hat is successfully creating brand recognition - it's not Linux that IBM is selling, it's Red Hat Linux.

      In the business world it's about who you know. By saying "We run our company on IBM mainframe using Red Hat Linux" other companys will look at you with big eyes and say "oooowww, cutting edge, w...o...w..." and slowly start handing over money. Most likely becuase they have stock in Red Hat and IBM!!

      This is how stock work. You'll able to get more funding and an alience with other corps. You, know the old "I'll strach your back if you strach mine". A corps standing on it own will never get anywhere.

      I worked for a company who sole reason for using Redhat and Intel was for the money gained by Red Hat, Intel, and VA Linux stock. They alone did 10% of sale at VALinux in the 1q of 2000. You think they weren't happy? If it wasn't for that, they would have used Solaris on netras, but guess what? Sun wouldn't help them.

      This is just the way corps work. It's a fact of life. Live with it, or walk away, but don't put Red Hat or IBM down, they are just out to make money. Sure I put Red Hat down, but I have a reason, thier start up/config scripts suck and I can't stand linuxconf.

      --
      MarNuke
    3. Re:More RH Branding by chancycat · · Score: 1

      I think with a little research you'll find that IBM has provided compelling new technology throughout their history. It may not have always been visible or available to you and me, but IBM is no slacker.

      --
      Evan - needs to hit preview before submitting
    4. Re:More RH Branding by civilizedINTENSITY · · Score: 1

      IBM Labs is mecca now that Bell Labs went away.

  101. Re:yuck by fsteen · · Score: 1

    Its Linux and its better than non Linux!

  102. Linux CAN run under VM, doesn't HAVE to by JohnQPublic · · Score: 2

    Linux for System/390 can run native, without a hypervisor. Most of us mainframe geeks think there are serious advantages to running it under VM (the hypervisor), but if you happen to find a box by the side of the road and don't have the bucks for software, Linux will run on it.

  103. I sure hope the deal is better than the MSDOS one! by WolfWithoutAClause · · Score: 1

    Last time they signed an OS deal they didn't do so well ;-)

    Of course the open source nature of Linux should solve most problems, but it may not matter if they're completely stupid with the terms of the contract...

    Something like:

    'We IBM, hereby promise to buy our Linux from Red Hat only, for ever and ever and ever...'

    I mean any company that can miss out on that never ever going to be a success the 'PC' may manage to mess up with Linux also...

    --

    -WolfWithoutAClause

    "Gravity is only a theory, not a fact!"
  104. Oh man!! by MarNuke · · Score: 2

    Linux on a huge 512 processor with a terabyte of ram big blue iron clad warship of death taking up a room by it self... let me clean myself...

    This is great for Linux. This is the best news about Linux I have heard since I started playing around with Linux in 1996.

    With this, out the door with "Linux is a toy os." Along with "Linux is for small machines". Considering all the other UNIX and Win2k, I could see a point where you by the best hardware you can, and put linux on it, and know it's going to work. No more of this OS for Hardware stuff, Linux for everything!!

    OS's is to computer as gas for cars. Think about, when cars were first invented, you had crude oil, gasoline, diesel, steam, wood, and coal powered "cars". Of course, some rich guy had billions control over the oil refining plants, so we use gasoline now.

    The expection here is Linux is free and open. Anyone with skill can do what ever they want with it. Now, I not going to say linux will power 90% of every computer on the planet, but look like it might be the diesel of the automotive world powering the big trucks and cheap cars.

    --
    MarNuke
  105. Depends on the terms by xant · · Score: 1

    Remember that IBM isn't legally allowed to SELL Linux, nor is anyone else, under the terms of the GPL. RedHat, of course, sells support contracts for their brand, and thus they are hoping to get support fees out of this deal. However, even if RedHat were preinstalled on every mainframe, the customer wouldn't HAVE to buy support from RedHat.
    --

    --
    It's rare that you're presented with a knob whose only two positions are Make History and Flee Your Glorious Destiny.
    1. Re:Depends on the terms by dark_panda · · Score: 1
      You might want to read some of the texts on fsf.org (Free Software Foundation), especially:

      J
  106. Wait.. by Dr_Bones · · Score: 2

    Last week, IBM said it will overhaul its entire line of servers and mainframes under the brand name eServer After reading /. for just a little while, and seeing tons of posts contradicting this story, I'm left wondering: When is Slashdot going to get a story right, on time? Seriously, I think that I'm about ready to switch to reading my local newspaper. At least the stories are current, and they occasionally walk them by a fact-checker. Please UP THE QUALITY...

  107. Yay by G-funk · · Score: 1

    Now we can run 2500 linux instances on one machine and have the world's smallest (physically) 2500node beowulf cluster :-)

    I can feel it getting a little warmer from the flames already :-)

    Gfunk007
    (couldn't resist)

    --
    Send lawyers, guns, and money!
  108. Re:Are you sure they'll be running Linux by defaul by finkployd · · Score: 1

    Actually, IBM has been trying to give back it's improvements, but they clash with the other archs. There will probably be a kernel fork in the near future.

    Finkployd

  109. IBM WILL NOT "Include Red Hat On All Mainframes" by pnatural · · Score: 4

    read the frickin article. it says "will offer" not "will include".

  110. More Ammunition... by timjones · · Score: 2
    "Can your Windows do that?"

    didn't think so... Add it to the list: reliability, included source, no legal hassles, no license fees, no viruses, no snoopware, no untrusted code...

    IBM is turning out to be one pretty hip company. Java, Linux, Thinkpads, Mainframe. So strange that this is the same company Steve Jobs called 'evil empire'. My how things change!

  111. Dell by Beowulf_Boy · · Score: 1

    Dell said they were putting redhat as an option on their servers, but I just got a monthly catalog from them, and Redhat was only an option on the lowest end server they had!

  112. There is no downside by evil_roy · · Score: 1

    This is great for RedHat and great for linux. There isn't a negative side.

  113. PowerPC and redhat? by Octal · · Score: 1

    From what I could tell from the story, this means that redhat will now be offered on all IBM servers, rather then just the intel-based servers as they previously did. This brings up an important point, the RS/6000 (and I believe the AS/400, it's hard to get good hardware info on that thing) run chips from the PowerX series of processors, which is part of the PowerPC family. This is all well and good except for one minor fact: Redhat has no PPC port, if you want one, you have to use YellowDog or Linuxppc in it's place.
    The only explainations I can think of are that either RedHat has a PPC port in the works that we haven't heard about, or IBM will be doing the porting in-house.

  114. isn't this exactly the point? by dalinian · · Score: 1

    If the brand matters the most, wouldn't it not be better if Red Hat was unable to create one? If one distributor has a highly visible brand, doesn't it mean they'll rule the market even with inferior products? Aren't brands therefore bad?

    And I don't see why it's good that the distro you're using now is going to be around for 5 years. Aren't you going to do any reinstalls in that time?

  115. Does this catapult IBM to #1 in Linux HW revenue? by Army+No+Va · · Score: 1

    It's a great strategy for S/390 customers. Great visibility and further pushing Linux into the mainstream. However, how will IDC and Dataquest (and most importantly, Wall St.) count the S/390 Linux server HW revenue?

    On one hand if one counts every 390....IBM just blew past VA, Dell and Compaq....if they count usage....we'll see....the market share battles just got more interesting.....

    Army No. Va.

    --
    Aide: Grant drinks too much to command an army. Lincoln: Find out what he drinks and give it to my other generals!
  116. RedHat on IBMs servers? Poor IBM... by JamesGreenhalgh · · Score: 1

    To be quite honest I think redhat is doing as much harm as good at the moment. Bugged distros from start to finish, _serious_ stability problems (I once ran a compute cluster of RH6.2 machines, and they were NEVER all running at the same time), poor configuration file setups, more outofthebox security holes than you can shake a whole tree at, etc. To top it off, the recent bundling of a development version of gcc paints redhat in full cowboy colours.

    Just my 2p.

    james

    --

    --
    ALL YOUR BASE ARE BELONG TO US!
  117. /.-ed logic by theNAM666 · · Score: 1

    Uh, be realistic. "Will offer" would never have been included as an article on /. Therefore "will include" must be right.

  118. Re:Are you sure they'll be running Linux by defaul by fsck · · Score: 1

    Can you tell me why an Operating System that claims to be better than Unix still uses drive letters to indicate hard disk devices as well as partitions, making no distinction between the two?

    Can you tell me why all the Windows NT and Windows 2000 system files conform to the MSDOS 8.3 naming convention, when "there is no DOS in NT" ?

    I still can't get over how much useless baggage Microsoft has dragged forward with this latest Windows NT 2000 !

    --

    Lars - ...I could always phone Linus when I had a problem.
  119. Re:Are you sure they'll be running Linux by defaul by darksmurf · · Score: 1

    Not a chance.

    Pitching into Linux gave IBM a whole bunch of "eyes" for it's applications and OS development efforts. All that potential development would be cut off if they forked the Kernel.

    If they fork it, they will be taking a few developers with them and alienating the entire point. They arn't in Linux for the so-far developed Kernel, they are in it for the philosephy of a system that nobody, not even IBM "ownes".

    They may as well just rename AIX or OpenSource it or something and start over from scratch in the OpenSource mind-share department.

    IBM has a good thing going with their involvement with Linux right now, don't expect them to shoot themselves in the foot by forking the Kernel tree anytime soon.

    -Nathan

    Conflicts can and tend to be resolved.

  120. Re:Are you sure they'll be running Linux by defaul by greggrm · · Score: 1

    Actually, on S390, Linux has been offered (as Debian distro, I think) for a couple of years. After all MVS means Multiple Virtual Systems. S390 is also 100% POSIX compliant.

  121. debunk a /. myth by Barbarian · · Score: 5

    See this kuro5hin thread.

    Specifically:

    A quick check on RedHats Bugzilla the day of the Slashdot post revealed something on the order of 120 bugs relating to RH7 directly. Most were low severity. Even today checking RedHat 7 with all packages only yeilds 269 bugs total (no enhancement or translation requests).
    The 2500 bugs quoted in /. was including all apps, all versions, and included feature enhancement requests etc. Basically whoever did the search on Bugzilla didn't know how the search form worked and didn't bother to figure it out. (Giving the benefit of the doubt that they were not being malicious.)

    The posting up there is relevant (if mis-sectioned maybe even belonging on scoop) because this whole episode shows that these community news/discussion sites have some pull in real world news and events. The story there did some real damage to Red Hat (at least PR wise) and it's basis was in inaccurate data that could have been easily checked (took me 2 minutes) If it had been checked at all (by the original poster or by the reviewer) it would have been prevented. It is something that must be considered when designing site review and submission issues as well as the whole culture bit. I think in this case slash should help Red Hat cover the PR damage done either via a story, interview or retraction.


    --

  122. A bit of Clarification by srpayne · · Score: 2

    A bit needs to be said regarding this bit of "exciting" news. This article DOES NOT say that Red Hat will ship with every IBM mainframe. It says that Red Hat will work on those mainframes. Red Hat is actually far behind on this one. SuSE has run on every IBM offering including the S390 for at least 3 months. Just because Red Hat thinks this is exciting news doesnt mean it is.

    --

    F******* LOUDER! I CAN'T HEAR YOU! --Ozzy Osbourne