Difference between revisions of "Fedora7"

From VNUML-WIKI
Jump to: navigation, search
(Installing VNUML over fedora 7)
(Installing VNUML over Fedora 7)
Line 1: Line 1:
 
==Installing VNUML over Fedora 7==
 
==Installing VNUML over Fedora 7==
 +
 +
 +
{| border="1" cellspacing="0" cellpadding="5" align="center" style="width:85%"
 +
! style="font-weight:bold;color:#ffffff;background:#C00000" | '''Important note:'''
 +
|-
 +
|
 +
Do not use <consoles> with id=0 (use id="1" instead). For example, edit your scenarios and change:
 +
 +
    <console id="0">xterm</console>
 +
 +
to:
 +
 +
    <console id="1">xterm</console>
 +
 +
If you use console id="0" the scenarios will start and work normally, but the virtual machines will hang when stopping the scenario using "-d" option.
 +
|-
 +
|}
 +
 +
<br>
 +
 +
 +
Installation steps:
 +
 +
<ol>
 +
 +
<li>Install "bridge-utilities" which is available from Yast2
 +
</li>
 +
 +
<li>Download uml-utilities from [http://download.opensuse.org/distribution/10.2/repo/oss/suse/i586/uml-utilities-20040406-35.i586.rpm here] and install them:
 +
</li>
 +
 +
rpm -i uml-utilities-20040406-35.i586.rpm
 +
 +
<li>Install the following perl modules from CPAN using this command:
 +
</li>
 +
  perl -MCPAN -e "install Net::Pcap; install Module::Build; install Net::IPv6Addr; force install NetAddr::IP"
 +
 +
Note: basic c/c++ development tools (gcc, make, etc) must be installed for this step to work.
 +
 +
<li>Download the latest version of vnuml parser from [http://www.dit.upm.es/vnuml/#download VNUML site] and install it:
 +
</li>
 +
 +
</ol>

Revision as of 14:10, 22 September 2007

Installing VNUML over Fedora 7

Important note:

Do not use <consoles> with id=0 (use id="1" instead). For example, edit your scenarios and change:

   <console id="0">xterm</console>

to:

   <console id="1">xterm</console>

If you use console id="0" the scenarios will start and work normally, but the virtual machines will hang when stopping the scenario using "-d" option.



Installation steps:

  1. Install "bridge-utilities" which is available from Yast2
  2. Download uml-utilities from here and install them:
  3. rpm -i uml-utilities-20040406-35.i586.rpm
    
  4. Install the following perl modules from CPAN using this command:
  5.  perl -MCPAN -e "install Net::Pcap; install Module::Build; install Net::IPv6Addr; force install NetAddr::IP"
    

    Note: basic c/c++ development tools (gcc, make, etc) must be installed for this step to work.

  6. Download the latest version of vnuml parser from VNUML site and install it: