C# api to do: vmrun copyFileFromHostToGuest - not working.
Hi All, We are trying to run a simple call to copyFileFromHostToGuest - to a Windows 2008 Server. We hit a snag where we are probably populationg the wrong values in the command-line: E:\Program...
View ArticleCreate Vmci Socket in c#
Hello,I want to create a socket between host and guest in C#...I have a little problem.. I not find the dll that i need to use Can someone help?I dont have files in...
View ArticleUnable to get OS Name from VIX Api
In my ESX Server, there are number of VM’s, I am trying to get the Name of OS from each VM’s using VIX API in Java. Syntax: osName =...
View ArticlePowerOn VM failse with error 3008-Cannot connect to the virtual machine
Hello, (I am sorry about my English) I am using VIX1.11 to start VM on ESXi5.0 host. The PowerOn() has always been failing for me with error "3008 Cannot connect to the virtual machine".However the VM...
View ArticleExecuting "vmrun runScriptInGuest" on FreeBSD 8.2 guest
Hello, I would like to use VIX API to run some custom scripts on FreeBSD system. For that purpose I installed VMware Player 4.0 on my Windows 7 x32 host system, and then installed FreeBSD 8.2 guest...
View ArticlePowerOn fails with 3008-Cannot connect to the virtual machine
Hello, I am using VIX1.11 to start a VM(XPSP2 32bit) on ESXi5 server.I call PowerOn() method, this method return error 3008-Cannot connect to the virtual machine but the VM still started. Beside that,...
View Article64 bit bersion of VixCOM.dll
I downloaded Vix SDK and see a 32 bit version of VixCOM.dll available. Is there a 64 bit version available? Thx!
View ArticleExtention of VMDK file size failed
i would i like to extend the size of vmdk file. as it is very much useful in my project Below is the code which i am using for extenstion of vmdk file code 1: package...
View Articlepreventing multiple clients controlling a vm
I am using the VIX API to do a simple set of operations I open a vm, revert to a snaphsot, then power on the vm and run some commands on it. Finally I close it. I have one difficulty in that the vm can...
View Articlesample code and API for ESX/ESXi kernel mode driver?
Hi, We are new at VMware and I am trying to figure out where is the documentation / sample code / API for the development of a kernel mode driver for a hardware storage solution that we would like to...
View Articlevix api errors
Hello, I wrote this short programme to manage my tiny cloud, which consists of two machines. One is running windows server 2008 with vCenter 5.0 and the second is a ESXi 5.0 host. On the ESXi i have...
View ArticleRemote connection to Workstation 7.1.3
Hi All, My first post here. I am writing a web app that will be able to install software from our TFS drop folder to a users VM, hosted on their local machine. All users are running 7.1.3 (can't...
View ArticleCloning vith VIX API
Hi all, with VMware Workstation and the VIX API, I was able to clone a VM.On clone method, I miss a parameter zu enter the VM name. After cloning, the property "VIX.Enums.VIX_PROPERTY.VM_NAME" shows...
View Articleunable to connect to host using VIX API with Perl
Hi The envrionment we have is Vsphere with VCenter 4.1. I am attemping to make a connectiion to vcenter using VIX API with Perl.(End goal being able to create a vm on a node). I am not successful with...
View ArticleVIX API 1.11 VixCom 64 bit library?
I wanted to make calls from my C# target platform 64bit project using the VIX API and VMWare Workstation 8.0. Is there a VixCom dll I can use that will work on 64bit? I only see a 32 bit dll. If not...
View ArticleBeginRecording Deprecated
Hi guys,I just read through the release notes for VIX 1.11 and noticed the functions BeginRecording, EndRecording, BeginReplay, and EndReplay have been removed. Are there any alternatives (besides...
View ArticleSample Code to test VIX install
#include "vix.h"#include <stdlib.h>#include <stdio.h>VixHandle hostHandle = VIX_API_VERSION;VixHandle jobHandle = VIX_INVALID_HANDLE;VixError err;jobHandle =...
View ArticleProblem with PowerOff() and PowerState
Hi, I am using VMware VIX 1.11.0.18997 with VMware Server. Sometimes when I try to stop machine by calling method VMWareVirtualMachine.PowerOff() it throw an exception "Timeout has expired" (but at...
View ArticleHow does the Vix_Virtuozo_Suite work with snapshots
I found the Vix_Vurtuozo_Suite and it sounds very cool. My trouble is that I can't find much information pertaining to how it works with snapshots. Does it just save snapshots or is it a full backup...
View ArticleConnection fails with perl VIX but works with C
Hi,I'm new to the VIX SDK, and i'm willing to manage my VM with VIX.I'm more accustomed to perl. Tu get my hands on it i tryed to use the sample host connection program which failed : Unrecognized...
View Article