Hi,<div><br></div><div>On Fri, Jul 27, 2012 at 2:02 AM, Jason Fairfield <span dir="ltr"><<a href="mailto:pegasusjf@siu.edu" target="_blank">pegasusjf@siu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

 First, what is the 3.6 equivalent for this command (from the Open Nebula Book):<br><pre><b>onehost create host09 im_kvm vmm_kvm tm_ssh dummy</b></pre>Trying to follow the man page as closely as possible I'm using this:<br>

onehost create host09 -i im_kvm -v vmm_kvm -n dummy<br></blockquote><div><br></div><div>Since OpenNebula 3.4 the transfer manager is not set for each Host, but rather for each Datastore [1]. The command you used is the right one.</div>

<div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">It's possible that the ttylinux demo vm given by the book is obsolete.  Also, I tried to change the setup from shared to ssh (though I forget exactly how) but that did not help.<br>

</blockquote><div><br></div><div>The latest ttylinux example documentation can be found here [2].</div><div>To change the Transfer Manager driver, follow the Storage guides [3]</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

Thu Jul 26 01:49:54 2012 [TM][D]: Message received: LOG E 5 clone: Command "cd /srv/cloud/one01/var/datastores/0/5; cp -r ../../1/d6b8087d48a73ac946e1780aefc4d964 /srv/cloud/one01/var/datastores/0/5/disk.0" failed: cd: 1: can't cd to /srv/cloud/one01/var/datastores/0/5<br>

