Difference between revisions of "GSP Virtualisation with Xen"

From PDP/Grid Wiki
Jump to navigationJump to search
Line 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 eachother:
+
# 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@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@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''

Revision as of 09:03, 10 April 2012