VMware is a brand of virtual machine software that provides a virtualized set of hardware to the guest operating system.

learn more… | top users | synonyms

-2
votes
0answers
5 views

RAID hard drives with vm esxi

What i need is to have a pair of mirrored hard drives on a new build that's running VM Esxi. My setup includes a MSI B75MA-P45 motherboard, a 2 Port PCI Express Internal SATA II Controller Card (with ...
0
votes
0answers
8 views

Self-hosted WCF client-server crashes with StackOverflow under Windows on VmWare WorkStation

I have written a question about unpredictable WCF crash there. I investigate that the problem is existed only under VmWare. Any ideas, guys?
-2
votes
1answer
21 views

removing /etc/passwd, libc.so by accident [closed]

I accidentally removed /etc/passwd and now linux is not booting... and similar thing happened before(accidentally removing libc.so) I don't want to re-install all my operating system over this tiny ...
0
votes
0answers
9 views

python library which can be used for vSphere WS SDK

I am looking for a python library which can be used for accessing vSphere WS SDK. I have came across two which are having non GPL license: psphere - https://github.com/jkinred/psphere pysphere - ...
0
votes
0answers
10 views

CentOS under VMWare WS9 on Win7 : How to change keyboard language [closed]

I've download an image of Virtual Machine run CentOS 6.3. when i press a keyboard, it return unexpected key stroke. exp: 'y' -> 'z' ; '/' -> '-'. Is this Centos set to other language, not English. ...
0
votes
0answers
16 views

Can i format the disk via vmware?

I have installed ubuntu 12.04 on vmware and have installed mapr single node on ubuntu. When i want to format the disk, i get error: /opt/mapr/server/disksetup -F /tmp/disks.txt the output was: ...
0
votes
0answers
11 views

Running Vagrant Inside VMWare VM

