Clone the VM to create the target server
1. In the VM itself, shutdown the VM so that it can be cloned
su -
shutdown -h now
2. Once the VM has shutdown, clone the VM using the VirtualBox Manager. Click on dbv01, right click and select Clone
3. Rename the new machine to dbv02 and select "Reinitialize the MAC address of all network cards" and click Continue
4. Select Full clone and Clone
5. The clone will be built
6. There are now 2 VMs
7. Start dbv02 by clicking on Start
Add Comment