Oracle Vm on VirtualBox
Hi,
Has anyone successfully run Oracle VM on VirtualBox?
CPU: AMD Phenom II X4 965
SVM is enabled in MB.
Installed VirtualBox on Windows 7 64bit.
VirtualBox: 4.1.18
I basically followed the oracle instruction from the "Building a Demo Environment using Oracle VM VirtualBox".
Everything works fine until I try to create a virtual machine.
I've got the following error.
Starting operation 'Virtual Machine Start' on object '0004fb00000600009526838f3d4be255 (first vm)'
Completed operation 'Virtual Machine Start' completed with direction ==> LATER
Starting operation 'Bridge Configure Operation' on object '0004fb0000200000b137e9cddcdd09b8 (network.BondPort (1) in myserver1.example.com)'
Bridge [192.168.1.0] already exists (and should exist) on interface [bond0] on server [myserver1.example.com]; skipping bridge creation
Completed operation 'Bridge Configure Operation' completed with direction ==> DONE
Starting operation 'Virtual Machine Start' on object '0004fb00000600009526838f3d4be255 (first vm)'
Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: myserver1.example.com failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:?pwd?@192.168.1.201:8899/api/2 start_vm 0004fb00000300003907f6fd90ef0e08 0004fb00000600009526838f3d4be255, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['xm', 'create', '/OVS/Repositories/0004fb00000300003907f6fd90ef0e08/VirtualMachines/0004fb00000600009526838f3d4be255/vm.cfg'] failed (1): stderr: Error: HVM guest support is unavailable: is VT/AMD-V supported by your CPU and enabled in your BIOS?
stdout: Using config file "/OVS/Repositories/0004fb00000300003907f6fd90ef0e08/VirtualMachines/0004fb00000600009526838f3d4be255/vm.cfg".
As you can see there are two errors.
1. OVMAPI_4010E Attempt to send command: dispatch to server: myserver1.example.com failed. OVMAPI_4004E Server Failed
2. HVM guest support is unavailable: is VT/AMD-V supported by your CPU and enabled in your BIOS?
I'm pretty sure that SVM (AMD-V) is enabled in BIOS and it's verified when installing VM Server as a guest in VirtualBox.
Does anyone have idea or comments?
Thanks,