Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm trying to get Mat4Shift working in my lab. When I issue ConvertTo-NcVhdx -SourceVmdk \\Shiftserver1.... I cget : Coult not Establish connection to controller containing file
On my shift server, from the same powershell window, I can do a dir \\ShiftServer1\... and see the file.
I'm using the latest versions of the toolkit as well as teh CDOT simulator 8.2.1. Any hints?
Mike
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you first established a connection to the SVM where the SMB share currently resides?
Also are you using the IP or the name which resolves to the LIF that has CIFS access? (Not the vserver management LIF)
$svm="name of the svm"
$clustermgmt="cluster mgmt lif"
$sourcevmdk="\\svmcifsname\share\first.vmdk"
$destinationVHDx="\\svmcifsname\share1\first.vhdx
$clustersvm=Connect-NcController $clustermgmt -vserver $svm -HTTPS
ConvertTo-NcVhdx -controller $clustersvm -SourceVmdk $sourceVMDK -DestinationVhd $destinationVHD
Cheers,
Rahul
