Slashdot Mirror


Grab A Piece Of Big Blue's Big Iron

Alowishus writes: "IBM is going to make one of its high-end zServer mainframes available for free to the public for development and testing of Linux applications. It has 10 CPUs and 2.1TB of storage, and will offer TurboLinux or SuSE distributions set up as virtual servers. It's expected to support about 1,000 simultaneous users." However, hold your horses just a bit: Registration is not yet open, the accounts are good only for a limited time, and the site lists other conditions details, though none sound onerous. Among other things, "once a user is registered and approved to access a LCDS system, a user is required to have direct Internet connection, via a Telnet and SSH client." Though there have been other free sandbox accounts, having an account on an S/390 would be sweet, eh?

138 comments

  1. woo hoo. by Anonymous Coward · · Score: 1

    Our testing showed the the MHz rating on each CPU was roughly equivalent to the MHz rating of the PCs. We ran some tests, and had IBM try to optimize, and they responded with some charts.

    In very general terms, context switching a few number of apps is faster on Intel, but it doesn't scale past 100 very well. Context switching on a 390 appeared to scale way past 1000 linearly.

    Our main frame has 10 400Mz CPUs. Our MSSQL server has 8 800 Mz CPUs. So, out DB server is faster in raw computational power than the mainframe, but it can really only run one app at a time well. My desktop (800 Mz) ran single threaded apps twice as fast as the mainframe.

    A technical reason for this behavior is that the L1 cache on the mainframe is shared across all CPUs, but it is private to each PC CPU. This way, as processes migrate from CPU to CPU, they don't have to carry all the baggage of reloading the L1 cache.

    Of course, IO on the main frame rocks, but myself being trained in the ways of the PC tend to design applications for the PC. To design efficiently for the 390 will take a different mindset. The results of our research were that some apps belong on the mainframe and should be designed for the mainframe, some for the PC, and don't plan on migrating from one platform to the other without redesigning the app to take advantage of local platform advatages.

    I wasn't allow to keep any of IBM's docs from this meeting, and come to think of it, I may need to kill you all now.

    Bob in Seattle

  2. All your box are belong to Tux! by Anonymous Coward · · Score: 4
    There are two ways to look at it. One is that there are huge costs associated with any choice of operating system: developing and supporting millions of lines of utility software; training everybody who operates the machine; and so on. To be sure, there are also costs with having a single OS scale from cheap machines to big iron servers.

    I think this is IBM's argument: Linux and Apache have become de facto multi-vendor marketplace standards. It's more effective to adopt and adapt this giant body of work than it is to bear all the costs of a specialized big-iron operating system and web server.

    From the Free Software point of view: a quick empirical view of the world shows that corps and govs want big iron, and want some software to run on it. I believe that the world is a better place when all software is available under some kind of open license, not just the bitty box software that you care about. What if I wanna teach myself how big servers run 1000 separate system images? I start reading the arch/s390 directory in the linux kernel source. Or I read a book by a teacher who has access to arch/s390 source and can use that knowledge to teach me.

    Computer programming is more than those 10-week class projects in undergrad school. We have millions of lines of "prior art". The GPL license and the BSD license are the most effective ways on the planet to make that prior art as accessible as the primary literature in disciplines like chemistry. That's important if big-iron programming is going to be an open competitive field, not limited to employee/serfs operating under NDA's. (Insert return-of-medieval-guilds rant here).

    (Maybe you think the world would be a better place if nobody had a computer that big. I think that would be a Luddite opinion. The fact is, lots of organizations already do, and I'm happier if they are running Linux rather than a closed-source OS like AIX or Solaris).

    1. Re:All your box are belong to Tux! by jthill · · Score: 1
      What if I wanna teach myself how big servers run 1000 separate system images? I start reading
      in their online library.
      --
      As always, all IMO. Insert "I think" everywhere grammatically possible.
  3. Re:What about Window$? by Anonymous Coward · · Score: 5
    What will you need if you want to try Windows out? A Beowulf of Crays?

    No, just those sunglasses that block out harmful blue light..

  4. Re:Compaq do this too by HeUnique · · Score: 5

    No no, some people do miss a thing here..

    What IBM will give you is an ENTIRE VIRTUAL MACHINE! - not just a very limited user account - but a full Linux virtual machine - with /root /usr, 128MB RAM, disk space etc..

    On Compaq machine you just get an account - you cannot go to /usr/local and start installing/erasing stuff, you'll have to reconsider other users when you running you wild intense-use-of-processor app..

    --
    Hetz (Heunique)
  5. Re:Cruel Intentions? by Isaac-Lew · · Score: 1
    I'm almost scared that they may just use this as a way to collect information about up-and-coming projects.

    Couldn't you simply run it on CryptFS? Maybe it wouldn't stop them from stealing any ideas but it would slow them down. Besides, it would be an interesting test of security on a virtual machine.

  6. Does somebody want to list some real uses? by Klaruz · · Score: 2

    From what I understand, linux running on these mainframes is just like linux on your desktop, except that there are several copies running at once.

    So, using this, I just like using any other linux machine, and it closely resembles a typical ppc machine. Why do you need an account on a machine like this that's shared with 1000 other users if you can just see if your app compiles on a ppc machine.

    They don't actually say if ibm is going to offer anything special. The big appeal with using a machine like this is the high speed internal networking, being able to run a firewall, 5 web servers, 4 app servers, and 2 databases, all on the same machine, but under different operating systems, or use it for mass virtual computer hosting. I don't think that's going to happen with a free acount.

    So what's so special about this?

    1. Re:Does somebody want to list some real uses? by jmauro · · Score: 1

      Err...It's not exactly a machine shared with other users, but a virutal machine that you can go crazy with. Install what you want into /usr/local, delete fun files from /boot. Do other silly stuff. It's a free account alright, the username just happens to be root!.

    2. Re:Does somebody want to list some real uses? by locoluis · · Score: 1
      PW2 said:
      > Now I can finally run vi at a decent speed.

      Have you ever tried running vi locally instead of remotely?
      Over a 9600 bps line (like those used on some old terminals) it really sucks, I agree.
      But if you download some vi clone and run it on your computer...

    3. Re:Does somebody want to list some real uses? by Eagle7 · · Score: 1

      No, it does not resemble a PPC machine. First off, the S/390 architecture is not a PPC architecture.
      And there are differences in the capabilties that are there, the devices, etc.
      Unfortunately, they are giving us only a Linux login... and I guess its actually root on your own Linux VM. This is cool, but I would want to have my own VM session so I could then create my own Linux VMs. Ah well...
      -Former Linux/VM Developer http://www.eagle7.org/~dmorriso/ibmlinux.html

      --
      _sig_ is away
    4. Re:Does somebody want to list some real uses? by Yanna · · Score: 2

      - Trolling for FP and goatsex posts was never so fast.

      -Running vhosts for IRC bots (3y3.h4x0r3d.ibm.com)

      -setting up an ftp server to share your pr0n collection

      -streaming audiocast that all your IRC buddies will listen to.

      -what the heck, you could even set up your own IRC server and attempt a link to Dalnet.

      Now don't say you can't figure out any real uses.

    5. Re:Does somebody want to list some real uses? by PW2 · · Score: 1

      Now I can finally run vi at a decent speed.

  7. I've had an account for a couple of weeks.. by defile · · Score: 4

    I uploaded some homebrew benchmarking software to it. The memory bandwidth seems amazing. Compared to a reasonably high-end Intel server, it has about 10x the memory bandwidth. Either that, or lots and lots of L2 cache. But I'm sure I wasn't the only one on the system, and the tests consistently showed almost 10x the throughput of Intel.

    The test was simple: take a range of memory of X megs, and write a random char to it. Time how many can be done in a quarter of a second, extrapolate MB/s from that. I get almost the same numbers if I use 10MB chunks as I do to 1MB chunks. Good shit here.

    Single CPU performance isn't much different, but that wasn't the point. The systems could also be configured to give my account access to multiple processors.

    If I started my own hosting company, I think I'd definitely use one of these babies.

  8. Re:abuse by Sabalon · · Score: 2

    Not likely. Yes...it would lock up YOUR virtual machine. And it would make infinte directories on YOUR virtual machine/disk. But that is about it.

    These things are amazing. I played on one in college a lot (well, a 3090). It was running 3 copies of McGills MUSIC system, VM/CMS and a few other things. One MUSIC system would be dirt slow cause it had a ton of students on it taxing the virtual system. Everything else one the 3090 ran just fine.

    This is not the same as running multiple processes on a PC where the performance of one affects that of another. This is akin to 300 machines sitting side by side.

  9. I've been one of the testers... by backtick · · Score: 1
    Here's some quick facts and info for the people who are curious.
    • You get a complete system image running (in my case) SUSE, complete with all the normal apps and packages (Apache, compilers, MySQL, Perl, etc) and some special IBM packages and things they provide.
    • The engineering staff has been quick to respond, and they're obviously enthusiastic and knowledgeable.
    • There's a mailing list setup now, but they expect that to grow a lot when the public registration opens.
    You can enable or disable services, reboot the machine, etc. Anyone who's used a Linux box will be very comfortable, and the only 'indication' of being a virtual machine I've had so far (besides the unusual dmesg output, since it is after all a completely different architecture from most peoples' experience on a PC, PowerPC, Sun, or Alpha) was related to the system clock (things like 'hwclock --systohc' don't work, since you can't munge the main system's clock) and needing a bit more drive space since a lot of the 'generic' stuff is mounted read-only (which has been fixed as they reworked the images). If you've watched the page at http://www-1.ibm.com/servers/eserver/zseries/os/li nux/lcds/ you've prolly seen most of this, as they keep putting up little blurbs in red text at the bottom of the page.
    I've seen some posts wondering what IBM's ulterior motives are, and I think everyone knows they want to sell as many servers as possible, and we also know they're here to sell the high-margin ones, as well. But that doesn't mean the machines aren't an excellent resource; I work for a paycheck, too, but I feel pretty good about the level of service I provide to my employers, and I think the same applies here to IBM. You don't make a billion dollar investment in something for charities sake, but you also don't do it if you don't intend to back it up with some quality products.
  10. Actually Telnet makes sense here.[Re:Telnet?] by Forge · · Score: 2

    The main benefit of SSH is that it sends everything encrypted. If you need to log in and administer your corporate web site there really isn't much choice lest someone tap your line and guble your root password.

    However this box is for public access. In real life the users won't have anything even remotely confidential on it. Nothing at least that isn't also available by CVS from public servers (like cvs.kde.org).

    Sure telnet may be a bad habit but it isn't a sin.

    BTW: This report talks about the free mainframe in a different light from all the others. Before this all you herd of was people getting this box to fine tune mainframe ports of Linux software. Sure you let reporters run lynx and write about it but the main tool on this box is GCC.

    --
    --= Isn't it surprising how badly I spell ?
  11. IBM URL to the promotional programme and specs by simpleguy · · Score: 3

    http://www-1.ibm.com/servers/eserver/zseries/os/li nux/lcds/index.html

    9672 G6 Model ZX7 (10 way processor)

    Memory:
    32GB

    Storage:
    Shark 2105-F20 (2.1 terabytes)

    Software:
    Z/VM
    VM PRF
    C Runtime Library
    REXX Compiler and Library
    VM TCPIP (FL32A with SSL support)
    DIRMAINT
    Tivoli Storage Manager Version 4.1
    VM TCPIP NFS feature
    VM EREP

    (No clue what most of the above mean)

    1. Re:IBM URL to the promotional programme and specs by ZeroHero0H · · Score: 2

      Z/VM is VM/ESA, the operating system, after a renaming and extensions for the new CPU archtecture.

      VM PRF is the performance reporting facility I think... I dont remember if this was the old SMART or not; I dont think it is -- it reports on all of the performance and accounting data collected by VM.

      REXX is the interpreter on IBM mainframes. The REXX compiler will let you compile REXX (duh) which speeds up things slightly and obfuscates the code tremendously.

      TCPIP is the service product on VM that talks to the networking hardware. Gee, go figure.

      DIRMAINT is a rather hideous way of updating the VM user directory. VMSECURE (last owned by Sterling Software afaik) is much nicer but not an IBM product. This is how you change user passwords, setup disk space, etc. on VM.

      Tivioli Storage Manager will be their backup software. Could be DFHSM or some such renamed.

      NFS should be fairly self-evident. I'm GUESSing this represents NFS drives as VM Shared File System files, the old version exported VM minidisks over NFS -- so that may be it instead.

      EREP is the error reporting program to take hardware records collected by VM and figure out why the machine went casters up.

      Matt Kromer (matt digicool com)

  12. this is a mainframe environment by Archfeld · · Score: 1

    What makes you think the files from a previous user would be there or that you could even access them ? If it is one thing the Big Iron machine have down it is SECURITY.

    --
    errr....umm...*whooosh* *whoosh* Is this thing on ?
    1. Re:this is a mainframe environment by Archfeld · · Score: 1

      That's the point this isn't your computer...IT IS A RACF controlled mainframe....There is a REASON there has NEVER been a mainframe VIRUS, beyond the fact that no script kiddie has one :)

      --
      errr....umm...*whooosh* *whoosh* Is this thing on ?
  13. Re:2.1 TB?!?!! by Archfeld · · Score: 1

    I doubt it. They are using either LARGE SCALE DASD, 3390 or some such thing. RAID is CHEAP, and that is one thing they don't use...

    --
    errr....umm...*whooosh* *whoosh* Is this thing on ?
  14. Re:Just imagine... by Archfeld · · Score: 1

    is called a JES3 comples, we run one with 8 local systems each is an s/390 or z series machine. is a MONSTER batch processing environment. CICS/IMS/DB2 etc....

    --
    errr....umm...*whooosh* *whoosh* Is this thing on ?
  15. Re:Not Really! by carlfish · · Score: 2
    You can't compare an ancient mainframe to a modern workstation. Why not look at the specs of what's available today? zSeries (the new name for s390) run on pretty damn fast copper-wire PPC CPU's. I seem to recall 800MHz as the figure, and since they're RISC you can add a fudge factor when comparing them with the latest Intel - so they don't have quite the straight-line speed, but they're close. On the other hand, your biggest Intel box is 4-way, while the zSeries has up to 20 CPUs (16 for SMP, plus 4 that can be dedicated to handling I/O).

    The minimum memory you can stick in a zSeries is 1 gigabyte. The maximum is 64 gigabytes.

    Storage throughput has similarly increased since your employer purchased their dinosaur, I just couldn't find figures for what they are now.

    Charles Miller
    --

    --
    The more I learn about the Internet, the more amazed I am that it works at all.
  16. Games by Y2K+is+bogus · · Score: 5

    I can see it now, the ultimate platform for playing CoreWars.

    Better start writing your bots now!

    1. Re:Games by regen · · Score: 1

      I used to work at IBM in poughkeepsie where we developed the S/390 machines. I was in a test group, and one of the things we used to do was play a variation of CoreWars on the machines. I had a 10 byte program that would kick ass.

    2. Re:Games by elmartinos · · Score: 1

      It would be really great for a corewar evolver, have a look at Redcode Tiny hill of evolved warriors. There are also some links to people who evolve warriors available.

    3. Re:Games by RexxFiend · · Score: 1

      wtf is this offtopic?
      it is in response to the core wars post which was related to running linux on the s390 which was the feckin story!
      And I thought it was pretty funny too - punch cards, now thats a serious hpb!


      A crash reduces
      Your expensive computer

      --

      A crash reduces
      Your expensive computer
      to a simple stone.
    4. Re:Games by alowiches · · Score: 1

      Identity Theft! alowiSHUs my arse.

  17. Re:Limited time? by Goonie · · Score: 2
    If people are doing something even vaguely useful on this system (chiefly porting/testing/debugging software), IBM would almost certainly leave their account open as long as they wanted one.

    For instance, when the <plug>GnuCash</plug>developers get the RPC-enabled, PostGres-driven backend fully up to speed (it works, but it's not production-use material yet) it'd be a blast to port it to this architecture. If we did, do you really think IBM would cut off access?

    Go you big red fire engine!

    --

    Any sufficiently advanced technology is indistinguishable from a rigged demo
    --Andy Finkel (J. Klass?)
  18. Re:Do I have to use Linux? by finkployd · · Score: 2

    Why code in C when I can code in COBOL

    OS/390 has a very high quality C compiler. I've been using it for the last two years :)

    Finkployd

  19. Re:Walking the Plank by finkployd · · Score: 2

    Stick with it! I'm doing the same as you right out of college and having a blast. Mainframes aren't going anywhere (sales are up 40% last I heard) and most of the systems programmers are close to retiring. We are going to be in high demand, my friend :)

    Finkployd

  20. Re:Do I have to use Linux? by finkployd · · Score: 2

    Actually I would be suprised of OS/390 were running anywhere on that machine. Most likely it's running VIF (Virtual Imagining Facility, a stripped down version of the old VM) to control the linux images.

    Finkployd

  21. Re:Do I have to use Linux? by finkployd · · Score: 2

    Thanks you the link, you are quite correct.

    I'm a bit suprised they are not using this oppertunity to show off the new VIF product.

    Finkployd

  22. Re:free as in beer by robinjo · · Score: 5

    Great! Let's all just shout foul to IBM. How dare they give access to a computer for free? Bad bad IBM! It should be GPL! No! They should also give free T-shirts!

    SourceForge is a great contribution but don't use it to put down other gifts. That's greed.

  23. Re:Compaq do this too by GeorgeTheCat · · Score: 1

    Yes, but don't forget that this is a setup which is running *virtual* Linux images on *one* physical machine. The previous examples are one OS per physical machine.

    I suspect that one of the aims here is to get loads of people doing all sorts of weird things, perhaps deliberately trying to crash their Linux image (virtual machine), without having any effect at all on other Linux images running.

  24. Re:This is IBM by Tony-A · · Score: 1

    Nah, they wouldn'd do anything like that. IBM was never cheap or petty. It's more like tha old mainframes where the customer wants to try out a few tests before the expensive new mainframe comes in. I'm sure that IBM is very accustomed to being somewhat privy to customer information that stays with the customer.

  25. Re:when and where by Tower · · Score: 1

    No, you wouldn't get a zSeries for personal use, but there are several ISP/co-los who have already started down this path - one box, central administration, easy storage addition, the best reliability available, and you can give each person a separate image, so they can do whatever they want application wise. If they bork something up, the full image can be reloaded in mere seconds. I/O bandwidth is massive, fairness can be enforced between partitions... and total square feet used and power consumed are way down from having many separate boxes.

    This is not your father's S/390 ;-)
    --

    --
    "It's tough to be bilingual when you get hit in the head."
  26. Re:Will users affect others? by Tower · · Score: 1

    Well, that copy of Linux would shut down, and that would be about it... There's no rule against the O/S in a given VM stopping. It could be easily restarted, but none of that would affect anyone else on any othre Linux partition - that's the beauty of the whole thing.
    --

    --
    "It's tough to be bilingual when you get hit in the head."
  27. Re:The 1 malicious user by Tower · · Score: 2

    You can only use up the processor time that is allocated to your partition. The other users wouldn't even notice the difference if you used 100% of your CPU allocation. The whole VM can be admin'd quite closely, so it isn't hard to keep things from getting out of hand if you set things up properly from the start.
    --

    --
    "It's tough to be bilingual when you get hit in the head."
  28. Re:How does this actually work by Tower · · Score: 2

    Right, it is essentially a PC server on a PCI card, with access to all of the I/O advantages that goes along with being in an AS. Provides nice backup and central administration capabilities, and you can reload the Windows image quickly if your app hoses things up, and still have all of your user data nicely separate.

    Linux is running on the mainframe as much as OS/390 or z/OS runs on the mainframe... everyone runs on top of a VM on those machines.

    --

    --
    "It's tough to be bilingual when you get hit in the head."
  29. Missing the point. by Kingpin · · Score: 1

    Ask yourself why IBM would do something like this. For the sake of the Linux community? Hardly. They get their system tested for free, just like MS wishes to get people to try and crack (test) their OS in the dumb challenges.

    Once this is tested, imagine the potential it can have at an ISP. No more snotty restricted accounts, they just boot another VM, and you've got a full blown Linux server, ready to host your apps. It's money in the making.

    --
    Unable to read configuration file '/bigassraid/htdig//conf/14229.conf'
    Geocrawler error message.
    1. Re:Missing the point. by Dwonis · · Score: 2

      We don't like Microsoft, but we (in general) like IBM, so we'll do IBM a few favours if it benefits us too.
      ------

  30. Number Crunching Anyone? by Scouras · · Score: 1

    90% of the CPU will be consumed between the first 100 people who jumped on to add some Big Iron to their DNET and SETI scores.

  31. Re:Why don't we tell them how to spend their money by Dwonis · · Score: 2

    What about Progeny? It's got a flashy GUI and it's Debian-based-and-compatible.
    ------

  32. Can you nest VMs? by Dwonis · · Score: 2

    Setting up a set of VMs inside the VM would be the really fun part of having this whole system.
    ------

    1. Re:Can you nest VMs? by Scott+Courtney · · Score: 1
      Short answer: YES!

      Long answer: IBM's VM operating system can nest itself to nearly any reasonable depth, and they don't even have to be the same version. Inside the innermost level of that, you could nest a Linux instance.

      If you really want to go wild, but don't care if it's practical or not, there's a program that emulates an Intel PC under Linux, and it has been ported to S/390 Linux. You can then run Hercules (an S/390 emulator) within that and be back where you started but with huge overhead. I said it's not practical. I'm pretty sure it's been done, though I forget the exact configuration.

      I used to work with a mainframe admin who routinely ran a complete OS/390 (formerly MVS) environment underneath VM, for testing OS/390 patches.

  33. Database companies take note by totierne · · Score: 2
    We have email space, we have OS access, we have Application Service Providers, how about database access?

    It would be nice if database developers could get access to database space on the latest from a database company, thus helping the database company get the latest features to be used by developers. I do work for Oracle so I would hope Oracle would pick up this idea first.

  34. Re:abuse by mr100percent · · Score: 1

    There are other exploits possible, like infinte recursion programs somebody could use to lock up a system. or that nasty program that makes infinite subdirectories. Since it's multiple processors and OSes, what would happen?

  35. Re:Compaq do this too by mr100percent · · Score: 1

    If it's images, could I wipe out mmy image and install FreeBSD? Oh, wait, can you do that thru SSH?

  36. The 1 malicious user by mr100percent · · Score: 1

    Lets say for instance that some user tries to make havoc with the system. Now they already tried rm- rf / but that only screwed himself, not the other users. Lets say this person comes back with a new account.

    What could they do to the other users? Run an infinite recursion program as root? Tie up the processors? Since this is a multi-user and multi-processor OS, what would happen if somebody did that? Could an IBM staff get in there and terminate the process/OS/account?

    1. Re:The 1 malicious user by towatatalko · · Score: 1

      In S/390 you can define what applications, workloads can run and also define how much processor power, I/O and disk space you get, so it's not unlimited to a particular user, therefore I believe it wouldn't be possible to do denial of service type of thing on such system, because the processor(s) will never be tied up by one user or even several users.

      --

      IP was invented for the sake of lawsuits.
  37. Will users affect others? by mr100percent · · Score: 1

    What if a user as root types in shutdown NOW ?

    What will you get? an error, or if you're lucky, many pissed off users?

    1. Re:Will users affect others? by towatatalko · · Score: 1

      What happens is that each user gets his IP address to connect to his account, your account is not connected to other users directly on Virtual Machine, therefore it won't be possible to make changes to other accounts unless you're told by some other user his login.

      --

      IP was invented for the sake of lawsuits.
  38. Great marketing by joq · · Score: 3


    This is great marketing for both IBM, and Linux. First off I think this is more of a marketing tactic than IBM trying to be helpful to any developer. By having thousands of developers do their thing on the machine, they could always turn around and pimp the results as both an IBM, and joint Linux effort which is pretty cool for Linux marketing...

    However on the flip side of the coin, I hope the developers rush to fill these slots as opposed to some troll who's going to use those accounts for silly shit like h4x0rf00.c programs they wanna throw up, or uneccessary other shit...

    Let's kill some Americans and blame Cuba

    1. Re:Great marketing by ConsumedByTV · · Score: 3

      One thing I was thinking is that IBM might decide to do the MSN/hotmail thing and make all things transmitted accross the mainframe its property. I doubt they would do it, but this is IBM, they havent lost the stigma they earned in the past.


      The Lottery:

      --


      "Not my manner of thinking but the manner of thinking of others has been the source of my unhappiness." - M
  39. Re:ulimit anyone? by powelly · · Score: 1
    Anyone want to venture a guess? I bet nobody is gonna be able to suck up that 2.1TB of disk space.
    I think "cp /dev/random ~/bigfile" should do it...
    --
    --- I'm sure using a computer was fun back in the 80's. *sigh*
  40. Re:Limited time? by BlueUnderwear · · Score: 2
    > Well, they write that they expect people to do some development on the mainframe under Linux. I don't know how other developers, but I am certainly not going to do some work, when I am sure that after x days I won't even have ability to use it.

    Well, any developer worth their salt knows how to set up a hotmail account, and use that to re-apply for another period.

    --
    Say no to software patents.
  41. How long before this will be turn into... by BlueUnderwear · · Score: 2

    ... a cluster of thousands of well connected DeCSS/OT VII/<insert your favorite censored item> mirrors? Or will they firewall off HTML access to those virtual linux boxen? Wouldn't it be ironic if mirrors of this stuff turned up as well? IBM may have unwittingly set up a giant community blackboard here...

    --
    Say no to software patents.
  42. Re:most slashdotters will never touch this by BlueUnderwear · · Score: 2

    Think about it. Nobody cares whether this runs on an IBM mainframe, or on a Beowulf clusters of gameboys. However, this thing sits right in the center of IBM's Noc, and is thus probably very well connected. Think Gigabit connections directly to the important backbone providers... If you have something interesting to publish, you put it at that place. You don't care about the OS, nor the hardware: you use it solely for its outstanding connectivity!

    --
    Say no to software patents.
  43. Re:Limited time? by BlueUnderwear · · Score: 2
    > Of course its cool running it on a mainframe, but if the OS works well, you'll never notice where you are anyway :)

    AFAIK, it does not run an x86 emulation. It's a port to the mainframe's processor, just like there are ports to the Alpha, the PowerPC, the Sparc, etc. Virtualization only goes as far as is needed to compartimentalize the mainframe into zillions of server, it does not emulate the processor.

    So you would only have source compatibility, and no binary compatibility, and thus it does make sense to test your software there, in order to see whether it ports allright to this architecture.

    --
    Say no to software patents.
  44. Why don't we tell them how to spend their money ri by mattr · · Score: 3

    What a waste to spend resources on opening an S/390 considering what they could be used for.

    What about taking 10% of that BILLION and earmarking it to support open source developers??

    Where were they when Eazel tanked? What about the folks at SourceXchange? Are they doing anything more than thinking about marketing, pr facetime, and beating their own products to death?

    I'd much rather see some of that money go to supporting hookup of an IBM microdrive to the Agenda, or a zillion other things, than this.

    IBM should earmark 0.05% of their budget (that's still half a million bucks right?) to - guess what - pay great open source based developers and designers to build a site that would try to get feedback from the Linux community, including developers, users, and purchasers, as to what sort of things we'd like to see. It might even save them some marketing money. IBM's done some good things but this is not the top priority if they are serious about spending that money on open source.

    If they believe Linux gives them value for the money, then they ought to be willing to put money down to get high quality engineering and design talent to work on projects which IBM could share with the open source community and continue to improve Linux.

    One really cool thing they could do is endow a chair (or 10 or 20) like the year off from school which Perl mage Damian Conway received from the community.

  45. Great... by darkcompanion · · Score: 1

    Can someone quickly build me a S/390 version of Seti@Home ?

  46. Re:running on cheap boxes by iso · · Score: 1

    the only people who use Linux because it's inexpensive are the cheap bastards here on slashdot who expect everything for free. the rest of use use it because it can be easily ported, doesn't lock you into one vendor, and provides a better starting point than developing something in-house.

    - j

  47. running on cheap boxes by isaac_akira · · Score: 2

    isn't that one of the cool things about linux, that you don't NEED an expensive machine to run it? sure, for deploying something that demands a lot of power, one of these expensive servers would be great, but why put 1000 developers on it? i'm sure anyone with the skills to develop a linux application has access to some old pc to run it on (and you need SOME box in front of you in order to ssh to ibm's server anyway).

    this just sounds like marketing hype, and not nearly as cool hype as the spraypainting thing...

    1. Re:running on cheap boxes by ConsumedByTV · · Score: 1

      The spraypainting thing refers to ibms wonderful add campaign that landed them 30 days of community service because they spray painted side walks in citys accross america. I have seen them in San Francisco and they arent washable like they seem to think they are.


      The Lottery:

      --


      "Not my manner of thinking but the manner of thinking of others has been the source of my unhappiness." - M
    2. Re:running on cheap boxes by ConsumedByTV · · Score: 3

      This is a great oportunity for people that want expernce with a mainframe, one thing that linux runs well on. Its a learning experence much akin to the the hacker ethic, but it is also a blatint plug for ibm.


      The Lottery:

      --


      "Not my manner of thinking but the manner of thinking of others has been the source of my unhappiness." - M
    3. Re:running on cheap boxes by daniel_isaacs · · Score: 2
      It is Marketing, but it isn't so much hype. IBM's motivation is increase awareness of it's Mainframes as Web/App serving powehouses. Instead of 5 racks worth of 2U servers (which means something will go wrong with at least one machine each day/week), a hosting company can buy one of these zSeries and get the same power, with decades worth of reliability behind it.

      Just be happy they don't make you connect via TN3270 ;)

      --
      - Dan I.
  48. Re:Compaq do this too by RussGarrett · · Score: 1

    Ah.
    I missed that bit :-)

  49. Compaq do this too by RussGarrett · · Score: 5

    But what might seem like a grand experiment is also a shrewd marketing move by IBM. None of IBM's server competitors--such as Sun Microsystems, Hewlett-Packard or Compaq Computer--has offered similar programs.


    ZDnet seem to be avoiding the fact that Compaq have their huge TestDrive program. They let anybody (currently)access:

    Beowulf Cluster on AlphaServers
    Caldera OpenLinux on ProLiants
    Tru64 on various AlphaServers
    TruCluster server on several AlphaServers
    OpenVMS on AlphaServer
    Debian on AlphaServer
    Debian on ProLiant
    FreeBSD on AlphaServer
    FreeBSD on ProLiant
    Kondara Linux 2000 on AlphaServer
    Kondara Linux 2000 on ProLiant
    Linux64 on Blazer Itanium
    Mandrake on Proliant
    NetBSD on on AlphaServer
    RedHat on many ProLiants
    RedHat on even more AlphaServers
    SuSe on ProLiants
    SuSo on AlphaServers
    TurboLinux on ProLiant

    Plus numerous databases...
    Lots of toys... all for free...

    1. Re:Compaq do this too by eyez · · Score: 1
      ZDnet seem to be avoiding the fact that Compaq have their huge TestDrive program. They let anybody (currently)access:

      That's the problem with the compaq TestDrive system- a LOT of people are using these machines, and it gets so bogged down that it's hard to tell how the machine actually handles what you're doing, and it makes productivity on the machines terrible.

      Hopefully IBM will limit the amount of accounts per physical machine so that this doesn't happen. I'd love to play around on a nice high-end machine that doesn't tend to crawl due to the many many other users currently trying to use it..

      --
      get 0wned. irc.w30wnzj00.com
    2. Re:Compaq do this too by kramerj · · Score: 1

      Its funny how the Yahoo story is DIFFERENT from the original ZDnet story...

      Look at this:

      From Yahoo News: "But what might seem like a grand experiment is also a shrewd marketing move by IBM. None of IBM's server competitors--such as Sun Microsystems, Hewlett-Packard or Compaq Computer--has offered similar programs."

      From ZDnet News: "But what might seem like a grand experiment is also a shrewd marketing move by IBM, echoing a similar program at its server rival Compaq Computer."

      Heres the links to the Yahoo story and ZDnet story...

      --
      "What's this script do? unzip ; touch ; finger ; mount ; gasp ; yes ; umount ; sleep Hint for the answer: not everyth
    3. Re:Compaq do this too by sumengen · · Score: 1

      I think /usr is on a read only disk.

    4. Re:Compaq do this too by Test+Drive · · Score: 1
      The original article on ZDNet says:

      But what might seem like a grand experiment is also a shrewd marketing move by IBM, echoing a similar program at its server rival Compaq Computer.

    5. Re:Compaq do this too by tb3 · · Score: 2
      Ya forgot to mention Windows 2000 Terminal Server. Wahoo!

      (Seriously there's a system that could use some testing.)
      -----------------

      --

      www.lucernesys.comHorizon: Calendar-based personal finance

  50. abuse by Serveert · · Score: 1

    This will be abused just like MIT's unix boxes were in the early 90's when they left the guest password open to everyone. a rm -rf / by wing of MOD(I hate those bastards) ruined that for everyone - no more guest account afterthat.

    --
    2 years and no mod points. Join reddit. Because openness is good.
    1. Re:abuse by -brazil- · · Score: 1

      As far as I know, the danger of something like that happening in this case is extremely small. You see, the mainframe runs a large number of system images at once. Each of those images is like a separate box. They share hardware resources, but they're separated at a very low (kernel) level. That means, exploits in applications are no danger to the other users.

      --

      The illegal we do immediately. The unconstitutional takes a little longer.
      --Henry Kissinger

    2. Re:abuse by DrgnDancer · · Score: 1

      As far as I can see this is similar to the system the NSA wants to develop to make computers with multiple clearance levels on the same system. Each VM is totally independent of the others and of the master system. When a VM is created it gets X amount of CPU time, storage, and RAM. It CANNOT violate these restrictions, only the underlying OS can make a change in the indvidual VM's and you get no access to that. In the case of the NSA they want to use it to make the same computer act like a locked down TS cleared box and a public unclassified box. The two VM's have no idea that each other exist, and the underlying system has no access to the data of the VMs. This probably works the same way only on a much larger scale.

      --
      I don't need a million points of light, just two points of multi-mode fiber and a 10 Gig-E router.
    3. Re:abuse by Hater's+Leaving,+The · · Score: 1

      Nothing.
      The virtual machine is unable to stop itself from being descheduled, and unable to exceed its prior hard disk allocation.

      It's bulletproof.

      OK, you can probably steal .1% of the CPU to waste on your own n-th complexity infinite recursion loops (whatever that virus did, if you remember - I don't)).
      However, the other 999 users won't even notice you doing this.

      THL.
      --

      --
      Keeping /. cynic density high since the fscking Kwhores/trolls arrived.
  51. when and where by jaxon6 · · Score: 1

    there's only 2 questions i have. when and where? i mean, come on, where else are you gonna be able to use this sort of technlology? even if i had the money to buy a 390, i wouldn't. well, for personal use at least. is it gonna be a link on the zseries page? i'm gonna sign up asap, and gonna see what i can build on it. i'm gonna try and build quakeforge on it. i won't be able to play it, unless i export the display, which is useless unless i'm on a lan with it, which i won't be. my only gripe is that redhat won't be offered. oh well, them's the breaks. i think it would look good on a resume. or something...

    --
    Do you see the sig? Do you have it in your sights? Why yes, Miss Moneypenny...
  52. Tremendous leadership by IBM in the Linux market by Clived · · Score: 1

    This seems a wondereful idea to me. Compaq had the same thing going a while back but they offered it as a "Test Drive a Compaq Unix server" I was involved Unix college courses then, and it was a bonus to be able to complete assignments in a Unix environment. IBM is pushing Linux at a segment of the market who are probably interested, but have not had or taken the chance to test a Linux server. And its good business sense for IBM too, being involved in the shared development of an operating system which was and is being developed by probably some of the best software engineers on the planet. A great business opportunity for the progressive organization that IBM is.
    My two bits *grin*

    --
    Clive DaSilva Email: clive.dasilva@gmail.com Ubuntu 18.10 Kernel 4.18
  53. Not Really! by gillbates · · Score: 1
    having an account on an S/390 would be sweet, eh?

    I've had an account on an S/390 for the past year and a half. Trust me, they are slow machines. On a good day, a brand new, 16 processor S/390 is a 120 MIPS machine. Each individual processor is only 7.5 MIPS. That's right, folks, 7.5. The last time Intel debuted a 7.5 MIPS processor was the mid-80's. Most mainframes don't have more than 16 MB of RAM, and while they can store TB's of info, what they don't tell you is that the throughput on a 3380 diskpack is somewhere in the neighborhood of 1 - 3 MB/s. Consider the average PC:

    • 1 GHz processor - 2,000 MIPS; 265 times faster than a mainframe processor; about 17 times faster than the whole mainframe!
    • 256 MB of RAM - 16 times more RAM than most mainframes.
    • 20 GB HD - granted, not much, but with a 33MB/s xfr rate, it's at least 10 times faster than a mainframe
    While mainframes are good for data archiving (the average mainframe experiences less downtime in its entire 20 year lifecycle than most PC's do in a month), they are simply too slow for doing the kind of processing that most users expect to do with a UNIX or LINUX system. I work in a mainframe shop, where the dominant language is Assembler. We can't use any other language, because the machine is just too slow to keep up with it. Allowing users to log on is fine, but unless you have the need to index enourmous amounts of data, or have data around for the next 20 years, mainframe computing makes no sense. They are simply to slow to do any real work. Almost every PC could do the computation (or compilation, parsing, etc...) an order of magnitude faster than a mainframe, and network latency only slows things down further.
    --
    The society for a thought-free internet welcomes you.
  54. Limited time? by aralin · · Score: 5
    Well, they write that they expect people to do some development on the mainframe under Linux. I don't know how other developers, but I am certainly not going to do some work, when I am sure that after x days I won't even have ability to use it.

    I agree that the limited time is good for the 'testing' users who just want to know how it feels, but I doubt they will appeal to someone who would like to do a serious work with such conditions.

    --
    If programs would be read like poetry, most programmers would be Vogons.
    1. Re:Limited time? by boaworm · · Score: 2
      Yep, it's not really useful for setting up a test environment if it's removed after X days. (Unless X is big :)

      What i dont really get though, is what all the fuzz is about. All they are providing is a common Linux installation. (Sure, its great when it's free). But downloading the ISO and install on that P-200 in your closet, and you have the same box but without time limitation.

      Of course its cool running it on a mainframe, but if the OS works well, you'll never notice where you are anyway :)

      --
      Probable impossibilities are to be preferred to improbable possibilities.
      Aristotele
    2. Re:Limited time? by Slashdot+Editors · · Score: 1

      Any developer worth their salt who has a hostname and a permanent connection to the Internet also knows how to edit /etc/aliases and restart their SMTP server so that one could have an endless amount of e-mail acounts. :)

  55. Do I have to use Linux? by Gurft · · Score: 1

    I mean seriously, if I'm going to work on an S/390 system, I want to play with OS/390 and VM or something of that nature. Why code in C when I can code in COBOL ;)

    Actually I think this is pretty cool, I wouldn't mind running some of my code on these systems, especially anything math intensive is going to run blazing fast....

    Are they going to offer some Database space too on DB2, or am I going to have to run MySQL???

    --
    I'm an AIX Systems administrator, and yes I do cry myself to sleep at night....
    1. Re:Do I have to use Linux? by Lozzer · · Score: 1

      Though with 10 (central) processors math intensive code will probably be pretty good, Big Iron really kicks at anything I/O intensive.

      --
      Special Relativity: The person in the other queue thinks yours is moving faster.
    2. Re:Do I have to use Linux? by UncleJosh · · Score: 1

      Actually, it's running a full function VM, probably the latest release...all the software is described on the website: http://www.ibm.com/servers/eserver/zseries/os/linu x/lcds

    3. Re:Do I have to use Linux? by cyberlync · · Score: 1

      Believe it or not guys, OS/390 is there running in the background. It serves as the conroller for all of these LPARs. The ISeries 400 works the same way. ie OS/400 controlls the partitions and the vms. SO in effect you are always working on OS/390. lol

      --
      I'm a programmer, I don't have to spell correctly; I just have to spell consistently
  56. Re:2.1 TB?!?!! by Gurft · · Score: 1

    Actually that's not a whole lot, EMC has some nice big fat Symmetrix boxen that can go up to 4-6 TB and work off a couple Fibre-Channel cards. We're runnning 3TB where I work, and connectivity is a breeze :)

    --
    I'm an AIX Systems administrator, and yes I do cry myself to sleep at night....
  57. Re:Turning of the tides? by gavcam · · Score: 1

    And more crap TV ads!

  58. IBM's Efforts by Isldeur · · Score: 2


    You know, I know that IBM is going to donate/spend $1 billion this year on Linux and open source, and this is clearly part of the whole plan. And while I would be the very last to look a "gift horse in the mouth" so to speak, wouldn't it be even more super if they dumped some money into these ailing open source projects or hired developers a.k.a. VA Linux?

    1. Re:IBM's Efforts by UncleJosh · · Score: 1

      This isn't the only IBM contribution. Look in the latest glibc source at the accurate math routines, for at least one other... http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/ sysdeps/ieee754/dbl-64/?cvsroot=glibc

  59. The special thing is VM concept by porky_pig_jr · · Score: 1

    the special thing is having multiple virtual machines. Each machine is completely isolated from the other machine. As a user you 'virtually' own the whole box. Allocating resources to virtual machines is done on a very low level and highly optimized. Lots of code is a microcode. So - for instance you can host say a 1000 servers, yet it is really a single box. Incidently VM has been around for a long long time (probably since mid 70th). Once you have a virtual machine you can boot (IPL) any operating system of your choice, not necessarily Linux. When I was studying at school, one of the courses I took was 'Operating system design and implementation'. The end result was a complete operating system, with bootstrap, program loader, simple I/O drivers, job scheduler. We used VM to boot and test our code. That was my very first exposure to VM.

  60. What about Window$? by pallotta · · Score: 4
    OK, now there's a 10-CPU box for "an opportunity for people who haven't used Linux to...get to try it out".

    What will you need if you want to try Windows out? A Beowulf of Crays?

  61. Walking the Plank by MrPCsGhost · · Score: 1

    Please don't post news like this... I work on a S/390 administering WebSphere and USS, and I'm seriously considering bailing to do an AIX job, for viability reasons. Don't tell me Z/OS390 is becoming fashionable. I'm already wishy-washy. Aaron

  62. How does this actually work by PlotFive · · Score: 1

    Can anyone explain (OK, I'm ignorant!) what is happening under the covers here? Is this mainframe partitioned in hardware terms, with x number of Linux instances actually controlling its resources? Or is it that x number of Linux instances are running in software partitions under the control of OS/390 or VM or ...? If it's the latter it seems far less exciting to me.

    --
    No sig is a good sig
    1. Re:How does this actually work by PlotFive · · Score: 1

      Thanks for a quick answer. I guess it _is_ the latter, then. You're right, VM is cool, but as I thought, it's not exactly Linux running "on" a mainframe, is it? Any more than you can run Windows NT "on" an AS/400 (or i-series!). You actually run it on an Intel CPU which is integrated into the AS/400's disk and I/O environment...you need to dig a bit to find that out, the sales reptiles have no clue. Still if it helps to run good apps I suppose only techie purists will care. And perhaps only techie IBM purists at that.

      --
      No sig is a good sig
  63. Nope, the point is "doing good" by JohnQPublic · · Score: 1

    Ask yourself why IBM would do something like this. For the sake of the Linux community? Hardly.

    Obviously you're not on the mailing list where the setup for this system was discussed. You've got it all wrong - the reason is exactly to do something good for the Linux community. The idea was proposed by a non-IBMer in the Linux/390 community, and nursed along by a crew of folks outside and inside IBM, more than a few at the lowest levels.

    This isn't one of those "the suits want to look good" ideas.

  64. It's VM - like VMWare only better by JohnQPublic · · Score: 1

    You can think of this as your own colo system if you like - you get root access. The overall system is using IBM's z/VM operating system to carve the system up into thousands of smaller systems, and to manage their interactions. Think "VMWare", but better - they get the idea from IBM. z/VM and its precursors have been doing this since 1967 - they've had time to work out the kinks.

  65. Nonsense! Where've you been since 1980? by JohnQPublic · · Score: 1

    Trust me, they are slow machines. On a good day, a brand new, 16 processor S/390 is a 120 MIPS machine. Each individual processor is only 7.5 MIPS.

    Hogwash! On the brand new zSeries 900 machines, each processor exceeds your paltry 120 MIPS number. And we get up to 16 of those in a single array.

    Heck, even the poor, beknighted half-Intel/half-S/390 "P/390" systems clock in at almost 7 MIPS, and everyone in the mainframe business knows those are only interesting to cash-challenged 1-or-2-man ISV shops. Running production work on anything that slow is disheartening.

  66. Tried to post this two weeks ago! by JohnQPublic · · Score: 1

    So why wasn't this interesting when Scott Courtney wrote about it at LinuxPlanet two weeks ago? Suddenly a press release comes out and it's interesting? Hey folks, go over and read Scott's article - it hasn't been sanitized by Corporate Communications types, and it's still positive!

    2001-05-09 03:21:40 IBM Provides Open-Access Linux/390 Playground (articles,news) (rejected)

    1. Re:Tried to post this two weeks ago! by Scott+Courtney · · Score: 1
      Thanks for the plug! There's a typo in the URL, though. The article from two weeks ago is here on ELToday.com. For a technical overview, try this one on LinuxPlanet.

      By the way, I've also been a beta tester of the system. The account is a full virtual hardware environment, with root access to your virtual machine. The whole thing runs under IBM's VM operating system which acts as a hypervisor like VMWare(tm) but with extremely low overhead because the S/390 CPU has better virtualization support in hardware than Intel does.

      They are using SSH with hostkey authentication in addition to the login/password authentication. This is so that they can safely allow a direct root login remotely. You can (and will, if you're smart) also use IPCHAINS to create a personalized firewall on your virtual machine. Isolation from vm to vm is extremely good because of the hardware-assisted virtualization.

      IBM would be the first to admit that the raw MIPS numbers of a mainframe, even a big one, don't compare to a huge cluster of RISC or Itanium boxes. The forté of a mainframe is I/O bandwidth and security, and they are marketing it as such. Big companies are finding that running Linux on the S/390 concurrently with their traditional mainframe applications allows a best-of-both-worlds integration that is otherwise very cumbersome and difficult. By the way, there is an internal bus-speed network within the mainframe chassis that carries TCP/IP traffic from vm to vm at gigaBYTE per second speeds. So if you have a few dozen virtual Linux servers communicating with one another and with OS/390 or VM/ESA mainframe apps via IP, network bottlenecks are seldom a problem.

      IBM's engineers have been very responsive in fixing bugs and listening to suggestions, and they've set up a discussion e-mail list with several of their engineers lurking and posting. This is a very new thing for IBM, and there will inevitably be glitches, but give it half a chance. As for the coolness factor, that's certainly there but it's not what IBM is pushing. It's not fair to judge this offering based on whether it does a great job of running seti@home or Quake. Judge it on whether it's useful as a porting lab for Open Source applications and for IBM to learn about hosting huge numbers (tens of thousands) of simultaneous Linux instances. They have kernel gurus working on performance issues and are contributing what they learn back to the kernel team.

      Incidentally, for those who have the IBM == big_company == bad_motives mentality, you might be surprised to learn just how many internal hoops had to be jumped to make this happen. Those hoops were jumped by a team of mainframe geeks who think Linux is way cool. Companies are made of real people, and they aren't all selfish jackasses just because they work for a big company. Does IBM hope to sell iron? You bet. Just like any other business. And while they're doing it in this particular way, they are causing some enormous customers to quit ignoring Linux and take us all seriously. How is that a bad thing?

      Note: This post is my personal opinion, and I don't speak for IBM or for my current employer.

  67. Is this big enough? by green+pizza · · Score: 2

    SGI Origin 3X00 series. Up to 512 MIPS R14000/500 CPUs, 1 TB RAM. ~700 GB/sec system bandwidth. Add as many PCI or XIO expansion chassis as you desire. (VME can be added via XIO). Add up to 16 "G-Brick" Onyx 3000 / InfiniteReality 3 graphics subsystems. Add up to 36 individual "snowball" DM3 dual channel SD/HD digital video cards for editing HDTV. Add up to 768 SCSI and/or Fibre Channel XIO cards.

    Be sure to win the lottery. Err... Be sure to win several lotteries.

    http://www.sgi.com/origin/3000/3800.html

    http://www.sara.nl/Customer/systems/sgi3800/

    No Linux yet, just IRIX + some Cray libraries (SCSL). Can be partitioned if you want to run different instances of IRIX. Can also be clustered via ethernet, gigE, HiPPI, or GSN (800 MegaBytes/sec HiPPI derrivative).

  68. Cruel Intentions? by green+pizza · · Score: 2

    I hate to do it, but I have to wonder what IBM's *real* intentions are. Also, just who will get accounts on this machine? The big names: Torvalds, Cox, ESR, RMS? Friends/customers of IBM? The real coders (Apache members, GNOME members, etc)?

    I'm almost scared that they may just use this as a way to collect information about up-and-coming projects. Even if I'm working on a GPL'ed project, I'm somewhat weary of compiling and running it on a machine owned by someone else. One day it may be my app... the next it could be "IBM MEGA COMMERCIAL APP". Maybe not the code, but perhaps the idea. I can't compete with IBM when it comes to resources.

    Buyer Beware.

    1. Re:Cruel Intentions? by sumengen · · Score: 1

      That is paranoya. :)
      It sounds like some enterpreneurs not meeting with VC's because they think that they can steal their ideas.

  69. ulimit anyone? by The+Mutant · · Score: 1
    It'll be interesting to see how they set up resource limits.

    Anyone want to venture a guess? I bet nobody is gonna be able to suck up that 2.1TB of disk space.

    Also, they are probably going to virtualize X86 sessions, so from the point of view of any given user, they've got a dedicated box, running one CPU.

  70. Re:Load? by Enigma2175 · · Score: 2

    Are you 5 years old? Grow up already. {buhahuh he said load, then he said tool}


    Enigma

    --

    Enigma

  71. Perfect Application by SubtleNuance · · Score: 2

    One word: seti@home

    1. Re:Perfect Application by jthill · · Score: 1
      One word: don't.

      FP has never been the mainframe's forte. This may be changing with the addition of binary FP support in the new boxes -- I haven't seen them -- but what mainframes are built for is throughput on multitasking commercial workloads. Memory bandwidth is just the start of it.

      --
      As always, all IMO. Insert "I think" everywhere grammatically possible.
  72. Blast from the past. by shokk · · Score: 2

    Many years ago, Digital did this with their Alphas when they first came out around 1990. They did everything they could to bring attention to these fast guys, including putting out a number of white papers detailing its architecture and core design. Somehow they still could not break the Intel barrier despite their speed.

    They gave logins to anyone who asked for one in order to see what could be done with the systems. They were always overloaded and it seemed like there was great interest in the machines, but eventually $$$ and non-native Intel compatibility limited them. Good luck to IBM.

    --
    "Beware of he who would deny you access to information, for in his heart, he dreams himself your master."
  73. Re:WIll this be like bsd's jail? by karma+kameleon · · Score: 1
    I think you're thinking of FreeBSD's jail feature. Although I think OpenBSD can do it as well.

    Why does one need "...a Telnet and SSH client"? If you're going to be safe, just use SSH; don't bother with telnet.

    I guess I'm not really that excited about this. Huge CPU banks and enormous storage capacities just aren't the same these days, now that we have 1 Ghz+ laptops with 60 GB hard drives. Although, I gotta admit, running several thousand copies of Linux at once would be a cool trick to perform at cocktail parties.

  74. Two words... by Spackler · · Score: 1

    Distributed.net!

    Watch my block total SOAR!
    Them "Dutch Power Cows" are goin DOWN!
    Now all I need is 1000 email accounts, and I'm in biz.

  75. Article title sounds like porn for robots by wrinkledshirt · · Score: 2

    Well it DOES.

    --

    --------
    Bleah! Heh heh heh... BLEAH BLEAH!!! Ha ha ha ha...

  76. Useless by jonsuen · · Score: 2

    A Beowulf cluster of these would be quite silly. The main selling point of the z900 is that it is massively partitionable. It puts the Compaq/Digital GS320 and Sun Enterprise 10000 to shame. If you're running just one application or computation, partitioning doesn't serve a purpose.

    The z900 is designed for insane availability (It's relative, the G3, runs the US air traffic control system). Features, such as partitioning and the impressive Dynamic CPU sparing ensure that the computer is always running at full capacity. These features are not necessary for scientific clusters and defeat the purpose of Beowulf's impressive price/performance ratio.

  77. Read carefully: For testing and development by sumengen · · Score: 2

    Please read the text carefully. IBM makes this available for developers to port and test their software on IBM mainframes + Linux combination. This will reduce bugs for IBM and they can sell more of these machines especially to busineeses. It looks like having the ability to run linux on this machines is very valuable for businesses and IBM want more software to be compatible with their machines.

  78. Re:Tremendous leadership by IBM in the Linux marke by Test+Drive · · Score: 1

    Actually, the Compaq Test Drive program allows you to not only try out Compaq Tru64 Unix, but also Compaq OpenVMS, a variety of Linux distributions, FreeBSD, NetBSD, and Microsoft Windows. We've got these operating systems (and other software as well) running on a variety of Compaq platforms, from the StrongARM in the iPAQ to the x86 in our ProLiant line, to the Alpha in our AlphaServers, to the IA-64 we have running Linux. We're still going strong, we're still adding new Test Drives to the program, and feel free to stop by and check us out at http://www.testdrive.compaq.com/. You can find a full list of what we have running on which hardware on our current systems table.

  79. Better be fast! by lastninja · · Score: 1

    I hope the account name "root" isn't taken yet.

    --
    John Carmack fan, browsing at +5 since 1999.
  80. WIll this be like bsd's jail? by ConsumedByTV · · Score: 2

    Will this be like open bsd's jail? Or will you be able to use it like its your own colo system? What potential do most slashdoters have for this?


    The Lottery:

    --


    "Not my manner of thinking but the manner of thinking of others has been the source of my unhappiness." - M
  81. Re:2.1 sweet terabytes! by ConsumedByTV · · Score: 2

    Sure it would be hard to fill it up via the net, but it wouldnt take long to generate a large file *on* the system.


    The Lottery:

    --


    "Not my manner of thinking but the manner of thinking of others has been the source of my unhappiness." - M
  82. Turning of the tides? by tulare · · Score: 1
    This smacks with a special irony after some recent articles we've seen.
    IBM is in the midst of a major Linux push this year, with CEO Lou Gerstner pledging to spend $1 billion on the operating system in 2001.
    I realize this isn't exactly a desktop (imagine one of these machines in your house - much less in your office!), but if Big Blue is about to spend a Billion bucks on Linux development, it can only stand to reason that we can look forward to more and better apps for our boxes (not boxen! Ich bin nicht ein Deuitcher!) I only hope they don't screw it up with greed.
    --
    political_news.c: warning: comparison is always true due to limited range of data type
  83. Two comments ... by rixster · · Score: 1

    1) Imagine a beowulf cluster (blah blah blah) &
    2) Has anyone ported l0phtcrack to Linux yet ?
    Man, I sure am gonna have some fun downloading those password hashes....

    --
    Two wrongs may not make a right, but three ....
  84. Cheesy idea. by Night0wl · · Score: 1

    So... IBM is going to do this for free, open up a big beefy server and let people shuffle in through the door, give them a tour, and then usher them right back out... for free....

    What if a person put together a sizeable Beowulf cluster, simple Intel/AMD boxes on a simple 100mbit switched network, loaded with a decent chunk of HD space (Let's say 250Gb, 1/4 Terrabyte) and opened it up for paid access at a cheap, but reasonable price?

    Hell, maybe just so people can rent it for a day and drop a mother load of blocks on there dnet stats as someone mentioned earlier...

    I think it would be fun to do this, not taking into calculation the maintenance and administration of it, especially if it paid for it's self.

    Know what I mean?

    --
    Computational Madness in a round package.
  85. The best honeypot to date? by fibonacci8 · · Score: 1

    You know with such an expensive toy, someone's going to want to try to break it. This'll be a great opportunity for security research for IBM as they can observe what tweaks people use to personalize their chunk of the system.

    --
    Inheritance is the sincerest form of nepotism.
  86. Umm... by slaytanic+killer · · Score: 2

    Are you trolling? At that point, IBM would be investing in possibly competing firms which do not necessarily even have a snowball's chance in hell of being successful. And it would be showing favoritism to an outside group of developers. Should they also give money to RedHat? Would SourceXchange survived (if they indeed are dead) if it had some IBM money propping up their carcass? There is still some Darwinism inherent in the Open-source model.

    IBM should earmark 0.05% of their budget (that's still half a million bucks right?) to - guess what - pay great open source based developers and designers to build a site that would try to get feedback from the Linux community, including developers, users, and purchasers, as to what sort of things we'd like to see.

    I heard that's what SourceForge and even Slashdot were about. Before you find that odd, both sites are actually very good barometers of peoples' desires. And plus, they already have alphaWorks and developerWorks, both of which I visit on a regular basis.

  87. Re:poor ibm... by towatatalko · · Score: 1

    What do y. mean "outperform"?, S/390 is a multi-os machine, can y. run concurrently several OSs on your G4?, not to mention other issues. Outperform doesn't equal speed of a single processor, we're talking warkloads, batch processing, and very secure environment here.

    --

    IP was invented for the sake of lawsuits.
  88. Re:Why don't we tell them how to spend their money by towatatalko · · Score: 1

    Can't really blame IBM for what they do, not do with their money. By definition it's their money. In the meantime they're already commited to Linux developement like none else in the big corporate business and also it gives some hope for Linux companies such as Turbolinux, SuSe, maybe Caldera. I believe Turbolinux is going to fare good out of those theree because they have the strongest developement ties with IBM and can offer service support for both Linux and IBM's hardware.

    --

    IP was invented for the sake of lawsuits.
  89. Re:Why don't we tell them how to spend their money by r_j_prahad · · Score: 2
    Where were they when Eazel tanked? What about the folks at SourceXchange? Are they doing anything more than thinking about marketing, pr facetime, and beating their own products to death?

    Please don't get me wrong, I too am saddened and disappointed at Eazel's demise. But I appreciate the fact that IBM has adopted a mostly hands-off approach to third party open source development.

    Consider that IBM did decide to fund a company like Eazel, what makes that any better than Microsoft funding Corel? I think IBM is doing the "right thing", and avoiding lots of nasty accusations in the process.

  90. Re:OK, I'm dumb.... but by tb3 · · Score: 2

    Yeah, all the specs for the machine are there (10 CPUs, 32GB RAM) and 2.1 TB disk and they still call it DASD! I'm having bad flashbacks to allocating cylinders and other IBM doublespeak.
    -----------------

    --

    www.lucernesys.comHorizon: Calendar-based personal finance

  91. OK, I'm dumb.... but by TequilaMonster · · Score: 1

    could someone please post a link to the gruddam page on IBM that contains this link mentioned at yahoo to 'Linux Community Development System links' before I go nuts?

    Alan
    --
    Tequila - drink of the gods.

    --
    Tequila - drink of the gods.
    1. Re:OK, I'm dumb.... but by TequilaMonster · · Score: 1

      I'm also lazy. What can I say - I found the link, woohoo

      http://www-1.ibm.com/servers/eserver/zseries/os/li nux/lcds/index.html
      no html - no goatse

      Alan
      --
      Tequila - drink of the gods.

      --
      Tequila - drink of the gods.
    2. Re:OK, I'm dumb.... but by TequilaMonster · · Score: 1

      Hmm - slashdot is borking the text in the link.

      Here it is

      click - no goatse

      Thats better

      Alan
      --
      Tequila - drink of the gods.

      --
      Tequila - drink of the gods.
  92. Missing the point.... by Gollo · · Score: 5

    I expect that the majority of work allowed by Big Blue will be architecture porting and testing (eg, x86 to S390), rather than development from scratch. There of course will be (I expect) some products that may wish to exploit the Linux-to-z/OS (the OS formerly known as OS/390, MVS, yadda-yadda) functionality that is soon to come (why go over the network from a logical Linux machine to a logical z/OS machine when you can go cross-memory?), and these will be developing some code from the gound up. But I can see that a lot of software currently running successfully on x86, PPC, etc (commercial or not) needs to be tested on 390 to officialy "support" it, and, let's face it, not many people have easy access to a 390 machine, let alone a 390 machine running Linux!

    This is IBM's way of getting as much existing Linux software as possible to list 390 as a supported architecture. There's a lot of support-contract related money to be made by distributions in this areana....if a company has already shelled out on 390 hardware, they are hardly going to go without a software support contract for their Linux Distro.

    Having said all that, I believe that the porting effort is negligable for most user-level applications, but of course, you would like someone to actually test their software on the architecture before assuring you it works there, wouldn't you? :-)


    Gollo.

  93. I'm sorry, I can't resist by captaincucumber · · Score: 1
    Think of a good euphemism for formal dances held by IBM...

    Hint: Big Blue _____

    Heh.

    Okay, for the sake of providing a little bit of content-added, what's up with 30 to 90 day accounts? Not very useful if you want to develop an application as they say.

    On the other hand, do I understand correctly that you could just run vncviewer (a 172KB executable) on windows and get to experience Linux and Xwindows? That would be a really easy way for someone to test out Linux, no distro disks, no partitions, no unsupported video cards. That's the setup I use at home since I have two computers (one windows, one linux), but only one monitor.

  94. Beowulf by limekiller4 · · Score: 1
    The first person to wonder out loud how cool a beowulf of these would be gets a CueCat shoved straight up their ass.

    My .02,

    --
    My .02,
    Limekiller
  95. Now if they would only get a quake3 ded server ... by Genoaschild · · Score: 1

    That would be sweet. Three hundred+ users playing off of one server.
    ----

    --
    Just because a bunch of people believe or do something stupid, doesn't make it any less stupid.
  96. IBM sincerity.... by simple4 · · Score: 2

    A number of posts have discussed IBM's intentions and whether or not this is just a hype device. I just wanted to chime in and mention that I have been part of a Linux startup for over 2 years now and IBM have been incredibly responsive to any input or criticisms our group has offered. I know that IBM views Linux as their opportunity to gain ground in a server market that they have lost to Sun largely because of the OS and less because of the hardware. IBM would like to encourage the growth of the 390 largely because they feel it is fundamentally a superior product, but is losing ground because of the application space. To that end (and I was actually present at a meeting w/ a General Manager and 3 VP's) when someone mentioned the idea of making time available. Everyone's reaction was enthusiastic. For them, here was a great opportunity to be viewed by the best the open source communitiy has to offer and allow IBM the opportunity to prove that they do in fact offer superior hardware. Things like limited time I imagine are only there to prevent squatters from wasting people's time. Beyond that, IBM seems to have demonstrated a complete commitment to Linux on all levels, so this idea really just seems to be the next obvious evolution of that commitment. I do have to admit though, the spraypaint thing was cooler IMHO. simple4

  97. How fast is it supposed to be? by dr-khong · · Score: 1

    10 Processors for 1000 Users, that makes 1/100th processor time for each user. I don't know how fast they are, but if we compare them with, say, 2GHz Athlons, and take 1/100 then we've got a 20MHz Athlon for each one currently busy on the box. OK, not everyone logged in uses his processing time completely, say every 3rd does. It is compareable to developing on a 60MHz Athlon over the internet - not very fast I guess. Then there certainly are limitatios of what you are allowed to change on your configuration. Developing is only possible when connected to the iNet. And don't forget that Big Blue is watching you all the time...well, all in all I prefer my 500MHz Box right here. Faster, more flexible, lower latency and surely not observed by anyone.