Tagged Questions

2
votes
2answers
372 views

Build automation, VMWare server 2.0, Final builder

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. Now I want to execute some database scripts that are in the VM, from the Host ...
2
votes
2answers
6k views

vmware - script automatic backups

I run VMWare Workstation 6.5 on WinXP. How can I script a way to automatically clone my VM images? I've read about the "vmware-cmd" tool but believe that is only available with VMWare ESX, not ...
1
vote
4answers
671 views

VMWare Tools for Ubuntu Hardy

I've been having a very tough time with VMWare tools for Ubuntu Hardy. For some reason, vmware-install.pl finds fault with my linux headers. Saying the "address space size" doesn't match. I have ...
0
votes
0answers
5 views

Tool for administering a remote vSphere4 Server

I really feel silly for asking this question. About 1,5 Years ago I installed my first vSphere4 Server. That server is hosted remotely. In order to manage the Server, to install VMs, to start and ...
0
votes
0answers
17 views

How to run my own scripts via VMware's Easy Install?

VMware's Easy Install feature will take an ISO of e.g. Ubuntu 11.04, and create a virtual machine with an account created, VMware Tools installed, and directories mounted as shared drives. Is there ...
0
votes
0answers
33 views

VMware VIC losing connection after a couple hours [closed]

I am using the "VMWare Infrastructure Client" to manage several esxi 3.5 servers. I am losing connection to one of them and when I try to reconnect I get the errors "VMware Infrastructure Client could ...
0
votes
1answer
113 views

How to overcome keyboard configuration in VMWare Player ?

Sorry for asking a stupid question but I have a problem that makes me crazy. I am trying to install a program on my VMware Player, but while writing the password since it includes " # " character ...
0
votes
1answer
120 views

Has anyone been able to create a vmware thinapp package/deployment for a game that depends on a cd-rom to work? [closed]

I am trying to create a vmware thinapp application for a kids' pc game that requires the game cd-rom be present in the drive when playing. After an exhaustive search to see how this is done I ...
0
votes
0answers
133 views

Issue with vmrun on esx vsphere client?

So, I'm using vmrun on a vsphere server to revert to a specific snapshot. It'll revert just fine, but when it tries to come back up again it'll suspend instead of loading fully. Why is this happening ...
0
votes
2answers
544 views

VMWare Tools StartUp Script

I am on the latest version of VMWare Workstation. In my VMWareTools I have configrued an individual script file (start.bat) to be started when the (guest) OS is booted. Unfortuantely it does not run ...
0
votes
1answer
301 views

vmrun tool usage

I have a vb script (that sets up the IIS). I need to run this vbscript inside the guest VM, from the Host box. How do i do this? I am tol vmrun.exe can do this. Any samples to get this done would be ...