Questions tagged [vmware]

QUESTIONS ABOUT SERVER ADMINISTRATION ARE OFF-TOPIC. General VMWare questions may be asked on superuser.com or serverfault.com. VMware is a brand of virtual machine software that provides a virtualized set of hardware to the guest operating system.

VMware software virtualizes the hardware for a video adapter, a network adapter, and hard disk adapters. The host provides pass-through drivers for guest USB, serial, and parallel devices. In this way, VMware virtual machines become highly portable between computers, because every host looks nearly identical to the guest. In practice, a system administrator can pause operations on a virtual machine guest, move or copy that guest to another physical computer, and there resume execution exactly at the point of suspension.

VMware's desktop software runs on Microsoft Windows, Linux, and Mac OS X, while VMware's enterprise software hypervisors for servers, VMware ESX and VMware ESXi are bare-metal embedded Hypervisors that run directly on server hardware without requiring an additional underlying operating system.

References:

VMware Products:

3250 questions
131
votes
7 answers

How do I access the host machine from the guest machine?

I've just created a new Windows XP VM on my Mac using VMware Fusion. The VM is using NAT to share the host's internet connection. How do I access a Rails application, which is accessible on the Mac itself using http://localhost:3000?
John Topley
  • 113,588
  • 46
  • 195
  • 237
129
votes
15 answers

VMware Workstation and Device/Credential Guard are not compatible

I have been running VMware for the last year no problems, today I opened it up to start one of my VM and get an error message, see screen shot. I did follow the link and went through the steps, on step 4 I need to mount a volume using "mountvol".…
Gman
  • 2,433
  • 3
  • 26
  • 36
99
votes
11 answers

macOS on VMware doesn't recognize iOS device

I am using Mac OS in VMWare for iOS app development. After updating the OS and Xcode, the iOS device isn't available so I cannot test it. When the device is plugged in to the PC, the device appears as connected in VMware and marked with green point.…
Ken W.
  • 1,550
  • 1
  • 14
  • 18
90
votes
10 answers

Can I run a 64-bit VMware image on a 32-bit machine?

Can I run a 64-bit VMware image on a 32-bit machine? I've googled this, but there doesn't seem to be a conclusive answer. I know that it would have to be completely emulated and would run like a dog - but slow performance isn't necessarily an issue…
John Sibly
  • 22,782
  • 7
  • 63
  • 80
76
votes
16 answers

Detect virtualized OS from an application?

I need to detect whether my application is running within a virtualized OS instance or not. I've found an article with some useful information on the topic. The same article appears in multiple places, I'm unsure of the original source. VMware…
DGentry
  • 16,111
  • 8
  • 50
  • 66
75
votes
8 answers

How to convert flat raw disk image to vmdk for virtualbox or vmplayer?

I have some old images of old Linux filesystems in flat file format. they can be used by Bochs, but I need to run them with Virtual Box. Virtual Box cannot use images in this format, so I need to convert these images from flat file to .vmdk file…
okutane
  • 13,754
  • 10
  • 59
  • 67
72
votes
2 answers

What is the difference between Full, Para and Hardware assisted virtualization?

I am going through the topic of virtualization and i am totally sucked up understanding the basic concept, Wikipedia does provide some relevant information, but it is not good enough for me to understand the basic idea. The concept will be of 2 to 3…
mfs
  • 3,984
  • 6
  • 32
  • 51
70
votes
6 answers

VMWare Player vs VMWare Workstation

Can anyone give me a simple comparison of those two? It is hard to get the idea from their web site.
user496949
  • 83,087
  • 147
  • 309
  • 426
66
votes
7 answers

Error when converting VmWare virtual disk to HyperV

I received VmWare image from my client for some testing purposes. I need to convert it to Hyper-V. I followed steps in http://www.askme4tech.com/how-convert-vmware-virtual-machine-hyper-v. I installed Microsoft Virtual Machine Converter and started…
eXavier
  • 4,821
  • 4
  • 35
  • 57
56
votes
6 answers

Ubuntu intallation is stuck at vmware tools installation

I installed unbuntu 12.04 LTS in VMware workstation 7.0 and the VMware used the "Easy Mode". When I finish the intallation, the VMware automatically installed the VMware Tools, and it was stuck at this scene. The scene is like…
Zhigong Li
  • 943
  • 1
  • 7
  • 13
55
votes
5 answers

Migrating from VMWARE to VirtualBox

I'm trying to migrate an existing VM from VMWARE to VirtualBox. I've made a copy of the Virtual Machine folder for the VM (so I can experiment and not destroy the original) and have successfully created a VM in VirtualBox. I've got everything…
rip747
  • 9,375
  • 8
  • 36
  • 47
55
votes
8 answers

How to enable copy paste from between host machine and virtual machine in vmware, virtual machine is ubuntu

I am trying to copy and paste from my pc to the vm but i cant. I also enable copy and paste but i still can't copy and paste from my pc to the vm. My pc runs windows 8.1 my vm has fedora.
Christos Michael
  • 1,003
  • 2
  • 10
  • 16
53
votes
4 answers

this certificate was signed by an unknown authority

I need to create ipa file for testing purposes. I go to Keychian access -> Certificate assistant -> Request a certificate from a certificate authority and create some.certSigningRequest file. Then I upload that file to customer iOS Provisioning…
Nikola Jovic
  • 2,329
  • 2
  • 16
  • 17
52
votes
11 answers

How to keep a VMWare VM's clock in sync?

I have noticed that our VMWare VMs often have the incorrect time on them. No matter how many times I reset the time they keep on desyncing. Has anyone else noticed this? What do other people do to keep their VM time in sync? Edit: These are CLI…
SCdF
  • 57,260
  • 24
  • 77
  • 113
49
votes
5 answers

How to perform keystroke inside powershell?

I have ps1 script to grab some information from the vmware cluster environment. In some place of ps1 script requires the ENTER button keystroke. So, How to do that ? -Thanks
1
2 3
99 100