active questions tagged vmware-tools - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T23:49:20Z http://stackoverflow.com/feeds/tag/vmware-tools http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/323527/vmware-esx-image-to-run-on-vmware-workstation 0 VMWare ESX image to run on VMWare workstation pindiwala 2008-11-27T11:33:29Z 2009-12-14T13:10:07Z <p>I've an linux image(debian) running on VMWare ESX 3.1. Is it possible to copy that image and run it locally on my local VMWare workstation? how?</p> http://stackoverflow.com/questions/1480999/build-automation-vmware-server-2-0-final-builder 2 Build automation, VMWare server 2.0, Final builder VMWare 2009-09-26T11:09:42Z 2009-12-07T21:22:09Z <p>I have a database in a VMWare Server 2.0 Virtual machine. I also have a web application in the IIS (7) in the VM.</p> <p>Now I want to execute some database scripts that are in the VM, from the Host machine. Also I have a VB script in the VM that I want to run from the Host machine.</p> <p>How do I go about setting this up. I can buy Final builder if that will help me.</p> <p>Since I am looking to automate the above from the Host machine, I was wondering what I would have to do to execute the database and the VB scripts that are in the VM, but execute them from the Host machine, so that these update the database and IIS (vb script thing) in the VM.</p> <p>Thanks.</p> http://stackoverflow.com/questions/1494906/vmrun-tool-usage 0 vmrun tool usage VMwareUser 2009-09-29T20:57:32Z 2009-12-07T20:21:12Z <p>I have a vb script (that sets up the IIS). I need to run this vbscript inside the guest VM, from the Host box.</p> <p>How do i do this? I am tol vmrun.exe can do this.</p> <p>Any samples to get this done would be great help.</p> <p>I am running VMWare server 2 in host. </p> http://stackoverflow.com/questions/789467/are-there-any-tools-to-diff-two-vmware-windows-xp-images 2 Are there any tools to diff two VMWARE Windows XP images? [closed] ojblass 2009-04-25T18:29:33Z 2009-07-15T23:47:09Z <p>Is there any tool that can summarize Registry and File differences between two VMWARE Windows XP images?</p> http://stackoverflow.com/questions/898141/vmware-script-automatic-backups 1 vmware - script automatic backups BenJamin 2009-05-22T14:24:58Z 2009-06-04T23:52:40Z <p>I run <strong>VMWare Workstation 6.5</strong> on WinXP.</p> <p>How can I <em>script</em> a way to automatically clone my VM images?</p> <p>I've read about the "<code>vmware-cmd</code>" tool but believe that is only available with VMWare ESX, not Workstation.</p> http://stackoverflow.com/questions/52711/what-factors-could-cause-the-following-sqlexception-a-transport-level-error-has 5 What factors could cause the following SqlException: A transport-level error has occurred when receiving results from the server. (provider: Shared Memory Provider, error: 1 - I/O Error detected in read/write operation) Scott A. Lawrence 2008-09-09T19:36:57Z 2009-01-12T21:07:48Z <p>I've started seeing this message intermittently for a few of the unit tests in my application (there are over 1100 unit &amp; system tests). I'm using the test runner in ReSharper 4.1.</p> <p>One other thing: my development machine is a VMWare virtual machine.</p> http://stackoverflow.com/questions/31285/vmware-tools-for-ubuntu-hardy 1 VMWare Tools for Ubuntu Hardy Agnel Kurian 2008-08-27T21:01:11Z 2008-09-16T01:24:39Z <p>I've been having a very tough time with VMWare tools for Ubuntu Hardy.</p> <p>For some reason, vmware-install.pl finds fault with my linux headers. Saying the "address space size" doesn't match. I have resorted to vmware-any-any-update117 and here is the error I am getting now:</p> <pre> In file included from include/asm/page.h:3, from /tmp/vmware-config0/vmmon-only/common/hostKernel.h:56, from /tmp/vmware-config0/vmmon-only/common/task.c:30: include/asm/page_32.h: In function ‘pte_t native_make_pte(long unsigned int)’: include/asm/page_32.h:112: error: expected primary-expression before ‘)’ token include/asm/page_32.h:112: error: expected ‘;’ before ‘{’ token include/asm/page_32.h:112: error: expected primary-expression before ‘.’ token include/asm/page_32.h:112: error: expected `;' before ‘}’ token </pre>