Difference between revisions of "Vnx-update-vnx"

From VNX
Jump to: navigation, search
 
Line 6: Line 6:
  
 
<ul>
 
<ul>
 +
<li>Using '''vnx_update''' script distributed with VNX, which is basically a simple script that implements the previous procedure:</li>
 +
/usr/share/vnx/bin/vnx_update
 
<li>Manually downloading the tgz file, uncompressing and installing it:</li>
 
<li>Manually downloading the tgz file, uncompressing and installing it:</li>
 
<pre>
 
<pre>
Line 16: Line 18:
 
./install_vnx
 
./install_vnx
 
</pre>
 
</pre>
<li>Using '''vnx_update''' script distributed with VNX, which is basically a simple script that implements the previous procedure:</li>
 
/usr/share/vnx/bin/vnx_update
 
 
</ul>
 
</ul>

Latest revision as of 13:15, 21 March 2016

Updating VNX

This document describes the procedure for manually updating VNX to the latest version available on VNX repository (http://vnx.dit.upm.es/vnx/vnx-latest.tgz).

There are basically two methods to update VNX:

  • Using vnx_update script distributed with VNX, which is basically a simple script that implements the previous procedure:
  • /usr/share/vnx/bin/vnx_update
    
  • Manually downloading the tgz file, uncompressing and installing it:
  • mkdir /tmp/vnx-update
    cd /tmp/vnx-update
    rm -rf /tmp/vnx-update/vnx-*
    wget http://vnx.dit.upm.es/vnx/vnx-latest.tgz
    tar xfvz vnx-latest.tgz
    cd vnx-*
    ./install_vnx