Administrator
|
Hi,
Copy that vdisk to the other ODA machine, and go through the following steps for attaching it to your new VM machine running on that other ODA machine.
How to Create Virtual Disk without Oracle VM Manager (Doc ID 1951279.1)
Like this;
Add new disk image to disk = [ ] section of vm.cfg file of a Virtual Machine. Format:
disk = [ 'file:/mnt/el4u5_64_hvm//system.img,hda,w' ]
Note: Making any change to vm.cfg file effective requires a domain re-creation which is Virtual Machine shutdown then start (NOT restart.)
5. If an outage on the Virtual Machine is not possible, then hot plug read/write as /dev/xvdX by:
# xm block-attach [domain ID] /path/to/image /dev/xvdX w
|