wiki:Old/WiMAX/07
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.

Version 16 (modified by seskar, 12 years ago) ( diff )

8. Upgrade Instructions

Backup all of the configuration files:

apt-get update

dpkg --purge --force remove asn-gw0.9.0
apt-get instal asn-gw1.0.1

Restore configuration files

Install pre-requisites:

apt-get install build-essential libopenssl-ruby ruby1.8-dev

Install gems:

gem install rufus-scheduler data_mapper rparsec dm-sqlite-adapter

Install new wimaxrf:

Configure the service by editing /etc/omf-aggmgr-5.2/available/wimaxrf.yaml which should look like (with address/OID set based on campus assignment):

wimaxrf:

  database:
    dbFile: '/db/wimaxrf.db'

  reset:
    file: '/defaults/reset.xml'

  asngw:
    if: eth1
    ip: 10.3.0.254
    port: 0x08b7
    id: ASNGW000
    tecnh: 3
    dsc: IP-Config-Mgmt

  bs:
    ip: 10.3.0.1
    mask: 255.255.0.0
    bsid: 44:51:db:00:00:01
    frequency: 2590000
    stats:
      localoml:
        :omlServer: localhost
      globaloml:
        :omlServer: oml.orbit-lab.org

  datapath:
    default_interface: eth0
    manage_interface: true

Start the service

/etc/init.d/omf-aggmgr-5.2 start

Create the first datapath:

wget -qO- asngw-host:5052/wimaxrf/datapath/add?vlan=0

Add clients:

wget -qO- asngw-host:5052/wimaxrf/datapath/clients/add?vlan=0&ipaddress=10.43.0.1&macaddr=00:01:02:03:04:05
wget -qO- asngw-host:5052/wimaxrf/datapath/clients/add?vlan=0&ipaddress=10.43.0.2&macaddr=00:01:02:03:04:06
Note: See TracWiki for help on using the wiki.