Hi,<br><br>This guide might help you:<br><a href="http://opennebula.org/documentation:rel2.2:sd">http://opennebula.org/documentation:rel2.2:sd</a><br><br>Regards.<br clear="all"><span style="border-collapse:collapse;color:rgb(136, 136, 136);font-family:arial, sans-serif;font-size:13px">--<br>

Carlos Martín, MSc<br>Project Major Contributor<br><span style="background-color:rgb(255, 255, 204);color:rgb(34, 34, 34);background-repeat:initial initial">OpenNebula</span> - The Open Source Toolkit for Cloud Computing<br>

<a href="http://www.opennebula.org/" style="color:rgb(42, 93, 176)" target="_blank">www.<span style="background-color:rgb(255, 255, 204);color:rgb(34, 34, 34);background-repeat:initial initial">OpenNebula</span>.org</a> | <a href="mailto:cmartin@opennebula.org" style="color:rgb(42, 93, 176)" target="_blank">cmartin@<span style="background-color:rgb(255, 255, 204);color:rgb(34, 34, 34);background-repeat:initial initial">opennebula</span>.org</a></span><br>


<br><br><div class="gmail_quote">2011/4/22 liudewei <span dir="ltr"><<a href="mailto:liudewei@neusoft.com">liudewei@neusoft.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">





<div style="font-size:10pt;font-family:verdana">
<div><font face="Verdana" size="2">
<h1><a name="12f7b6bd935ec688_configuration_interface">Configuration Interface</a></h1>
<div>
<p>The Transfer Manager is configured in the 
<code>$ONE_LOCATION/etc/oned.conf</code> file, <a title="documentation:rel2.2:oned_conf" href="http://opennebula.org/documentation:rel2.2:oned_conf" target="_blank">see the Daemon 
Configuration file</a>. Being flexible, the TM is always the same program, and 
different configurations are achieved by changing the configuration file. This 
file regulates the assignment between actions, like <code>CLONE</code> or 
<code>LN</code>, and scripts, effectively changing the semantics of the actions 
understood by the TM. </p><pre>TM_MAD = [
    name       = "tm_nfs",
    executable = "one_tm",
    arguments  = "<tm-configuration-file>",
    default    = "<default-tm-configuration-file" ]</pre>
<p>Current OpenNebula release contains two set of scripts for the two scenarios 
described above, <code>Shared - NFS</code> 
(<code>$ONE_LOCATION/etc/tm_nfs/tm_nfs.conf</code>) or the <code>Non Shared 
<acronym title="Secure Shell">SSH</acronym></code> TM 
(<code>$ONE_LOCATION/etc/tm_ssh/tm_ssh.conf</code>). Each different TM will have 
their own directory inside <code>$ONE_LOCATION/etc</code>. </p>
<p>Lets see a sample line from the <code>Shared - NFS</code> configuration file: 
</p><pre>...
CLONE   = nfs/tm_clone.sh
...</pre>
<p>Basically, the TM here is being told that whenever it receives a clone action 
it should call the <code>tm_clone.sh</code> script with the received parameters. 
For more information on modifying and extending these scripts see <span><a title="documentation:rel2.2:sm" href="http://opennebula.org/documentation:rel2.2:sm#customizing_and_extending" target="_blank">Customizing 
and Extending</a></span>. </p></div></font></div>
<div><font face="Verdana" size="2">==============================================</font></div>
<div>ask:</div>
<div>the "<span><a title="documentation:rel2.2:sm" href="http://opennebula.org/documentation:rel2.2:sm#customizing_and_extending" target="_blank">Customizing 
and Extending</a></span>. " can't visit by browser?</div>
<div> </div>
<div>I may be to modify OpenNebula 
underlying code  Realize my function。</div>
<div>Can I add my own scripts eg:tm_mv_1.sh?,In case 
of, What I need to do things and 
 make its modification effect ?</div>
<div> </div>
<div>Thanks!</div>
<div>Regars!</div>
<div>david<font color="#c0c0c0" face="Verdana" size="2">2011-04-22 </font></div><font face="Verdana" size="2">
<hr style="width:122px;min-height:2px" align="left" size="2">

<div><font color="#c0c0c0" face="Verdana" size="2"><span>liudewei</span> 
</font></div></font><font face="monospace">---------------------------------------------------------------------------------------------------<br>
Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) <br>
is intended only for the use of the intended recipient and may be confidential and/or privileged of <br>
Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is <br>
not the intended recipient, unauthorized use, forwarding, printing,  storing, disclosure or copying <br>
is strictly prohibited, and may be unlawful.If you have received this communication in error,please <br>
immediately notify the sender by return e-mail, and delete the original message and all copies from <br>
your system. Thank you. <br>
---------------------------------------------------------------------------------------------------</font></div>
<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
<br></blockquote></div><br>