Difference between revisions of "Vnx-install-root fs"

From VNX
Jump to: navigation, search
Line 103: Line 103:
 
<li>'''Windows XP, Windows 7, Dynamips and Olive:'''</li>
 
<li>'''Windows XP, Windows 7, Dynamips and Olive:'''</li>
 
<ul>
 
<ul>
<li>For legal reasons we cannot distribute any of these root filesystems. See [[Docintro|VNX documentation]] for detailed recipes to create or use these type of root fylesystems
+
<li>For legal reasons we cannot distribute any of these root filesystems. See [[Docintro|VNX documentation]] for detailed recipes to create or use these type of root fylesystems.
 
</ul>
 
</ul>
 
</ul>
 
</ul>

Revision as of 09:32, 27 July 2011

Downloading VNX root filesystems

You can download VNX preconfigured root filesystems from VNX repository at http://idefix.dit.upm.es/vnx/filesystems.

All root filesystems but Fedora and CentOS ones have a "root" and a "vnx" account with password "xxxx". Fedora and CentOS systems have password "xxxxxx".

Use the following commands to download them and install (the creation of the symbolic link at the end is optional; create it if you want a rootfs to be the default filesystem to be used by the example scenarios):

Additionally, if you plan to use the old UML root filesystems used in VNUML:

# VNUML root_fs_tutorial and kernel
cd /usr/share/vnx/filesystems
wget -N http://idefix.dit.upm.es/download/vnx/filesystems/root_fs_tutorial-0.6.0.bz2
bunzip2 root_fs_tutorial-0.6.0.bz2
ln -s root_fs_tutorial-0.6.0 root_fs_tutorial
cd /usr/share/vnx/kernels
wget -N http://jungla.dit.upm.es/~vnx/download/kernels/linux-2.6.18.1-bb2-xt-4m
chmod +x linux-2.6.18.1-bb2-xt-4m
ln -s linux-2.6.18.1-bb2-xt-4m linux