Sign in or 

|
wcoekaer |
Drivers and Virtual Machines images and such are online.
Nov 17 2007, 12:37 AM EST
http://www.oracle.com/technology/software/products/virtualization/vm_templates.html
4
out of
6 found this valuable.
Do you?
Keyword tags:
linux
oraclevm
virtualization
vm
|
|
masa-f |
1. RE: Drivers and Virtual Machines images and such are online.
Nov 18 2007, 8:41 PM EST
I downloaded VM image (OVM_EL4U5_X86_HVM_4GB) , uncompressed in /OVS/seed_pool and tryed to importing by OVM Manager. But I saw the error message, "Cannot obtain Virtual Machine type" on General Information in Resources page.WHY?? Please teach me checking items. 0 out of 2 found this valuable. Do you? |
|
yueli |
2. RE: Drivers and Virtual Machines images and such are online.
Nov 19 2007, 5:50 AM EST
Hi, can you please provide me the exact steps to reproduce the problem? or if possible, provide us your test env, thanks.
0
out of
1 found this valuable.
Do you?
|
|
masa-f |
3. RE: Drivers and Virtual Machines images and such are online.
Nov 19 2007, 6:45 PM EST
1. Copy OVM_EL4U5_X86_HVM_4GB.tgz to /OVS/seed_pool in Oracle VM Server.2. Uncompress it. 3. Log in Oracle VM Manager by FireFox 2.0 4. In the Resources tab, click Vertual Machine Templates, and click Import button. 5. Select Internal Virtual Machine Template, and click Next button. 6. Select Server Pool Name, Virtual Machine Template Name; OVM_EL4U5_X86_HVM_4GB, Operating System; Oracle Enterprise Linux 4, and input System Username and System Password. 7. Click Next button, and appear information message; Cannot obtain Virtual Machine type. 0 out of 1 found this valuable. Do you? |
|
wcoekaer |
4. RE: Drivers and Virtual Machines images and such are online.
Nov 19 2007, 9:11 PM EST
just to be absolutely sure - your hardware does support hvm right ? if you look at the local console. /etc/issue should say "with hardware virt support" or something like that.0 out of 1 found this valuable. Do you? |
|
rainbowT |
5. RE: Drivers and Virtual Machines images and such are online.
Nov 19 2007, 10:07 PM EST
Hi, would you please reproduce this and then provide the agent logs( ovs_operation.log and ovs_query.log)which is located in /var/log/ovs-agent/? It'll be helpful to know the reason. The possible reason I guess is related to storage. Did you mount any other shared stroage to /OVS or only use default /OVS? Had you ever issued the command 'ovs-makerepo' ? is vm.cfg exist in /OVS/seed_pool/? If possible, pls have these answers to us, thx.
0
out of
1 found this valuable.
Do you?
|
|
sync_0 |
6. RE: Drivers and Virtual Machines images and such are online.
Mar 2 2009, 9:08 AM EST
Hi, I have the same problem as described here. My /OVS is ocfs2 storage connected via iscsi, and here is my ovs_query.log:"2009-03 15:59:09" INFO=> ha_check_cluster_heartbeat: shared_fs='/dev/sdc' success. "2009-03-02 15:59:09" INFO=> get_live_vms:start... "2009-03-02 15:59:09" INFO=> get_agent_version: success:agent_version=2.2-51 "2009-03-02 15:59:09" INFO=> get_live_vms: rs=[] "2009-03-02 15:59:09" INFO=> sync_vm_status: start... "2009-03-02 15:59:09" INFO=> sync_vm_status: rs=[] "2009-03-02 15:59:09" INFO=> get_live_vm_info: success. vm info => "2009-03-02 15:59:11" INFO=> util_get_storage_repos: success:repos=/OVS;free_space=1590231 "2009-03-02 15:59:13" INFO=> xen_get_memory:vm('/OVS/seed_pool/OVM_EL5U2_X86_PVHVM_10GB') => memory=2048M maxmem=2048M "2009-03-02 15:59:13" INFO=> get_vm_memory: vm('/OVS/seed_pool/OVM_EL5U2_X86_PVHVM_10GB') scope=cfg rs=success:memory=2048;maxmem=2048;mem_size=2048 "2009-03-02 15:59:14" INFO=> xen_get_vcpus:vm('/OVS/seed_pool/OVM_EL5U2_X86_PVHVM_10GB') => vcpus=2 vcpu_list= "2009-03-02 15:59:14" INFO=> get_vm_vcpus: vm('/OVS/seed_pool/OVM_EL5U2_X86_PVHVM_10GB') scope=cfg rs=success:vcpus=2;vcpu_list= "2009-03-02 15:59:14" ERROR=> get_vm_type: failed. vm_path('/OVS/seed_pool/OVM_EL5U2_X86_PVHVM_10GB') => <OVSException: no server of type 'xen'.> StackTrace: File "/opt/ovs-agent-2.2/OVSSiteVMConfig.py", line 543, in get_vm_type (hostname, sp) = select_one_server(vm["vtech"]) File "/opt/ovs-agent-2.2/OVSServerSelection.py", line 360, in select_one_server raise OVSException("no server of type '%s'." % vtech, ERR_SERVER_SELECTION) Do you find this valuable? |