Vnx-install-fedora23

From VNX
Revision as of 21:01, 13 February 2016 by David (talk | contribs)
Jump to: navigation, search

VNX Installation over Fedora

Follow this steps to install VNX over Fedora 23:

  • Install packages:
  •  
     dnf install -y qemu-kvm libvirt virt-manager virt-viewer perl-XML-LibXML \
                    perl-Sys-Virt perl-NetAddr-IP perl-XML-LibXML perl-XML-Tidy \ 
                    perl-AppConfig perl-Readonly perl-Net-Pcap perl-Net-IPv6Addr \
                    perl-Net-Telnet perl-IO-Pty-Easy  perl-Exception-Class pv \
                    wmctrl uml_utilities perl-DBI libxml2-devel perl-Net-IP \ 
                    roxterm xterm graphviz tree curl w3m  picocom expect pv \
                    tunctl screen wget lxc lxc-extra lxc-templates
    
  • Install VNX:
  • mkdir /tmp/vnx-update
    cd /tmp/vnx-update
    wget -N http://vnx.dit.upm.es/vnx/vnx-latest.tgz
    tar xfvz vnx-latest.tgz
    cd vnx-*
    ./install_vnx
    
  • Create the VNX config file (/etc/vnx.conf). You just can move the sample config file:
  • mv /usr/share/vnx/etc/vnx.conf.sample /etc/vnx.conf
    
    li>Download root file systems from http://idefix.dit.upm.es/download/vnx/filesystems and install them following these instructions === Additional install steps for Dynamips support ===