Tektelic KONA 64 Mega

Prerequisite

Enable Root Access

Log into the box with the username "admin"

Run this command to enable root access (BSP 5.0.x+)

sudo opkg remove disable-root-login

Once this package is removed you can log into the box with the username "root" and the default Tektelic password

Remove the following opkg's

opkg remove kona-pkt-forwarder
opkg remove tektelic-mqtt-bridge

Reboot the system

In order for the mqtt-bridge process to be properly terminated you will need to reboot the system.

tektelic_reset
Supported Senet Packet Forwarder Versions
02_22_XX - Release Notes
02_20_XX - Release Notes

Verify the mqtt-bridge is no longer running

Once the system is back online verify the mqtt-bridge is no longer running.

ps -eadf |grep -i mqtt

There should no longer be any running packet forwarder processes found.

root      4159  4105  0 14:17 pts/0    00:00:00 grep mqtt

Senet Packet Forwarder for Developers

Registration

If you have not done so already you will need to register your gateway through your Developer or RAN Provider account.

Note

The serial number for this device is the 8 digit Product Type (starting with a "T") an underscore "_" followed by the 9 digit serial number which can be found on bottom of the Gateway.

Installation

Copy and paste the following command into the Tektelic KONA 64 Mega root SSH console.

BSP Version Command
BSP: 4.3.X
dlF=lgwInstaller_02_20_14.sh;dlC=senetco;wget --no-check-certificate http://docs.${dlC}.io/downloads/02_20_14/$dlF -O $dlF && chmod +x $dlF && ./${dlF} -c ${dlC} -t DEV
BSP: 5.0.X
dlF=lgwInstaller_02_22_10.sh;dlC=senetco;wget --no-check-certificate http://docs.${dlC}.io/downloads/02_22_10/$dlF -O $dlF && chmod +x $dlF && ./${dlF} -c ${dlC} -t DEV

Run the command. The installation is automatic and will prompt you once it has completed.

reboot

Once registration and Gateway software installation are complete the Gateway will be displayed in the Senet Portal Dashboard with the current registration status (this may require a refresh of the browser).

Senet Packet Forwarder for RAN Providers

Note

Before installing verify you have properly configured your network settings on the gateway. The installation process will apply security measures which include modifications to the firewall as well as the password; the installer may also configure the system and install new packages. Access to the gateway over the local network through such protocols as SSH and telnet will no longer be available upon completion of the installer.

Registration

If you have not done so already you will need to register your gateway through your Developer or RAN Provider account.

Note

The serial number for this device is the 8 digit Product Type (starting with a "T") an underscore "_" followed by the 9 digit serial number which can be found on bottom of the Gateway.

Installation

Copy and paste the following command into the Tektelic KONA 64 Mega root SSH console .

BSP Version Command
BSP: 4.3.X
dlF=lgwInstaller_02_20_14.sh;dlC=senetco;wget --no-check-certificate http://docs.${dlC}.io/downloads/02_20_14/$dlF -O $dlF && chmod +x $dlF && ./${dlF} -c ${dlC} -t RAN
BSP: 5.0.X
dlF=lgwInstaller_02_22_10.sh;dlC=senetco;wget --no-check-certificate http://docs.${dlC}.io/downloads/02_22_10/$dlF -O $dlF && chmod +x $dlF && ./${dlF} -c ${dlC} -t RAN

Run the command. The installation is automatic and will prompt you once it has completed.

reboot

Once registration and Gateway software installation are complete the Gateway will be displayed in the Senet Portal Dashboard with the current registration status (this may require a refresh of the browser).