vmware

How to get started on implementing a virtual machine?

I have recently become interested in implementing a basic x86 virtual machine. I think that it would be one the best ways to completely understand the way an x86 machine works. Other than the code base of open source VMMs like bochs, QEMU, kvm, or xen, what resources would you recommend that I look into to get started? ...

Hosting a web server through an image

Is it possible that, on my Windows machine, I get the vmware player and an ubuntu image and host a web server from that image? ...

Cross Browser Testing on Virtual Machines - Issues?

I am part of an organization in which there is contention amongst some very competent folks as to whether or not testing cross-browser behavior for JavaScript intensive web applications on virtual machines (for IE6/7/8, FF2/3, Chrome on XP/Vista/7) is reliable. This is using VMWare server on a Linux box host. While the discrepancies se...

VMWare Fusion 3 on Mac Delete Snap Shot

I turned on AutoProtect and then decided I didn't want it. I found a several Gig size file in my VM folder. I tried to delete it after Shutting Down the VM (Win 7) But when I restarted Win 7 it complained that the snapshot files were needed. I restored them and was ok. How do I get rid of these AutoProtect created snapshot files? ...

Windows Phone 7 emulator on a VM?

It seems that the Windows Phone 7 SDK doesn't support running inside a VM. On Parallels, the entire VM simply crashes when the emulator is starting up. Around the web, though, a few people have reported that they were able to use it by changing a lot of the VM settings. What do I have to change to be able to run it? I'm specially int...

Suitable ESXi Spec

Finally I have some money to buy a new server and replace the one I have been using for 10 years. Im thinking of running ESXi on the new server. And intend to use it as follows; One W2008 R2 Guest running Exchange, File store, SVN and an accounting application for day to day running of the company. Multiple Guest VMs W2K, XP, Vista ...

Automatic VM deployment

I have an idea to streamline deployments of prototypes within our team using VMs. The idea would be that a developer would be able to deploy their artifacts to Maven, then use a Web interface to pull them onto a development VM for integration/regression testing. They would then be able to to push those artifacts to a reference system, an...

VMware 4 ESXi on 64Bit CPU does it run 64Bit Guests ?

Hello, I have a PC with AMD FX CPU (Do not remember if it was FX51 or FX60) it is 64Bit does it means that I can run 64Bit Guests? even if it does not have the Visualization extensions in the CPU? ...

How do I backup Oracle database (about 1TB size) in VMware without using RMAN?

It's been a while since I am struggling to find a backup solution for cold backup of Oracle database on Linux in VMware. I am obviously not looking for entire vm image backup. ...

VMware event hooks in .NET

I'm developing an in-house .NET application that will be run on a VM (with VMware), and want to know if there's a way to get notifications from VM system events (like suspending, resumed, etc.) Anyone know of a convenient way to do that? The virtual machine has VMware Tools installed, does that provide a .NET API for hooking events? E...

Migrating from Physical SQL (SQL2000) To VMWare machine (SQL2008) - Transferring Large DB

We're in the middle of migrating from a windows & SQL 2000 box to a Virtualised Win & SQL 2k8 box The VMWare box is on a different site, with better hardware, connectivity etc... The old(current) physical machine is still in constant use - I've taken a backup of the DB on this machine, which is 21GB Transfering this to our virtual mach...

Differentiate VMware network adapter from physical network adapters

I have to differentiate between the real addresses and the VM addresses using any Windows API. I'm using Getadaptersaddresses API to populate a list of ipaddresses for the local machine. I need to extract only the "real" addresses apart from the addresses associated with the VMware network adapter and other addresses(auto-configuration a...

cloud portability

may i know how portability is gae application. let say i have an application that using comet feature, task queue..etc and not using bigtable and i want to deploy on vmware/amazon will it run? ...

Talk to VM through host operating system

I have here a Windows distribution server that runs an ANT task to build enterprise software. What I need to do is to have the ANT task copy and run a VM image (Linux), and then...talk to that Linux VM through the host operating system (through the ant task itself). We need to be able to send files and/or commands to it. Is there a prac...

is ready made vmware images good for python website development

I tried a lot and was not able to set python with django and wastd full day. I just found this http://bitnami.org/stack/djangostack Is that good for development and alos does it has mod_wsgi enabled on apache. I want to make sure that , everything is ok , so that i can start building app on this IF there are any other alternatives ...

Build Linux Packages on Cygwin

Is it a good idea to build RPMs and Debian packages on Cygwin? Our release server is windows, so our options are either that or start up VMs with linux to handle the task. I'm just not sure if VMs are taking a nuclear bomb to an ant. Is there a way to do the building in Cygwin? If so, how? So far I've found some clues...apparently Cygwi...

tfs2010 on VMWare

We're thinking of running our TFS 2010 application tier on a virtual machine using VMWare. We are a tiny shop (4 devs) and like the ability to upsize the power later. Data would probably reside on a real server. Hive mind: Please, tell me if this is a moronic idea. ...

Starting a Windows app from a Mac app in Parallels or VMWare

Given: Mac with either Parallels or VMWare A virtual machine with Windows installed. A Windows GUI application Foo.exe installed in that Windows virtual machine. A Mac application Bar.app I'd like to start Foo.exe from Bar.app. What are reasonable approaches to do this for Parallels? How about VMWare? Note: I've tried using Para...

virtualization and visual studio 2010

Hi, Is it possible using windows 7 or windows server 2008 to create 5 VMWare virtual machines so that 5 developers can use them using thin clients to work with Visual Studio 2008/2010 with all components (sql server express, IIS etc). what can be the options and the hardware specs for server and clients? I am looking forward for all ...

getting Ip address given by vmware to machine instance of ubuntu server

Hi I am having a vm image of an ubuntu server. Vmware is setup and it shows the login screen and allows me to login. Now I want to get the ip address that the vmware gave to this machine instance. I tried ifcong -a but it doent show any ip address other than 127.0.0.1. Am i doing it correctly or missing something? Kindly help. thanks...