SageTV Community  

Go Back   SageTV Community > Hardware Support > Hardware Support
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

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.

Reply
 
Thread Tools Search this Thread Display Modes
  #301  
Old 02-13-2008, 06:07 PM
mtyme mtyme is offline
Sage Advanced User
 
Join Date: Jan 2007
Posts: 98
Quote:
Originally Posted by mikesm View Post
Did you format with 128kb or 256kb chunk size, and XFS for the filesystem? Did you try running my little diskopt.sh script on startup?
I used 128kb chunk size and XFS. I have your script but I'm not sure how to set it up so that it will run at startup or where I need to place it.

I verified the bios settings you mentioned, and just for giggles tried to put the drives on those ports again...and now they work. I swear I didn't change a single thing in bios so I don't know why they wouldn't work before.

Anyway they now show as sata 300, but hdparm -tT still shows 61MB/s.

Edit: I noticed that I get better results if I don't mount the array. I know I'm nowhere close to the speeds I should be getting anyway, but check this out..
/dev/sdd is a stand alone sataII WD drive partitioned with NTFS

Code:
goliath:/home/shawn # hdparm -tT /dev/evms/media_vol

/dev/evms/media_vol:
 Timing cached reads:   1956 MB in  2.00 seconds = 977.33 MB/sec
 Timing buffered disk reads:  266 MB in  3.00 seconds =  88.53 MB/sec
goliath:/home/shawn # hdparm -tT /dev/sdd

/dev/sdd:
 Timing cached reads:   1942 MB in  2.00 seconds = 971.22 MB/sec
 Timing buffered disk reads:  242 MB in  3.02 seconds =  80.13 MB/sec

goliath:/home/shawn # mount /dev/evms/media_vol /media/vol1
goliath:/home/shawn # hdparm -tT /dev/evms/media_vol

/dev/evms/media_vol:
 Timing cached reads:   1994 MB in  2.00 seconds = 996.84 MB/sec
 Timing buffered disk reads:  186 MB in  3.00 seconds =  61.93 MB/sec
goliath:/home/shawn # hdparm -tT /dev/evms/media_vol

/dev/evms/media_vol:
 Timing cached reads:   1962 MB in  2.00 seconds = 980.88 MB/sec
 Timing buffered disk reads:  186 MB in  3.01 seconds =  61.86 MB/sec
goliath:/home/shawn # umount /dev/evms/media_vol
goliath:/home/shawn # hdparm -tT /dev/evms/media_vol

/dev/evms/media_vol:
 Timing cached reads:   1958 MB in  2.00 seconds = 978.26 MB/sec
 Timing buffered disk reads:  264 MB in  3.00 seconds =  87.96 MB/sec

Last edited by mtyme; 02-13-2008 at 08:23 PM.
Reply With Quote
  #302  
Old 02-13-2008, 09:22 PM
johnm160 johnm160 is offline
Sage User
 
Join Date: Feb 2008
Posts: 28
Quote:
Originally Posted by mikesm View Post
Depends on the particular lan chipset you are using. You might be able to get 80 Mbps out of a 100 Mbps LAN on a good day, but you are seeing almost 70% utilization, so that's not that all that bad.

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.
Well since you said I should be able to do better......I tried

I found that by turning off QOS you can get a pretty nice speed boost.

With QOS on:
6.5 MB/s = 52 Mb/s Network utilization is 61 - 69 % during the transfer.

With QOS off:

9.8 MB/s = 78 Mb/s Network utilization is 88 - 91 %


That is a nice little improvement.

John
Reply With Quote
  #303  
Old 02-14-2008, 01:08 PM
mikesm mikesm is offline
Sage Icon
 
Join Date: Jul 2003
Posts: 1,293
Quote:
Originally Posted by johnm160 View Post
Well since you said I should be able to do better......I tried

I found that by turning off QOS you can get a pretty nice speed boost.

With QOS on:
6.5 MB/s = 52 Mb/s Network utilization is 61 - 69 % during the transfer.

