Hi,
I'm trying to use vmware-mount under a Linux host connecting to a vcenter but always end up with an error telling me :
Jul 18 15:49:16.433: VixDiskLibVim: TicketFindVMByInvPath: vmxPath = -BI/Linux/invikrt2-
VixDiskLibVim: TicketFindVMCb failure - VixError = 4000.
Jul 18 15:49:16.539: VixDiskLibVim: TicketLogout
Jul 18 15:49:16.651: LIBFUSE : Failed to open disk: The virtual machine cannot be found (4000)
Jul 18 15:49:16.651: Fuse initialization failed.
Failed to mount disk '[VMFS_Linux01] invikrt2/invikrt2.vmdk': Cannot open the virtual disk
I've read the different posts around this issue, but it seems clear to me that my path are correct. I'm attaching a screenshot of vcenter. My command line is:
vmware-mount -v "BI/Linux/invikrt2" -h vcenter01 -u "oliviert" -F pw "[VMFS_Linux01] invikrt2/invikrt2.vmdk" /mnt/tmp
Any idea of what I'm doing wrong or how I can debug this?
Thanks