|
Hardware Support Discussions related to using various hardware setups with SageTV products. Anything relating to capture cards, remotes, infrared receivers/transmitters, system compatibility or other hardware related problems or suggestions should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#441
|
|||
|
|||
Quote:
I was just concerned about bringing the sage server to a crawl with that high of CPU useage. My initial thought was to record directly to the NAS and use VMWARE to run comskip. So, it is good to see that somebody else does do it this way. |
#442
|
|||
|
|||
Quote:
I run Sage server on a discrete server. I don't think you can really handle the tuners well under VMware, at least the USB and PCI ones I have. So I guess I could run showanalyzer on that system too, but since the disks are on the NAS it seems somewhat more optimal.
__________________
Server: Sage 6.5.9 - X2 3800+, DFI NF4 MB, 1 GB, 300 GB HD (system disk), NV 7600GS, - Windows XP SP2 Client 1: Sage 6.5.9 - E7200, Abit IP35 Pro, ATI 4850 with HDMI connect to Denon 3808CI and Sony A3000 SXRD TV Client 2: HD200 connected to Denon 3808CI and A3000 SXRD TV Client 3: Media MVP to 15" Toshiba LCD Client 4: HD100 connected to Samsung 23" 720P LCD Client 5: HD100 connected to Vizio VX37L |
#443
|
|||
|
|||
Quote:
|
#444
|
|||
|
|||
This has been discussed previously, but I'll ask again anyway:
I've not found Linux based NAS that allow one to create a disk/partition/volume or whatever it's named that has big allocation blocks that are most prudent for Video files. As we do for Windows where we (should) put video in a video-only partition formatted to 64KB blocks. This makes a huge reduction in I/O's per second and head movement. My little RAID1 for video does this. It's a pair of 500GB drives with a C: partition and a V: partition in Win XP. RAID1 on the $65 motherboard (NVIDIA). I'm OK with RAID1 as I just want to reduce the chance of a drive failure clobbering all my data - videos and photo collection. (The photos are also on one other drive since they are irreplaceable). That AMD ASUS motherboard also has built-in gigE an a video chip that runs just fine on my 22in LCD monitor (1650 pixels wide) Last edited by stevech; 09-30-2008 at 10:14 PM. |
#445
|
||||
|
||||
You usually don't need to do that based on the file system your NAS is using. For instance blocks used in files stored on XFS filesystems are managed with variable length extents where one extent describes one or more contiguous blocks. This can shorten the list considerably compared to file systems that list all blocks used by a file individually. Also many file systems manage space allocation with one or more block oriented bitmaps — in XFS these structures are replaced with an extent oriented structure consisting of a pair of B+ trees for each filesystem allocation group (AG). One of the B+ trees is indexed by the length of the free extents, while the other is indexed by the starting block of the free extents. This dual indexing scheme allows for highly efficient location of free extents for file system operations.
An extent is a contiguous area of storage in a computer file system, reserved for a file. When starting to write to a file, a whole extent is allocated. When writing to the file again, possibly after doing other write operations, the data continues where the previous write left off. This reduces or eliminates file fragmentation. Extents are supported in: Macintosh Hierarchical File System and HFS Plus SGI XFS (Designed to be an extent based file system) Reiser4 (in "extents" mode) Universal Disk Format (UDF) VERITAS File System (via the preallocation API and CLI). Linux ext4 (when extents are enabled, the default since kernel 2.6.23) OS/2 and eComStation HPFS HP Multi-Programming Executive file system JFS for AIX, OS/2/eComStation and Linux BFS for BeOS, Zeta and Haiku The SINTRAN III file system Oracle Automatic Storage Management XFS makes use of lazy evaluation techniques for file allocation. When a file is written to the buffer cache, rather than allocating extents for the data, XFS simply reserves the appropriate number of file system blocks for the data held in memory. The actual block allocation occurs only when the data is finally flushed to disk. This improves the chance that the file will be written in a contiguous group of blocks, reducing fragmentation problems and increasing performance. *Info gleamed from Wikipedia Gerry
__________________
Big Gerr _______ Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB. |
#446
|
|||
|
|||
Quote:
Don't insist on using windows style semantics when dealing with other OS's. Just because it's not called the same thing doesn't mean it's not there, and implemented better to boot. :-)
__________________
Server: Sage 6.5.9 - X2 3800+, DFI NF4 MB, 1 GB, 300 GB HD (system disk), NV 7600GS, - Windows XP SP2 Client 1: Sage 6.5.9 - E7200, Abit IP35 Pro, ATI 4850 with HDMI connect to Denon 3808CI and Sony A3000 SXRD TV Client 2: HD200 connected to Denon 3808CI and A3000 SXRD TV Client 3: Media MVP to 15" Toshiba LCD Client 4: HD100 connected to Samsung 23" 720P LCD Client 5: HD100 connected to Vizio VX37L |
#447
|
||||
|
||||
Quote:
I'd recommend this setup to anyone wanting to add storage for static data, DVD's and such that you want to be protected, it's been working great, and no proprietary hardware to contend with..
__________________
Server: AMD Phenom 2 920 2.8ghz Quad, 16gb Ram, 4tb Storage, 1xHVR-2250, 1 Ceton Cable Card adapter, Windows 7 SP1 |
#448
|
|||
|
|||
Quote:
I read through the rest of the posts, but never saw a response about how the Adaptec card worked out for your friend. I've been debating between the Rosewall RC-218 and the Adaptec 1430SA card and this thread turned up in a Google search. I have read mixed reviews about the linux support for both cards. I'm not sure which distro you use, but I'm looking at using one of the cards on a CentOS 5.2 box. Any insight would be helpful. |
#449
|
||||
|
||||
I currently use FREENAS and have been for the past couple years. It's stable and free. I have 1TB now that I use for backing up data from the PC'S (mine, the wife's PC and the sons laptop), and also as a repository for Music, Movies, Photos, and Downloaded TV shows that I have available for Sage. If there is ever a natural disaster, this is the bad boy I'm grabbing after the wife\kid\dogs of course ;-) I eventually will be adding two more drives 1TB. It supports RAID and has a very small footprint.
I am using an old PIII with 512MB ram to run it on. If you have access to an older machine, download it and give it a try.. ..oh yeah, I need to upgrade the NIC to GB...
__________________
R00ST3R System: AMD Athlon 64x2 Dual Core 4400+ 2.30GHz\2GB RAM\Vista HomeSP2\HDHomerun_firmware_20090802\nVIDIA GeForce 8500GT 8500 GT 512MB\Optical Out to reciever Software: SageTV:6.6.2.218|SageMC:6.3.9a pre-release 41|Metadata tools:3.1|Java: 1.6.0_13|sagemc.jar: 6.3.8|Phoenix.jar: 1.43 Last edited by r00st3r; 10-17-2008 at 02:38 PM. |
#450
|
|||
|
|||
Quote:
PMP support is there too in case you plan on running outboard sata chassis.
__________________
Server: Sage 6.5.9 - X2 3800+, DFI NF4 MB, 1 GB, 300 GB HD (system disk), NV 7600GS, - Windows XP SP2 Client 1: Sage 6.5.9 - E7200, Abit IP35 Pro, ATI 4850 with HDMI connect to Denon 3808CI and Sony A3000 SXRD TV Client 2: HD200 connected to Denon 3808CI and A3000 SXRD TV Client 3: Media MVP to 15" Toshiba LCD Client 4: HD100 connected to Samsung 23" 720P LCD Client 5: HD100 connected to Vizio VX37L |
#451
|
|||
|
|||
what's wrong with the following logic? ...
Goal 1: Minimize risk of data loss due to physical drive failure (head crash, bearings fail, etc) Goal 2: Avoid catch-22 where disk formats can be read only with a certain disk controller and mating software, e.g., RAID5 Solution: Hardware RAID1, NTFS. Either disk can be independently booted. Disk can be a data drive on any windows PC. Pitfall: NTFS corruption can corrupt both drives. But it's been years since that happened to me, i.e., NTFS seems reasonably robust. |
#452
|
|||
|
|||
The same can be achieved with Software Raid 1 on Linux since SWR1 can be bootable. That is the setup I am running.
Last edited by bastafidli; 10-20-2008 at 10:11 AM. |
#453
|
|||
|
|||
Forgive my ignorance: SWR1 is a Linux distro?
|
#454
|
|||
|
|||
Quote:
Besides, the goal of RAID is to minimize downtime due to disk failure. RAID IS NOT A BACKUP. Even with RAID you should ALWAYS have a proper backup because RAID does not protect you from data corruption only disk failure. With the proper controller or fast processor RAID 5 is the most economical RAID level to protect from disk failure. RAID 1 is ok for two drives. RAID 0+1 (or 10, whatever you want to call it) is just a waste of space with little return otherwise. RAID 5 provides the best ratio of physical drives to disk space for larger arrays.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#455
|
||||
|
||||
Not exactly true, I know 3ware at least, you can move arrays to completely different controllers and it will be intact. In fact you can even take the array from a 7000 series controller and move it to a 8000, or 9000 series controller and your data survives.
|
#456
|
|||
|
|||
Yea, I guess I forgot to put in the exception of the possibility of being able to move arrays between different controllers from the same company.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#457
|
||||
|
||||
Anyway, on the "RecommendedNAS" topic, I'm really interested in the new ReadyNAS Pro. 6 bays vs the 4 on the previous models (so up to 7.5TB capacity today, but beyond that they replaced the ASIC with a Core2 Duo processor, dual-ethernet (with aggrigation or failover), and >100MB/sec transfer rates, and aparently the ability to make use of somewhat odd combinations of drive sizes. Runs Squeezecenter and a number of other streaming services.
Only downside is the price, but I'm hopeful the Pioneer edition (diskless) will be ~$1000 and keep all the really important features. Oh, and theoretically at least, you could run SageTV on it I think. |
#458
|
|||
|
|||
I apologize I was writing in hurry, SWR1 = software raid 1 :-)
|
#459
|
||||
|
||||
Quote:
-Chris
__________________
Win7, HDHomeRun, HD200 |
#460
|
||||
|
||||
Yeah, it's a very interesting thought. Like I said, it's theoretically possible. The Pro runs a C2D CPU on a (modified) linux OS. I'd think getting Sage running would be possible with minimal effort, and I'm guessing the HDHR would work. Not sure what's involved in getting USB tuners going, but the Pioneer has them so if it doesn't involve kernel compiling....
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
NAS - direct record/playback or storage? | jlindborg | Hardware Support | 17 | 03-19-2007 06:24 AM |
NAS or USB HD? WD My Book World II? | SAGEaustin | Hardware Support | 2 | 02-25-2007 12:08 AM |
Slow remote control response while playing game...would NAS drive help? | SAGEaustin | SageTV Media Extender | 1 | 02-12-2007 10:56 AM |
NAS and HD Recordings | RayN | Hardware Support | 18 | 10-26-2006 01:05 AM |
Storage questions, NAS, WOL, lots of stuff! | Kirby | Hardware Support | 36 | 08-21-2006 06:59 PM |