This daemon acts as a name server on all hosts involved in
distributed Erlang computations. When an Erlang node
starts, the node has a name and it obtains an address from the host
OS kernel.
The name and the address are sent to the
The daemon is started automatically by the Erlang start-up script.
The program
Starts a name server as a daemon. If it has no argument, the
Requests the names of the local Erlang nodes
Kills the
Write short info about the usage including some debugging options not listed here.
This environment variable can contain the port number epmd will use. The default port will work fine in most cases. A different port can be specified to allow several instances of epmd, representing independent clusters of nodes, to co-exist on the same host. All nodes in a cluster must use the same epmd port number.
On some operating systems syslog will be used for
error reporting when epmd runs as an daemon. To enable
the error logging you have to edit
/var/log/epmd.log
]]>
where <TABs> are at least one real tab character. Spaces will silently be ignored.