<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title><![CDATA[Dobrica Pavlinušić's random unstructured stuff: vz-tools]]></title>
<link>https://saturn.ffzg.hr/rot13/index.cgi?vz_tools</link>
<description></description>
<pubDate>Thu, 08 Nov 2007 12:49:55 -0000</pubDate>
<webMaster>root@saturn.ffzg.hr</webMaster>
<generator>Socialtext Workspace v2.19.0.2</generator>

<item>
<title><![CDATA[vz-tools]]></title>
<link>https://saturn.ffzg.hr/rot13/index.cgi?vz_tools</link>
<description><![CDATA[<div>Creator: Dobrica Pavlinušić</div><hr/><div>Tags: OpenVZ, perl, projects, virtualization</div><hr/><div class="wiki">
<p>
Suite of perl scripts in spirit of <a target="_blank" title="(external link)" href="http://www.xen-tools.org/">xen-tools<!-- wiki-renamed-hyperlink "xen=-tools"<http://www.xen=-tools.org/> --></a> but for <a target="_blank" title="(external link)" href="http://openvz.org/">OpenVZ<!-- wiki-renamed-hyperlink "OpenVZ"<http://openvz.org/> --></a></p>
<div class="nlw_phrase"><table class="wafl_container">
  <tr>
    <td>
      <div class="wafl_box">
        
          <div class="wafl_titlebox">
            <div class="wafl_title">
              
                Contents: [Dobrica Pavlinušić's random unstructured stuff]
              
            </div>
          </div>
          <div class="wafl_items">
            
              <div class="wiki">
<ul>
<li><span class="nlw_phrase"><a title="section link" href="https://saturn.ffzg.hr/rot13/index.cgi?dobrica_pavlinu%C5%A1i%C4%87_s_random_unstructured_stuff#installation">Dobrica Pavlinušić's random unstructured stuff (Installation)</a><!-- wiki: {link: [Dobrica Pavlinušić's random unstructured stuff] Installation} --></span></li>

<ul>
<li><span class="nlw_phrase"><a title="section link" href="https://saturn.ffzg.hr/rot13/index.cgi?dobrica_pavlinu%C5%A1i%C4%87_s_random_unstructured_stuff#install_perl_dependencies_from_debian_packages">Dobrica Pavlinušić's random unstructured stuff (Install perl dependencies from Debian packages)</a><!-- wiki: {link: [Dobrica Pavlinušić's random unstructured stuff] Install perl dependencies from Debian packages} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="https://saturn.ffzg.hr/rot13/index.cgi?dobrica_pavlinu%C5%A1i%C4%87_s_random_unstructured_stuff#install_utilities_from_debian_packages">Dobrica Pavlinušić's random unstructured stuff (Install utilities from Debian packages)</a><!-- wiki: {link: [Dobrica Pavlinušić's random unstructured stuff] Install utilities from Debian packages} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="https://saturn.ffzg.hr/rot13/index.cgi?dobrica_pavlinu%C5%A1i%C4%87_s_random_unstructured_stuff#checkout_source">Dobrica Pavlinušić's random unstructured stuff (Checkout source)</a><!-- wiki: {link: [Dobrica Pavlinušić's random unstructured stuff] Checkout source} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="https://saturn.ffzg.hr/rot13/index.cgi?dobrica_pavlinu%C5%A1i%C4%87_s_random_unstructured_stuff#check_and_install_perl_modules_from_cpan">Dobrica Pavlinušić's random unstructured stuff (Check and install perl modules from CPAN)</a><!-- wiki: {link: [Dobrica Pavlinušić's random unstructured stuff] Check and install perl modules from CPAN} --></span></li>
</ul>
<li><span class="nlw_phrase"><a title="section link" href="https://saturn.ffzg.hr/rot13/index.cgi?dobrica_pavlinu%C5%A1i%C4%87_s_random_unstructured_stuff#usage">Dobrica Pavlinušić's random unstructured stuff (Usage)</a><!-- wiki: {link: [Dobrica Pavlinušić's random unstructured stuff] Usage} --></span></li>

<ul>
<li><span class="nlw_phrase"><a title="section link" href="https://saturn.ffzg.hr/rot13/index.cgi?dobrica_pavlinu%C5%A1i%C4%87_s_random_unstructured_stuff#vz_create_pl">Dobrica Pavlinušić's random unstructured stuff (vz-create.pl)</a><!-- wiki: {link: [Dobrica Pavlinušić's random unstructured stuff] vz-=create.pl} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="https://saturn.ffzg.hr/rot13/index.cgi?dobrica_pavlinu%C5%A1i%C4%87_s_random_unstructured_stuff#vz_optimize_pl">Dobrica Pavlinušić's random unstructured stuff (vz-optimize.pl)</a><!-- wiki: {link: [Dobrica Pavlinušić's random unstructured stuff] vz-=optimize.pl} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="https://saturn.ffzg.hr/rot13/index.cgi?dobrica_pavlinu%C5%A1i%C4%87_s_random_unstructured_stuff#vz_clone_pl">Dobrica Pavlinušić's random unstructured stuff (vz-clone.pl)</a><!-- wiki: {link: [Dobrica Pavlinušić's random unstructured stuff] vz-=clone.pl} --></span></li>
</ul>
<li><span class="nlw_phrase"><a title="section link" href="https://saturn.ffzg.hr/rot13/index.cgi?dobrica_pavlinu%C5%A1i%C4%87_s_random_unstructured_stuff#source">Dobrica Pavlinušić's random unstructured stuff (Source)</a><!-- wiki: {link: [Dobrica Pavlinušić's random unstructured stuff] Source} --></span></li>
</ul>
</div>

            
            
          </div>
        
      </div>
    </td>
  </tr>