With QOS off:

9.8 MB/s = 78 Mb/s Network utilization is 88 - 91 %


That is a nice little improvement.

John
Very good work there... :-)
__________________
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
Reply With Quote
  #304  
Old 02-15-2008, 06:42 AM
mtyme mtyme is offline
Sage Advanced User
 
Join Date: Jan 2007
Posts: 98
I rebooted today and the raid volume didn't mount like it usually does. So I opened EVMS and it was there but when I tried to mount it I got an error: Broken Pipe.

What does that mean?
Reply With Quote
  #305  
Old 02-15-2008, 10:38 AM
ToxMox's Avatar
ToxMox ToxMox is offline
Sage Icon
 
Join Date: Oct 2003
Location: NJ
Posts: 1,980
Quote:
Originally Posted by mtyme View Post
I rebooted today and the raid volume didn't mount like it usually does. So I opened EVMS and it was there but when I tried to mount it I got an error: Broken Pipe.

What does that mean?
If I had to guess since this happened to me (different error though) the other day. If the machine has an unclean shutdown the RAID won't mount until you run a check on it. I use JFS so I had to run jfs_fsck on the logical volume. Turned out my /etc/fstab file wasn't configured properly. Since it isn't the root volume on my system I had to change the 0 at the end to a 2 which forces a check before attempting to mount on bootup.
Reply With Quote
  #306  
Old 02-16-2008, 10:45 PM
mikesm mikesm is offline
Sage Icon
 
Join Date: Jul 2003
Posts: 1,293
Quote:
Originally Posted by mtyme View Post
I rebooted today and the raid volume didn't mount like it usually does. So I opened EVMS and it was there but when I tried to mount it I got an error: Broken Pipe.

What does that mean?
I agree with toxmox, though I thought EVMS set that option in the fstab when it configured the volume for mounting. Did you see any errors in the system log?

Are you still seeing the problem?

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
Reply With Quote
  #307  
Old 02-17-2008, 12:22 PM
mtyme mtyme is offline
Sage Advanced User
 
Join Date: Jan 2007
Posts: 98
Quote:
Originally Posted by mikesm View Post
I agree with toxmox, though I thought EVMS set that option in the fstab when it configured the volume for mounting. Did you see any errors in the system log?

Are you still seeing the problem?

thx
mike
I couldn't get xfs_check to run, it said there were errors. So I ran xfs_repair and it said something about a bad superblock, and it was trying to find the 2nd one but it never finished. I eventually just rebuilt the arrary. I didn't have any data on there I couldn't get back. The only think I can think of that I did was fix the system clock. For some reason every time I'd boot, the time/date would be different. But I don't know that that was the issue.
Reply With Quote
  #308  
Old 02-17-2008, 03:17 PM
mikesm mikesm is offline
Sage Icon
 
Join Date: Jul 2003
Posts: 1,293
Quote:
Originally Posted by mtyme View Post
I couldn't get xfs_check to run, it said there were errors. So I ran xfs_repair and it said something about a bad superblock, and it was trying to find the 2nd one but it never finished. I eventually just rebuilt the arrary. I didn't have any data on there I couldn't get back. The only think I can think of that I did was fix the system clock. For some reason every time I'd boot, the time/date would be different. But I don't know that that was the issue.
You didn't set clock in the "past" did you? Filesystem work needs to have a clock that always advances in time. SAMBA also will need rough clock sync with clients as well.

The clock wasn't off by exactly an hour or two right? How much variance are you seeing at boot? Do you run NTP or some other process to maintain accurate time?
__________________
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
Reply With Quote
  #309  
Old 02-17-2008, 06:58 PM
mtyme mtyme is offline
Sage Advanced User
 
Join Date: Jan 2007
Posts: 98
It was off by an hour or two after in initially installed it. I never paid any attention to it, then noticed later the date had somehow gotten moved to 2010. I noticed during a suse update there was something in there about a system date time update so I ran that and reset the time date to current.
Reply With Quote
  #310  
