close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 15 and Version 16 of Old/WiMAX/05/01


Ignore:
Timestamp:
Dec 15, 2010, 3:17:26 PM (13 years ago)
Author:
hmussman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/05/01

    v15 v16  
    349349== 6.7  OMF/OML Installation ==
    350350
     351Procedure provided by Evan Zhang in Summer, 2010:  This page contains all the information you need to understand the current OMF lab setting and how it was built.  [[BR]]
    351352
    352353Fig 7) OMF/OML System Configuration  [[BR]]
    353354[[Image(WiMAX/00:fig 7  121010_ WiMAXSystemOverview.jpg, 100%)]]
    354355
    355 Procedure provided by Evan Zhang in Summer, 2010:
    356 
    357 = This page contains all the information you need to understand the current OMF lab setting and how it was built =
    358 
    359 
    360 
    361 == Reference ==
     356References:
    362357
    363358http://omf.mytestbed.net/wiki/omf/Installation_Guide_52
     
    365360http://omf.mytestbed.net/wiki/omf/Ubuntu_Baseline
    366361
    367 
    368 
    369 == Related Ticket ==
    370 
    371 http://groups.geni.net/syseng/ticket/1004
    372 
    373 
    374 
    375 == OMF System Architecture with WiMAX Base Station ==
    376 
    377 [[Image(omf_gpolab_arch.png)]]
    378 
    379 
    380 
    381 == Current Lab Setting ==
    382 
    383 [[Image(omf_gpolab_internal.png)]]
    384 
    385 
    386 
    387 == Installation and Test Instructions (You should always look at the reference instruction first,http://omf.mytestbed.net/wiki/omf/Installation_Guide_52) ==
     362Lab setup:
     363
     364[[Image(omf_gpolab_internal.png)]]
     365
     366
     367
     368=== 6.7.1 Installation and Test Instructions ===
     369
     370(You should always look at the reference instruction first,http://omf.mytestbed.net/wiki/omf/Installation_Guide_52) [[BR]]
    388371
    389372{{{
     
    399382}}}
    400383 
    401 === Installation of the Aggregate Manager machine(VM) ===
     384=== 6.7.2 Installation of the Aggregate Manager machine(VM) ===
    402385
    403386==== Network Setup ====
     
    451434
    452435
    453 === Configuring the Aggregate Manager (AM) ===
     436=== 6.7.3 Configuring the Aggregate Manager (AM) ===
    454437
    455438 * Follow the reference instruction and carefully change the IPs to ours.
     
    470453
    471454
    472 === Installing the Experiment Controller (EC) ===
     455=== 6.7.4 Installing the Experiment Controller (EC) ===
    473456
    474457 * We can not find /etc/omf-expctl-5.2/nodehandler.yaml by following the reference instruction, we need to do,
     
    509492}}}
    510493
    511 === Configuring XMPP ===
     494=== 6.7.5 Configuring XMPP ===
    512495
    513496==== Installing Openfire ====
     
    529512
    530513
    531 === Preparing the experiment nodes ===
     514=== 6.7.6 Preparing the Experiment Nodes ===
    532515
    533516 * For VM experiment nodes (which is not mentioned in the reference instruction), the instruction is similar as preparing the baseline disk image. Reference: http://omf.mytestbed.net/wiki/omf/Ubuntu_Baseline   
     
    592575
    593576
    594 === Using the testbed ===
     577=== 6.7.7 Using the testbed ===
    595578
    596579At this point, you may want to run a test experiment. We choose to run a modified(get ride of the wireless configuration) hello world experiment with our two VM nodes.
     
    681664
    682665
    683 === Instrumenting your experiment ===
     666=== 6.7.8 Instrumenting your experiment ===
    684667
    685668Basically, you need to insert some code into your application's source code to utilized the measurement library offered by OML. [[BR]]