Author Topic: Core Requirements  (Read 2059 times)

dolony

  • Regular Poster
  • **
  • Posts: 35
    • View Profile
Core Requirements
« on: December 02, 2008, 03:20:19 pm »
I want to build a core that will only carry my media (movies). I want to stream movies around the house. Will the following specs be enough as a min. to serve as a core for 4-5 MD's?


Motherboard: MS-7061
Processor: Athlon XP 3000
Memory: 2GB (Max on the motherboard)

seth

  • Guru
  • ****
  • Posts: 485
  • A day w/o LinuxMCE is like a day w/o sunshine!
    • View Profile
Re: Core Requirements
« Reply #1 on: December 02, 2008, 03:41:27 pm »
 :)
Hardware looks good.

Some things of note:

1. Make sure you have a good 100MB ethernet network. If you can, go Gigabit.
  a. make sure you use 2 NICS, one from the internet to the core (eth0) and one from the core to the house (eth1)
  b. in order for MD's to work, they need to be on the eth1 connection, and using the core's DHCP server

2. Make sure in addition to your media storage, you have a separate drive for the OS and the MD's
  a. the base install will be about 20G, and figure at least that for each MD.  4 to 5 MD's = 100G + 20 to 30G for the OS
  b. I recommend keeping the OS/MD drive, separate from the media, makes future upgrades non-destructive to your vast collection  :)

3. Make sure you use good network cabling and hardware, intel, 3com, broadcom, cisco, linksys, trendnet etc. bandwidth gets to be a premium when serving that many MD's (I know I have 4), especially when streaming high quality video content.

4. Most DVD's that LMCE rips are of the size 5 to 8GB each movie. Keep that in mind when designing your storage capacity.

5. NAS disk enclosures are great, internal SATA controllers are as well, and always use redundancy when possible, I recommend RAID 5 configurations of 3 to 5 disks.

There is a bit of info for you. I hope it helps.

Always check the wiki and the forums for possible answers and configurations.

Welcome and Regards,

Seth
".....Because Once you've LinuxMCE'd....."
System stats located at my user page:

http://wiki.linuxmce.org/index.php/User:Seth

dolony

  • Regular Poster
  • **
  • Posts: 35
    • View Profile
Re: Core Requirements
« Reply #2 on: December 02, 2008, 03:48:35 pm »
So I don't need a duo core processor for the core server? There will be no problem streaming to two or more MD's at the same time?

seth

  • Guru
  • ****
  • Posts: 485
  • A day w/o LinuxMCE is like a day w/o sunshine!
    • View Profile
Re: Core Requirements
« Reply #3 on: December 02, 2008, 04:37:29 pm »
 ;)
Dual core is great, if it is actually doing some processing, like commflagging a recording (mythtv) or playing back some intense media frontend, but if it is just acting as a server, it needs to do that. Since you are only using it as a device to provide streams to other devices, the other devices do the real "work", rendering the UI, running the application that is the viewer. The core at that point is only acting as a file server. Now if you were to watch media on it then the need for dual core might present itself.

Here the network, and the power of the MD's takes special consideration.

Regards,

Seth
".....Because Once you've LinuxMCE'd....."
System stats located at my user page:

http://wiki.linuxmce.org/index.php/User:Seth

dolony

  • Regular Poster
  • **
  • Posts: 35
    • View Profile
Re: Core Requirements
« Reply #4 on: December 02, 2008, 04:56:13 pm »
Thanks