Old 03-04-2008, 11:33 PM
KJake KJake is offline
Sage Icon
 
Join Date: May 2003
Location: West Michigan
Posts: 1,117
Quote:
Originally Posted by mikesm View Post
Obviously, this requires another 1 TB drive purchase!
I finally have another one and new PMPs. I'm letting the new 2.7TB PV initialize over night now and then I hope I'll be able to use pvmove to move the content of my 2.3TB PV into the 2.7TB PV and remove the 2.3TB PV.

Then I think I can get rid of my 500gb AAK drives finally.
Reply With Quote
  #311  
Old 03-05-2008, 06:59 AM
KJake KJake is offline
Sage Icon
 
Join Date: May 2003
Location: West Michigan
Posts: 1,117
Quote:
Originally Posted by KJake View Post
I finally have another one and new PMPs. I'm letting the new 2.7TB PV initialize over night now and then I hope I'll be able to use pvmove to move the content of my 2.3TB PV into the 2.7TB PV and remove the 2.3TB PV.

Then I think I can get rid of my 500gb AAK drives finally.
lol, I can't catch a break. pvmove errors with a weird error and then I find:
http://archives.free.net.ph/message/...cb0b19.en.html

I'm running 2.6.22-rc6...doh. Looks like it is fixed in 2.6.22-2; I should get off of an rc kernel anyways...
Reply With Quote
  #312  
Old 03-05-2008, 10:49 AM
KJake KJake is offline
Sage Icon
 
Join Date: May 2003
Location: West Michigan
Posts: 1,117
Quote:
Originally Posted by KJake View Post
lol, I can't catch a break. pvmove errors with a weird error and then I find:
http://archives.free.net.ph/message/...cb0b19.en.html

I'm running 2.6.22-rc6...doh. Looks like it is fixed in 2.6.22-2; I should get off of an rc kernel anyways...
New kernel built - I'll try it out tonight when I'm home for the reboot.

I just found out that I messed up that disk optimization script that mikesm gave me and that a lot of the settings were not being applied. This meant that my new md array that I created last night has been syncing/initing at 1MB/sec since midnight...no wonder it isn't done yet! Also, NCQ was still on for all the drives, etc etc...here's the script with my bungling removed:

Code:
root@orion:~# cat /etc/init.d/diskopt
#!/bin/bash
#
### BEGIN INIT INFO
# Description:                  Custom disk optimization script
### END INIT INFO

. /lib/lsb/init-functions

case "$1" in
        start)


echo "Optimizing RAID Arrays..."


# This step must come first.
# See: http://www.3ware.com/KB/article.aspx?id=11050

echo "Setting max_sectors_kb to 128K for RAID5 arrays..."
for i in sda sdb sdc sdd sde sdf sdg sdh sdi sdj sdk sdl sdm sdn sdo sdp
do
echo "Setting /dev/$i to 128K..."
echo 128 > /sys/block/"$i"/queue/max_sectors_kb
done

echo "Setting read-ahead to 64MB for /dev/md[0-1]"
blockdev --setra 65536 /dev/md0
blockdev --setra 65536 /dev/md1
blockdev --setra 65536 /dev/md2

echo "Setting stripe_cache_size to 16MB for /dev/md[0-1]"
echo 16384      > /sys/block/md0/md/stripe_cache_size
echo 16384      > /sys/block/md1/md/stripe_cache_size
echo 16384      > /sys/block/md2/md/stripe_cache_size

# if you use more than the default 64kb stripe with raid5
# this feature is broken so you need to limit it to 30MB/s
# neil has a patch, not sure when it will be merged.
echo "Setting minimum and maximum resync speed to 30MB/s..."
echo 30000 > /sys/block/md0/md/sync_speed_min
echo 30000 > /sys/block/md0/md/sync_speed_max
echo 30000 > /sys/block/md1/md/sync_speed_min
echo 30000 > /sys/block/md1/md/sync_speed_max
echo 30000 > /sys/block/md2/md/sync_speed_min
echo 30000 > /sys/block/md2/md/sync_speed_max