</table>
<!-- wiki: {toc: }
--></div><br /><br /><h1 id="installation">Installation</h1>
<h2 id="install_perl_dependencies_from_debian_packages">Install perl dependencies from Debian packages</h2>
<p>
This step is optional. If you don't want to use perl modules from packages provided by your distribution, skip this step, and modules will be automatically installed in next one.</p>
<pre>
sudo apt-get install libio-prompt-perl libregexp-common-perl libdata-dump-perl
</pre>
<br /><h2 id="install_utilities_from_debian_packages">Install utilities from Debian packages</h2>
<pre>
sudo apt-get install host
</pre>
<br /><h2 id="checkout_source">Checkout source</h2>
<pre>
svn co svn://svn.rot13.org/vz-tools/trunk vz-tools
</pre>
<br /><h2 id="check_and_install_perl_modules_from_cpan">Check and install perl modules from CPAN</h2>
<pre>
cd vz-tools
perl Makefile.PL
make
</pre>
<br /><p>
Please note that there is no need to run <tt>make install</tt></p>
<p>
Tools are runnable from current directory. This will probably change in later versions.</p>
<h1 id="usage">Usage</h1>
<p>
This is quick hand-on overview of commands to get you started.</p>
<p>
All commands must be started with <tt>root</tt> priviledges</p>
<h2 id="vz_create_pl">vz-create.pl</h2>
<p>
This will perform following steps:</p>
<ul>
<li>Create new virtual machine bootstraped using <tt>debootstrap</tt></li>
<li>Change root password</li>
<li>Create single user</li>
<li>Make small custimization like installing <tt>vim</tt> and <a target="_blank" title="(external link)" href="http://www.rot13.org/~dpavlin/apt-iselect.html">apt-iselect<!-- wiki-renamed-hyperlink "apt=-iselect"<http://www.rot13.org/~dpavlin/apt=-iselect.html> --></a></li>
</ul>
<p>
All commands will be echoed on screen, <strong>even passwords</strong>. However, if you want to learn steps in creating OpenVZ VE, this is very helpful.</p>
<p>
To run interactive session which asks questions use:</p>
<pre>
./vz-create.pl
</pre>
<br /><p>
Other alternative is to just enter hostname (defined in <tt>/etc/hosts</tt> for example)</p>
<pre>
./vz-create.pl my-new-ve.exmple.com
</pre>
<br /><p>
or by specifing IP adress</p>
<pre>
./vz-create.pl 192.168.42.42
</pre>
<br /><h2 id="vz_optimize_pl">vz-optimize.pl</h2>
<h2 id="vz_clone_pl">vz-clone.pl</h2>
<pre>
root@black:~/vz-tools# time ./vz-clone.pl create 1001
Clone VE 1001 -&gt; 101001
found LV /dev/vg/vz for /vz
vzquota : (warning) Quota is running, so data reported from quota file may not reflect current values
quota for 1001 | 10485760 &lt; 20971520 | usage: 7826792
using existing /dev/vg/vz-clone-101001
Mounting /dev/vg/vz-clone-101001 to /tmp/vz-clone-101001
rsync /vz/private/1001 -&gt; /tmp/vz-clone-101001/private
101001 new IP number: 10.42.42.42
101001 new hostname: clone-42.example.com

Please review config file: /etc/vz/conf/101001.conf
Add NAT for new VE with: iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
Start clone of 1001 with: vzctl start 101001

real    1m57.347s
user    0m2.252s
sys     0m8.591s
</pre>
<br /><h1 id="source">Source</h1>
<div class="nlw_phrase"><div class="fetchrss_box">
  <div class="fetchrss_titlebox">
    
 <div class="fetchrss_title">
     fetchrss: http://svn.rot13.org/index.cgi/vz-tools/rss/trunk
 </div>

  </div>
  
<ul class="fetchrss_item">
  <li class="fetchrss_item">
    There was an error: 404 Not Found

  </li>
</ul>

</div>
















<!-- wiki: {fetchrss: http://svn.rot13.org/index.cgi/vz-=tools/rss/trunk full}
--></div><br /></div>
]]></description>
<author>Dobrica Pavlinu&#x161;i&#x107;</author>
<category>OpenVZ, perl, projects, virtualization</category>
<guid isPermaLink="true">https://saturn.ffzg.hr/rot13/index.cgi?vz_tools</guid>
<pubDate>Thu, 08 Nov 2007 12:49:55 -0000</pubDate>
</item>
</channel>
</rss>