I think you have to do install_release() from the erlang shell which starts release A. Please also read System Principles documentation <br><a href="http://www.erlang.org/doc/pdf/system_principles.pdf">http://www.erlang.org/doc/pdf/system_principles.pdf</a>  on how to start the first target system.<br>
<br>kaiduan<br><br><div class="gmail_quote">2009/1/9 Sergey S <span dir="ltr"><<a href="mailto:ad.sergey@gmail.com">ad.sergey@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello.<br><br>While reading OTP Design Principles (Release Handling part) I've found that function release_handler:install_release/1 doesn't work as expected. It returns a strange error, complaining about relup file:<br>

<br>Eshell V5.6.5  (abort with ^G)<br>1> release_handler:install_release("B").<br>{error,{enoent,"/usr/lib/erlang/releases/R12B/relup"}}<br><br>And it's true - there is no such a file. Instead of $ROOT/releases/R12B my relup file resides in $ROOT/releases/B. I have no idea why release_handler searches for relup in R12B dir :/ It looks like a bug...<br>

<br>I tried to copy my relup to R12B dir by hand, but It didn't help:<br><br>2> release_handler:install_release("B").<br>{error,{bad_relup_file,"/usr/lib/erlang/releases/R12B/relup"}}<br><br>Then, I've tried to find out the solution through Google. But what I've found (please, look at the comments for this article) was: <a href="http://spawnlink.com/articles/performing-real-time-upgrades-to-an-otp-system/" target="_blank">http://spawnlink.com/articles/performing-real-time-upgrades-to-an-otp-system/</a><br>

<br>There are people who run into the same problem. Unfortunatelly nobody gave solution to this problem.<br><br>Here is the sources of my test app (1.4Kb): <a href="http://rapidshare.com/files/181485268/foo_app.tar.gz.html" target="_blank">http://rapidshare.com/files/181485268/foo_app.tar.gz.html</a><br>

<br>Thanks!<br><br>--<br><font color="#888888">Sergey<br>
</font><br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br></blockquote></div><br>