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 24 and Version 25 of Old/WiMAX/17


Ignore:
Timestamp:
Mar 28, 2014, 6:44:57 PM (10 years ago)
Author:
dmeyer@…
Comment:

Added a few airspan fresh install instructions

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/17

    v24 v25  
    3232
    3333== Installation for Airspan BS ==
     34
     35If this is from a fresh install of Ubuntu 12.04.4, you will have to add the omf5.4 repository.
     36{{{
     37echo "deb http://pkg.mytestbed.net/ubuntu precise/" | sudo tee -a /etc/apt/sources.list.d/wimax-aggmgr.list
     38sudo apt-get update
     39}}}
     40
     41Install omf-aggmgr5.4:
     42{{{
     43sudo apt-get install omf-aggmgr-5.4
     44}}}
    3445
    3546{{{
     
    5364
    5465== Configuration ==
     66
     67If it is a fresh install, you will have to copy over the omf-aggmgr.yaml configuration file:
     68{{{
     69sudo cp /usr/share/doc/omf-aggmgr-5.4/examples/omf-aggmgr.yaml /etc/omf-aggmgr-5.4/.
     70}}}
     71
     72The config file should be changed to where you have these sevices located:
     73{{{
     74# NOTE: use only 'spaces' to indent !
     75# ('tab' indents are not supported by the ruby yaml parser used to read this file)
     76#
     77# This is the config file for global configuration items for the OMF Aggregate Manager.
     78#
     79---
     80:xmpp:
     81  :server: "xmpp.example.com"
     82  :user: "aggmgr"
     83  :password: "example password"
     84  :port: 5222
     85  :use_dnssrv: false
     86
     87:http:
     88  :address: "0.0.0.0"
     89  :port: 5054
     90 
     91# List of the slices that the AM should by default provide its service to
     92# (other slices can be added later dynamically via a Slice Manager)
     93#
     94:default_slices: ["pxe_slice", "default_slice"]
     95}}}
    5596
    5697The configuration file for wimaxrf AM is in the same location as for all the other OMF AM services in `/etc/omf-aggmgr-5.4/available/wimaxrf.yaml`. The configuration file consists of multiple sections relating to different components of the services.