I would like to start a cluster node on a dedicated server.
However When I start it with this command line :
erl -pa ebin -name myserver -setcookie abc
It starts with a certain domain name:
Erlang R15B (erts-5.9) [source] [64-bit] [smp:16:16] [async-threads:0] [hipe] [kernel-poll:false]
Eshell V5.9 (abort with ^G)
(myserver@sd-XXXXX.dedibox.fr)1>
I would like it to start on another domain name like : myserver@mydomain.com
you can specify the domain as part of -name