Difference between revisions of "Vnx-install-fedora"

From VNX
Jump to: navigation, search
(Created page with "== Installation over Fedora 11 (Draft) == Follow this steps to install VNX over Fedora 11: <ul> <li>Install packages:</li> yum -y groupinstall "Development Tools" yum install...")
 
(Installation over Fedora 11 (Draft))
Line 1: Line 1:
== Installation over Fedora 11 (Draft) ==
+
{{Title|VNX Installation over Fedora}}
  
 
Follow this steps to install VNX over Fedora 11:
 
Follow this steps to install VNX over Fedora 11:

Revision as of 21:54, 13 July 2011

VNX Installation over Fedora

Follow this steps to install VNX over Fedora 11:

Additional install steps for Dynamips support

  • Install Dynamips and Dynagen:
wget http://downloads.sourceforge.net/project/dyna-gen/dynamips%20Linux%20RPM/0.2.8-RC2/dynamips-0.2.8RC2-1.i386.rpm
rpm -i dynamips-0.2.8RC2-1.i386.rpm
wget http://downloads.sourceforge.net/project/dyna-gen/dynagen%20source%20_%20Linux/dynagen%200.11.0/dynagen-0.11.0-1.fc9.noarch.rpm
rpm -i dynagen-0.11.0-1.fc9.noarch.rpm
  • Add dynamips to system start-up and start it manually for this time:
chkconfig --add dynamips
/etc/init.d/dynamips start
  • Download and install cisco IOS image:
 cd /usr/share/vnx/filesystems
 # Cisco image
 wget ... c3640-js-mz.124-19.image
 ln -s c3640-js-mz.124-19.image c3640
dynagen /usr/share/vnx/examples/R.net
console R     # type 'no' to exit the config wizard and wait 
              # for the router to completely start 
idle-pc get R

Once you know the idle-pc value for your system, include it in /etc/vnx.conf file.

Additional install steps for Olive support

Several additional steps are needed to support Olive (Juniper) routers in VNX scenarios: