<div dir="ltr"><div>HI:</div>
<div>I have a distrbuted system  using erlang's distributed application mechanism.It firstly ran on 3 nodes with the config file like this:</div>
<div> </div>
<div>[{kernel,<br>  [{distributed, [{myapp, 5000, [cp1@cave, {cp2@cave, cp3@cave}]}]},<br>   {sync_nodes_mandatory, [cp2@cave, cp3@cave]},<br>   {sync_nodes_timeout, 5000}<br>  ]<br>}<br>].</div>
<div> </div>
<div>Now I want to  add one more node to  the system  .How can I do this using erlang's distributed applicaiton mechanism? Do I have to edit the config file on all 3 nodes to add the 4th node and restart all of them? </div>

<div> </div>
<div>Thanks .</div>
<div>------------------------------------</div>
<div>devdoer</div>
<div> </div></div>