Best way to start Orion on the backgroun [closed]

asked 2015-08-31 10:17:06 +0200

alejandrovk gravatar image

Hi there,

I've installed Orion in a CentOS 6 as recommended in the documentation and I'm wondering how to run this on the background.

Running contextBroker, it stays in foreground:

 [centos@oc-orion fiware-orion]$ contextBroker
INFO@15:04:54  contextBroker.cpp[1502]: Orion Context Broker is running
[centos@oc-orion fiware-orion]$ INFO@15:04:54  mongoConnectionPool.cpp[196]: Successful connection to database
INFO@15:04:54  mongoConnectionPool.cpp[196]: Successful connection to database
INFO@15:04:54  mongoConnectionPool.cpp[196]: Successful connection to database
INFO@15:04:54  mongoConnectionPool.cpp[196]: Successful connection to database
INFO@15:04:54  mongoConnectionPool.cpp[196]: Successful connection to database
INFO@15:04:54  mongoConnectionPool.cpp[196]: Successful connection to database
INFO@15:04:54  mongoConnectionPool.cpp[196]: Successful connection to database
INFO@15:04:54  mongoConnectionPool.cpp[196]: Successful connection to database
INFO@15:04:54  mongoConnectionPool.cpp[196]: Successful connection to database
INFO@15:04:54  mongoConnectionPool.cpp[196]: Successful connection to database
INFO@15:04:54  contextBroker.cpp[1282]: Connected to mongo at localhost:orion
INFO@15:04:54  MongoGlobal.cpp[2856]: Database Operation Successful ({})
INFO@15:04:54  MongoGlobal.cpp[504]: Database Operation Successful ({ conditions.type: "ONTIMEINTERVAL" })
INFO@15:04:54  contextBroker.cpp[1590]: Startup completed
INFO@15:05:04  MongoGlobal.cpp[2856]: Database Operation Successful ({})

I've been thinking on running this with supervisor or similar, but not sure...any ideas?

Thanks!

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by jmcantera
close date 2015-09-10 09:44:46

Comments

Link to the question that was duplicated by this one: https://ask.fiware.org/question/86/best-way-to-send-orion-to-background/

Miguel Carrillo gravatar imageMiguel Carrillo ( 2015-09-15 11:36:06 +0200 )edit