|
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 |
#281
|
|||
|
|||
Thanks for that advice, I am looking for a new motherboard on eBay now.
I did manage to get my disk array back up and running but boy was it a faff! Here is the list of what I needed to do in the hope that someone else doesn't have to go through the same pain I did in trying to get it up and running again... The main point was that two of my hard disks had failed - which generally means death for all your data...but in my case I was lucky and I was only getting bad sectors reported from them both and not just clicking noises. Unfortunately they were the main operating system drives which were in a raid 1 format! What I did was ... 1. Low Level Disk Scan using the Samsumg tools to work out which drives had failed (sda and sdb) 2. Low level format on sdb then re-tested it to make sure it was ok (took two formats before it worked though) 3. Rebooted using a LiveCD and ran it in linux rescue mode (which disables the drive arrays) 4. Fdisked sdb to match sda (OS and Data partitions) 5. Disk copied all the OS data from sda1 to sdb1 using dd if=/dev/sda1 of=/dev/sdb1 6. Installed the MBR on sdb 7. Rebooted into the normal OS which reported that my OS Raid 1 and Data Raid 5 arrays were degraded. 8. Rebuilt the Data Raid 5 array by adding sdb2 into it (this takes a while) [I couldn't add sdb1 back into the OS Raid 1 as sda had failed as well so mdadm failed to sync sda to sdb...] 9. Low level format on sda then re-tested it to make sure it was ok (took two formats before it worked though) 10. Reboot back into the linux rescue with no drives assigned 11. Fdisk sda to match sdb partitions 12. Disk copy the data on sdb1 back to sda1 13. Installed the MBR on sda 14. Build a new OS Raid 1 disk array using mdadm --create, this will generate a new UID 15. Edit /etc/mdadm.conf and update the UID for the OS Raid Array to the new UID 16. Reboot normally, and my system booted with the OS Raid 1 array! 17. Just added sda2 back into the Data Raid 5 array and left it to sync. Phew! Nigel. |
#282
|
|||
|
|||
I've got a raid5 array setup with EVMS like what's mentioned here. If I need to reload the OS, or move my array to a different computer, I should be able to keep the array intact without loosing any data correct? How does that work?
|
#283
|
|||
|
|||
yes. the new system will recognize the array if you tell it to assemble the array from the disk devices... Depending on the distro, it may automatically detect it, though obviously you'll need entries in the fstab to mount it, etc...
__________________
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 |
#284
|
|||
|
|||
Very cool. I'll be sticking with SuSE. I like it and Ubuntu but I'm not really partial to either one. I'm not a total newb with regards to linux, but I'm a set it and forget it kinda person. I've had an Ubuntu server running web/mail/ftp for a year or two now but it was pretty basic stuff.
The only thing I'm having an issue with EVMS at this point is how to get the evms_activate to run at boot time so my fstab can mount my array. I tried adding it to the /boot/grub/menu.lst (I think that's the file, not in front of me so I can't double check) but either I'm doing something wrong or that's the wrong place to put it. |
#285
|
||||
|
||||
Just thought I'd throw an alternative to using EVMS here. After reading this thread I was inspired to build an Ubuntu server on our network to replace several file servers. First step build a raid. So I tried to follow along with using EVMS from this thread but after messing about a little too much it borked my Ubuntu install and even though I wasn't booting from the raid. I was getting an error over and over again and it would never boot the system. Even if I tried all the different runlevels. So I formatted and reinstalled Ubuntu.
Anyways... onto my point I installed webmin on my server and you can do the same stuff as evms (or at least the stuff mentioned in this thread) I was able with just webmin to create the mdadm raid 5 and also create the LVM2 volume etc. |
#286
|
|||
|
|||
Quote:
__________________
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 |
#287
|
|||
|
|||
Quote:
__________________
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 |
#288
|
|||
|
|||
Quote:
/dev/evms/media_vol /media/vol1 xfs defaults 0 0 After it boots up, I can enter mount /dev/evms/media_vol /media/vol1 and it mounts fine. What am I doing wrong here? edit: figured it out, I had to go into expert mode and set evms to start at the boot run level. Last edited by mtyme; 02-11-2008 at 06:03 PM. |
#289
|
|||
|
|||
I have been reading here about what a POS WHS is and how the transfers are so slow. So I downloaded freenas and set that up on the same box, transfered the same two files and the transfer speed was about the same....freenas speed was about .5 mb/s slower. They both ran between 6-7 mb/s transfering 2 multi gig files.
Now I know nothing about linux so I dont know if I am doing something wrong or not but I saw no diff in speed. Box is a athlon xp 2600 running on a 100 mb lan. Any ideas? Edit to add 6.5 MB/s = 52 Mb/s Network utilization is 61 - 69 % during the transfer. Can I really expect better out of a 100 Mb /s connection? Last edited by johnm160; 02-11-2008 at 07:41 PM. Reason: adding comment |
#290
|
|||
|
|||
Quote:
I also installed webmin just to play around with it. It's a pretty neat little tool. |
#291
|
|||
|
|||
Quote:
If the LAN is the bottleneck, even WHS can tie a good implementation for performance. :-) I would upgrade to Gigabit ethernet if you want better speeds.
__________________
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 |
#292
|
|||
|
|||
Quote:
Yeah, neat huh? Not only that, but you could have moved the disks to a brand new computer with completely different disk controller hardware and completely different buses, CPU, etc... and it still would have found the volumes and put them back into service. Try that with a hardware raid controller. It's good to put what people say to the test. Trust but verify I think is what Reagan said. It's especially good to test things before you put a lot of data on the disks... :-)
__________________
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 |
#293
|
|||
|
|||
Quote:
Mike, That is what I needed to know, after I did the math I did not think I could do much better on the current connection. I will have to deal with this for now, but I will make sure the next borard I put in the server is gigabit. PCI slots are at a premium right now and I will have to replace some switches. I have way to many items on my network to do the entire thing in gigabit. Thanks for the info, John |
#294
|
|||
|
|||
Quote:
Last edited by mtyme; 02-12-2008 at 02:29 PM. |
#295
|
|||
|
|||
Quote:
SATA doesn't give you that much better speed than PATA, but you have NCQ and other stuff that can be helpful depending on the config (you don't want NCQ if you are in a RAID5 or RAID0 config). Just make sure UDMA is set and you are running at 133 speed, and you should be fine. However, one thing, you do NOT want to put drives on master and slave of one ATA controller channel. That does awful things to reliability, and causes performance problems too. In that way, SATA is far better. For testing SAMBA access from XP, I just copy a file. :-)
__________________
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 |
#296
|
|||
|
|||
Something's not right here....
goliath:/usr/bin # bonnie -d /media/vol1 -s 4024 Bonnie 1.4: File '/media/vol1/Bonnie.22895', size: 4219469824, volumes: 1 Writing with putc()... done: 43483 kB/s 66.3 %CPU Rewriting... done: 26225 kB/s 10.9 %CPU Writing intelligently... done: 46109 kB/s 5.7 %CPU Reading with getc()... done: 51601 kB/s 93.9 %CPU Reading intelligently... done: 94640 kB/s 28.3 %CPU I'm running an AMD 4000+ (single core) 2gb ram asus a8n-sli deluxe mb. Using the onboard SI sata ports with 3 seagate sataII drives. These numbers are way off right? Shouldn't it be in the 160-200 MB/s range? I've got a PMP and pci express 3132 sata controller on the way, but I would have though the read/writes would be faster than this. |
#297
|
|||
|
|||
This doesn't look right -
ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata7.00: ATA-7: ST3500630AS, 3.AAK, max UDMA/133 ata7.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32) ata7.00: configured for UDMA/100 ata8: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata8.00: ATA-7: ST3500630AS, 3.AAK, max UDMA/133 ata8.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32) ata8.00: configured for UDMA/100 ata9: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata9.00: ATA-7: ST3500630AS, 3.AAK, max UDMA/133 ata9.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32) ata9.00: configured for UDMA/100 EDIT: After playing with a few things, I've discovered that the Silicon Image 3114 controller is only SATA I, even though Asus says it's SATAII. And I can't get SuSe to boot with the NVRaid sata ports so I guess I get to wait till the PMP comes in to do anything else. Last edited by mtyme; 02-12-2008 at 10:48 PM. |
#298
|
|||
|
|||
Quote:
The nvidia sata ports should work fine (they are not connected to the PCI bus), but you need to set the bios to not use them in raid mode. Linux raid doesn't need the bios set to RAID to work, in fact it won't work that way. Set the ports to enhanced mode, non-raid. Suse works fine booting on nvidia sata ports - My system disk is set that way. thx mike
__________________
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 |
#299
|
|||
|
|||
Quote:
As for the nvidia ports, I had the raid disabled in bios but when I put a drive on one of those ports linux won't finish booting, and my boot drive isn't sata. This is just taking a single sataII drive and plugging it into one of the nvidia ports. It gets stuck where it's trying to set the sata link up and it just keeps retrying over and over. I picked up a 2 port sataII 3132 pciE controller and hooked up a single WD 500gb sataII drive. I did hdparm -tT on it and the array. The single WD drive hit 89MB/s The array hit 60MB/s. |
#300
|
|||
|
|||
Quote:
__________________
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 |
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 |