If I understand it correctly, "remsh" specifies to create an interactive shell conneted to the remote node, but a command-line argument is evaluated using the local node.<div>Try evaluating it as a rpc:call expression instead? You won't need a -remsh at all then, instead passing the node argument to the rpc call.</div>
<div><br></div><div>Sincerely,</div><div><br></div><div>jw</div><div><br clear="all"><br>--<br>Americans might object: there is no way we would sacrifice our living standards for the benefit of people in the rest of the world. Nevertheless, whether we get there willingly or not, we shall soon have lower consumption rates, because our present rates are unsustainable. <br>
<br>
<br><br><div class="gmail_quote">On Tue, Jul 12, 2011 at 9:06 AM, Carlo Bertoldi <span dir="ltr"><<a href="mailto:carlo.bertoldi@ubiquity.it">carlo.bertoldi@ubiquity.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello list,<br>
 I'm trying to connect to a remote node and execute a function.<br>
If I do it the manual way, it works:<br>
<br>
erl -sname foo -remsh prova@gorgonzola<br>
1> probe_db_manager:cleanup().<br>
true<br>
<br>
But if I try to do it entirely from the cli it gets angry:<br>
<br>
erl -sname foo -remsh prova@gorgonzola -run probe_db_manager cleanup<br>
<br>
{"init terminating in do_boot",{noproc,{gen_server,<u></u>call,[{global,probe_db_<u></u>manager},cleanup]}}}<br>
<br>
probe_db_manager is a gen_server process.<br>
I also tried this: erl -sname foo -remsh prova@gorgonzola -run global whereis_name probe_db_manager<br>
and it returns nothing.<br>
<br>
Thanks,<br>
 Carlo<br>
<br>
<br>
______________________________<u></u>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<u></u>listinfo/erlang-questions</a><br>
</blockquote></div><br></div>