SRM-Cmdlets
SRM-Cmdlets copied to clipboard
issue with command Start-DiscoverDevice in Meadowcroft.Srm.Storage.ps1
i am seeing issue while discovering devices Exception calling "DiscoverDevices" with "0" argument(s): "The request refers to an unexpected or unknown type." At line:1 char:1
- $srmapi.Storage.DiscoverDevices()
-
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : VimException
Below are the steps followed : -> Connect the VI Server and then connect SRM server -> Get the extension object ($srm_conn holds the return object of connect-srmserver cmdlet) $srmapi = $srm_conn.ExtensionData -> $srmapi.Storage.DiscoverDevices()
kindly let me know if i missing something here Thanks in Advance
Can you confirm which release of SRM you saw this issue with?
Thanks for the replay.. I am seeing this issue on SRM 6.5 version. i think even on the latest 8.1 also , the issue can be found