|
Dear all, I have found a solution. Apparently, the scp command that is executed in the tm_clone.sh script (using tmssh as your transfer manager), uses your local full name. This means that, for the scp program, it looks like you are doing a file transfer between two remote hosts. In concrete, this means that the scp will do a ssh to your own machine! So, besides ensuring access for the oneadmin user to the cluster nodes without asking for a password, you should also make sure that you do this to your own machine. A second aspect to the solution is that your FULL machine name is used. For example: ssh oneadmin@frontend will differ from ssh [email protected] (it was in my case, as I have both a public network interface and a private network interface). Depending on your /etc/hosts and /etc/hostname settings, you have to make that it is the correct one you configure. So in short, to avoid the problem, make sure that sudo -u ssh [email protected] works perfectly! Best regards, Pieter Op 16/03/2011 14:35, Pieter Simoens schreef: Dear all, -- Pieter Simoens, Ph.D. Department of Information Technology Internet Based Communication Networks and Services (IBCN) Ghent University - IBBT Gaston Crommenlaan 8 (Bus 201), B-9050 Gent, Belgium T: +32 9 33 14878 ; T Secr: +32 9 33 14900 F: +32 9 33 14899 W : www.ibcn.intec.UGent.be |
_______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
