VixDiskLib_PrepareForAccess() and vMotion cannot block each other...
Our backup application invokes VixDiskLib_PrepareForAccess() as VMware doc suggested to wait for vMotion to finish (please refer to page 38 in vddk55_programming.pdf), but seems the API does not...
View ArticleVIX_E_DISK_OUTOFRANGE Error while processing 1.92 TB disk with VMFS 5.58
Hi, In Esxi 5.1.,While i'm trying to process the VM which is having two VMDK files(30 GB and 1.92 TB).,I have proceeded read and write for the first VMDK file (30 GB) without any problem.,But i'm...
View ArticleVMDK file mount problem
Hi, I have a problem mounting a VMDK file using vmware-mount.exe. I have attached the file and error core dump file for your reference. Please point me out the problem.
View ArticleCannot open VMDK file via SAN transport using Netbackup 7.1 "You do not have...
Hi, I'm trying to backup VMWare guests using Netbackup for VMWare 7.1 using san transfer type, and the NBU forum has told me that my user vm-admin has no access rights to the VMDK file. However, I've...
View Article.NET wrapper for VDDK 5.5
Does anyone have an up-to-date wrapper for VDDK. I found an old one, but it seems to only cover VixDiskLib. I am specifically looking for examples on VixMntapi with the hopes of creating a tool to...
View ArticleVixDiskLib_Open returns 16054 "VIX_E_DISK_INVALID_CONNECTION"
Trying to mount local VMDK file and getting 16054 error on VixDiskLib_Open. Any assistance would be greatly appreciated. Please see following code. Dim vixError As IntegerDim srcConnection As IntPtr...
View ArticleVixDiskLib_Open exception at ESXi4.1
HI all, I got a program when using VixDiskLib_Open try to open ESXi4.1 vmdk , but my program got exception and exit , no VixError return.I use VDDK 5.1 , any idea ? and i use some days to search the...
View ArticleVixDiskLib_Open call crashes with library conflict
Hi All, I'm trying to Open the VMDK file Through my application Using VDDK in linux environment(Centos-6.4 x86_64) . it get's crashed in VixDiskLib_Open call with Back Trace as below .I'm using...
View ArticleUse vmware-vdiskmanager.exe with user other than root...
Is it possible to use VMware Virtual Disk Manager utility (vmware-vdiskmanager.exe) with a user account other than root? I created a local user on an ESXi host and assigned Administrators role at the...
View Articlenot able to keep the disk mounted VixMntapi_MountVolume
Hi , I am using the api "VixMntapi_MountVolume" to mount the vmdk file to a windows machine . after this api I am calling "DefineDosDevice " to create a dos device . But i am only able to browse the...
View ArticleMounting a vmdk located on a network storage (NTFS) to multiple physical...
Hello, i wanna know if there is a way to mount a single vmdk file containing some files as a storage unit on multiple windows hosts (physical computers). The vmdk file will be located on a network...
View ArticleVddk API to mount the CBT backed data ?
Hello experts, Do we have any vddk mount api which takes up the - file containing the changed blocks- ctk file(along with disk descriptor file) and mounts on the windows partition ? - Bala
View Articlecan the lock files path be changed or configured ?
I am using the api "VixMntapi_MountVolume" to mount the vmdk file to a windows machine . During the process of mounting it creates temporary lock files which are created in the place where the vmdk...
View ArticleI tried to convert a Virtual disk into growable with vmware-vdiskmanager, but...
Hi, I tried to convert a Virtual disk into growable with vmware-vdiskmanager, but an error appeared.. "Failed to convert disk: The system cannot find the file specified <0x1900000004>." No ideia...
View ArticleProblems with mounting several volumes as administrator Win7
Hello, I am writing an app which mounts all virtual disks volumes and unmounts them after closing. I have a following problem - when I run my appliction as current user it works perfectly, but when I...
View Articlesubsequent calls of GetVolumeInfo fails
Hello, I have following problem, when I mount image with several volumes, and then unmount it, and afterwards try to mount it again I get access violation error on GetVolumeInfo. Could some please help...
View ArticleRunning vixDiskLib.dll in winPE
Hello, I'm trying to package the VDDK into a .exe, that will basically mount a snapshot volumes. I need to run it in WinPE. Is this something that anybody has tried, and if so, what version of WinPE...
View ArticleVixDiskLib_Open VIX_E_FILE_NOT_FOUND for Windows 2008 R2
Hi,In order to connect to virtual disk of windows server 2008 R2 I use VDDK 1.2.1. In order to connect to virtual disk I have followed guide line from...
View ArticleIssue with advanced transport methods. VixDiskLib_Open alway open with "nbd"
Hi All ,I am writing application to access the disk by using the advanced transport methods for Linux 64 bit. I have downloaded and instaleed VDDK 5.1.1 for Linux 64 bit. When i access the disk by SAN...
View ArticleVixDiskLib_Open failed with VIX_E_FILE_ALREADY_LOCKED after unexpected...
I have following scenario: 1. Open virtual disk on remote ESXi using VixDiskLib_Open function2. Srarting write to it using VixDiskLib_Write function3. Then network connection unexpectedly is down for a...
View Article