Tagged Questions
The vmware-tools tag has no wiki summary.
5
votes
5answers
3k views
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)
I've started seeing this message intermittently for a few of the unit tests in my application (there are over 1100 unit & system tests). I'm using the test runner in ReSharper 4.1.
One other ...
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
5answers
4k views
VMWare ESX image to run on VMWare workstation
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?
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
69 views
Nagios - VMware ESX 4.x monitoring - VMware Perl API cpu overload [closed]
Does anyone have any experience in monitoring ESX 4.x servers with Nagios?
I have tried these standard plugins:
/usr/lib/nagios/plugins/esx3i/check_3i_connect
...
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
454 views
vmware tools is not working properly, I cannot share folder in my virtual machine ubuntu [closed]
I am using windows XP, I created a virtual machine using VMware player and installed Ubuntu in it.
I want to have a shared folder between windows and my virtual machine, so I installed VMware tools, ...
0
votes
0answers
53 views
download the vmware's .vmx file
I have used following command to download the vmx file from remote machine.
vifs --get '[datastore2] windowsvm.vmx' --server --username --password
But got the following error
unsuccessful : ...
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
484 views
How do I manually install vmware tools?
I installed UBUNTU with Vmware Player on my Windows 7 system. For some reason Vmware Player cannot get the Vmware Tools files from internet, possibly a connection problem due to firewall limitations. ...
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 ...