Table of Contents

VPN Access URL

https://opsource-na1.cloud-vpn.net/+CSCOE+/logon.html

Environments

Processes/Services information

Web/App Server

Apache process

Run the commands with sudo as the primary login user

Start:

sudo /etc/init.d/httpd start

Stop:

sudo /etc/init.d/httpd stop

Check Status (this will list the landing page of app in text):

sudo /etc/init.d/httpd status
StarOffice process

Run the commands with sudo as the primary login user

Start:

sudo /etc/init.d/soffice start

Stop:

sudo /etc/init.d/soffice stop

Check Status:

sudo /etc/init.d/soffice status
memcached process

Run the commands with sudo as the primary login user

Start:

sudo /etc/init.d/memcached start

Stop:

sudo /etc/init.d/memcached stop

Check Status:

sudo /etc/init.d/memcached status

Database Server

MySQL process

Run the commands with sudo as the primary login user

Start:

sudo /etc/init.d/mysql start

Stop:

sudo /etc/init.d/mysql stop

Check Status:

sudo /etc/init.d/mysql status

BBB Server

Run the commands with sudo as the primary login user

Start:

sudo /usr/local/bin/bbb-conf --start

Stop:

sudo /usr/local/bin/bbb-conf --stop

Check Status (Ignore the IP conflict message):

sudo /usr/local/bin/bbb-conf --check

Restart:

sudo /usr/local/bin/bbb-conf --restart

Restart and clean all log files:

sudo /usr/local/bin/bbb-conf --clean