Skip to content

how to restart the RPC database

Tony Woode edited this page Apr 8, 2015 · 1 revision

The RPC database runs from inside of

openshare/api/rpc

and is run from a script called

run_database_server.sh

which is a shell loop that runs the database server, waits a bit after it exits (which never happens unless it crashed), and then restarts it again.

Ideally, you should run this script from within a GNU Screen instance, so it can be reattached to as needed to see debugging output.

Clone this wiki locally