# Disable NCQ.
echo "Disabling NCQ..."
for i in sda sdb sdc sdd sde sdf sdg sdh sdi sdj sdk sdl sdm sdn sdo sdp
do
echo "Disabling NCQ on $i"
echo 1 > /sys/block/"$i"/device/queue_depth
done

        ;;
        stop)
        # skip or put your own commands here
        ;;
        status)
echo "Getting max_sectors_kb from disks..."
for i in sda sdb sdc sdd sde sdf sdg sdh sdi sdj sdk sdl sdm sdn sdo sdp
do
echo -n "$i: "
cat /sys/block/"$i"/queue/max_sectors_kb
done

echo "Getting read-ahead setting from /dev/md[0-2]"
echo -n "md0: "
blockdev --getra /dev/md0
echo -n "md1: "
blockdev --getra /dev/md1
echo -n "md2: "
blockdev --getra /dev/md2

echo "Getting stripe_cache_size from /dev/md[0-2]"
echo -n "md0: "
cat /sys/block/md0/md/stripe_cache_size
echo -n "md1: "
cat /sys/block/md1/md/stripe_cache_size
echo -n "md1: "
cat /sys/block/md2/md/stripe_cache_size

echo "Getting minimum and maximum resync speed from /dev/md[0-2]..."
echo -n "md0-min: "
cat /sys/block/md0/md/sync_speed_min
echo -n "md0-max: "
cat /sys/block/md0/md/sync_speed_max
echo -n "md1-min: "
cat /sys/block/md1/md/sync_speed_min
echo -n "md1-max: "
cat /sys/block/md1/md/sync_speed_max
echo -n "md2-min: "
cat /sys/block/md2/md/sync_speed_min
echo -n "md2-max: "
cat /sys/block/md2/md/sync_speed_max


echo "Getting NCQ settings..."
for i in sda sdb sdc sdd sde sdf sdg sdh sdi sdj sdk sdl sdm sdn sdo sdp
do
echo -n "$i: "
cat /sys/block/"$i"/device/queue_depth
done

        ;;
esac
My md is syncing at 30MB/sec now, as it should! My real hope is that I now discover a little more performance from my system
Reply With Quote
  #313  
Old 03-05-2008, 01:04 PM
mikesm mikesm is offline
Sage Icon
 
Join Date: Jul 2003
Posts: 1,293
Quote:
Originally Posted by KJake View Post
New kernel built - I'll try it out tonight when I'm home for the reboot.

I just found out that I messed up that disk optimization script that mikesm gave me and that a lot of the settings were not being applied. This meant that my new md array that I created last night has been syncing/initing at 1MB/sec since midnight...no wonder it isn't done yet! Also, NCQ was still on for all the drives, etc etc...here's the script with my bungling removed:

Code:
root@orion:~# cat /etc/init.d/diskopt
#!/bin/bash
#
### BEGIN INIT INFO
# Description:                  Custom disk optimization script
### END INIT INFO

. /lib/lsb/init-functions

case "$1" in
        start)


echo "Optimizing RAID Arrays..."


# This step must come first.
# See: http://www.3ware.com/KB/article.aspx?id=11050

echo "Setting max_sectors_kb to 128K for RAID5 arrays..."
for i in sda sdb sdc sdd sde sdf sdg sdh sdi sdj sdk sdl sdm sdn sdo sdp
do
echo "Setting /dev/$i to 128K..."
echo 128 > /sys/block/"$i"/queue/max_sectors_kb
done

echo "Setting read-ahead to 64MB for /dev/md[0-1]"
blockdev --setra 65536 /dev/md0
blockdev --setra 65536 /dev/md1
blockdev --setra 65536 /dev/md2

echo "Setting stripe_cache_size to 16MB for /dev/md[0-1]"
echo 16384      > /sys/block/md0/md/stripe_cache_size
echo 16384      > /sys/block/md1/md/stripe_cache_size
echo 16384      > /sys/block/md2/md/stripe_cache_size

