<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Raimo Niskanen wrote:
<blockquote cite="mid20070704135520.GA29185@erix.ericsson.se"
 type="cite">
  <pre wrap="">I rather ment if the full computer name is foo.dom.main.com
the hostname would be foo and the domain dom.main.com.

If the full computer name is turkeyhotels, try use
node name bilbo@turkeyhotels.

If the domain is DHGROUP, is that not the workgroup name?
DHGROUP is not a complete DNS domain. It appears your machine
is not configured for a DNS environment, and that is bad
for Erlang/OTP.

But try bilbo@turkeyhotels...
  </pre>
</blockquote>
<br>
Tried it. Doesn't work :(<br>
When I run "erl -name some_name" on Linux machine I get this:<br>
<blockquote>some_name@DHGROUP>1><br>
</blockquote>
where DHGROUP is our workgroup. I then run "erl -name
another_name@turkeyhotels" on my Windows box and try to call it from
Linux:<br>
<blockquote>rpc:call(yo@turkeyhotels,kvs,store, [weather, fine]).<br>
  <br>
  <br>
=ERROR REPORT==== 5-Jul-2007::10:08:13 ===<br>
** System running to use fully qualified hostnames **<br>
** Hostname turkeyhotels is illegal **<br>
{badrpc,nodedown}<br>
  <br>
</blockquote>
:(<br>
<br>
<pre wrap="">> It appears your machine
> is not configured for a DNS environment, and that is bad
> for Erlang/OTP.</pre>
Hmmm... Whatever shall I do? I was hoping I could develop a distributed
system and just run it on a network... No it looks like I need a way to
quickly and painlessly configure a system (any system) to work with
Erlang/OTP...<br>
<br>
<blockquote cite="mid20070704135520.GA29185@erix.ericsson.se"
 type="cite">
  <pre wrap="">


On Wed, Jul 04, 2007 at 03:36:47PM +0300, Dmitrii 'Mamut' Dimandt wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Raimo Niskanen wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Try the same but use the machines actual short hostname.
If you do not know it, right click on "My Computer",
choose "Properties", "Computer Name", and compare
the "Full computer name" with the "Domain". The
difference should be the short (unqualified) hostname.

  
      </pre>
    </blockquote>
    <pre wrap="">What do you mean by difference?
If full computer name is turkeyhotels and domain is DHGROUP then the
hostname would be?
_______________________________________________
erlang-questions mailing list
<a class="moz-txt-link-abbreviated" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a>
<a class="moz-txt-link-freetext" href="http://www.erlang.org/mailman/listinfo/erlang-questions">http://www.erlang.org/mailman/listinfo/erlang-questions</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
<br>
</body>
</html>