[erlang-questions] net_adm:ping/1
Bohuslav Svancara
<
>
Mon Apr 30 16:04:15 CEST 2012
A)
erl -name
-setcookie 123456
B)
erl -name
-setcookie 123456
C)
(
)1> net_adm:ping('
').
pong
(
)2> nodes().
['
']
D)
(
)1> nodes().
['
']
No problem :-)
Sincerely,
Bob
2012/4/30 eigenfunction <
>
> 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?
> _______________________________________________
> erlang-questions mailing list
>
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120430/51842d37/attachment.html>
More information about the erlang-questions
mailing list