# if you use more than the default 64kb stripe with raid5
# this feature is broken so you need to limit it to 30MB/s
# neil has a patch, not sure when it will be merged.
echo "Setting minimum and maximum resync speed to 30MB/s..."
echo 30000 > /sys/block/md0/md/sync_speed_min
echo 30000 > /sys/block/md0/md/sync_speed_max
echo 30000 > /sys/block/md1/md/sync_speed_min
echo 30000 > /sys/block/md1/md/sync_speed_max
echo 30000 > /sys/block/md2/md/sync_speed_min
echo 30000 > /sys/block/md2/md/sync_speed_max


# Disable NCQ.
echo "Disabling NCQ..."
for i in sda sdb sdc sdd sde sdf sdg sdh sdi sdj sdk sdl sdm sdn sdo sdp
do
echo "Disabling NCQ on $i"
echo 1 > /sys/block/"$i"/device/queue_depth
done

        ;;
        stop)
        # skip or put your own commands here
        ;;
        status)
echo "Getting max_sectors_kb from disks..."
for i in sda sdb sdc sdd sde sdf sdg sdh sdi sdj sdk sdl sdm sdn sdo sdp
do
echo -n "$i: "
cat /sys/block/"$i"/queue/max_sectors_kb
done

echo "Getting read-ahead setting from /dev/md[0-2]"
echo -n "md0: "
blockdev --getra /dev/md0
echo -n "md1: "
blockdev --getra /dev/md1
echo -n "md2: "
blockdev --getra /dev/md2

echo "Getting stripe_cache_size from /dev/md[0-2]"
echo -n "md0: "
cat /sys/block/md0/md/stripe_cache_size
echo -n "md1: "
cat /sys/block/md1/md/stripe_cache_size
echo -n "md1: "
cat /sys/block/md2/md/stripe_cache_size

echo "Getting minimum and maximum resync speed from /dev/md[0-2]..."
echo -n "md0-min: "
cat /sys/block/md0/md/sync_speed_min
echo -n "md0-max: "
cat /sys/block/md0/md/sync_speed_max
echo -n "md1-min: "
cat /sys/block/md1/md/sync_speed_min
echo -n "md1-max: "
cat /sys/block/md1/md/sync_speed_max
echo -n "md2-min: "
cat /sys/block/md2/md/sync_speed_min
echo -n "md2-max: "
cat /sys/block/md2/md/sync_speed_max


echo "Getting NCQ settings..."
for i in sda sdb sdc sdd sde sdf sdg sdh sdi sdj sdk sdl sdm sdn sdo sdp
do
echo -n "$i: "
cat /sys/block/"$i"/device/queue_depth
done

        ;;
esac
My md is syncing at 30MB/sec now, as it should! My real hope is that I now discover a little more performance from my system
Yeah the out of the box settings are optimized for smaller filesystems. Using the RAM more effectively for buffering makes things go a LOT faster.
__________________
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
Reply With Quote
  #314  
Old 03-05-2008, 09:38 PM
KJake KJake is offline
Sage Icon
 
Join Date: May 2003
Location: West Michigan
Posts: 1,117
Quote:
Originally Posted by KJake View Post
lol, I can't catch a break. pvmove errors with a weird error and then I find:
http://archives.free.net.ph/message/...cb0b19.en.html

I'm running 2.6.22-rc6...doh. Looks like it is fixed in 2.6.22-2; I should get off of an rc kernel anyways...
It's working! Running stable 2.6.24.3 without any patches. All the devices came up clean and I just started "pvmove -v /dev/md0 /dev/md2" and it is actually moving. This is awesome. After the move, I'll actually have 14904 Free PE that I'll have to allocate and grow, so I am ending up with a bit more space (I'm taking the 6x500GB offline).

This is going to take a while, I probably should have started this on the console...I see people online saying that if it is interrupted that I will be a very unhappy camper.
Reply With Quote
  #315  
