Difference between revisions of "GSP Virtualisation with Xen"
From PDP/Grid Wiki
Jump to navigationJump to searchLine 193: | Line 193: | ||
: plug the VBD into the control domain | : plug the VBD into the control domain | ||
xe vbd-plug uuid=''UUID-of-your-VBD-out-of-the-previous-step'' | xe vbd-plug uuid=''UUID-of-your-VBD-out-of-the-previous-step'' | ||
− | : write the stuff to /dev/ | + | : write the stuff to /dev/xvda (look at the size the find the proper one) |
# copy the contenhts of the raw image into the LV - use a broker host if the old and new server cannot see eachother: | # copy the contenhts of the raw image into the LV - use a broker host if the old and new server cannot see eachother: | ||
[salado]# ssh -A root@keerder "dd if=/vm/mach/images/rooier.img" | ssh root@vms-piet-15.inst.ipmi.nikhef.nl "dd of=/dev/VG_XenStorage-e5d0e83a-7e70-3d28-31ab-ed98bfb68368/LV-77510e53-1725-4b16-8ef2-4d20bebfcb21" | [salado]# ssh -A root@keerder "dd if=/vm/mach/images/rooier.img" | ssh root@vms-piet-15.inst.ipmi.nikhef.nl "dd of=/dev/VG_XenStorage-e5d0e83a-7e70-3d28-31ab-ed98bfb68368/LV-77510e53-1725-4b16-8ef2-4d20bebfcb21" |