===== Restarting Collaboration Server ====== ==== Learnexa Production collab server === 1. Get into learnexa prodapp01 with the login credentials. 2. Check if any live events are running currently. cd /deploy/crossbow/current ./script/console production //Type this in console and see that this returns 0. LiveEvent.running_events(false).count //If the above command returns zero it means no live events are running now and we //are good to restart server, if the returned value is > 0 then skip the next steps exit 3. Login to the prodcollab machine with the login credentials. 4. Restart BBB server. sudo bbb-conf --restart //The server should start without any errors. (please ignore an error that says ips do not match) ==== Meeting Production server === 1. Check if any meetings are running currently. This can be verified by opening http://meeting.expertus.com and login with LDAP account. No meeting should be shown as 'live'. If there are meetings which are live skip the next step. 2. Get into meeting machine with the login credentials. 3. Restart BBB server. sudo bbb-conf --restart //The server should start without any errors. (please ignore an error that says ips do not match)