I realize this is essentially OSCeption (Operating System Inception), but I think it might make the most sense for me (please tell me if there's a better option, this seems really crappy). Here's the ...
0
votes
0answers
6 views

VMWare Virtual Machine Ignores DCHP Lease

I have a VMWare Player (Workstation 9 )virtual machine on an Ubuntu 12.10 (13.10 Kernel) host running Ubuntu 12.04 using a bridged connection and set to replicate the physical network connection. ...
0
votes
0answers
15 views

VMWare : Self skill test to build and deploy Linux Kernel [closed]

I have a VMWare (6.5-7.x VM) which has RHEL 5 64 bit OS installed. Being a self motivated person I want to build and install linux kernel and explore various caveats to get expertise on Linux ...
-1
votes
0answers
9 views

How to do network benchmark virtual machines [closed]

I am doing a test on a network service that runs as man in the middle in the hypervisor level. I wish to create a VM with heavy traffic and see the impact of the service on the traffic. Are there ...
0
votes
0answers
18 views

Using Perl VMware::VIRuntime, Virtual Machine created, but getting “toolsNotInstalled” upon power on

I'm using Perl VMware::VIRuntime module to create VMs. VM can be created, but upon "power on", toolsStatus shows "toolsNotInstalled". I'm stuck, not knowing what caused this problem. Advice is ...
-2
votes
0answers
10 views

VM Ware vSphere Configuration - Meaning of 1 Socket 1 Core [closed]

I have a question about what actually happens when I select 1 socket, 1 core inside of vSphere. I have a production Oracle Enterprise server running on Windows 2008 R2 inside of a managed data ...
0
votes
1answer
23 views

Perl vSphere SDK adding multiple disks soap error:

I am able to add the disks linearly like below: my $vmSpec = VirtualMachineConfigSpec->new(deviceChange => [$devSpecs[0]]); $vmView->ReconfigVM(spec => $vmSpec); my $vmSpec = ...
1
vote
1answer
28 views

Using VMWare Fusion for local web dev, how to view local sites in the VM from the Mac

I'm using VMWare to build a .asp / NET site in a virtual machine running Windows 7 on my Mac, but I'd like to view this from the OSX side, or from other machines on the local network. On the virtual ...
0
votes
0answers
10 views

Vddk wrapper in C# gives VIX_E_INVALID_ARG ie.,“One of the parameters was invalid.” error

I am using Vddk API to mount and manage vmdk files in C#. I am using a wrapper class from " http://communities.vmware.com/thread/193704?start=0&tstart=0 " to convert C# calls to C++ . When I try ...
0
votes
0answers
9 views

ovftool upload ova to vcloud director encounter xsd structure issue

I encounter a stranger issue to upload an ovf template to VCD after our customer upgrade VCD from 1.5 to 5.1. It works previously while use ovftool 2.1 with VCD 1.5 I use ovftool 3.0.1 command line ...
0
votes
0answers
11 views

vmware 8, revert snapshot, get insufficient permission message

I am using windows 7, have a vmware workstation 8 installed on my computer. I created a Mac OS 10.8.3 guest OS, now I want to revert back to one of the old snapshot. and keep getting this ...
-1
votes
0answers
37 views

SVN: E175002: Unable to connect to Repository at URL, But it did yesterday. I did nothing about SVN and client. Why? [closed]

Our svn server is build in China, and we access it in US. It is OK yesterday, we did nothing about it, and it can't work today morning. We don't know why. This is detail: server ip: 192.168.1.26 in ...
-1
votes
0answers
32 views

How to install Mac OS X Lion 10.7.5 VMware Image in windows7 [closed]

I am successfully extracted the exe file but i can't run Mac OS X Lion.vmx, This is the screeshot. Please healp Me....
0
votes
1answer
32 views

Meteorite execvp error on vmware debian [closed]

I am trying to run meteorite on debian on vmware. My system config is as below: root@stellen:~# uname -a Linux stellen 3.2.0-4-686-pae #1 SMP Debian 3.2.41-2+deb7u2 i686 GNU/Linux When I run mrt, I ...
0
votes
1answer
13 views

Python: VMware Object data

How does one get all the property values from an object. For example a method returned me an object, but when I print it out there's only type and value displayed. For example I've got an ...
0
votes
1answer
26 views

VMware private internal network

I have 4 virtual machines, a client using windows 7 and 3 servers, one of which is a core server installation the other two are standard windows servers. I need to give all machines a static IP ...
-2
votes
0answers
13 views

How to simulate a coordination cluster of web services server

I'm working on replicated web services ,i achieved my theoretical survey ,so no i want to implement the solution for that i want to : Run several instance of virtual machine in which i'll deploy ...
0
votes
0answers
29 views

how to simulate network latency in VMware ESXi

I am using VMware ESXi to setup a virtual OS, Windows 2008 R2. And I will use Backup Exec 2012 to backup the whole OS. The question is i want to simulate the network latency during the process of ...
0
votes
0answers
98 views

VMWare Bridged Networking Ubuntu VM Interface (eth0) Cannot Ping Default Gateway [closed]

I have an Ubuntu VM but cannot make internet work even when editing the interfaces manually or deleting /etc/udev/rules.d/70-persistent-net.rules. My host computer has a public IP and a NAT based IP ...
-1
votes
0answers
68 views

Can not set up CUDA 5.0 or 4.2 in Virtual Box Ubuntu Guest, What about VMware? [closed]

-- Virtual Box (VB) v4.2.12 -- Host: Windows 7 -- Guest: Ubuntu 13.04 I have installed the GuestAddtions in VB I downloaded cuda 5.0 production .run from NVidia, did all the prestep described here ...
-1
votes
0answers
12 views

How does vSphere calculate the maximum memory limit available to a VM [closed]

I am trying to figure out how vSphere decides what the "maximum" memory limit available to a VM. It also doesn't seem to change as I manipulate the VM's memory settings. I can't seem to find any ...
-1
votes
0answers
6 views

VDDK 5.1.1 segfauls [closed]

I've been working on a project where the VM's from vCenter are being backed up through VDDK-VADP and it works sufficiently. However, we use the old VDDK on old CentOS 5 and I tried to renew all of ...
-3
votes
0answers
9 views

Request VMware network adaptor setting [closed]

i need the configuration of network adaptor "advaceed setting" for: vmware virtual network card real network card in the host PC. all items like ethernet @wire speed / flow control / interrupt ...
-2
votes
0answers
11 views

VMware - “This host does not support Intel VT-x” [migrated]

I am trying to install Fedora onto the most recently available VMware (VMware Player for Windows 32-bit and 64-bit specifically). I am getting an error message stating that "This host does not ...
-1
votes
0answers
40 views

TaskTracker is not starting after adding the host IP in /etc/hosts file [closed]

I am using CDH4 VMWare VM which is running in pseudo-distributed mode. To access the HBase service from eclipse, I have done following changes: 127.0.0.1 localhost.localdomain localhost ::1 ...
-1
votes
0answers
13 views

Cloning a physical machine into VM with lower disk space [closed]

Is there any way that I can clone a physical machine into a VM, by using a storage medium which has lower space than the physical machine? How do I clone a machine but determine how much the storage ...
-1
votes
0answers
39 views

vmware 9 and usb 3.0 [closed]

I use window 7 and vmware workstation 9 I try to plug my apple ipod into virtual machine MAC OS X but I got a message "the connection for the usb device apple ipod was unsuccessful". I choose usb 3.0 ...
-1
votes
1answer
20 views

Ssh and scp between two vmware Ubuntu [closed]

Please, I would like to connect a VM to another: I typed as follows: ssh root@192.168.1.4 root@192.168.1.4 's password: Permission denied, please try again. root@192.168.1.4 's password: Permission ...
-2
votes
0answers
9 views

What infrastructure we need before go with develop VCenter UI plugins?

Please let me me know what infrastructure we need before go develop VCenter UI plugins ?
-2
votes
0answers
19 views

How we can develop/create VCenter UI plugins? [closed]

We are trying to create our own vCenter UI plugins, which will be imported in cVenter client & allow customization's of UI components. We want to create simple UI components like menu, drop-down ...
0
votes
0answers
16 views

VMWare VIX vmrun.exe gives insufficient permissions error [migrated]

When I try to start a vm using the following command vmrun -t esx -h https://myserver.com/sdk -u domain\user -p * start "[datastore1-mydata] vmname/vmname.vmx" I get an error message ...
1
vote
1answer
28 views

Why is my MySQL database crashing on Windows IIS 6 with VMWARE error 1784

This is the errormessage from the MySQL error-log 130323 1:13:49 InnoDB: Operating system error number 1784 in a file operation. InnoDB: Some operating system error numbers are described ...
0
votes
0answers
54 views

usb device not recognized after using with vmware [closed]

Please appologize me if this is a common issue. I have a guest Linux mint 14 OS in VMware Workstation 9. Host operating system is Windows 7. Once I connect my pen drive (8 GB Transcend USB 3.0) to ...
-3
votes
0answers
16 views

Vmware: make snapshot of several vms at once? [closed]

I have Vmware Wokstation 9.0.2 Is it possible to make a snapshot of several machines at once then in future restore also all machines at one time. ?
1
vote
1answer
78 views

ReentrantLock.tryLock(long timeout, TimeUnit unit) does not timeout when can not acquire lock

During integration my project with Ehcache (with BlockingCache decorator, which is internally using ReentrantLock) I found some strange behaviour on one machine. From time to time, threads that are ...
0
votes
0answers
3 views

How to install Solaris Studio 12 on Solaris 10 used as a guest OSusing VMWare player on Windows 7? [migrated]

I have installed Solaris 10 OS as a guest OS using VM Player in Windows 7(Host OS). Now I want to install Solaris Studio 12 in my guest OS. How to do this. My system is using x86 based 32 bit ...
0
votes
0answers
16 views

Modifying CPU reservation and Memory Reservation of a vm programmatically

is there any way I can modify the cpu reservation and memory reservation of a vm through api before or after deployment. I am deploying the vm from a ova file.
0
votes
2answers
31 views

Communication with a VMWare guest system without network

does anybody know an API that allows to send and receive data to/from a VMWare guest system without using an IP network? I have to communicate with a program inside a VMWare guest but the guest is ...
-1
votes
0answers
223 views

Mac OS 10.8.3 Lion vmware virtual machine doesn't detects darwin.iso file to install VmTools? [closed]

I just installed MacOS 10.8.3 Lion in a vmware virtual machine, and I want to install Xcode but when I get to the CD/DVD IDE settings and select the darwin.iso file to install vmTools and click ...
0
votes
2answers
35 views

Fullscreen not functioning in virtualbox image open in vmware

For a project I was given a virtualbox image to work on. I don't have virtualbox but opened it in VMware and it works great except that in full screen the vm stays small and in the middle. I tried ...
0
votes
1answer
50 views

Get Datetime of ESX server in C#

I'm looking for an easy way to get the date and time of an esx server in c#. This has to be the hardware time, so I think this is the BIOS time. When a VM reboots it normally gets the time of the BIOS ...
0
votes
0answers
20 views

C# and VIX API issue - Invoking native code

I'm developing a C# application which loads a C++ dll which opens VMware Player using VIX APIs. If the C++ dll is loaded by a C++ application then the virtual machine is loaded without problems, while ...
-1
votes
0answers
63 views

Windows 8 activation issues in VMWare Fusion [closed]

I recently purchased a boxed copy of Windows 8 Professional (full install, not upgrade). I then installed it in VMWare Fusion running on my Mac. The installation was successful, and I activated ...
0
votes
0answers
7 views

Installing only what I need for Slackware on VMware Player [migrated]

I am trying to install Slackware 14 on VMware using as little space as possible but still be able to access any features I need. I do okay until I get to the part where it asks for the packages I ...

1 2 3 4 5 23