[erlang-questions] net_adm:ping/1
Robert Raschke
<
>
Mon Apr 30 15:41:50 CEST 2012
Are the nodes using the same cookie?
(See http://www.erlang.org/doc/getting_started/conc_prog.html#id67210)
On Mon, Apr 30, 2012 at 1:27 PM, eigenfunction <
> wrote:
> Hi everybody,
> i habe been trying to rpc another node on the same machine, but that
> node did not respond. I then tried this:
>
> (
) > erl_epmd:names(localhost).
> {ok,[{test1,45555},{test2,49788}]}
>
> (
) > net_adm:ping(
).
> pang.
>
> (
) > net_adm:ping(
).
> pang.
>
>
> Any Idea why it is not working?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120430/34e7a745/attachment.html>
More information about the erlang-questions
mailing list