0

I have Windows Server R2 setup, just as a simple webserver, although it has not gone live yet and is not connected to the network.

I notice quite often some random hard disk activity, that will make my computer unresponsive for 5 - 10 seconds until it finished.

I see no pattern to this, and there is nothing in the logs. I have tried using system internals process monitor to see what is causing this, but I can never catch it in time.

I have been playing some movies from this machine before it goes live, and this is wha is impacted mainly by the random hdd activity as the picture and sound stops while it is going on. However, even without this I notice the activity.

I have turned off obvious things like the indexing service and still it occurs.

How can I find the cause of this random hdd activity?

edit: It is definitely hard drive reads that cause the non responsiveness....how can I find out which process is reading the disk when this happens?

Jay White
  • 149
  • 1
  • 2
  • 10
  • 1
    I'm less worried about it doing things in the background (OS's do that) but more worried about why your system goes unresponsive when this happens - I'd crack out perfmon etc. and track that down. – Chopper3 Feb 02 '11 at 19:10
  • I'd kind of suspect low memory to be a factor. If you don't have enough ram and windows is hitting your page file hard this could be exactly what your issue is. – ErnieTheGeek Feb 02 '11 at 19:20
  • I have 4gb, and the load never goes above 1.5, with 2 being exceptionally rare. @Chopper3: How exactly would I use perfmon to track this down – Jay White Feb 02 '11 at 19:53
  • Jay, check counters for CPU time, disk queue length, network bytes per second, and other general counters. See if there's any unexpected changes in the graphs when you experience the glitch. – Chris Thorpe Feb 02 '11 at 20:06
  • @Chris Thorpe: Yep, Disk reads spike when the glitch happens. How can I tell what is reading the disk though? – Jay White Feb 04 '11 at 01:06
  • On 2008 you can use Resource Monitor (task manager -> Performance -> resource Monitor) to identify which process is causing disk activity. – Chris Thorpe Feb 04 '11 at 01:07
  • @Chris Thorpe: With RM, I can't seem to chart processes to identify which process is causing the spike? – Jay White Feb 06 '11 at 03:55

1 Answers1

0

Check for BIOS/firmware & driver updates. Don't forget about the firmware on your hard disks and RAID card.

DutchUncle
  • 1,265
  • 8
  • 16
  • Dunno why this was downvoted. Drivers are a common cause of hitching, especially graphics/sound/input drivers. I'm guessing a duff hard drive, though. – Chris Thorpe Feb 02 '11 at 20:07
  • I didn't read the question properly the first time round and had to heavily edit my first answer - proving the system works :-) – DutchUncle Feb 04 '11 at 17:33