Two drives have failed in a RAID 5 what will you need to do to fix this?
A. Replace the failed drives and restore the data from backup to the RAID
B. Replace one of the failed drives and run the RAID repair
C. Replace the failed drives and format the RAID using the quick option
D. Replace one of the failed drives and repair the RAID using system utilities
Answer: A. Replace the failed drives and restore the data from backup to the RAID
You might also like to view...
Which of these array definitions will set all the indexed variables to 0?
a)```
int array[5];
```
b)```
int array[5] = {0};
```
c)```
int array[5] = {0,1,2,3,4};
```
d)```
int array[5] = {0,0,0};x
<<;What is the x?
```
e)```
int array[5] = {0,0,0,0,0};x
<
Processors that execute one instruction at a time are considered to be ________ processors.
A. serial B. parallel C. pipeline D. none of the above