importing guest VM to Oracle VM server

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

importing guest VM to Oracle VM server

Başar
Hi Erman;

i try to open guest VM with "xmcreate vm.cfg" command

i got this ; " [root@basarOVS OVM_OL5U7_X86_64_PVM_10GB]# xm create vm.cfg
Using config file "./vm.cfg".
Error: Disk isn't accessible  "

What can i do here for pass this ERROR?
Reply | Threaded
Open this post in threaded view
|

Re: importing guest VM to Oracle VM server

Başar
i passed this error with create a manual vmdisk then i got new error :)

Error: Device 0 (vif) could not be connected. Could not find bridge, and none was specified

What i have to do?

Reply | Threaded
Open this post in threaded view
|

Re: importing guest VM to Oracle VM server

ErmanArslansOracleBlog
Administrator
Hi Başar,

I guess you have no bridge defined in your OVS.
Please add a bridge and then start your virutal machine.

brctl show   --look for the bridge
if you dont have one -> add a bridge -> brctl addbr xenbr0

Then, retry
Reply | Threaded
Open this post in threaded view
|

Re: importing guest VM to Oracle VM server

Başar
Thx Erman porblem solved.