Erlang: starting slave node
Posted
by Zim
on Stack Overflow
See other posts from Stack Overflow
or by Zim
Published on 2010-04-17T15:33:41Z
Indexed on
2010/04/18
3:13 UTC
Read the original article
Hit count: 452
Hi, I'm trying to start erlang slave node on cluster and I receive "bash: erl: command not found" message. Though I have alias for erl. Here is what I actually do:
[user@n001 ~]$ erl -rsh ssh -sname n001
Eshell V5.7.5 (abort with ^G)
(n001@n001)1> slave:start_link("user@n002", n002, "-rsh ssh").
bash: erl: command not found
{error,timeout}
(n001@n001)2>
Maybe, there is something wrong? Thanks.
© Stack Overflow or respective owner