This is technically a sequel for this post: <a href="http://lists.opennebula.org/pipermail/users-opennebula.org/2012-July/009698.html" target="_blank">http://lists.opennebula.org/pipermail/users-opennebula.org/2012-July/009698.html</a>.  However, I made some progress and encounted a new error with scp.  I listed my changes since that last post (adding nfs) to double check, so please bear with me, first time doing this.  Plus some unrelated quick questions at the end.<br>
<br>Using XUbuntu (12.04) for the front end and Debian (latest) on the host<br>
<br>It seems while SSH works fine, scp doesn't.  I failed the test listed at <a href="http://www.openssh.org/faq.html#2.9" target="_blank">http://www.openssh.org/faq.html#2.9</a>.  (At least at first, it asked for key authentication, which is exited out of, now it says file not found)<br>

<br>It says change my shell to get rid of output for non-interactive sessions.  How do I do that?  The Debian .bashrc file (the only one, with .profile) in that list has nothing that seems to spit out the generic stuff that gets returned when you<br>

<br>Now, the changes:<br><br>
I created /srv/cloud/one01/var/datastores/0 in the host (I even tried 
adding 8 to 0).  I double checked the permissions (all oneadmin 755).<br>
<br>
I set onedatastore update to this:<br>
<br>
DS_MAD="fs"<br>
TM_MAD="ssh"<br>
<br>
and I added to /etc/exports (I overlooked this part)<br>
<div style="margin-left:40px">/srv/cloud/one01/var host09(ro,sync,no_subtree_check,no_root_squash)<br>
</div>
<br>
<br>
and to /etc/fstab on host09 in accordance to the open nebula 3 book<br>
<pre><span><b>on-front:/srv/cloud/one01/var </b></span><span><b>/srv/cloud/one01/var</b></span>
<span><b> nfs udp,_netdev 0 0</b></span><br><span><b></b></span><span></span><br><br></pre>

<br>
These seem to be the pertinent logs in oned.log.<br>
<br>
<div style="margin-left:40px">Mon Jul 30 21:34:44 2012 [DiM][D]: Deploying VM 10<br>
Mon Jul 30 21:34:44 2012 [TM][D]: Message received: LOG I 10 Command 
execution fail: /srv/cloud/one01/var/remotes/tm/ssh/clone 
cloudadmin-OptiPlex-380:/srv/cloud/one01/var/datastores/1/44eb8aeca94df8d12223fac727782957
 host09:/srv/cloud/one01/var//datastores/0/10/disk.0 10 1<br>
  <br>
Mon Jul 30 21:34:44 2012 [TM][D]: Message received: LOG I 10 clone: 
Cloning 
cloudadmin-OptiPlex-380:/srv/cloud/one01/var/datastores/1/44eb8aeca94df8d12223fac727782957
 in /srv/cloud/one01/var/datastores/0/10/disk.0<br>
  <br>
Mon Jul 30 21:34:44 2012 [TM][D]: Message received: LOG E 10 clone: 
Command "scp -r 
cloudadmin-OptiPlex-380:/srv/cloud/one01/var/datastores/1/44eb8aeca94df8d12223fac727782957
 host09:/srv/cloud/one01/var//datastores/0/10/disk.0" failed: ssh: 
connect to host cloudadmin-OptiPlex-380 port 22: Connection refused<br>
  <br>
Mon Jul 30 21:34:44 2012 [TM][D]: Message received: LOG E 10 Error 
copying 
cloudadmin-OptiPlex-380:/srv/cloud/one01/var/datastores/1/44eb8aeca94df8d12223fac727782957
 to host09:/srv/cloud/one01/var//datastores/0/10/disk.0<br>
  <br>
Mon Jul 30 21:34:44 2012 [TM][D]: Message received: LOG I 10 ExitCode: 1<br>
  <br>
Mon Jul 30 21:34:44 2012 [TM][D]: Message received: TRANSFER FAILURE 10 
Error copying 
cloudadmin-OptiPlex-380:/srv/cloud/one01/var/datastores/1/44eb8aeca94df8d12223fac727782957
 to host09:/srv/cloud/one01/var//datastores/0/10/disk.0<br>
  <br>
Mon Jul 30 21:34:45 2012 [ReM][D]: VirtualMachineAction method invoked<br>
  <br>
</div>
Here are the <a href="http://small_network.net" target="_blank">small_network.net</a>, image.one, and ttylinux.one (doesn't like using the names) respectively<br>
<div style="margin-left:40px"><br>
NAME = "Small network"<br>
TYPE = FIXED<br>
  <br>
#Now we'll use the cluster private network (physical)<br>
BRIDGE = lan0<br>
LEASES = [ IP="192.168.0.5"]<br>
LEASES = [ IP="192.168.0.6"]<br>
LEASES = [ IP="192.168.0.7"]<br>
  <br>
  <br>
</div>
image.one (I tried the http version, that didn't work either)<br>
<br>
<div style="margin-left:40px">NAME = ttylinux<br>
PATH = "/tmp/ttylinux/ttylinux.img"<br>
TYPE = OS<br>
  <br>
</div>
and ttylinux.one (it doesn't like using the names)<br>
<br>
<div style="margin-left:40px">NAME   = ttylinux<br>
CPU    = 0.1<br>
MEMORY = 64<br>
  <br>
DISK   = [ IMAGE_ID = 6 ]<br>
NIC    = [ NETWORK_ID = 6 ]<br>
FEATURES=[ acpi="no" ]<br><br></div>quick questions:<br><br>How do I reply to replies (thank you by the way! :) ) and have it show on the list?  cc to <a href="mailto:users@lists.opennebula.org" target="_blank">users@lists.opennebula.org</a><br>


<br>
I've deleted and remade images, vnets, and vms, the ID numbers keep climbing, how do I reset the count?<br>
<br>
Is nfs absolutely required?  One thing I missed in my previous try was I
 didn't install the nfs-kernel-server and configure on both machines.  
Just need a quick answer.  <br>

<br><br>Thanks for all the help<br>Jason<br><div style="margin-left:40px">
  <br>
</div>
<div style="margin-left:40px"><br>
</div>