Santricity seems to automatically store many files under /var/opt/SM/... In particular, it seems to store bundles:
BUNDLE.Complete.<id>.<name>.<num>.7z
BUNDLE.Even.<id>.<name>.<num>.7z
and dbm information:
RetrievedRecords_<id>_<date>.dbm.zip
Is it possible to recover a system with failed/failing controllers by loading the information from these files into new controllers? The SMcli command line manual seems to imply that something like this could be done by using the command:
load storageArray dbmDatabase ...
but that command seems to require a "validatorValue" that we don't have. Any idea if this recovery is even possible? Thanks!