Version 22 (modified by 11 years ago) ( diff ) | ,
---|
8. Upgrade Instructions
Backup all of the configuration files:
tar -cf asn-config.tar /etc/asnctrl.conf /etc/asnctrl_ASNGW000.conf /etc/asnctrl_common.conf /etc/asnctrl_gre.conf /etc/asnctrl_service_class.conf /etc/epctrl.conf /etc/trapctrl.conf /usr/share/asngw/classify-ctrl.sh
Upgrade the software:
apt-get update dpkg --purge --force remove asn-gw0.9.0 apt-get install asn-gw1.0.1
Restore configuration files:
tar -xf asn-config.tar -C /
Install pre-requisites:
apt-get install build-essential libopenssl-ruby ruby1.8-dev vlan
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&type=simple
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
macaddr MUST be all lowercase.
Note:
See TracWiki
for help on using the wiki.