Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
737 views

PAGEIOLATCH_SH related to partial drive failure?

Relevant Technology: SQL Server 2008 R2 RAID 5 (4 disk) Windows Server 2008 To preface, our RAID 5 array had a disk partially fail. No failure was detected, but the drive light flashed amber ...
1
vote
2answers
160 views

What's the most efficient way to process massive amounts of data from a disk using python?

I was writing a simple python script to read from and reconstruct data from a failed RAID5 array that I've been unable to rebuild in any other way. My script is running but slowly. My original ...
0
votes
0answers
35 views

how to know raid 5 disk failed, server is in remote

the server is remote, cannot see the disk's LED light. The Raid Controller is motherboard integrated. 6 disks build a Raid 5. Windows 2003 Server system. so if one disk failed, how the admin get ...
0
votes
3answers
40 views

Increasing capacity of RAID5 array [closed]

Assume that I built an 2TB RAID5 array and its running and some data is stored on it. Now I need to increase its size to 5TB. Can I increase capacity (By adding extra drives)? How? If Yes is it ...
0
votes
2answers
141 views

RAID 5 parity placement policy?

What are the performance differences in various parity placement policies in RAID 5?