Slashdot Mirror


Apple Releases Cluster Node Xserve

JHromadka writes "Apple today released a cluster node version of its Xserve rackmount server. The Cluster Node is a dual 1.33GHz G4 that has 256 MB RAM, no optical drive, Gigabit Ethernet only on the logic board, no graphics card, and only 10 client licenses. Starting price is $2799, which is a grand less than the normal Xserve."

4 of 57 comments (clear)

  1. Think Clustered... by irving47 · · Score: 4, Funny

    Imagine a be... No. I can't say it. I won't.

    --
    I had a sucky sig.
  2. Think different by dacarr · · Score: 4, Funny

    Imagine a single one of these, removed from the cluster.

    --
    This sig no verb.
  3. good price by goombah99 · · Score: 4, Interesting
    Having built several clusters now I'd say this was close to an excellent price point. My experience is that cluster nodes tend to run about 900 to 1400 per cpu. You can get them for a lot less but not from manufactureres you know will be relaible. That is to say, joe blow might build cluster units just as good as IBMs for $300 each, but unless I can actually distiguish joe blow from sam blow (who builds sucky ones) I wont buy from joe blow. thus knowing something is relaible is as important as being reliable. reputation matters.

    When building a very large cluster this latter feature is massively important unless you have free sysadmin. dealing with failures is a crucial part of running a cluster. I've seen too many caseswhere the individual units work fine but overheat in a cluster or have too much down time or some fraction of the units fail more often. I'll pay double for reliability and in fact the last two systems I did pay double and got reliability. (supermicro P4s and RLX blades)

    Stripping cluster units down is a good idea. having the fastes possible or most disk space system is not always important in a cluster. its throughput per dollar and reliability that count most. In my humble opinion P3s sometimes outperform p4s on relaibility and cost of ownership per throughput.

    many types of clusters dont require having even a local disk. One of the more important developments in the linux world is the linux boot and bproc (from Los Alamos) which allow a cluster to run without any moving parts other than the fans (no CD, floppy, or hardrives need ever be present). adding redundant powersupplies or better yet an external powersupply is yet another desirable feature.

    A while back I bought two xserves and they are built with impressive design standards and from what I can tell are highly reliable. They are super easy to sys admin and to keep pathced since apple provides easy to use tools.

    the main problem with the apple, and the reason I still use x86 linux boxes for my clusters has been the fact that sometimes there is one or two peices of code that I cant get for the PPC cluster. This is not a big deal just a nuicance. the other problem is the price to throughput ratio. If all of my code worked well with the altivec set my estimates convince me that the ppc smoke the x86 boxes of comparable qualiy in throughput per dollar. but if I dont compile well for the altivec set the PC win on price. Since my main apps arent written with the altivec in mind (they are in fortran and have branches inside loops), i'm hosed.

    what I have found is that the apples do make very cost cometitive disk servers when you include the total cost of ownership and high quality.

    --
    Some drink at the fountain of knowledge. Others just gargle.
  4. Re:10 Client Licenses? by heychris · · Score: 4, Informative
    To be specific, it's 10 AFP (Apple File Protocol) client licenses. SMB and NFS are unlimited. The "unlimited" version allows unlimited AFP connections (though I believe there is a technological limit of 500 or so per server).

    Of course, if you have OS X clients, you can always use SMB or NFS on the client to connect to an OS X server. Only OS 9 or lower Macs would use up the AFP client licenses. Go figure.

    CC