SRM-Cmdlets icon indicating copy to clipboard operation
SRM-Cmdlets copied to clipboard

issue with command Start-DiscoverDevice in Meadowcroft.Srm.Storage.ps1

Open basha18 opened this issue 5 years ago • 2 comments

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

basha18 avatar Jul 02 '19 09:07 basha18

Can you confirm which release of SRM you saw this issue with?

benmeadowcroft avatar Jul 05 '19 03:07 benmeadowcroft

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

basha18 avatar Jul 05 '19 10:07 basha18