Changes between Version 25 and Version 26 of GEC17Agenda/AdvancedOpenFlow/Procedure/Execute


Ignore:
Timestamp:
01/09/14 14:21:38 (10 years ago)
Author:
divyashri.bhat@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC17Agenda/AdvancedOpenFlow/Procedure/Execute

    v25 v26  
    2929  - '''2.1.2''' Check that all interfaces are configured: Issue `/sbin/ifconfig` and make sure eth1, eth2, eth3 are up and assigned with valid IP addresses. [[BR]]
    3030  - '''2.1.3''' Start the example Load Balancer by executing the following :
    31   {{{
    32    rvm use 1.8.7
    33   gem install gli
    34   /opt/trema-trema-f995284/trema run /root/load-balancer.rb
     31
     32 On the Aggregator Node run
     33  {{{
     34      source  /etc/profile.d/rvm.sh
     35      rvm use 1.8.7
     36      /opt/trema-trema-f995284/trema run /tmp/aggregator/aggregator.rb > /tmp/trema-runlog 2>&1 &
    3537  }}}
     38
     39  On the Switch Node run
     40  {{{
     41
     42     source  /etc/profile.d/rvm.sh
     43     rvm use 1.8.7
     44    /opt/trema-trema-f995284/trema run /root/load-balancer.rb
     45
     46   }}}
    3647  - '''2.1.4''' After you started your Load Balancer, you should be able to see the following (Switch id may vary):
    3748  {{{