[erlang-questions] net_adm:ping/1

Robert Raschke rtrlists@REDACTED
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 <emeka_1978@REDACTED> 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:
>
> (test2@REDACTED) > erl_epmd:names(localhost).
>  {ok,[{test1,45555},{test2,49788}]}
>
> (test2@REDACTED) > net_adm:ping(test1@REDACTED).
> pang.
>
> (test2@REDACTED) > net_adm:ping(test1@REDACTED).
> 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.htm>


More information about the erlang-questions mailing list