Hi there,
I am looking for help with the add-smresource cmdlet for the Storage community plugin:
We want to add resources of type "StorageResource" (coming from the "Storage" custom plugin) to SnapCenter.
We want to use the add-smresource plugin. We succeeded with a LUN (UN-Path svm:/vol/lun) that is NOT in a qtree:
:>add-smresource -hostname 'host' -resourcename 'test' -plugincode Storage -resourcetype StorageResource
-StorageFootPrint (@{"LunName"="lun";"VolumeName"="vol";"StorageSystem"="svm"})
Does anybody know the correct syntax when the LUN resides in a qtree? Example LUN-Path:
svm:/vol/qtree/lun
We tried many combinations of the storage footprint but always got an error.
Any help and hint woul be great,
Matthias