Posted On March 28, 2019

How to Move Virtualbox Guest VMs to Different Hosts

kimconnect 0 comments
blog.KimConnect.com >> Linux >> How to Move Virtualbox Guest VMs to Different Hosts
Connect to Source Host and copy files to NAS:
ssh webadmin@server01
vboxmanage list running vms
vboxmanage controlvm “[machine name]” poweroff
scp -r /media/KimConnectVirtStorage/virtual_disk_images/qa.kimconnect.com webadmin@NAS:/home/webadmin
 
Connect to Destination Host:
ssh webadmin@NAS
# check disk space
df -h
mv qa.kimconnect.com/ Virtual\ Box\ VMS/
 
# command to associate VMDK to Virtualbox is to be researched
vboxmanage controlvm “[machine name]” poweron

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Installing IBM VPN Client

On a Linux Machine # Install VPN Client shellScript=https://support.arraynetworks.net/prx/001/http/supportportal.arraynetworks.net/downloads/pkg_9_4_0_385/MP_Linux_1.2.9/MotionPro_Linux_Ubuntu_x64_build-8.sh cd Desktop wget $shellScript sudo ./MotionPro_Linux_Ubuntu_x64_build-8.sh…

Linux: Creating Volume Shortcuts

Run xfce4-keyboard-settings > select the 'Application Shortcuts' tab > Add > input one of the…

Ubuntu: Disable Annoying Update Notifier

Want to get rid of this? Ubuntu: Go to System > Administration > Software Sources…