<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'>True and thanks for the input. <br><div id="1"><br>---- On Fri, 20 Jul 2012 05:13:55 -0700 <b>Javier Fontan <<a href='mailto:jfontan@opennebula.org' target='_blank'>jfontan@opennebula.org</a>></b> wrote ---- <br></div><br><blockquote style="border-left: 1px solid #0000FF; padding-left: 6px;">Hello, <br> <br>The drivers changed quite a bit from 3.2 to 3.4. Moreover the way <br>images are managed are very different with the inclusion of the <br>datastores. We still have to change the drivers to make them <br>compatible with the new versions. <br> <br>If you want to take a look to the tm drivers they are heavily based on <br>the shared driver. The clone scripts is modified so the destination <br>path is rewritten with the SMB share path: <br> <br>  DST_PATH=${DST_PATH/$ONE_LOCAL_VAR/$SMB_MOUNT} <br> <br>Also the destination disk have the extension .vhd added to make hyperv <br>recognize the files as images, for example: <br> <br>  exec_and_log "cp -r $SRC_PATH $DST_PATH.vhd" <br> <br>Cheers <br> <br>On Fri, Jul 20, 2012 at 6:23 AM, cloud.b.lab <<a href="mailto:cloud.b.lab@zoho.com" target="_blank">cloud.b.lab@zoho.com</a>> wrote: <br>> <br>> All, <br>> <br>> Do we have Hyper-V drivers for OpenNebula 3.4 or 3,6 . <br>> With one-hyperv-3.2.0.tar.gz in OpenNebula 3.6.0, I am able register a <br>> Hyper-V host. However clone and deploy scripts are not working as expected. <br>> <br>> TM_MAD         : ssh <br>> <br>> 1. clone: Cloning <br>> onehost:/var/lib/one/var/datastores/101/65f9f8d9980ec937e498f705eb1c2bcd in <br>> /var/lib/one/var/datastores/0/113/disk.0 <br>> issue: The folder and file /var/lib/one/var/datastores/0/113/disk.0  are not <br>> actually created. <br>> 2. context: Generating context block device at <br>> HYPER-V1:/var/lib/one/var//datastores/0/113/disk.1 <br>> issue : disk.1 note created. <br>> <br>> <br>> Log: <br>> Fri Jul 20 09:33:24 2012 [DiM][I]: New VM state is ACTIVE. <br>> Fri Jul 20 09:33:24 2012 [LCM][I]: New VM state is PROLOG. <br>> Fri Jul 20 09:33:40 2012 [TM][I]: clone: Cloning <br>> onehost:/var/lib/one/var/datastores/101/65f9f8d9980ec937e498f705eb1c2bcd in <br>> /var/lib/one/var/datastores/0/113/disk.0 <br>> Fri Jul 20 09:33:40 2012 [TM][I]: ExitCode: 0 <br>> Fri Jul 20 09:33:57 2012 [TM][I]: context: Generating context block device <br>> at HYPER-V1:/var/lib/one/var//datastores/0/113/disk.1 <br>> Fri Jul 20 09:33:57 2012 [TM][I]: ExitCode: 0 <br>> Fri Jul 20 09:33:57 2012 [LCM][I]: New VM state is BOOT <br>> Fri Jul 20 09:33:57 2012 [VMM][I]: Generating deployment file: <br>> /var/lib/one/var/113/deployment.0 <br>> Fri Jul 20 09:33:57 2012 [VMM][I]: ExitCode: 0 <br>> Fri Jul 20 09:33:57 2012 [VMM][I]: Successfully execute network driver <br>> operation: pre. <br>> Fri Jul 20 09:34:00 2012 [VMM][I]: Command execution fail: <br>> /var/lib/one/var/remotes/vmm/hyperv/deploy /var/lib/one/var/113/deployment.0 <br>> HYPER-V1 113 HYPER-V1 <br>> Fri Jul 20 09:34:00 2012 [VMM][I]: Copying disks <br>> Fri Jul 20 09:34:00 2012 [VMM][I]: command: mkdir C:\var\113\images <br>> Fri Jul 20 09:34:00 2012 [VMM][I]: command: copy <br>> \\HYPER-V1\images\113\images\* C:\var\113\images <br>> Fri Jul 20 09:34:00 2012 [VMM][E]: Error copying VM images <br>> Fri Jul 20 09:34:00 2012 [VMM][I]: {:stdout=>"", :stderr=>"#< <br>> CLIXML\r\n<Objs Version=\"1.1.0.1\" <br>> xmlns=\"<a href="http://schemas.microsoft.com/powershell/2004/04%22" target="_blank"><a href='http://schemas.microsoft.com/powershell/2004/04' target='_blank'>http://schemas.microsoft.com/powershell/2004/04</a>"</a>><S <br>> S=\"Error\">Copy-Item : An object at the specified path <br>> \\\\HYPER-V1\\images\\113\\images does n_x000D__x000A_</S><S S=\"Error\">ot <br>> exist._x000D__x000A_</S><S S=\"Error\">At line:1 char:5_x000D__x000A_</S><S <br>> S=\"Error\">+ copy &lt;&lt;&lt;&lt;  \\\\HYPER-V1\\images\\113\\images\\* <br>> C:\\var\\113\\images_x000D__x000A_</S><S S=\"Error\">    + CategoryInfo <br>> : ObjectNotFound: (\\\\HYPER-V1\\images\\113\\images:St _x000D__x000A_</S><S <br>> S=\"Error\">   ring) [Copy-Item], IOException_x000D__x000A_</S><S <br>> S=\"Error\">    + FullyQualifiedErrorId : <br>> ItemDoesNotExist,Microsoft.PowerShell.Commands.C _x000D__x000A_</S><S <br>> S=\"Error\">   opyItemCommand_x000D__x000A_</S><S S=\"Error\"> <br>> _x000D__x000A_</S></Objs>", :exitcode=>1} <br>> Fri Jul 20 09:34:00 2012 [VMM][I]: ExitCode: 255 <br>> Fri Jul 20 09:34:00 2012 [VMM][I]: Failed to execute virtualization driver <br>> operation: deploy. <br>> Fri Jul 20 09:34:00 2012 [VMM][E]: Error deploying virtual machine: Error <br>> copying VM images <br>> Fri Jul 20 09:34:00 2012 [DiM][I]: New VM state is FAILED <br>> <br>> Other required data: <br>> 1. //192.168.1.4/images on /var/lib/one/mountpoint type cifs (rw) <br>> 2. hyperv.conf <br>> :vmdir:         "\\\\HYPER-V1\\images" <br>> :local_vmdir:   "C:\\var" <br>> :user:          "oneadmin" <br>> :password:      "Redhat123456" <br>> 3.  ~/etc/tm_hyperv/tm_hypervrc <br>> SMB_MOUNT=/var/lib/one/mountpoint <br>> 4.  ID NAME            CLUSTER   RVM TCPU FCPU ACPU    TMEM    FMEM    AMEM <br>> STAT <br>>      10 HYPER-V1        -           0        800  800  800      8G <br>> 6.7G      8G       on <br>> <br>> If you have updated scripts , kindly pass it one. Else if I am doing <br>> something wrong, kindly en-light. <br>> <br>> Regards, <br>> Anil. <br>> <br>> <br>> <br>> <br>> <br>> <br>> _______________________________________________ <br>> Users mailing list <br>> <a href="mailto:Users@lists.opennebula.org" target="_blank">Users@lists.opennebula.org</a> <br>> <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a> <br>> <br> <br> <br> <br>--  <br>Javier Fontán Muiños <br>Project Engineer <br>OpenNebula - The Open Source Toolkit for Data Center Virtualization <br>www.OpenNebula.org | <a href="mailto:jfontan@opennebula.org" target="_blank">jfontan@opennebula.org</a> | @OpenNebula <br></blockquote><br></div></body></html>