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
28
votes
8 answers

docker installation failed on Ubuntu 20.04 LTS(Vmware)

I am following the docker installation on Ubuntu 20.04 using https://docs.docker.com/engine/install/ubuntu/ in Ubuntu VM on VMware. But when running the command to add the repository to Ubuntu. sudo apt-get install \ apt-transport-https \ …
Menuka Ishan
  • 5,164
  • 3
  • 50
  • 66
28
votes
10 answers

.NET Development on a Mac Tips

I have just got a MacBook Pro and have been using it (+Fusion) to develop on for about a month now. The purpose of this question is similar to Hidden Features of C#; to become a how-to of tips and trick for windows development on a mac. I should…
Andrew Burns
  • 13,917
  • 9
  • 40
  • 42
28
votes
2 answers

What does it mean to run a virtual OS in "headless mode"?

I've been hearing a lot about about how the new version of VMWare Fusion can run virtual operating systems in "headless mode". A Google search makes it clear that other virtualisation products also have similar features, however, I have not been…
Binarytales
  • 9,468
  • 9
  • 32
  • 38
27
votes
1 answer

Can I install xcode in ubuntu?

I have Ubuntu in my virtual machine, i want to run X code in Ubuntu.I just download swift from site but don't know how to install it in…
MahajanSagar
  • 740
  • 1
  • 6
  • 21
26
votes
3 answers

Failure on HttpWebrequest with inner exception Authentication failed because the remote party has closed the transport stream

Using C#, .Net 4.5, I'm trying to send out a web request through HttpWebRequest on a remote server. Please see the code below. I tried most of the solutions suggested by some forums but I always end up with the same error. Please see the stack…
25
votes
8 answers

How do I kill a VMware virtual machine that won't die?

I've got a virtual machine running on a server that I can't stop or reboot - I can't log onto it anymore and I can't stop it using the VMware server console. There are other VM's running so rebooting the host is out of the question. Is there any…
Rikalous
  • 4,514
  • 1
  • 40
  • 52
24
votes
17 answers

vmware and performance for developing

Curious, how many of you develop under a VMware environment? Is it popular for employers to setup vmware for everyone? Seems like a great way to rollout new desktop computers and perform backups etc. Just worried about the performance though (PC…
AnonymousServer
24
votes
5 answers

cuda program on VMware

i wrote a cuda program and i am testing it on ubuntu as a virtual machine. the reason for this is i have windows 7, i don't want to install ubuntu as a secondary operating system, and i need to use a linux operating system for testing. my question…
scatman
  • 335
  • 1
  • 3
  • 5
22
votes
4 answers

guest VM can't get IP address with bridge mode

I have one guest VM(windows 7) running on VMWare in the MAC OSX host. When I use "NAT" mode, the guest VM has no problem getting IP etc. to connect to internet. However, when I change to use "bridge" mode, the guest OS can't connect to internet. How…
vaj oja
  • 1,151
  • 2
  • 16
  • 47
21
votes
5 answers

Automating VMWare or VirtualPC

I'm currently experimenting with build script, and since I have an ASP.net Web Part under source control, my build script should do that at the end: Grab the "naked" Windows 2003 IIS VMWare or Virtual PC Image from the Network Boot it up Copy the…
Michael Stum
  • 177,530
  • 117
  • 400
  • 535
21
votes
3 answers

Debug GWT application in a remote browser

I try to debug the GWT app in a remote browser (located on other computer than Eclipse instance) for example in VMware environment. Unfortunately while opening address below there is no…
rafalry
  • 2,620
  • 6
  • 24
  • 39
21
votes
2 answers

What does it mean to provision a virtual machine?

I see the word "provisioning" used everywhere with virtualization but I can't seem to find a clear definition of it on google. Does it involve just setting up the guest operating system and allotting resources to it, or does it include downloading…
user1956609
  • 2,132
  • 5
  • 27
  • 43
21
votes
11 answers

How can I resolve the drifting clock for my Virtual Machine?

My Virtual Machine's clock drifts pretty significantly. There's documentation out there about dealing with this, but nothing seems to be working very well. Anyone have any suggestions, things that worked well for them, ... Supposedly updating…
carrier
  • 32,209
  • 23
  • 76
  • 99
21
votes
5 answers

How Do You Clone A VM Using VMware Fusion?

Is it possible to clone a virtual machine using VMware Fusion on Mac OS X? I'm trying the 30 day evaluation version but there doesn't appear to be a clone feature. I tried using the Finder to copy a VM's package structure but the copy didn't appear…
John Topley
  • 113,588
  • 46
  • 195
  • 237
20
votes
10 answers

Optimize development Virtual Machine

As a best practice I use a virtual machine for my development - I would like to try and optimize my VM as much as possible. All I have installed is server 2003, IIS and Visual Studio 2008. What do you do to optimize your development VM i.e what…
Nicholas
  • 1,740
  • 5
  • 22
  • 31