Difference between revisions of "GSP Virtualisation with Xen"
From PDP/Grid Wiki
Jump to navigationJump to searchLine 196: | Line 196: | ||
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/xvda (look at the size the find the proper one) | : 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 | + | # copy the contenhts of the raw image into the LV - use a broker host if the old and new server cannot see each other: |
− | [salado]# ssh -A root@keerder "dd if=/vm/mach/images/rooier.img" | ssh root@ | + | [salado]# ssh -A root@keerder "dd if=/vm/mach/images/rooier.img" | ssh root@pool-piet.inst.ipmi.nikhef.nl "dd of=/dev/xvdXX" |
# unplug the device and remove the VBD (but NOT the VDI!) | # unplug the device and remove the VBD (but NOT the VDI!) | ||
xe vbd-unplug uuid=''UUID-of-your-VBD-out-of-the-previous-3b'' | xe vbd-unplug uuid=''UUID-of-your-VBD-out-of-the-previous-3b'' |