Slashdot Mirror


New Machines From Sun

wfaulk writes: "Sun has just annouced their Netra X1. It's a 1U high server w/ 400MHz UltraSPARC processor, 128 MB RAM, and a 20GB IDE drive for under $1000."

Another reader, nameless for his or her own protection, writes with more Sun hardware information: "Sun / Cobalt announced their new XTR machine ... I know a bit about it from their beta but couldn't say anything due to non-disclosure until they announced it.

It's not an AMD chip as has been reported, it uses Intel Coppermine P3's running up to 933 Mhz (or at least that's the highest they offer right now). Apparently the P3 was picked for lower heat/power consumption and so that they can do SMP in the near future. The unit we saw had a 2nd socket for SMP but the BIOS and software is not ready for it for this release. I'm guessing in another 6 months or so they'll release an SMP version.

This unit also had standard IDE drives in the 4 (yep, 4 all available in the front) hotswap bays but the sleds and backplane look like their considering SCA SCSI drives in the future, all they need to do is swap the controller card and drives and everything is ready since the controller is no longer built-in to the motherboard and the backplane has SCA connectors (the sled adapts the IDE drive to an SCA connector)."

That X1, besides giving you a rack-mounted 400MHz UltraSPARC for your under-a-grand, has what I think is the largest silkscreened logo I've ever seen on a computer. Why don't they just admit they want to and start hiring graphic artists from skateboard companies?

58 of 205 comments (clear)

  1. Cobalt Acquisition by CritterNYC · · Score: 2

    Seems like that acquisition of Cobalt Networks is bearing some fruit.

  2. Re:OK, so it's cheap... by johnnyb · · Score: 2

    Clustering is a much better way to scale than SMP. Also, with clusters, you are better off with central shared storage than with having it on each one. There's no reason for your web servers to have good storage capabilities - its just a waste of money. Leave that to the NFS server.

  3. Re:1U Machines by johnnyb · · Score: 2

    The BEST 1U Linux boxes are the VA Linux servers. They really rock (actually, we use the 2U version, but I'm pretty sure the 1U is almost the same, just a little pricier). Anyway, VA Linux has the _best_ intel Linux hardware around. VERY well-tested, and VERY solid.

  4. Re:Ummm, holy shit. by Ledge+Kindred · · Score: 2
    "solid firewall-1"

    Isn't that an oxymoron? Of all the firewall products I've ever had the, errr, pleasure to work on, Firewall-1 is the least advanced, most unpleasant. The ipfilter module for Solaris is just as functional and at least it's open-sourced.

    -=-=-=-=-

    --

    -=-=-=-=-
    My mom's going to kick you in the face!

  5. Re:Why? why? why? by johnnyb · · Score: 2

    Cobolt isn't competing with this. This doesn't just "work" out of the box. You still need a Sysadmin to configure it and stuff.

  6. Why Sun? by Malc · · Score: 2

    I've used a Dell server. I have some queries that run for several hours. It seems that we either GBs of memory, or disk sub-system that is faster than the current SCSI RAID. Why would I want to go for expensive Sun equipment when I seem to get better value with x86 hardware? Besides, we'd have to take quite a hit moving everything from SQL Server to a non-MSFT DB solution.

    1. Re:Why Sun? by nightfire-unique · · Score: 4
      Why would I want to go for expensive Sun equipment when I seem to get better value with x86 hardware?

      I'll take a quick stab at this.

      I don't know the specifics of your business, but what happens if you experience a sudden surge of growth? Say, your business guys manage to secure a massive round of financing, or you sign a big contract... or maybe your product starts selling exceptionally well. All of the sudden, you find your data set growing exponentially.

      Sure, you upgrade the box. Now it's a giant 4-way PC with 4GB ram, and a 10-spindle disk array. That holds out for another a few weeks. But it's just not enough. Queries keep rolling in.. some of them never come back out. Strange things start happening.. the server begins to thrash day and night. But, there's more data!

      Add another box? Okay, you begin to horizontally scale your environment. More PCs, more software licenses, more monitors, more people, more network infrastructure, and air conditioning (don't forget to call that contractor!), etc. Pretty soon, your costs start to spiral out of control. You have your people working 24/7 to distribute your database. If it weren't for the damned server instability...

      More data. Lots of it. Hundreds upon hundreds of megabytes of data. Your sales VP drops by to ask why he can't access the database for the third time today. You know, we got 539 new customers this week. And, when were we rolling out that new web front end again?

      (Excuse the drama.. :)

      You give up. After spending ten times what it would have cost to do it right from the beginning, you start the long task of porting your applications and data to a Unix platform. Now you understand scalability.

      Next lessons - availability, security, and support.

      Side note for the /390 guys out there - isn't it ironic to hear these arguments from a Unix user? :)

      --
      All men are great
      before declaring war

      --
      A government is a body of people notably ungoverned - AC
  7. 2 problems by Zapman · · Score: 3

    As a Sun Sysadmin, I see only 2 problems that keep this box from UTTERLY blowing away the competition.
    1) The drives are non SCSI, so in sun land, you can't mirror the hard drives [1]
    2) (Follows from 1) The drives don't hot swap.

    Sun has long lagged behind Compaq (the intel servers I see most at my work) and probably others in shipping with RAID chips that can cover the 2-5 hot swap, SCSI drives that can go in the chassie. Now I understand charging serious cash for external storage, but for the root drives, lay off.

    [1] Note: if there is a way around this, I would LOVE to hear it, but every where I've seen, unless you have 2 different IDE busses, you can't mirror root drives.

    --
    Zapman
    1. Re:2 problems by nightfire-unique · · Score: 2
      One target market where this might do unbelievably well in is the ASP space, where this could live on an ethernet storage network. Luckily, it even has a second port.

      I can't wait till these things go GA.

      --
      All men are great
      before declaring war

      --
      A government is a body of people notably ungoverned - AC
    2. Re:2 problems by segfaultcoredump · · Score: 2

      Using DiskSuite, you can mirror drives (including boot/root/swap). The GUI will complain that you have all of your state database replicas on only two disks and that everything is on the same controller, but you can simply ignore the warning.

      I currently do this with a bunch of T1's where you have both of the internal disks on the same controller (and only 2 disks).

      I also just used the command line to do the work. Check out Sun's Guide to high availability where they provide the step by step instructions for both DiskSuite (free) and Veritas (overpriced unless you have an array)

    3. Re:2 problems by mjh · · Score: 2
      1) The drives are non SCSI, so in sun land, you can't mirror the hard drives [1]
      ...
      [1] Note: if there is a way around this, I would LOVE to hear it, but every where I've seen, unless you have 2 different IDE busses, you can't mirror root drives

      I don't mean to start a flame war, but several distributions of linux run on sparc, including my favorite, debian. Linux includes software raid that works quite happily over IDE. In fact, I've installed debian on a sparc and used software raid. It worked great. (The only reason that I did it is that I had to put together a demonstration very quickly, and apt is a ton easier than downloading and compiling everything by hand.)

      That being said, running any sort of raid on a single IDE bus is a really bad idea, you will absolutely kill your performance because of the limitations of the bus. But it will work.

      --
      Key to financial independence: Spend less than you earn. Save and invest the difference. Do it for a long time.
  8. Re:1U Machines by /Caspian/ · · Score: 3

    Check these 1U Linux boxes out: www.interpromicro.com
    We have bought several of these for production use, and so far they are very nice. Starting at just $859.00 they are cheap, small, and all round just pretty nifty.

  9. Re:Sun is a bunch of bastards by x0 · · Score: 2

    If you are paying $16K a pop for a Netra T1 105, you are on crack. A T1 with a 360/1MB cache and 128MB is ~$3200. Make it a 440/2MB and the price climbs all the way up to ~$5200. Single discs, no cdrom.
    The RAM _is_ silly expensive, but even maxed out with two drives and 512MB, we still get them for less than $7000.

    --
    In the immortal words of Socrates, who said; 'I drank what?'
  10. Re:But can they deliver? by mihalis · · Score: 2

    We ordered a Sun Blade when it came out, back in November. We still haven't seen it yet. Sun keeps claiming that it will ship Real Soon Now(tm).

    We have one in our firm - 2X750MHz, 2GB RAM, 2X36GB 10k RPM FCAL disks, two Sun 17 inch (I think) flat panels - but we do buy quite a bit of Sun kit. The faceplate lights up, which is sort of cool. A guy who looks after some of our Starfires has it under his desk, and I went on a pilgrimage to his desk to see it back in mid-December.

  11. Re:I wonder.. by x0 · · Score: 2

    No, it won't have the same problem. The cpus that cause the problems are 400MHz/4MB E-cache and the 440MHz/8MB E-cache. (Other may be affected such as the 480s, but I am not sure.)

    Those cpus have problems because the cache is, apparently, not ECC. Sun's 'fix' is to clear the cache every Nns. Not really a fix, but at least the box doesn't fall over.

    Looking at the specs for the new X1s, the cache has been reduced to 256KB, and although it isn't stated, the cache is likely on the die.

    --
    In the immortal words of Socrates, who said; 'I drank what?'
  12. Re:I Wonder Who Will Use This by johnnyb · · Score: 2

    Its great for a cluster server or a single-service server (DNS/SQUID/firewall/load-balancer)

  13. Re:Installing it might be hard by johnnyb · · Score: 2

    I don't know if Solaris has this, but with Linux you can just do a network install. You don't even need a floppy, you can just tftp the kernel image.

  14. Sure Does! by scotpurl · · Score: 2

    http://www.ultralinux.org/ for starters, but you can bag it from SuSE: http://www.suse.com

  15. Don't cross the streams... by cei · · Score: 2

    Seems odd that the product lines have crossed. $1000 for a Sparc server and $4800 for a Cobalt? If someone tried to pull that one on me a year ago I would have laughed in their faces.
    ------
    WWhhaatt ddooeess dduupplleexx mmeeaann??

    --
    This sig intentionally left justified.
  16. Re:I Wonder Who Will Use This by E-Lad · · Score: 5

    The 220R is much different from the E250 (which, btw, is rackmountable). Yes, both support two CPUs. Yes, both support 2GB of RAM. Yes, both are PCI. But the 220R is 4U and holds two internal SCSI disks. The E250 is 6U and holds 6.

    Ditto for the 420R/E450. The 420R is essentially the same as the 220R, except that it supports 4 CPUs and 4GB of RAM. The E450 is the same, except that it supports up to 20 internal SCSI disks.

    As for the X1, it supports more than just one drive and 128MB of RAM. The base model just comes configured that way. The X1 would make a more-than-adquate web/name/mail server most businesses. Yes, what a suprise that you DON'T need a 800Mhz chip to run these services. Or even multiple chips.

  17. Re:Disk accesses by johnnyb · · Score: 2

    For accessing a single disk, IDE is usually just as fast as SCSI.

  18. Re:I Wonder Who Will Use This by sql*kitten · · Score: 2
    The question I have is who is going to use a machine with an IDE drive an only 128 megs of RAM in a production environment? Normal users probably won't use it since it's only rack-mountable, and it's pretty low end to be a business server.

    Many n-tier system architectures use machines that are almost pure CPUs connected to networks. The machine would receive a request from a client application on the tier "above", make it's own requests for data from servers on the tier "below", perform some processing and then send a reply upwards and logging information down. You only really need a disk in these things for convenience sake, if they've been properly configured they won't even need to hit the pagefile during normal operation. You'd have real servers for your data storage, and you would be able to hot swap and/or add entire nodes to the system whenever you felt like it, because as long as they complete whatever they're working on before you disconnect them, they have no state on them at all. Very scalable, very easy to maintain, and quite cheap.

  19. Missed the point... by djrogers · · Score: 3

    Sure it'd make a cheap singe server, but at that price the whole damn thing is practically disposable. Stuff a rack with them, hook 'em up to a SAN, or an NFS mounted data repository (to eliminate the need to replicate data) and front the whole thing with a nice load balancer (or 2 boxes running the Linux Director stuff). Voila - you've got a $50k rack with enough SSL encrypting, HTML pushing, PERL punching, and bandwidth blasting power to rival ANY $150k piece of 'big iron'.

    --
    Think outside the... Hey, where'd the friggin' box go?
  20. Disk accesses by mirko · · Score: 2

    This is just a pity to see they preferred to put an IDE disc in this box.
    OK, for monothreading apps, IDE is okay and can even be fast enough but it relies in some way on the processor's power.
    Why not putting some SCSI disc(s) inside, hmmmm ?
    BTW, I love the idea of a service processor in this low-cost device: this will save much space in my machine rooms.
    --

    --
    Trolling using another account since 2005.
  21. Re:How about a low price desktop next... by Spoing · · Score: 2
    Solaris 8 is free (beer) for up to and including 8 CPUs though they charge $75 for the media package (several CDROMs)..

    $75 is cheap. There's a catch though...the licence doesn't include upgrades. So, if an exploit or other defect is discovered and fixed, you need to;

    1. Get a Sun support contract to enable access to the upgrades.
    2. Get another set of CDs (when available).
    3. Stop using that version of Solaris without either disconnecting it to the net or being really careful how it is used.

    If there's a way to get updates that I don't know about, feel free to hit me with a Clue Stick(tm).

    --
    A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
  22. Re:This might be a stupid question, but... by SquadBoy · · Score: 2

    Not really *that* special :) but it is pretty sweet hardware.

    --

    Cypherpunks: Civil Liberty Through Complex Mathematics. Those who live by the sword die by the arrow.
  23. Another silly Slashdotter didn't read the article by MidKnight · · Score: 2
    You may want to dig a little deeper before you start throwing dirt around. A few comments & corrections:

    ... No video...
    And why, pray tell, would you want to waste space on a video board in something that is meant to be crammed into a single rack with 10 other thin servers like it? This isn't a desktop system -- it's supposed to be something you throw a rack & forget about where it is physically.

    ... buy lot's more uberexpensive Sun RAM ...
    From the article: "... it employs standard PC components, including PC memory and IDE disk drives...." I assume that means it takes standard RAM.

    ... single NIC ...
    Close -- it has a single network card. But, that built-in card is dual ported, each port having 10/100 capability.

    --Mid

  24. Re:I Wonder Who Will Use This by Col.+Panic · · Score: 2

    or DHCP servers or routers. They are nice and small and at these prices, you can use individual boxes dedicated to each of these functions and have replacement boxes ready to go.

  25. Re:How about a low price desktop next... by Spoing · · Score: 2
    *whack* You are correct that it doesn't include upgrades. However, the Recommended Cluster Patches, which include include security and reliability patches, are free. Check http://sunsolve.sun.com and look for 'patches'.

    *OUCH!* Thanks...I think!

    Sun should make it easy to find these kind of things. Only a few sites are harder to deal with, and almost all of them high-profile.

    [GRIPE] Why hide every patch and upgrade under a layer of menus that use phrases from a marketing handbook, as opposed to...well...an FTP site? What's so hard about that old favorite, plus a simple directory structure?

    --
    A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
  26. UK pricing by jbrw · · Score: 2

    The Register is reporting that the UK list price for the X1 is going to be £1200 - almost double the straight currency conversion of £679 (US$1000 == GBP£679 at the moment, according to this site.

    WTF is that all about then?

    I noted that Apple UK's pricing of the Titanium Powerbook is only marginally above the straight conversion, which sounds fair to me. But almost double?

    ...j

  27. Re:Ummm, holy shit. by nightfire-unique · · Score: 2
    I'm completely blown away that Sun have done this.

    I'm with ya there. I had to reread their page a few times before I let myself believe. I was waiting to see *disk/cpu not included or something.

    After reading the specs though, I'm totally in awe. What it really means to me is that I can finally have a decent (rackmount!) sparc box at home (for cheaper than a PC!). Yes!

    --
    All men are great
    before declaring war

    --
    A government is a body of people notably ungoverned - AC
  28. Re:Only 400mHz?? by nufan · · Score: 2

    Keep in mind that this dont mean anything. Intel chips outperform SPARCS mhz for mhz in all the important benchmarks.

  29. Gee only 400 MHz? :-) PCs will eat their lunch! by crovira · · Score: 3

    As a Mac user (multiple) smarting from the stupid MHz comments in the press, I'm surprised that they didn't put a 2GHz clock on the bastard (and step it down 5:1 at the chip, which would give them an ultra-precise 400 MHz clock.)

    I'd have some real decisions to make if I hadn't already budgeted for a Titanium PowerBook.

    But the next rack unit I buy...

    --
    MSBPodcast.com The opinions expressed here are my own. If you don't like 'em... Think up your own stuff.
  30. Re:As soon as... by duffbeer703 · · Score: 5

    I realize that slashdot is a Linux site, but why would you want to run something other than Solaris on a MODERN sun box?

    Solaris is a very good operating system, and I have found it more suitable for the databases and programs that I work with. (No, I am not interested in Postgre or mySQL, don't flame please)

    --
    Conformity is the jailer of freedom and enemy of growth. -JFK
  31. Re:I Wonder Who Will Use This by AugstWest · · Score: 2

    Seriously... There are a lot of small development companies out there, especially those building ASP/Netapps, who don't have hundreds of thousands of dollars to lay out on Sparc boxes for their QA and development work.

    I wonder what these are going to do to the countless leasing companies that are reaming small shops for a good $14-16k (low-end) Ultra2 boxes...

  32. One question... by Wakko+Warner · · Score: 2
    ...where the hell is the X1 on the Sun online store? Or am I gonna have to bid for one of these things against dozens of other rabid "must have now!" geeks? (I'd like to replace my Sparc 5/170 with something made this century...)

    - A.P.

    --
    * CmdrTaco is an idiot.

    --
    "Remember when the U.S. had a drug problem, and then we declared a War On Drugs, and now you can't buy drugs anymore?"
  33. Re:How do you ever re-install Solaris 8 on it? by juuri · · Score: 2

    Simple.

    You have a jumpstart server around to jumpstart it. But of course you shouldn't need this, because the install does *not* require a GUI. If it detects no framebuffer it defaults to the text only install option, throughout.

    --
    --- I do not moderate.
  34. Re:Ummm, holy shit. by stripes · · Score: 2
    I'm with ya there. I had to reread their page a few times before I let myself believe. I was waiting to see *disk/cpu not included or something.

    Well it is "FrameBuffer, Audio, SCSI" not included. Not that FrameBuffer has any value for a rackmount server, Audio has almost none, and SCSI, well, that would be nice, but I guess they have to cut the cost some how. NEBS would be nice as well, but again...

    The drawback is no PCI slot. So there are a lot of things you can't use it for. Beyond memory and disk space there is basically no expansion at all. No gigabit ethernet. No RAID. None of that. A pity. But there are other Netras.

    I hope BSD/OS runs on it :-)

  35. Review .. by hygelic · · Score: 2

    Does anyone have a "Thousand dollar review" for this thing yet - or do we have to wait for Chris Chabot/redir to rip something off?

  36. Re:I Wonder Who Will Use This by E-Lad · · Score: 2

    Misleading? I was comparing size. The E220/420 use the same chassis. That chassis IS smaller than both the 250 (by 2U) and the 450 (by alot).

    Even so, the 450 is still a waste of space. A 420R configured with 2 external D1000 units takes up less verticle space and affords you more hard drive slots than the 450, and can carry the same amount of CPUs and RAM. One might argue that this kind of set up is more redundant in some ways.

  37. E-Bay Auctions by jellomizer · · Score: 2

    Sun has been selling new Sun Ultra 5s 10s and higher off of E-Bay sience Augest. YOu can get a Ultra 5 for around $2000 and a Ultra 10 for around $3000 It is still a little more expensive then a x86 but runing and Ultra Sparc is a nice experence.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  38. Ummm, holy shit. by WasterDave · · Score: 5

    This throws a lot of stuff out the window. I'm completely blown away that Sun have done this.

    Say you're putting together a hosting provider or other such consumer of rackmounted gear. Go to your boss and suggest you either buy:
    a, VALinux 1120's for $1400 each.
    b, BSDi 1210's for $1300 each.
    c, 'Proper' sun boxes for $1000 each.
    No brainer, particularly with Sun's excellent reputation.

    And before you start flaming away, consider what this does to 1U dell boxes running win2k server... like, two and a half grand? BWaaaahahahahahaaa! Fuck you Bill!

    They're going to sell millions of these things. And do not, for one second, underestimate the good this is going to do Unix.

    Dave :)

    --
    I write a blog now, you should be afraid.
    1. Re:Ummm, holy shit. by nightfire-unique · · Score: 2
      :)

      No, I just really want Veritas Netbackup, a solid firewall-1, and a real nfs server on my network. I'd also like to try Solaris 8's new LDAP support. The best, most productive practice time for me is 8-11pm, in the comfort of my home. :)

      --
      All men are great
      before declaring war

      --
      A government is a body of people notably ungoverned - AC
    2. Re:Ummm, holy shit. by WasterDave · · Score: 2

      US.

      --
      I write a blog now, you should be afraid.
  39. Re:How about a low price desktop next... by otis+wildflower · · Score: 2

    Solaris 8 is free (beer) for up to and including 8 CPUs though they charge $75 for the media package (several CDROMs)..

    (check here for details)


    Your Working Boy,

  40. Re:Only 400mHz?? by stripes · · Score: 2
    Sun machines on the other hand don't excute each thread all that fast in comparison, but my God! Have you seen that sucker when you ramp up the number of processes/threads?!

    Yes, I have. They still fall behind. On the other hand the hardware almost never fails, is a lot simpler to "fix" remotly (tell it to boot off of another drive, or boot of of CD and reload the OS, or just power down and back up). They are also much simpler to get in the same config for more then 3 months in a row.

    Even real fixing is frequently simpler. SCA drives are wonderful (and yes, you can get SCA PCs, but once you configure a SCA PC the price tends to go above Suns!)

    That is why we use them for servers a lot. A lot lot. A very very lot. Even with the CPU gap.

  41. As soon as... by SquadBoy · · Score: 2

    someone can confirm that the Sparc port of Linux will run on this, I will be getting out my credit cards. This looks really sweet.

    --

    Cypherpunks: Civil Liberty Through Complex Mathematics. Those who live by the sword die by the arrow.
    1. Re:As soon as... by johnnyb · · Score: 2

      There are several reasons. The two main ones I can think of off the top of my head are:

      1) You could have a mostly Linux shop, and want the price/performance of a Sun machine without having to learn brand-new stuff

      2) You prefer the Linux tools (IPChains et al)

      In addition, you should care about license philosophy (no matter which side of the fence you are on). The moral/philosophical choices we make today affect our future, so you should at least decide where you stand on the issue and act accordingly.

  42. Sparc Skateboard.. by PopeAlien · · Score: 3

    That X1, besides giving you a rack-mounted 400MHz UltraSPARC for your under-a-grand, has what I think is the largest silkscreened logo I've ever seen on a computer. Why don't they just admit they want to and start hiring graphic artists from skateboard companies?

    Why not actually use the X1 as a skateboard deck? put a few little wheels on it and Whamo! Instant Geek/Board culture cross. I could see these things really catching on at lunch hour in the industrial parks. Then you could really start making sparks with that sparc.

  43. Re:It looks like it only holds 2 drives by Wesley+Felter · · Score: 2

    You might want to read the story again; the Sun X1 holds 2 drives, and the Cobalt RaQ XTR holds 4 drives.

  44. Sure Doesn't! by uzi · · Score: 5

    I am one of SuSE's SPARC/Linux developers. Currently, I don't think Linux will run on one of those machines. If you look at their Product White Paper, you'll see (from the description and pictures) that the machine has both an UltraSPARC-IIe processor and an ALi PCI chipset. The US-IIe, while probably easy to add support for, just isn't known to the kernel currently. The ALi PCI chipset is a new thing for SPARC machines. Also, the machine has USB ports that the SPARC/Linux port won't currently take advantage of. Support will, of course, be worked on... just have patience. :)

  45. Re:1U Machines by durdur · · Score: 3

    http://www.xcomputing.com - has a variety of 1U Intel machines, great prices, very fast delivery. I have a couple in my basement. http://www.aslab.com also looks like they have nice stuff but I haven't bought any from them (yet).

  46. Re:"An ANSI console device is needed" by supton · · Score: 2

    Terminal
    - or -
    Linux+Minicom+Rollover cable
    - or -
    Terminal Server (Computone, Cisco, Lightwave Comm)...

    They all work fine with Netras... the T1 models have LOM, which is nice if the boxes are remote, because you can telnet to your terminal server on the correct port for the serial console (Netra serial port A) and type "poweron" to power them up, then get a console Login or OpenBoot.

    The T1 105s are good boxes; just slightly lesser than the T1 AC200 (same box with 440 MHz cpu and only up to a gb of RAM). Get them before they are gone; that might be a very good deal. They are not a bad box to run Linux on either...

    Sean

  47. Netras are great Linux boxes... by supton · · Score: 2

    The thing about Sun equipment is that, yeah, it's overpriced. But it offers something that not a lot of other vendors can offer in terms of hardware quality. The parts used by Sun are generally of very high quality (and I'm talking the stupid, but important stuff, like cables, power supplies, and PCBs). Sun hardware, while never being a shining star in the CPU department, makes up for it in I/O throughput, if those type of apps are your deal (though CPU intensive stuff is best left to CPUs like IA32/Alpha).

    The Netra T1 boxes (at least the 105s, and I assume the 220s) run Linux, have lights-out managment of power via dial-in or terminal server, and come standard with 10kRPM disks, and have dual ethernet, and have plenty of expansion (via the E1 box for 4 extra PCI cards, if you need it).

    Overall, the netras might be overpriced, but they are a good choice for folks that have the money (and the people) to use them in the right situation.

  48. My Bad.... by scotpurl · · Score: 2

    I shoulda known someone much better than I'll ever be would read that, and post.

    Thanks for the correction. I don't want to mislead people. Guess I shoulda checked the hardware compatibility list for the components, and not just the CPU.

    mea culpa.

  49. Re:I Wonder Who Will Use This by gorilla · · Score: 2
    To put some figures on this:

    220/420
    17.8 cm H
    44.9 cm W
    69.6 cm D
    250
    51.7 cm H
    26.2 cm W
    73.2 cm D
    450
    58.1 cm H
    44.8 cm W
    69.6 cm D

  50. I Wonder Who Will Use This by n3rd · · Score: 3

    I work at a company who uses lots of the Netra machines, and they're awesome. The Netra 220R is the same as an Ultra Enterprise 250 only rackmountable and the Netra 420R is the same as a Ultra Enterprise 450 only again, it's rack mountable.

    The question I have is who is going to use a machine with an IDE drive an only 128 megs of RAM in a production environment? Normal users probably won't use it since it's only rack-mountable, and it's pretty low end to be a business server.

    Thoughts?

  51. 1U Machines by chancycat · · Score: 2
    SO what are the best 1U options for UNIX/Linux apps?

    We're building a suite of app servers in my (job) and have started looking into HP's new LPr's rumored to come out (dual PIII in 1U). Sun has made 1U machines for a while, but they've been expensive.

    And sometimes I wonder if an 8-CPU 4U box may be a better deal over 4 1U boxes.... Still, having a rack stacked full on 1U machenes, some acting as firewalls, some as web servers, some as app servers, some as DB servers, etc... It's kind of sweet.

    --
    Evan - needs to hit preview before submitting