Hi
I am testing vmdk convert to vhdx using powershell.
When execute convert command, following error occurred.
NetApp SVM name: vsshift
Do I need to add other procedures?
Please advise to me.
Best Regards,
-Masaru
<Log>
C:\Users\administrator.SMBTEST> Connect-NCController -Name 10.130.204.116 -Credential vsadmin -HTTPS
e Address Vserver Version
- ------- ------- -------
- 130.204.116 10.130.204.116 takano_vsshift NetApp Release 8.2P3 Cluster-Mode: Thu Sep 12 01:13:07 P...
PS C:\Users\administrator.SMBTEST> ConvertTo-NcVhdx -SourceVmdk \\vsshift\share_shift\Win2012-1\Win2012-1.vmdk -DestinationVhdx \\vsshift\share_shift\Win2012-1\Win2012-1.vhdx
ConvertTo-NcVhdx : Could not find file \\vsshift\share_shift\Win2012-1\Win2012-1.vmdk on NetApp.
line:1 string:1
+ ConvertTo-NcVhdx -SourceVmdk \\vsshift\share_shift\Win2012-1\Win2012-1.vmdk -Des ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [ConvertTo-NaVhdx], ArgumentException
+ FullyQualifiedErrorId : System.ArgumentException,DataONTAP.PowerShell.SDK.Cmdlets.Toolkit.HyperV.ConvertToNaVhd