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
0
votes
1 answer

After moving server to new VM, VisualVM remote connection can't see Monitor tab or application mbeans

I've had a Spring 3.x application running on Solaris (5.10) in a VMWare VM for quite a while. My application registers some mbeans. I've been able to connect remotely to the VM from VisualVM and view data in the "Monitor" tab, and I've been able to…
David M. Karr
  • 14,317
  • 20
  • 94
  • 199
0
votes
1 answer

VMWare Server Under Linux Secondary NIC connection

With VMWare Server running under Linux (Debain), I would like to have the following setup: 1st: NIC being used by many of the images running under VMWare, as well as being used by the Linux OS 2nd: NIC being used by only 1 image and to be unused…
DAC
  • 1,769
  • 1
  • 20
  • 32
0
votes
2 answers

Using the VMware SDK, Java, vCenter how do you get all the Networks attached to a VM?

I get the VM object and do a retrieve of the Networks but I only get one. Event if the VM has several NICS on different networks.
0
votes
1 answer

Performance testing on VMWARE

I want to run performance tests on my application and report CPU utilization and memory utilization for the app. For this I need to have fixed CPU cycles available to the VM running the app, otherwise the results will of tests will be…
jay
  • 1
  • 1
0
votes
1 answer

Automated deployment using VMware powercli

We are having build environment where we did not use any tools like Cruise control , TFS or buildforge. We are purely depend upon Msbuild and powershell. We decided to automate the deployment process. As we are using VMWare ESXi to meet our Virtual…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
0
votes
2 answers

Hadoop virtual machine: can't connect

I've downloaded and extracted the Hadoop virtual machine from http://developer.yahoo.com/blogs/hadoop/posts/2010/10/yahoo-cloud-virtual-machine-appliance/. I've started this up in VMWare Player on Windows 7, and logged in. However, I can't then…
thomson_matt
  • 7,473
  • 3
  • 39
  • 47
0
votes
1 answer

VMware Studio Plugin for Eclipse Installing Error

I tried to install VMware studio plugin for eclipse 3.5.2 and i got this error. Cannot complete the install because one or more required items could not be found. Software being installed: VMware Studio Plugin for Eclipse 2.5.0.0-387333…
Amila
  • 1,423
  • 1
  • 11
  • 17
0
votes
1 answer

Connect to remote Openbravo ERP Appliance

I have my Openbravo appliance running by VMWare workstation on top of Win7 which is in a LAN connected to internet by router. When I start the appliance. I can access ERP web console by typing in the address it gave at the end of the process (for…
0
votes
1 answer

Accessing VMware's Bios

On a Mac in VMware Fusion when the vm is starting and the loading bar is displayed, how can you access the the boot order as if it were a stand alone windows machine? I've tried "f8" "delete" with no luck.
user1074989
  • 66
  • 1
  • 5
0
votes
1 answer

Poor WCF performance when running on a VM

I'm working on a self-hosted WCF application which runs just fine on my PC; however, when I try running it on a VM hosted locally using VMware Player, the service takes some two minutes to return data, whereas the original request took only a few…
David Keaveny
  • 3,904
  • 2
  • 38
  • 52
0
votes
1 answer

Is it safe to allocate logical CPUs to a VM after creation

We're going to be serving our portal software on a virtual machine running Centos 5.2 on VMWare ESXi. We're initially going to allocate two logical CPUs but there's a possibility that we might want to add an additional two some time in the future.…
Fergal
  • 5,213
  • 6
  • 35
  • 44
0
votes
2 answers

Script to Re-Join Domain with Powershell

Sorry for my English. I have VMs on VMWare ESXi running Windows 7. All of the machines are in domain, but sometimes they leave domain, so I need to rejoin it. I wrote simple script to do this: $credential = New-Object…
Andrew
  • 238
  • 3
  • 7
0
votes
1 answer

Configuring VMWare Server 2.0 with an HTTP proxy

I have configured a VMWare 2.0 server with a guest OS (Ubuntu Linux) and my host OS is Windows XP. My XP machine connects to the Internet via an HTTP proxy. I wanted the guest OS in VMWare to have access to the Internet as well. The VM created has…
Wild Thing
0
votes
1 answer

How to get VMWARE ESX 3i Image from infrastructure client using script

I've download the SDK to try to copy the image to my PC from the server but no cmdlet for copy just get info moving etc any help?
unknown (yahoo)
0
votes
1 answer

VDDK API Mocking

We are using VDDK apis in our backend and require to mock the VDDK APIs for testing. As it is not a SOAP interface, would anyone know the protocol for used to help us mock the apis?
1 2 3
99
100