<br>Thu Jul 26 01:49:54 2012 [TM][D]: Message received: LOG I 5 cp: cannot stat `../../1/d6b8087d48a73ac946e1780aefc4d964': No such file or directory<br></blockquote><div><br></div><div>The shared TM driver requires the datastore location to be exported to the hosts. You should check that is it properly mounted, and that the permissions allow oneadmin to use it.</div>

<div><br></div><div>Regards </div></div><div><br></div><div>[1] <a href="http://opennebula.org/documentation:archives:rel3.4:compatibility">http://opennebula.org/documentation:archives:rel3.4:compatibility</a></div><div>
[2] <a href="http://opennebula.org/documentation:rel3.6:cong#exampleusing_context_in_a_vm">http://opennebula.org/documentation:rel3.6:cong#exampleusing_context_in_a_vm</a></div>
<div>[3] <a href="http://opennebula.org/documentation:rel3.6:sm">http://opennebula.org/documentation:rel3.6:sm</a></div><div><br clear="all">--<br>Carlos Martín, MSc<br>Project Engineer<br>OpenNebula - The Open-source Solution for Data Center Virtualization<div>

<span style="border-collapse:collapse;color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px"><a href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | <a href="mailto:cmartin@opennebula.org" target="_blank">cmartin@opennebula.org</a> | <a href="http://twitter.com/opennebula" target="_blank">@OpenNebula</a></span><span style="border-collapse:collapse;color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px"><a href="mailto:cmartin@opennebula.org" style="color:rgb(42,93,176)" target="_blank"></a></span></div>

<br>
<br><br><div class="gmail_quote">On Fri, Jul 27, 2012 at 2:02 AM, Jason Fairfield <span dir="ltr"><<a href="mailto:pegasusjf@siu.edu" target="_blank">pegasusjf@siu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

 First, what is the 3.6 equivalent for this command (from the Open Nebula Book):<br><pre><span><b>onehost create host09 im_kvm vmm_kvm <span>tm_ssh</span> dummy</b></span></pre>
Trying to follow the man page as closely as possible I'm using this:<br>onehost create host09 -i im_kvm -v vmm_kvm -n dummy<br><br>But trying to run that basic vm image from chapter 5 is apparently getting transfer errors.<br>



<br>ssh is passwordless, oneadmin is set for no password sudo.  There seems to be transfer issues, but I'm at a loss what could be causing them.<br><br>It's possible that the ttylinux demo vm given by the book is obsolete.  Also, I tried to change the setup from shared to ssh (though I forget exactly how) but that did not help.<br>


<br><br>my commands<br><br> ID NAME            CLUSTER   RVM TCPU FCPU ACPU    TMEM    FMEM    AMEM STAT  <br>
   1 host09          -           0  200  200  200    3.8G    3.5G    3.8G on    <br>oneadmin@cloudadmin-OptiPlex-380:/tmp/ttylinux$ onevnet create small_network.netID: 2<br>oneadmin@cloudadmin-OptiPlex-380:/tmp/ttylinux$ oneimage create image.one<br>



Datastore to save the image is mandatory: <br>     -d datastore_id<br>oneadmin@cloudadmin-OptiPlex-380:/tmp/ttylinux$ oneimage create image.one -d default<br>ID: 3<br>oneadmin@cloudadmin-OptiPlex-380:/tmp/ttylinux$ onevm create ttylinux.one<br>



ID: 5<br>oneadmin@cloudadmin-OptiPlex-380:/tmp/ttylinux$ onevm list<br>    ID USER     GROUP    NAME            STAT UCPU    UMEM HOST             TIME<br>     5 oneadmin oneadmin ttylinux        pend    0      0K              0d 00h00<br>



oneadmin@cloudadmin-OptiPlex-380:/tmp/ttylinux$ <br><br><br>from oned.log<br><br>Thu Jul 26 01:49:53 2012 [DiM][D]: Deploying VM 5<br>Thu Jul 26 01:49:54 2012 [TM][D]: Message received: LOG I 5 Command execution fail: /srv/cloud/one01/var/remotes/tm/shared/clone cloudadmin-OptiPlex-380:/srv/cloud/one01/var/datastores/1/d6b8087d48a73ac946e1780aefc4d964 host09:/srv/cloud/one01/var//datastores/0/5/disk.0 5 1<br>



<br>Thu Jul 26 01:49:54 2012 [TM][D]: Message received: LOG I 5 clone: Cloning ../../1/d6b8087d48a73ac946e1780aefc4d964 in host09:/srv/cloud/one01/var//datastores/0/5/disk.0<br><br>Thu Jul 26 01:49:54 2012 [TM][D]: Message received: LOG E 5 clone: Command "cd /srv/cloud/one01/var/datastores/0/5; cp -r ../../1/d6b8087d48a73ac946e1780aefc4d964 /srv/cloud/one01/var/datastores/0/5/disk.0" failed: cd: 1: can't cd to /srv/cloud/one01/var/datastores/0/5<br>



<br>Thu Jul 26 01:49:54 2012 [TM][D]: Message received: LOG I 5 cp: cannot stat `../../1/d6b8087d48a73ac946e1780aefc4d964': No such file or directory<br><br>Thu Jul 26 01:49:54 2012 [TM][D]: Message received: LOG E 5 Error copying cloudadmin-OptiPlex-380:/srv/cloud/one01/var/datastores/1/d6b8087d48a73ac946e1780aefc4d964 to host09:/srv/cloud/one01/var//datastores/0/5/disk.0<br>



<br>Thu Jul 26 01:49:54 2012 [TM][D]: Message received: LOG I 5 ExitCode: 1<br><br>Thu Jul 26 01:49:54 2012 [TM][D]: Message received: TRANSFER FAILURE 5 Error copying cloudadmin-OptiPlex-380:/srv/cloud/one01/var/datastores/1/d6b8087d48a73ac946e1780aefc4d964 to host09:/srv/cloud/one01/var//datastores/0/5/disk.0<br>



<br>Thu Jul 26 01:49:54 2012 [ReM][D]: VirtualMachineAction method invoked<br>Thu Jul 26 01:49:55 2012 [HKM][D]: Message received: LOG I 5 ExitCode: 0<br><br>Thu Jul 26 01:49:55 2012 [HKM][D]: Message received: EXECUTE SUCCESS 5 on_failure_resubmit: <br>



