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

From VNX
Jump to: navigation, search
Line 16: Line 16:
 
  ln -s root_fs_ubuntu-10.10-v021.qcow2 root_fs_ubuntu
 
  ln -s root_fs_ubuntu-10.10-v021.qcow2 root_fs_ubuntu
 
   
 
   
<li>Ubuntu with GUI:</li>
+
<li>'''Ubuntu with GUI:'''</li>
 
  cd /usr/share/vnx/filesystems
 
  cd /usr/share/vnx/filesystems
 
  wget -N http://idefix.dit.upm.es/vnx/filesystems/root_fs_ubuntu-10.10-gui-v021.qcow2.bz2
 
  wget -N http://idefix.dit.upm.es/vnx/filesystems/root_fs_ubuntu-10.10-gui-v021.qcow2.bz2
Line 22: Line 22:
 
  ln -s root_fs_ubuntu-10.10-gui-v021.qcow2 root_fs_ubuntu-gui
 
  ln -s root_fs_ubuntu-10.10-gui-v021.qcow2 root_fs_ubuntu-gui
  
<li>Freebsd server:</li>
+
<li>'''Freebsd server:'''</li>
 
  cd /usr/share/vnx/filesystems
 
  cd /usr/share/vnx/filesystems
 
  wget -N http://idefix.dit.upm.es/vnx/filesystems/root_fs_freebsd-8.1-v021.qcow2.bz2
 
  wget -N http://idefix.dit.upm.es/vnx/filesystems/root_fs_freebsd-8.1-v021.qcow2.bz2
Line 28: Line 28:
 
  ln -s root_fs_freebsd-8.1-v021.qcow2 root_fs_freebsd
 
  ln -s root_fs_freebsd-8.1-v021.qcow2 root_fs_freebsd
 
   
 
   
<li>Freebsd with GUI:</li>
+
<li>'''Freebsd with GUI:'''</li>
 
  cd /usr/share/vnx/filesystems
 
  cd /usr/share/vnx/filesystems
 
  wget -N http://idefix.dit.upm.es/vnx/filesystems/root_fs_freebsd-8.1-gui-v021.qcow2.bz2
 
  wget -N http://idefix.dit.upm.es/vnx/filesystems/root_fs_freebsd-8.1-gui-v021.qcow2.bz2
Line 34: Line 34:
 
  ln -s root_fs_freebsd-8.1-gui-v021.qcow2 root_fs_freebsd-gui
 
  ln -s root_fs_freebsd-8.1-gui-v021.qcow2 root_fs_freebsd-gui
 
   
 
   
<li>Windows XP, Windows 7, Dynamips and Olive:</li>
+
<li>'''Windows XP, Windows 7, Dynamips and Olive:'''</li>
 
  # For legal reasons we cannot distribute any of these root filesystems.  
 
  # For legal reasons we cannot distribute any of these root filesystems.  
 
  # See VNX documentation for detailed recipes to create or use these root   
 
  # See VNX documentation for detailed recipes to create or use these root   

Revision as of 20:11, 16 July 2011

Downloading VNX root filesystems

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

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

Use the following commands to download them and install (the symbolic link is optional):

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