I am using MD 32201i SAN and today i lost one Raid Controller. So could you please advice me. What i have to take care during removing damage Raid controller card and insert new Raid Controller?
As of now my San is working on Single Raid Controller.
Here are the commands that you are going to want to run to clear and reset your physical disk stats. You may need to run the commands on both controllers to ensure that the stats are reset on both controllers. If you are still unable to clear & reset, then we will need to look at a support bundle to see what is going on.
If you check in MDSM are all the drives showing as online & optimal? If the drives is online then what you might try is to run the following commands from SMCLI & see if it clears the errors:
smcli -n name -p password -c "clear allPhysicalDiskChannels stats;"
DELL-Sam L
Community Manager
•
8061 Posts
•
34395 Points
5034
0
Posted April 8th, 2019 09:00
Hello Vijay Ayar,
Here are the commands that you are going to want to run to clear and reset your physical disk stats. You may need to run the commands on both controllers to ensure that the stats are reset on both controllers. If you are still unable to clear & reset, then we will need to look at a support bundle to see what is going on.
smcli -n -p password -c "clear allPhysicalDiskChannels stats;"
smcli -n -p password -c "set physicalDiskChannel [0] status=optimal;"
smcli -n -p password -c "set physicalDiskChannel [1] status=optimal;"
smcli -n -p password -c "set physicalDiskChannel [2] status=optimal;"
smcli -n -p password -c "set physicalDiskChannel [3] status=optimal;"
Please let us know if you have any other questions.