Users Manual

4G LTE COMPACT INDUSTRIAL CELLULAR ROUTER_M330/M330-W - UM V1.1.8
170
#!/bin/sh
GENIE_PATH=/opt/genieacs/bin
GENIE_GUI_PATH=/opt/genieacs-gui
echo "start mongod."
pidof mongod
if [ $? != 0 ]; then
/opt/mongodb-linux-i686-3.3.3/bin/mongod --dbpath /data/db --journal --storageEngine=mmapv1
--fork --syslog
fi
echo "start North Bound/RESTful Interface service."
$GENIE_PATH/genieacs-nbi &
echo "start ACS/CWMP service."
$GENIE_PATH/genieacs-cwmp &
echo "start HTTP/File streaming service."
$GENIE_PATH/genieacs-fs &
echo "start GenieACS/WebUI."
cd $GENIE_GUI_PATH
rails server -b 0.0.0.0
GenieACS stop:
Ctrl-C
Usage:
1) Device Configuration
Fill in the ACS URL field as http://GenieACS server IP:7547
Fill in the Connection Request Username and Connection Request Password fields to same
with the configuration in genieacs/config/auth.js.
2) GenieACS Operation
Input http://GenieACS server IP:3000 on browser url bar and Enter.
Press Home tab to refresh Online devices status.