Slashdot Mirror


IBM To Demo OpenPower 710 At SCALE 3x

An anonymous reader writes "IBM will demo their PPC based servers including their new OpenServer 710 at SCALE 3x this week. In addition they have their i5/520 running Power Linux, Intel Linux, AIX, i5/OS (OS/400), and Windows all simultaneously. SCALE will be held this weekend in Los Angeles at the LA Convention Center. Speakers include Kevin Foreman (Real Networks), Jon Hall (Linux International), Larry McVoy (CEO BitMover), Marc Hamilton (Sun) & 30 other sessions. In addtion to the talks there will be over 40 exhibitors including IBM & Novell. If you're in LA drop by on 2/12-2/13. There will also be a dinner and GPG Key Signing party. (For a free exhibit hall pass register with the promo code "FREE" or a discounted full access pass with "NEWSP".")

18 of 101 comments (clear)

  1. Benchmark recomendation by Leroy_Brown242 · · Score: 2, Interesting

    I think they should use the distributed.net client for benchamarking. maybe they can take a few decades off of the RC5-72 challenge, or finish up OGR. :)

  2. Luke Skywalker working at Sun? by Anonymous Coward · · Score: 2, Funny

    Marc Hamilton (Sun)
    I guess Luke is Sun's only hope?

  3. But... by Anonymous Coward · · Score: 3, Funny

    how many linuxes does it run?

  4. Imagine.. by Anonymous Coward · · Score: 2, Funny

    a beowulf cluster of linuxes, all of them running on the same machine.

  5. Did they say windows???? by LWATCDR · · Score: 2, Interesting

    Are they running it under emulations or is there once again a PPC version of windows?

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    1. Re:Did they say windows???? by devinoni · · Score: 3, Informative

      The system running the Intel Linux and Windows is an i5 520, that's not the same system as an OpenPower 710. iSeries servers have optional integrated Intel servers http://www-1.ibm.com/servers/eserver/iseries/integ ratedxseries/

    2. Re:Did they say windows???? by rve · · Score: 3, Informative

      There's a xeon server on a plugin card in the machine.

  6. Re:Some OpenPower by Anonymous Coward · · Score: 5, Informative

    $30K seems a bit pricey, which model # did the IBM guy quote for u?

    http://www-1.ibm.com/servers/eserver/openpower/h ar dware/710_browse.html

    9123-710A POWER5 / 1.65GHz 1-way 36MB 2048MB 2 x 73.4GB Ultra320 10K rpm $4,713.00 IBM Web price*
    9123-710B POWER5 / 1.65GHz 2-way 36MB 4096MB 4 x 73.4GB Ultra320 10K rpm $8,428.00 IBM Web price*
    9123-710C POWER5 / 1.65GHz 2-way 36MB 8192MB 2 x 73.4GB Ultra320 10K rpm $12,766.00 IBM Web price*

  7. Re:Some OpenPower by Jeff+DeMaagd · · Score: 4, Informative

    Maybe you got quoted a different model? The 720 model is made to fit 64GB of RAM, and fits four CPUs.

    From The Register:
    Big Blue bills its OpenPower line as a serious threat to Unix gear from the likes of HP and Sun Microsystems. But at a starting price of $3,449 the OpenPower 710 will also rival systems running on Intel and AMD processors.

  8. i5 520 Linux by af_robot · · Score: 2, Insightful

    To run Intel Linux / Windows on i5 (ex AS400/iseries) you need to purpose either card with intel cpu/memory (like blade) or special kit which can be used to connect i5 box to the intel (xseries) server. The main benefit of running intel apps on i5 is single-level storage.
    Anyway it is a great box - i'm happy having one near my desk for two weeks. It is black, heavy, and rather quiet (for server) :)

  9. Nah... by bhsx · · Score: 2, Funny

    He's just A New Hope.

    --
    put the what in the where?
  10. Hey, ya know... by dspeyer · · Score: 2, Insightful
    A $1000 OpenPower server would be nice, though. So would a Cray that fits in my pocket that costs $25.
    The original Cray C1 ran at 80MHz and had 4MB of RAM. The PalmOne Zire 21 runs at 126MHz and has 8 MB RAM. And it fits in your pocket.

    Sadly, it costs $40 plus shipping on ebay, but it'll come down soon.

    Not relevant, but highly amusing. And yes, I know the C1 has archetechtural advantages over the Zire 21 (parrelelism, floating point...). It'll happen to the OpenPower servers too.

  11. Re:Go PPC! by Hal_Porter · · Score: 2, Interesting

    Why? x86-64 does pretty well in benchmarks, and it's cheap as hell.

    Even if you pick your chips for assembler elegance, x86-64 isn't too bad. Most of the x86isms that hampered performance are either not used anymore (e.g. segmentation) have been fixed to some extent or no longer matter much in a modern chip running modern code.

    In the "fixed to some extent" I'd include the lack of integer registers - x86-64 has twice as many, the nasty FPU architecture - x86-64 uses SSE2 instead. Also, variable sized instructions can be executed efficiently if you transform them into uops and give a higher code density than a typical Risc, so you get better cache hit rates for a given cache size.

    And by "modern code on a modern chip" I mean that if you look at the code that comes out of a modern compiler, it's almost as good you would have got on a clean Risc design, but you run it on a chip with a clock rate that is much faster than Risc chips manage, because the x86-64 world now has two companies competing, and they can both afford high end fab plants.

    In fact I'd say that x86-64 will eventually kill all the Risc chips, PPC included in the desktop/server world. The embedded world is different of course.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
  12. Re:Some OpenPower by Anonymous Coward · · Score: 2, Informative
    Next thing you've got to look at is processor cache. It's expensive anywhere you put it, so most low-end Intel processors have around 1 to 2 megabytes of it. A 30 grand OpenPower machine is likely to have double or triple that (he said not knowing).

    Double or tripple that for $30K?
    More like 72x that for $23K. IBM doesn't mess arround when it comes to cache.
  13. Re:Wow, that's a list of people I don't want to me by Bri3D · · Score: 3, Informative

    Jon "maddog" Hall was one of the first supporters of linux way back in the early 90's. If I remember correctly he was the one who donated a DEC Alpha(I think he worked for DEC) for Linux's first port. I may be wrong...

  14. First-hand experience with OpenPower by winmonster · · Score: 3, Interesting

    I just read this entire thing at -1, and there hasn't been one post that indicates anyone has even seen an OpenPower box. We purchased an OpenPower 720 box a few months ago. 2x 1.65 GHz procs, 4 GB RAM, 2 73 GB drives, 6 146 GB drives for about $22,000. We run SLES 9 on it, and use it for ITSM. I chose it opver and x86 box for one reason: I/O, which is pretty much where all big-iron architectures trounce x86. There have definitely been growing pains, though. I had to work with SUSE on a fix for installation onto an IBM RAID array. Also, I cannot utilize all of the disk space that was purchased. Both of those issues are results of IBM controllers requiring you to format a drive with 522 byte sectors. The results are workable and perform well, but not quite the "certified" solution I was expecting. Anyways, my 2 cents. I still think I made a good choice, considering management wouldn't go for a PSeries/AIX box.

  15. Re:G5 = Opteron by lakeland · · Score: 2, Insightful

    It would be a small win to the opteron. I did some informal benchmarking a few months ago of the G5 and the opteron, and found that clock-for-clock, the opteron got slightly more done. So I'd be very surprised if a 2.6GHz opteron didn't do more than a 2.5GHz G5. Of course, the G5 would be dual processor, so we'd have to go with dual opteron as well to compare prices.

    Apple clocks in at $2999 for the base configuration. Taking that same configuration to newegg is required quite a few substitutions: I went for kensington wireless keyboard and mouse, XP pro, LiLian case and PSU, 2.4GHz opteron (no 2.6 in stock), and a sony DVD burner 16x. The total was $3124. I would put the price at a draw. I.e. go with whichever you prefer the OS of.

    Naturally, if you're going to be running linux, that puts the opteron a fraction cheaper.

  16. Re:G5 = Opteron by Hal_Porter · · Score: 2, Interesting

    Intel chips are x86-64 too, and they run up to 3.8Ghz.

    Not that it helps them much on Spec benchmarks -

    http://www.aceshardware.com/SPECmine/top.jsp

    But for most of the last couple of years, the best performing x86 managed to run at a higher frequency than the best performing Risc, or turn in better SpecInt benchmarks - at least for single CPU, or sometimes both.

    PC hardware tends to suck for multi CPU stuff though - even Opterons are a bit disappointing to be honest, considering that decent SMP performance was supposed to be one of the design goals. On the other hand, I don't think switching instruction sets would help here, it's something that will be fixed with multicore chips (because they make SMP more mainstream and thus more important) and better bus protocols - maybe AMD will license the Power5 one like they did for Alpha.

    FP performance is a bit disappointing too - especially as the Athlon FX-55 result is with a decent 64 bit compiler - it's still a fair bit behind Itaniums and POWER5. On the other hand, how much mainstream computing is limited by FP performance?

    Actually, Power5 does better than I'd expected - much better than PPC970, but it isn't enough to get people to switch from x86. Back in the Alpha days, Risc chips had a advantage in virtually all benchmarks, and conventional wisdom said that it would increase, but it still wasn't enough of an incentive to get significant numbers of people to switch over.

    Which is my point really. It's not that x86 has an particularly good, it is that PPC and other Risc chips no longer better enough to make people switch.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;