Unsolved
2 Posts
0
1399
November 27th, 2019 17:00
Failed Virtual Disk in MD3200
Failed Virtual Disk in MD3200
Have an MD3200 which shows 3 "failed Virtual Disks" out of 13 in the RADID 6 Group, but showing no problem with the Physical Disks.
Is it possible to bring those failed VD back online without harming the data on the drives?
No Events found!
DELL-Sam L
Moderator
•
7.6K Posts
0
November 29th, 2019 09:00
Hello bryonrw,
Did you have a power failure or did your MD3200 reboot recently & that is when you saw this error? If that is the case, then I would say that your drives did not boot in the correct order. It is best to pull a support bundle so that we can review & confirm that is the issue. I will send you a private message so that you can send me the support bundle. If you wanted to try this on your own then what you need to do is to fail all the drives in the disk group and then revive the disk group. Here is what will need to be done to resolve this issue.
you will want to use the following command via SMCLI:
set physicalDisk [0,2] operationalState=failed;
set physicalDisk [0,3] operationalState=failed;
revive diskGroup disk group name;
Once all the steps are done the disk group should come back online and you should have access to your virtual disk again.
Please let us know if you have any other questions.