Old 03-05-2008, 10:12 PM
zoop's Avatar
zoop zoop is offline
Sage Advanced User
 
Join Date: Jan 2006
Location: Elkridge, MD
Posts: 184
man screen - It's your friend for such lengthy endeavors.

I commend you on your dedication, having spent the weekend fighting with 6 revs of kernels and 4 revs of ivtv before reverting, i know your pain...

/jer
__________________

AMD Ryzen 7 1700 w/ SageTV Server Linux V9.1.8.774 - Ubuntu 16.04LTS AMD64
-- 1x HDHomeRun Prime
-- 1x HDHR-DT
-- 1x HD-PVR
2x SageTV HD-300 Media Extenders
1x NVIDIA ShieldTV
Reply With Quote
  #316  
Old 03-05-2008, 10:47 PM
KJake KJake is offline
Sage Icon
 
Join Date: May 2003
Location: West Michigan
Posts: 1,117
Quote:
Originally Posted by zoop View Post
man screen - It's your friend for such lengthy endeavors.

I commend you on your dedication, having spent the weekend fighting with 6 revs of kernels and 4 revs of ivtv before reverting, i know your pain...

/jer
yeah, even better, I should have used nohup and just tail -f the output file...but I had doubts that the pvmove would work at all in the first place...

Last edited by KJake; 03-05-2008 at 10:57 PM.
Reply With Quote
  #317  
Old 03-05-2008, 10:59 PM
mikesm mikesm is offline
Sage Icon
 
Join Date: Jul 2003
Posts: 1,293
Quote:
Originally Posted by KJake View Post
It's working! Running stable 2.6.24.3 without any patches. All the devices came up clean and I just started "pvmove -v /dev/md0 /dev/md2" and it is actually moving. This is awesome. After the move, I'll actually have 14904 Free PE that I'll have to allocate and grow, so I am ending up with a bit more space (I'm taking the 6x500GB offline).

This is going to take a while, I probably should have started this on the console...I see people online saying that if it is interrupted that I will be a very unhappy camper.
Great. This stuff is great isn't it? All this work and while the filesystem is online.

The pvmove will take quite awhile when the filesystem is active, but I think you will be fine.

:-)
__________________
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
Reply With Quote
  #318  
Old 03-05-2008, 11:03 PM
KJake KJake is offline
Sage Icon
 
Join Date: May 2003
Location: West Michigan
Posts: 1,117
Quote:
Originally Posted by mikesm View Post
Great. This stuff is great isn't it? All this work and while the filesystem is online.

The pvmove will take quite awhile when the filesystem is active, but I think you will be fine.

:-)
yeah, I really do love it
Sage is still recording away and I'm watching TV, have access to My Documents, etc !

5.3% moved
Reply With Quote
  #319  
Old 03-06-2008, 06:46 AM
KJake KJake is offline
Sage Icon
 
Join Date: May 2003
Location: West Michigan
Posts: 1,117
Quote:
Originally Posted by KJake View Post
yeah, I really do love it
Sage is still recording away and I'm watching TV, have access to My Documents, etc !

5.3% moved
29.7% moved.

I think I can now estimate this will take 30 hours (in total) to move a 2.3TB PV (21 more hours to go). My rough estimation is that it is moving about 75GB per hour. This doesn't seem bad to me knowing how much work pvmove is doing to protect each PE it moves.
Reply With Quote
  #320  
Old 03-06-2008, 11:30 AM
mikesm mikesm is offline
Sage Icon
 
Join Date: Jul 2003
Posts: 1,293
Quote:
Originally Posted by KJake View Post
29.7% moved.

I think I can now estimate this will take 30 hours (in total) to move a 2.3TB PV (21 more hours to go). My rough estimation is that it is moving about 75GB per hour. This doesn't seem bad to me knowing how much work pvmove is doing to protect each PE it moves.
That smells about right to me. It would be nice if it went faster, but since the volume is online and really not all that impacted performance wise, it's not that big a deal to me...
__________________
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
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -6. The time now is 09:22 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.