EasyManua.ls Logo

Proscend M302-L - Page 127

Proscend M302-L
144 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
INDUSTRIAL 4G LTE CELLULAR ROUTER B_UM V1.1.0
123
GenieACS startup script:
#!/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.

Table of Contents

Related product manuals