ODB Server restart on Mac OS X Using Terminal
Posted by Jeff Tweddale on 30 Jun 2008 09:57 PM

ODB Server restart on Mac OS X Using Terminal



How to kick start the ODB server on a Mac OS X Server if you know a bit of Terminal code:

Open a terminal

cd /Applications/OmnisDataBridge

./odb start This will start ODB server.will let you know if it already running


Other stuff

ps -ax | grep odb to see if there is an ODB process running

tail messages.txt to see the last ODB status message

./odb start starts ODB will let you know if it already running

./odb shutdown Will warn and abort shutdown if there are active connections

./odb kill Will not warn,just shutdown (use with caution)
(1 vote(s))
Helpful
Not helpful