Migrate Software Deployed on Linux VM? - Stack Overflow most recent 30 from stackoverflow.com2009-12-19T12:28:42Zhttp://stackoverflow.com/feeds/question/376733http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/376733/migrate-software-deployed-on-linux-vm1Migrate Software Deployed on Linux VM?jcnnghm2008-12-18T02:31:32Z2009-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#3767491Answer by Paul Betts for Migrate Software Deployed on Linux VM?Paul Betts2008-12-18T02:39:41Z2008-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#3767911Answer by paxdiablo for Migrate Software Deployed on Linux VM?paxdiablo2008-12-18T03:01:39Z2008-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#4167770Answer by jcnnghm for Migrate Software Deployed on Linux VM?jcnnghm2009-01-06T14:42:15Z2009-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>