1 | initial version |
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!
2 | No.2 Revision |
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!