User's Manual
1.1.1.1.1 AMANTYA TECHNOLOGIES
Doc. No : AMANTYA-v1.0
Release Date: 01-10-20
NBIoT Agnostic ACP User Manual Page 10 of 23
3.3 Device Provision
3.3.1 Enable eNodeB binaries start at reboot/power-up
1. Login in the enodeb hardware using ssh, user-id: root and password:root123
#ssh root@192.168.2.51
2. Edit /etc/rc.local and add sh /opt/NBIOT/start_binary.sh
3.3.2 Support for ftcmd command
1. Login in the enodeb hardware using ssh command, user id; root and password:root123
#ssh root@192.168.2.51
2. Copy the platform_details.sh to enodeb hardware using scp command.
#scp platform_details.sh root@192.168.2.51:/opt/NBIOT/
platform_details.sh
3. run in enodeb terminal #ln -s /opt/NBIOT/platform_details.sh /usr/bin/ftcmd
3.3.3 Support for delayed reboot
1. Login in the enodeb hardware using ssh command, user id; root and password:root123
#ssh root@192.168.2.51
2. Copy the stack_reboot.sh to enodeb hardware using scp command.
#scp stack_reboot.sh root@192.168.2.51:/opt/NBIOT/
stack_reboot.sh