<div dir="ltr">Hi Xavier<div><br></div><div>I have done the following:</div><div><br></div><div> Creating a Release Package</div><div>=> systools:make_script("myapp_rel-1").</div><div>=> systools:make_tar("myapp_rel-1").</div><div><br></div><div><div>Creating a Target System</div><div>- Start Erlang/OTP from the directory where the mysystem.rel file resides: (which is in the "releases" folder)</div><div>  => erl -pa /home/user/myapplication/<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">myapp</span>

-1.0/ebin</div><div>- Create the target system:</div><div>  => target_system:create("myapp_rel-1").</div></div><div><br></div><div><div>Installing a Target System</div><div>=> target_system:install("myapp_rel-1", "/usr/local/myapplication/myapp").</div></div><div><br></div><div>Start Target System from OS:<br></div><div>=>/usr/local/myapplication/<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">myapp</span>/bin/start<br></div><div><br></div><div>It starts successfully and works as expected except for the fact that it doesn't start on an actual named node, e.g <a href="mailto:myapp1@myhost1.domain.net">myapp1@myhost1.domain.net</a>, it always starts on nonode@nohost.</div><div><br></div><div>The intention for this app is to be started by the OS at boot time, perhaps via /etc/init.d, and it needs to be on its own node. </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 5, 2018 at 11:17 AM, Xavier Noria <span dir="ltr"><<a href="mailto:fxn@hashref.com" target="_blank">fxn@hashref.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra">Is that application part of a release, whose scripts are starting up the node in embedded mode?</div><div class="gmail_extra"><br></div></div>
</blockquote></div><br></div>