<br>Thu Jul 26 01:49:55 2012 [TM][D]: Message received: LOG I 5 ExitCode: 0<br><br>Thu Jul 26 01:49:55 2012 [TM][D]: Message received: LOG I 5 delete: Deleting /srv/cloud/one01/var/datastores/0/5<br><br>Thu Jul 26 01:49:55 2012 [TM][D]: Message received: LOG I 5 ExitCode: 0<br>



<br>Thu Jul 26 01:49:55 2012 [TM][D]: Message received: TRANSFER SUCCESS 5 -<br><br>Thu Jul 26 01:50:08 2012 [ReM][D]: VirtualMachinePoolInfo method invoked<br>Thu Jul 26 01:50:22 2012 [ReM][D]: HostPoolInfo method invoked<br>



Thu Jul 26 01:50:22 2012 [ReM][D]: VirtualMachinePoolInfo method invoked<br>Thu Jul 26 01:50:22 2012 [ReM][D]: AclInfo method invoked<br>Thu Jul 26 01:50:22 2012 [ReM][D]: VirtualMachineDeploy method invoked<br>Thu Jul 26 01:50:23 2012 [DiM][D]: Deploying VM 5<br>



Thu Jul 26 01:50:23 2012 [TM][D]: Message received: LOG I 5 Command execution fail: /srv/cloud/one01/var/remotes/tm/shared/clone cloudadmin-OptiPlex-380:/srv/cloud/one01/var/datastores/1/d6b8087d48a73ac946e1780aefc4d964 host09:/srv/cloud/one01/var//datastores/0/5/disk.0 5 1<br>



<br><br>from the vm.log<br><br>Thu Jul 26 01:49:53 2012 [VM][I]: Virtual Machine has no context<br>Thu Jul 26 01:49:54 2012 [TM][I]: Command execution fail: /srv/cloud/one01/var/remotes/tm/shared/clone cloudadmin-OptiPlex-380:/srv/cloud/one01/var/datastores/1/d6b8087d48a73ac946e1780aefc4d964 host09:/srv/cloud/one01/var//datastores/0/5/disk.0 5 1<br>



Thu Jul 26 01:49:54 2012 [TM][I]: clone: Cloning ../../1/d6b8087d48a73ac946e1780aefc4d964 in host09:/srv/cloud/one01/var//datastores/0/5/disk.0<br>Thu Jul 26 01:49:54 2012 [TM][E]: clone: Command "cd /srv/cloud/one01/var/datastores/0/5; cp -r ../../1/d6b8087d48a73ac946e1780aefc4d964 /srv/cloud/one01/var/datastores/0/5/disk.0" failed: cd: 1: can't cd to /srv/cloud/one01/var/datastores/0/5<br>



Thu Jul 26 01:49:54 2012 [TM][I]: cp: cannot stat `../../1/d6b8087d48a73ac946e1780aefc4d964': No such file or directory<br>Thu Jul 26 01:49:54 2012 [TM][E]: Error copying cloudadmin-OptiPlex-380:/srv/cloud/one01/var/datastores/1/d6b8087d48a73ac946e1780aefc4d964 to host09:/srv/cloud/one01/var//datastores/0/5/disk.0<br>



Thu Jul 26 01:49:54 2012 [TM][I]: ExitCode: 1<br>Thu Jul 26 01:49:54 2012 [TM][E]: Error executing image transfer script: Error copying cloudadmin-OptiPlex-380:/srv/cloud/one01/var/datastores/1/d6b8087d48a73ac946e1780aefc4d964 to host09:/srv/cloud/one01/var//datastores/0/5/disk.0<br>



Thu Jul 26 01:49:54 2012 [DiM][I]: New VM state is FAILED<br><br><br>
<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org">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></blockquote></div><br></div>