vmware

Automate CentOS installation with VMware for testing

Is is possible to automate the installation of an OS using VMware or any other virtualization product? One of our products consists of a customized version of CentOS that installs the OS and our application on a server. It's much like any CentOS/RHEL installation where you choose a mode that corresponds to different kickstart options, ...

Trying to establish remote debug with visual studio running inside vmpalyer

i have this configuration a visual studio running inside virtual machine. the host machine has xp on it and so does the virtual machine. i have to run remote debug on the third machine which is connected to the host machine. i m currently facing this problem i m not able to ping my virtual machine from my host machine, however revers...

VMWare Windows XP session says 'insufficient disk space' for a 6 gb file but there's 14 gb free

My VMWare Windows XP session says 'insufficient disk space' to copy in a 6 gb database dump but there's more than 14 gb free :( . It's a growable disk. It;s currently 5.5 GB in size. Any suggestions? ...

Setting up a NAS with Citrix XenServer

Hi, Just a quick query on anyone whos worked with XenServer, I want to setup a NAS at home but with virtualization (I've looked into VMWare Server and KVM, I quite like KVM!) but I was told about XenServer 5.5. I have comomodity hardware (ASUS board, dual core 2.66Ghz CPU with 8Gb RAM), I need to setup a fileserver to house about 2-3Tb...

Non-Proprietary Virtual Image Clients?

Hi, Just to ask if there are any non-proprietary virtual image clients available, i.e. an application capable of running .vhd and/or .vmdk based virtual images? I have searched online, but have not been able to find any. Note, I am actually looking to avoid using the bloated VMware Server 2.0, with its web interface and resource hun...

How to keep a tree of VM snapshots up to date with Windows Update?

For testing our product's installer, I maintain a tree of virtual machine snapshots with different previous versions installed. It is a tedious task to do Windows Update, re-snapshot, delete parent snapshot on each VM. Is there an automated solution for keeping a group of VMs up-to-date? I use VirtualBox but have access to VMware Workst...

Configuring non-domain user accounts for VMware remote debugging

My development machine is on the corporate network, and I log on to it using my domain account. I have VMware workstation installed, but my virtual machines are not and cannot be a part of the corporate domain. The problem is that I would like to use the VMware remote debugging option and debug from Visual Studio on the development mac...

Problem loading vix.dll

I am using the VMWare Tasks library to try and automate some VMs for testing. However when my C# program (32-bit) tries to load vix.dll it seems to fail. Running vmrun.exe from the VixCOM directory works. vmrun.exe In procmon I can see vmrun.exe try to load winmm.dll, oleacc.dll, mpr.dll, msasn1.dll, winspool.drv in C:\Program Files ...

Cannot access SQL Server Express 2005 database in VMWARE

I'm running an SQL Server express 2005 database inside a guest OS that I'm trying to connect to via a application running on the host. However, I'm not able to connect to the database (I can connect to the database if I run the application inside the guest OS). Both operating systems are Windows XP 64. I'm using bridged networking mod...

VMWare - network applications

I am developing a distributed file system using Java, I cannot give many details at this moment. I need to test some things on Linux, I will use WMWare server an install Linux inside a virtual machine. Is there any difference between the simulated network card and a real ethernet interface? ...

Advice for Delphi Development on a Mac?

I've started developing with Delphi on the Mac and thought I would share my observations and see if anyone else had any advice or tips for Mac development with Delphi. A while back I had some comment discussion about Delphi development on a Mac. It was in the comments of an answer to another question. With the passing of some months, ...

Installation vs. Virtual Machine Images

I seem to end up evaluating a lot of software. This requires me to constantly install all kinds of things on my system. It creates a huge clutter and I spend a lot of time during the install process, and if I don't like it, then removing everything I've done. Much of my evaluation tends away from the features of the software being eva...

Can a VMWare Fusion image be run on a windows machine.

May I burn in flames if this has been answered. At work I use a Windows XP Pro machine for my development and at home I use a Macbook Pro. I am thinking of shifting my development environment over to virtual machines using VMWare Fusion (on the mac). My question is, can I open a virtual machine image created on my Mac with my windows co...

VMWare guest web-server not reachable from host

Software: VMWare Fusion 2.05 on Mac OS X 10.5.8 (also applies to VMWare Workstation 6.5.2 on Vista, used for verification of the issue) Guest: Ubuntu Server 9.04 (also applies to Ubuntu Desktop 9.04, used for verficiation of the issue) VMWare Networking: bridged Router: Apple TimeCapsule, latest firmware Issue: After successfully insta...

Linux LiveCD for software developers

Hi all, My primary development platform is Windows, however I sometimes need access to Linux for porting and testing my apps. To do so I use a preconfigured general purpose VMware image. However I'm looking for a simpler, more light-weight solution. I'm thinking about a zero-installation LiveCD dedicated to software development, booted ...

kernel source code location in linux

Hi all.. i am working in Fedora OS.. actually i am working in windows and running fedora through VMware (as u all know, VMware is used to load the OS image, thus running a different OS being in one OS).. by default the kernel source tree should be in usr/src/ directory.. instead i could find only an empty directory called kernels.. the a...

Edit source directly on Ubuntu VM from Windows host

Hi, I'm playing around with Django on a guest Ubuntu minimalist VM (no window manager). What's the best workflow for this? I think it would be best to be able to edit my files directly in my Windows IDE without having to SFTP or git between editing OS and server. Is it even possible to map my home directory in the Ubuntu VM to a wind...

How do I debug Visual Studio projects using VMware?

I just installed WMware Workstation for the first time, and noticed that it included some new toolbars in Visual Studio for me to be able to debug applications on a virtual machine. Has anyone used this feature? How do you use it, and what do you debug with it? What are some of the benefits of debugging under a virtual machine as oppos...

GIT and VMWare/Volumes

I have MacBook and Ubuntu Server on it as part of VMWare fusion virtual machine. When I use GIT on my local disk (Mac) everything is working perfectly but when I try to use git on volumes I have problems. For example /Volumes/vm1/webfolder is my local .git repository. If I create clone like $git@myserver:byrepo.git then I check for c...

Visual Studio Environment Best Practices?

I have a VM on my Win 7 machine running Server 2008. My website can't run properly unless it's running on the server due to COM+, other website integration and environment variables. Currently, I have VS2008 installed on the Windows Server 2008 and I develop there (which is dumb, I know) instead on in my Win 7 workstation. I hate this...