Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Fitting A Linux Box On A PCI Card

Posted by timothy on Sat Nov 03, 2001 09:42 AM
from the ultradense-to-the-desktop dept.
An Anonymous Coward writes: "Running on Newsforge/Linux.com is a hardware review where Slashdot's Krow took a couple of OmniCluster's Slotservers and and built a cluster configuation inside of a singe host computer (and even had DB2 running on one of the card's inside of the host). Could something like this be the future of computing where for additional processing power you just kept adding additional computers inside of a host?"
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • Ob Beowulf comment (Score:2)

    by anticypher (48312) <`moc.liamg' `ta' `rehpycitna'> on Saturday November 03 2001, @09:46AM (#2516161) Homepage
    Imagine...

    It would be cool to have completely separate processors in a box, so that as long as there is power, each card can run on its own. Then you could network them together into a beowulf cluster, and then make clusters of clusters

    the AC
  • Too bad... (Score:1)

    by NoMoreNicksLeft (516230) <john.oyler@noSpAM.comcast.net> on Saturday November 03 2001, @09:50AM (#2516170) Journal
    That slots are considered a bad thing nowdays. The trend is to manufacture boards with less expandability, not more. So let's see... Soundblaster 1024 Ultra, or another CPU board... but not both. Then again, I've never been accused of buying crappy consumer motherboards...
    • Re:Too bad... by NoMoreNicksLeft (Score:1) Monday November 05 2001, @07:51AM
    • 2 replies beneath your current threshold.
  • Seen these for a long time (Score:3, Insightful)

    by ackthpt (218170) on Saturday November 03 2001, @09:55AM (#2516179) Homepage Journal
    I've seen these around for ages, variety of manufacturers, but usually they're priced significantly higher than just buying several cheap PC's, granted you have a fast bus between cards/PC's, unless you have a redundant powersupply, one failure brings your whole cluster down, whereas networked mobos should be tolerant of one system failing. As for future, eh, they've been around long enough, but I expect the use has been rather specialized.
  • The SETI version (Score:3, Insightful)

    by Wire Tap (61370) <frisina@atlant[ ]b.net ['icb' in gap]> on Saturday November 03 2001, @10:00AM (#2516189)
    Does anyone here remember a while back when that "fake" company tried to sell us SETI @ Home PCI cards? I was about to place my order, until the word came to me that they were a fraud. Kind of a funny joke at the time, though. At any rate, here is the old /. story on it:

    http://slashdot.org/article.pl?sid=00/07/23/2158 22 6&mode=thread

    It would have been GREAT to have an improvement in CPU speed on a PCI card, as I always have at least two free in every system I own. What I wonder, though, is what instructional speed would the PCI card "CPUs" give us?
  • Impractical (Score:2, Troll)

    by atrowe (209484) <adam@arowe.org> on Saturday November 03 2001, @10:07AM (#2516201) Homepage
    I don't see these things taking off for most uses because the PCI bus is limited to a measly 133 MB/S. Even newer 64 bit PCI slots found in some servers have insignifigant bandwidth to keep the data flowing fast enough to make full use of these things. I can see where they may come in handy for heavy number crunching applications such as SETI, but for web serving and DB applications, the throughput between the card and the host system is simply unacceptable.

    Also, I would imagine that the RF interference generated by having several of these in one box would be quite signifigant. PCI slots are only an inch or so apart on most motherboards, and without any sort of RF shielding between multiple cards, I can't imagine they'd function properly. It's a good idea on paper, but in reality, I'd think a few 1U rackmount servers would do the job much better. And for $499 a piece, you could get a decent single processor rackmount server for around the same price.

    • Re:Impractical by man_ls (Score:2) Saturday November 03 2001, @10:13AM
    • Re:Impractical by Anonymous Coward (Score:1) Saturday November 03 2001, @10:21AM
      • Re:Impractical by Charles Farley (Score:2) Saturday November 03 2001, @07:29PM
        • Re:Impractical by Shanep (Score:2) Saturday November 03 2001, @11:18PM
    • Re:Impractical by Peter Dyck (Score:2) Saturday November 03 2001, @10:35AM
    • Re:Impractical by morcheeba (Score:3) Saturday November 03 2001, @10:47AM
    • Re:Impractical (Score:4, Informative)

      by Knobby (71829) on Saturday November 03 2001, @12:13PM (#2516428)

      don't see these things taking off for most uses because the PCI bus is limited to a measly 133 MB/S. Even newer 64 bit PCI slots found in some servers have insignifigant bandwidth to keep the data flowing fast enough to make full use of these things.

      You've heard of Beowolf clusters, right?

      Let's imagine I'm running some large routine to model some physical phenomena.. Depending on the problem, it is often possible to split the computational domain into small chunks and then pass only the elements along the interfaces between nodes.. So, how does that impact this discussion? Well, let's assume I can break up an NxM grid onto four subdomains. The communication from each node will consist of N+M elements (not NxM).. Now, let's take a look at our options. I can either purchase 4 machines with gigabit (~1000Mb/s) ethernet, Myranet (~200Mb/s) cards, or maybe I can use ip-over-firewire (~400Mb/s) to communicate between machines.. Gigabit ethernet has some latency problems that are answered by Myranet, but if we just look at the bandwidth issue, then ~1000Mb/s is roughly 125MB/s. That's slower than the 133MB/s you quoted above for a 32bit, 33MHz PCI bus.. Of course there are motherboards out there that support 64bit, 66MHz PCI cards (such as these from TotalImpact [totalimpact.com])..

      You're right that the PCI bus is not as fast as the data io approaches use by IBM, Sun, SGI, etc to feed their processors. BUT, if I'm deciding between one machine sitting in the corner crunching numbers, or 4 machines sitting in the corner talking slowly to each other through an expensive gigabit ethernet switch, guess which system I'm going to look at?

      [ Parent ]
      • Re:Impractical by Luminous Coward (Score:2) Sunday November 04 2001, @02:36PM
    • Re:Impractical by ryanr (Score:2) Sunday November 04 2001, @12:32AM
    • Re:Impractical by crisco (Score:3) Sunday November 04 2001, @12:33AM
      • 1 reply beneath your current threshold.
    • Re:Impractical by bad-badtz-maru (Score:1) Saturday November 03 2001, @10:39AM
      • Re:Impractical by Indomitus (Score:1) Saturday November 03 2001, @11:25AM
        • Re:Impractical by Sleuth (Score:1) Saturday November 03 2001, @11:32AM
    • 3 replies beneath your current threshold.
  • Geode Specs (Score:2)

    by Ron Harwood (136613) <harwoodrNO@SPAMlinux.ca> on Saturday November 03 2001, @10:10AM (#2516206) Homepage Journal
    Here [national.com] are the Geode specs... "Speeds offered up to 266 MHz"
    • 1 reply beneath your current threshold.
  • CPU Speed (Score:1)

    by CBoy (129544) on Saturday November 03 2001, @10:22AM (#2516227) Homepage
    I read through the site and I could not find ANYTHING vs. relative x86 cpu speed. Anyone find anything? Sure it's great to have a PC, but at least give us some hint of how it performs compared to an x86 cpu.

    • 1 reply beneath your current threshold.
  • by Anton Anatopopov (529711) on Saturday November 03 2001, @10:22AM (#2516228)
    Perhaps this is the way to get over the anti Linux brigade when they say 'Linux is difficult to install'.

    Just hand them a PCI card and let them get on with it. I can't help thinking it would be better on a USB device though. Then you wouldn't even need to open the case !

  • by JAZ (13084) on Saturday November 03 2001, @10:34AM (#2516247)
    Follow me here:
    A computer used to take up a room.
    Then, computers were large cabinets in a computer room.
    Now, they are boxes in a computer cabinet in a computer room.
    So we can extrapolate the next step for computers is to be cardss in computer box in a computer cabinet in a computer room.

    It's a natural (obvious) progression really.
  • by mysticbob (21980) on Saturday November 03 2001, @10:43AM (#2516267)
    sgi has been doing this for a long time. their
    newest systems are almost this exactly, but instead of slow, thin pci, they use large, fast
    interconnects:

    http://www.sgi.com/origin/300/
  • by friedmud (512466) on Saturday November 03 2001, @10:45AM (#2516271) Homepage
    He didn't even try to do any parrallel processing with these things! That was the first thought that came into my head.

    Here we have four or five cpus all in one machine, talking to eachother over a native PCI bus. It seems to me this would be a great way to run a Beowulf cluster In a machine.

    Anyone care to comment on why he might not have done this?
  • by pvera (250260) <pedro.vera@gmail.com> on Saturday November 03 2001, @10:57AM (#2516289) Homepage Journal
    Commercial rent is expensive, so the least space you need to dedicate out of your office to store servers the more cost effective they are.

    These cards have been around for ages with various degrees of complexity. There used to be (don't know if they are still around) some of these cards that were designed to plug into a Mac so the card would do all the hard work if you wanted to emulate a PC.

    I don't see the value for the home user. I can't see why a true home user (not the very small percenteage of hardcore enthusiasts or people that run a business from home) would need so much power that the solution is to get a box, plug a few of these babies and cluster them.

    Still, its not so hard to come up with a home scenario:

    1. Send your broadband connection to the basement of your house and spread it to all the rooms in the house with a $80 broadband router, cheap switches and hubs.

    2. Put a box in a closet in the basement with different PCI cards to serve a specific purpose. For my own personal needs (I am a Microsoft dot whore, sorry) I would have an exchange server, one dedicated as a network file server, a sql server and a IIS server. A person of the Unix persuasion would have a card with sendmail and some kind of pop server, a file server, mysql or posgres and Apache.

    With just a little bit of money the house now packs as much punch inside of that box in a basement closet than what it takes my company to do with a row of bulky servers. Add in a blackbox switch and a cheap 14-in monitor, keyboard and mouse and you are set. Of course Unix people would use some kind of secure shell and save themselves the trip to the basement, and us lazy Microsoft whores will just have to rely on Terminal Services or pcAnywhere.

    In a corporate environment the space saving actually pays off (you don't pay your apartment rent or home mortgage by the square foot like most businesses do) as soon as you recover some of the space wasted by the server room. Right now I can see how I could take ours, gut it out, put a couple boxes full of these PCI cards in a good closet with the proper ventilation, and then turn the old equipment room into a telecommuter's lounge.

    The home solution would rock because my wife will not bother me anymore about all those weird boxes sitting under my desk in my home office. All the clutter goes away and I just keep my tower case.
  • Geode? (Score:2)

    by tcc (140386) on Saturday November 03 2001, @11:03AM (#2516295) Homepage Journal
    266mhz max. Their target audience is the firewall/network application.

    Too bad a Dual Athlon-based solution (on a full length PCI card) would suck too much juice... at least from the current PCI specs... AMD needs to make a move like intel did with their Low wattage PIII, I'd love to see a 12 processor (5 pci slots plus host) renderfarm in a single box for a decent price. Not only it would be space saving, but imagine that in a plexi-glass case :) a geek's dream.

    • 1 reply beneath your current threshold.
  • by Zenjive (247697) on Saturday November 03 2001, @11:04AM (#2516298) Homepage
    this better not be another Krasnoconv with that hoax SETI-accellerator card!
    I don't know if I can take another disappointment like that.
  • Imagine a new kind of bus (Score:2, Insightful)

    by Anonymous Coward on Saturday November 03 2001, @11:15AM (#2516323)
    Imagine if all the devices in your computer were attached to each other with 100 GB optical cable.

    Essentially there would be a switch that allowed about 32 devices to be attached.

    The devices could be storage devices, processors, audio/video devices, or communication devices.

    Storage devices would be things like memory, hard drives, cdroms and the like.

    This bus would allow multiple processors to access the same device at the same time and would allow devices to communicate directly to each other, like allowing a program to be loaded directly from a hard drive into memory, or from a video capture device directly onto a hard drive.

    No motherboard, just slots that held different form factor devices with power and optical wires attached.

    A networking device would allow the internal protocol to be wrapped in IP and allow the interntal network to be bridged onto ethernet. This would allow the busses on seperate computers to work like a single computer. The processors on all the machines could easily network together, memory could be shared seamlessly, harddrive storage would be shared and kept backedup in real time. Any device in any machine could communicate directly with any other device in any other machine. Security allowing.

    Want 20 processors in your machine? Install them.

    Want 6 memory devices with 1GB each? Add them.

    Want 100 desktop devices with only a network device, display device and input/output device that use the processor and storage out of an application server? No problem.

    Want a box that seemlessly runs 20 different OSes each in a virtual machine that are ran across 10 boxes in a redundant failover system? No problem, it's all done in hardware.

    Want the hard drives in all the desktop machines to act like one giant raid 5 to store all the companies data on? No problem. (1000 machines with 10 GB each is 10 TB of storage)

    This is the future of computing.
  • SUN has a similar product.. (Score:5, Interesting)

    by Phizzy (56929) on Saturday November 03 2001, @11:17AM (#2516331)
    I am actually typing this comment on a Sun Microsystems SUNPCI card.. It's a celeron, I beleive a 466mhz or so, w/ 128m of ram. It has onboard video if you want to use an external monitor or can use the sun's native card if you want to run it windowed, ditto w/ ethernet. I've been using the card for about 3 months now, and other than some instability w/ SunOS 2.6 (which dissapeared in 2.8), I haven't had problems with it.. you can copy/paste between the Sun window and the 'PC' window, which is very helpful.. and though we are running WIN2000 on it (ok.. so shoot me) I don't see any reason why you couldn't run linux on it if you really wanted too.. All-in-all, the card is pretty badass..

    //Phizzy
  • hmmm.. (Score:1)

    by ZaneMcAuley (266747) on Saturday November 03 2001, @11:31AM (#2516363) Homepage Journal
    Brings back memories of Transputer cards :D

    How does sharing of the disk between each machine on a card affect the performance ?
  • I haven't been paying attention to the market... I guess things like this aren't all that rare. Apparently there's a G4 PPC computer-on-a-card as well.

    But anyway, it reminds me a quite a bit of what Avid/Digidesign do for their high-end systems.
    You see people who've got 6 slot PCI systems and 4 of those slots are filled with extra computing cards (sometimes more... some people get expansion chasis'). You can rely on your computers processor if you're not doing to many complex effects on a track of audio, but at some point (not too hard to reach... throw in a tube amp emulator and a reverb) you run out of CPU. So they have PCI cards which have a couple of DSP chips (Motorola 56xxx series, I think) on them, and the more of these you add, the more audio processing you can do simultaneously.

    At some point, perhaps people will think: hey, why add a specialized card? Why not just more general purpose computing power?
  • by Eugene (6671) on Saturday November 03 2001, @12:26PM (#2516451) Homepage Journal
    I'm fairly interested in those devices, but right now the the cost for those boards is not cheap enough for me to get it. at ~$500 a pop, I could put together a cheap system with better specs (not on a board, of course). I know it's targeted for server/commercial applications, but if they are willing to lower the price some, I'm sure there'll be a lot of takers.

    my idea setup will be using a CF card with CF-IDE adapter as the boot drive(which eliminate the dependancy of the host OS on powerup and no actual HD required).

  • G4 PCI cpu (Score:1)

    by starman97 (29863) on Saturday November 03 2001, @01:01PM (#2516515)
    Here's a G4 card that plugs into a PC or anything with a PCI slot for $400
    http://www.sonnettech.com/product/crescendo_7200 .h tml#pricing

    The Catch: You have to write the device driver for the Motorola MPC107 PCI bridge chip.
  • by swb (14022) <mobocracy@gmail.com> on Saturday November 03 2001, @01:12PM (#2516535)
    I'd like to see a bus that was little more than a switch, with a minimum of logic for management.

    For cards, it'd be great if each card had its own CPU and RAM. Ideally the cards would have a few universal connectors, each of which could accomodate an I/O module which would contain just the discrete electronics necessary to drive a specific device or medium (eg, video, audio, disk, network).

    Bus-Switch modules would be interconnectable to accomodate more cards, and would have switch-like manegement features for segmentation, isolation and failover type features.

    The CPU cards themselves ought to be less complicated than motherboards since there's no bus logic, just interconnect logic to the Switch-Bus and the I/O modules, and RAM.

    Since each board has its own RAM and CPU it ought improve system performance because the O/S could offload much more processing to CPU boards dedicated to specific tasks. Instead of the kernal bothering with lower-level filesystem tasks and driving the hardware, a "driver" for filesystem and devices could be loaded on a CPU board dedicated to I/O.

    The same could be true of user interfaces -- run the the UI on the board dedicated to video, audio and USB. The kernal could run applications or other jobs on the "processing" CPU board(s).

    Networking? Offload the entire IP stack to the networking CPU board.

  • by mikus (222126) on Saturday November 03 2001, @01:31PM (#2516560)
    Seems pci bus would be a horrific limiting factor considering you now have a series of processors sccessing resources across the pci bus, as well as on-board. As a firewall, unless the nic's are something decent that can handle hardware trunking to a real switch, 1 interface isn't going to take you far. If they could do dot1q trunking, it would definately be nice. Beyond that, I can't see something commercial like checkpoint fw1 running efficiently on the daughter cards with no more than 266mhz and 256mb of ram. Might work ok for something such as ipf, pf, or ip chains on a stripped down linux kernel, but no freakin way no on win2k. I say stick to a cluster of 1u's if space is that big of an issue. I doubt it's any less complicated to set up a cluster 1u's than getting these things to work *correctly*.
  • by studboy (64792) on Saturday November 03 2001, @01:49PM (#2516601) Homepage
    (disclaimer: my bro's wife usta work for this company)

    rackmounted PCs with video, etc. They're intended for offices: you run cables to each person's monitor/keyboard/mouse, manage all the actual hardware in one place ~~ ClearCube [clearcube.com]

  • Linux on PCI a year old, dudes! (Score:2, Insightful)

    by scaryjohn (120394) <johndodd AT uiuc DOT edu> on Saturday November 03 2001, @01:54PM (#2516615) Homepage Journal

    I looked at this and said... wait a minute, hasn't this already been sorta done [slashdot.org]? Despite not being a full featured box, Firecard [merilus.com] is a PCI-card running Linux... for the purposes of supporting a firewall (as you could have guessed from the name if you'd not read the story -- Nov 14 2001... but it's cool that they've taken it to the next level.

  • Radius Rocket (Score:1)

    by beerits (87148) on Saturday November 03 2001, @02:44PM (#2516711)
    This sounds like the old radius rocket for mac. Each rocket was essentiallly a quadra on a nubus card.
    http://lowendmac.com/radius/rocket.shtml
  • by Capacitor (241918) on Saturday November 03 2001, @03:06PM (#2516755)
    Those of you wondering about expandable servers should have a look at Transmeta's homepage (http://www.transmeta.com)- among their featured products is a server using something called Serverblade - single board servers. I think you can fit 24 of them in a 3u rack enclosure.
    • 1 reply beneath your current threshold.
  • I want some ! (Score:1)

    by jooniqzb1tch (246498) <3etds80yid002@sneakemail.com> on Saturday November 03 2001, @03:15PM (#2516769) Homepage
    This is really a great system ! of course it's a bit expensive but still, having two more linux boxes inside your system to play around with, without the extra cases/cables/noise sounds awesome. it would also rock to host several small servers .. I'll definitely try to get some.
  • by clustermonkey (320537) on Saturday November 03 2001, @03:37PM (#2516847)
    In the communications industry, this isn't anything new. The idea of having multiple computers on blades in a chassis is a (the) standard called 'PICMG', based on CompactPCI technology. It's been around a long while. I validate systems like this at work.

    You can get 4, 8, 16, or even 24 SBCs (Single Blade Computers) in a chassis, and link these chassis together via switches. Each chassis has a switch that links all the SBCs in the backplane together and has external ports to hook it up to the outside world.

    Check this out:
    http://www.picmg.org/compactpci.stm
    and this:
    http://www.intel.com/network/csp/products/cpci_i nd ex.htm
  • by parryr (67836) on Saturday November 03 2001, @04:15PM (#2516956) Homepage
    Sun Microsystems have had "PC cards" for a while now. There was a whitepaper they published some time ago on using a small Sun server (say, an E450) and populating it with PC cards.

    They demonstrated how an entire Windows NT cluster could be built using this technology, chucked in some Terminal Services under Windows, ran Exchange, and then did all the important stuff (mail, DNS, whatever) on the Sun box itself.

    Granted, it's not Linux, and granted, he cost of a Sun box is quite high - but the PC cards are significantly cheaper over here for Sun hardware, and Sun architecture seems to be a bit more robust and scalable than PC stuff.
  • who cares? (Score:2)

    by adolf (21054) <adolf@phreaker.net> on Saturday November 03 2001, @05:18PM (#2517072)
    Stuff like this started in the PC world, IIRC, with 386s on 16-bit ISA cards.

    Nobody cared then.

    Why would anyone care now?

    Please explain your point using no more than 100 words.

    -
  • Sunpci card (Score:2, Informative)

    by johnnyp (17487) on Saturday November 03 2001, @06:52PM (#2517361) Homepage
    I've got an Ultra 5 with a PCI card which has an AMD K6/400 on it so's the Ultra can run a Windoze machine. The K6 shares the HD disk and can either use the Sun display or you can plug a separate monitor into its on-board vid. Also shares the ethernet card. It works OK, runs Win 98 fine (95 is supposed to work though I can't get it to, but I have seen one running NT 4.0) and you can cut and paste between CDE and Win 98. The only real use I find for it is firing up IE to see if webpages I've made look OK.

    I think you can pick them up pretty cheap nowadays if you like that sort of thing. I don't imagine much mileage from trying to install a.n.other unless you feel like writing the relevant drivers to get everything to talk to each other.

    • Re:Sunpci card by johnnyp (Score:1) Saturday November 03 2001, @06:56PM
      • Re:Sunpci card by PerfectWorld (Score:2) Saturday November 03 2001, @07:33PM
  • wait a minute (Score:2, Insightful)

    by dakoda (531822) <cwright AT softpixel DOT com> on Saturday November 03 2001, @08:41PM (#2517600) Homepage
    this is exactly what many good video cards do, but in a specialized manner. same with high end sound etc. the idea of putting powerful cpu's on cards is probably as ancient as cards themselves.

    as has been noted before, this would really be useful if the pci bus was extended (faster/wider). of course, making it faster/wider gives you what sgi has been doing for a while too (also mentioned above).

    perhaps the most dissapointing thing is that all that power goes to waste on users playing solitare, running windows, aol, and quake, not on something that will actually need the power to perform the tasks. well, maybe quake isnt so bad...
  • days of future passed (Score:3, Informative)

    by hatless (8275) on Saturday November 03 2001, @08:57PM (#2517651)
    Can this be the, uh, future?

    No, not if it's existed for decades. It's what's referred to as a "mainframe". You know. An expandable number of processor boards running under an operating system that can treat them as any number of single-processor or multiprocessor machines, with the ability to reassign processes between CPUs.

    The Unix world has had them for a long time, too. Modern examples include Sun's higher-end servers, which support hot-swappable and hot-pluggable processors and memory.

    Doing it with x86 processors and standard x86 OSes like x86 Unixes and Windows is less common but I believe Compaq and maybe Unisys can sell you machines that can do it, too, with one or several instances of the OS running at once.

    This hatdware approach is not quite the same as VMWare's server products, which do it via software and don't limit you to one OS per processor or block of processors. It in turn mimics other decades-old mainframe operating environments in approach.
  • The only two cool things about the PCI card in the article is host-IP connectivity (which essentially is a dual ethernet card then, perfect for firewalls and such), and 10W power draw straight from the host's power supply.

    However, Powerleap [powerleap.com], ubiquitous for upgrades and socket adapters, also has a card which touts some similar attributes called the Renaissance/370S [powerleap.com] based on a Socket 370 or FC-PGA chip. It cranks with Celeron, Celeron II, and P3 chips. Quite rockin'.

    The main cool thing about this device is it does NOT use the motherboard slot it sits in. It just uses it as a place to mount. That's right, you can put one in an ISA slot and still run the motherboard it sits in and they won't know a thing about each other, because no pins are connected between them. The price is also a lot better (~$250 for a low end model), you can swap out the CPU and it has two DIMM slots, with a max ram per slot of 512mb (1GB combined). The specs are much better and the price is much lower. It's just marketed as an upgrade option rather than a performance enhancement to an existing machine.

    I've been looking into this as a solution for my cluster, but haven't gotten up the nerve to buy them yet. From what I can find on the web, they're the best cluster card option, especially if you are handy with soldering. To really maximize the power per box, I'd probably buy a dead 486 motherboard (ISA slots all the way across the board, which this card requires), slam four Renaissance cards in it, link two power supplies in parallel, rig extra power and reset switches for each card separate from the power supply, and there's your mini-cluster. Probably 4 machines per 4U case, which notably isn't a huge space savings over 4 1U pizza boxes, but it costs less than a single 1U server would.
  • by mrdisco99 (113602) on Saturday November 03 2001, @11:24PM (#2517887)
    IBM AS/400's have offered integrated Netfinity adapters for years. These are PCI cards with processors, memory, and console/network connections which share power and storage on the AS/400. You can fit up to 16 of these in a single machine. Check it out [ibm.com]
    • 1 reply beneath your current threshold.
  • by apayne (5952) on Sunday November 04 2001, @03:23AM (#2518154) Homepage
    I bought one of these cards back at LinuxWorld. The hardware's nice, they don't work exactly as advertised though.

    The bundled kernel module only works with the stock kernel distribution in RedHat 6.2-7.1 (kernel 2.4.2 max). The kernel module sets up a virtual network device that allows the host pc to talk to the slotserver. The kernel module needs to run on both the host and the card to be able to communicate with each other localy. (You can still communicate via the 10/100 interface over the network.)

    Another thing they advertize is the ability to have the card boot off of the host computer via a "virtual disk" (rather than having IDE drives hanging off of the card). I have't been able to get this working at all - and the only documentation available tells you that the feature exists.

    It would kind of suck to have a PC loaded with 4 cards and 4 additional disks. I could sell a kidney and purchase some disk-on-chips I guess.

    -Andy
  • by StikyPad (445176) on Monday November 05 2001, @11:04AM (#2522679) Homepage
    I believe Amiga made something similar about 10 years ago. It was called a bridgeboard [amiga-society.de]. It even had onboard CGA graphics..! I didn't have the slightest clue of the existance of Linux at the time, so I can't say whether it would have worked or not. Maybe someone else out there has tried it.
  • by Ron Harwood (136613) <harwoodrNO@SPAMlinux.ca> on Saturday November 03 2001, @10:27AM (#2516235) Homepage Journal
    This doesn't increase the speed of your existing computer... it adds another computer on-board...
    [ Parent ]
  • Re:Performance (Score:1)

    by kzanol (23904) on Sunday November 04 2001, @07:34AM (#2518452)
    I wonder what sort of performance you get out of one of these cards?
    Since I've got a router/firewall box using the same CPU I should be able to answer that one (300Mhz):
    RC5: Summary: 4 packets (25.00 stats units)
    1.14:10:07.62 - [48,778 keys/s]
    As you can see, number crunching is rigtht out of the question. Still, easily fast enough to push packets around.
    [ Parent ]
  • 22 replies beneath your current threshold.