NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Microsoft Virtualization Discussions

ConvertTo-NcVhd timeout issue

MKono1234
2,304 Views

I use ConvertTo-NcVhd cmdlet to shift virtual machines on VMware to Hyper-V.

 

Connect-NcController $controller -Credential $cred -Timeout 36000000

$src="foo.vmdk"
$dst = "foo.vhd"
ConvertTo-NcVhd -SourceVmdk $src -DestinationVhd $dst

 

But the cmdlet failed with the following error:

 

ConvertTo-NcVhd : ZSM - Can't read reply header (line 1) - shttpc read timeout,
took 110.001s, max 110.000s, wrote 1620b [xxx.xxx.xxx.xxx:951]

 

And retry the same process again(several times), it is succeeded.

The size of target vmdk files are about 60 - 200Gb, and not specified one.

 

Please help me to do process normally without error and retry.

 

Thanks.

 

---my env---

 

OS: Windows 2012 R2 Standard
PowerShell($PSVersionTable result): PSVersion 4.0
PSTK version(Program and functions in Control Panel): 4.1.0
PSTK version(Get-NaToolkitVersion result): 3.3.0.65

ONTAPI: 1.31

NetApp Version: NetApp Release 8.3.1P1: Fri Oct 02 11:25:22 UTC 2015

 

0 REPLIES 0
Public