Home | Forums | What's new | Resources | |
At home server for learning puspose |
lordofduct - Jan 16, 2006 |
it290 | Jan 16, 2006 | |||
Ok, with that config I think your only worry with regards to saturating the PCI bus is the raid config, and that's not likely to happen with the kind of network setup you're going for. In fact I would suggest software RAID since it doesn't sound like the machine is going to be doing all that much constant hard disc accessing anyway. The CPU might be a limiting factor at some point, though, depending on how much you're serving up simultaneously (probably mostly with your HTPC), and that's where the hardware RAID might be handy. Oh, and yes the onboard IDE channels are part of the PCI bus. It seems you're planning on setting the machine up as a router as well. If it's just for learning that's cool, but generally speaking it's a bad idea security-wise to run server daemons on the same machine as the router, because if something gets exploited the attacker can easily access your whole network from there. For the HTPC thing.. serving content you should be fine, but I wouldn't recommend trying to encode over the network. It'd be better to encode locally and then set up a cron job or something to back up your movie files on the server if you want. Even for bidirectional transfer you'll probably be ok as far as network bandwidth goes, I'm guessing. Not sure what you mean by directly writing from the NIC to the HD, it still has to go through the IP stack and the OS. Your main limiting factor here is going to be the network filesystem; I would go with Samba as it has better performance than NFS in my experience and is easy to setup. FTP is an option too -- it has the lowest overhead, but the scripting on both sides would be more complicated. |
lordofduct | Jan 16, 2006 | ||||
thanks it290
hahahaha! actually... that is ummm, a different story then you'd imagine. I just don't want to hurt feelings. I will admit I took a bigger bite then I'd expected, but it wasn't THAT big. |
Dragoon42 | Jan 30, 2006 | |||
Firstly, we're not hooked up to the internet so I can't help you there. 2.) For our network the server is attached to a switch, negating the need for multiple NICs. 3.) RAID is done through hardware, We have a Dell PowerEdge something or other (2350?). I suggest the hardware IDE controller (I R redundent!). 4.) If you want to really get into the backbone of servers I highly suggest FreeBSD. It's what the worlds largest server runs. And I personally use it for my desktop OS freebsd.org. It's the most stable OS available. OpenBSD.org is the most secure if you're really hardcore into that. I now that at least FreeBSD will also run most Linux software through compatabilities it has built into it: http://www.freebsd.org/doc/en_US.ISO8859-1...k/lin... Plus, FreeBSD is VERY well documented and has a very helpful user base, like Ubuntu Linux: www.bsdforums.org... 5.) I know Linux has some DVR programs out there. As well as DVD ripping, encoding, and burning software, but I know little about it: http://www.mplayerhq.hu/DOCS/HTML/en/mencoder.html... http://untrepid.com/acidrip/... |
ExCyber | Jan 30, 2006 | |||||||
The technical term for this is "hacker", popular perversion notwithstanding.
What board/chipset is it? Many "RAID cards" really just do software RAID and hide the RAID functions in the driver and BIOS, in which case you're better off just using your OS's softraid capability. Some have "XOR acceleration" for RAID 3/5 but I've heard that this is mostly a joke in terms of how much it affects overall performance. |