Hi everyone<div><br></div><div>I've a simple OTP-compliant release, and I want to make it distributed on two nodes.</div><div><br></div><div>Following the steps here, it was pretty simple to achieve:</div><div><a href="http://erlang.org/doc/design_principles/distributed_applications.html">http://erlang.org/doc/design_principles/distributed_applications.html</a><br></div><div><br></div>as long as my application is not "hidden".<div><br></div><div>My constraint is that I need to keep my node "hidden" because it connects to other critical nodes in our infrastructure.<br><div><div><br></div><div>If I set "-hidden" in "vm.args", the distribution breaks and the two nodes (the master and the backup) become both active, which is not desired :-( </div><div><br></div>Anyone knows how to benefit from the distribution feature while keeping my node<span></span> "hidden"?<div><br></div><div>Any other alternative(s) to solve my issue?<br><div><div><br></div><div>Regards</div><div>Frank</div></div></div></div></div>