Migrate Software Deployed on Linux VM? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T12:28:42Z http://stackoverflow.com/feeds/question/376733 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/376733/migrate-software-deployed-on-linux-vm 1 Migrate Software Deployed on Linux VM? jcnnghm 2008-12-18T02:31:32Z 2009-01-06T14:42:15Z <p>I've got some software I created deployed on a Linux VM. I'd like to deploy a second copy of the software on a second virtual machine. Ideally, I'd like to just clone the VM volume, fire up a second copy, change the IP address, and that's that. It there anything else to it, or is it really just that simple.</p> http://stackoverflow.com/questions/376733/migrate-software-deployed-on-linux-vm/376749#376749 1 Answer by Paul Betts for Migrate Software Deployed on Linux VM? Paul Betts 2008-12-18T02:39:41Z 2008-12-18T02:39:41Z <p>Sounds fine to me, as long as your VM software is smart enough to change the VM's MAC address (VMware is at least)</p> http://stackoverflow.com/questions/376733/migrate-software-deployed-on-linux-vm/376791#376791 1 Answer by paxdiablo for Migrate Software Deployed on Linux VM? paxdiablo 2008-12-18T03:01:39Z 2008-12-18T03:01:39Z <p>I've done this before in VMWare Workstation and Player - the VMX file has a MAC address which you can just change and VMWare will complain that the VM has moved (between physical machines only, I think) but you just tell it to create a new one when it starts and all will be fine.</p> <p>Of course, you may have applications that don't like you doing that (license compliance managers or anything that stores the MAC or IP address between program runs and checks to ensure it hasn't changed).</p> <p>In addition, I store all my VMs in their own directories so there's no conflict. Otherwise you'll have to rename files and change references to those files within the VMX and other configs.</p> <p>I think you'll just have to suck it and see.</p> http://stackoverflow.com/questions/376733/migrate-software-deployed-on-linux-vm/416777#416777 0 Answer by jcnnghm for Migrate Software Deployed on Linux VM? jcnnghm 2009-01-06T14:42:15Z 2009-01-06T14:42:15Z <p>The hostname within the Linux VM has to be changed. That's the only thing internal to the VM that must be changed.</p>