<div>Hello everyone,</div><div> </div><div>I was having some problems with VM instantiation and paths, I couldn't create new OS images, datablocks or attach a CDROM because I inherited a old instalation and the paths were not the standard and the creation scripts had some hard code. So if someone has the same problem, here's the solution:</div>

<div> </div><div>Edit /var/tm_mad/shared/clone and replace</div><div> </div><div><pre style="margin:0px;color:rgb(72,72,72);text-transform:none;line-height:normal;text-indent:0px;letter-spacing:normal;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;word-spacing:0px;white-space:pre-wrap;background-color:rgb(250,250,250)">

SRC_PATH="../../${SRC_PATH##"$DS_DIR/"}"</pre><pre style="margin:0px;color:rgb(72,72,72);text-transform:none;line-height:normal;text-indent:0px;letter-spacing:normal;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;word-spacing:0px;white-space:pre-wrap;background-color:rgb(250,250,250)">

 </pre><pre style="margin:0px;color:rgb(72,72,72);text-transform:none;line-height:normal;text-indent:0px;letter-spacing:normal;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;word-spacing:0px;white-space:pre-wrap;background-color:rgb(250,250,250)">

by</pre></div><div> </div><div>#</div><div>if [ -z "${DATASTORE_FOLDER}" ]; then<br>        SRC_PATH="/opt/opennebula/var/datastores/${SRC_PATH##"$DS_DIR/"}"<br>else<br>        SRC_PATH="$DATASTORE_FOLDER/${SRC_PATH##"$DS_DIR/"}"<br>

fi<br># end of modification<br></div><div>The same modification must be made on /var/tm_mad/shared/ln and so on to get the right paths.</div><div> </div><div>Cheers,<br clear="all"><br>--<br>André Monteiro<br><br><br>
</div>