===== VPN Access URL ===== https://opsource-na1.cloud-vpn.net/+CSCOE+/logon.html ===== Environments ===== * Web/App Server : 10.163.32.11 (Currently Offline) * Database Server: 10.163.32.12 (Currently Offline) * BBB Server : 10.163.32.13 (Mysql database: bigbluebutton_dev; user/passwd: bbb/secret; root/coke2fish) ===== 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 ==== == All bbb related processes == __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