Question about bbproxy and bbtest-net
list Frédéric Mangeant
Hi all I'd like to run a Hobbit server, which would have to do the following : - run network tests (bbtest-net) - act as a proxy for incoming BB status (bbproxy). The tests results of bbtest-net and bbproxy should be sent to another Hobbit server. Is this possible ? I can see how to run bbproxy, but not how to stop the main hobbitd daemon... Thanks in advance for any clue. -- Frédéric Mangeant Steria EDC Sophia-Antipolis
list Thomas Pedersen
Simply run the bbproxy to send the status to the other server and then set theip of the other server in BBDISPLAY in hobbitserver.cfg
▸
Frédéric Mangeant wrote:
Hi all I'd like to run a Hobbit server, which would have to do the following : - run network tests (bbtest-net) - act as a proxy for incoming BB status (bbproxy). The tests results of bbtest-net and bbproxy should be sent to another Hobbit server. Is this possible ? I can see how to run bbproxy, but not how to stop the main hobbitd daemon... Thanks in advance for any clue.
list Henrik Størner
▸
On Wed, Apr 05, 2006 at 12:01:54PM +0200, Fr?d?ric Mangeant wrote:
I'd like to run a Hobbit server, which would have to do the following : - run network tests (bbtest-net) - act as a proxy for incoming BB status (bbproxy). The tests results of bbtest-net and bbproxy should be sent to another Hobbit server. Is this possible ? I can see how to run bbproxy, but not how to stop the main hobbitd daemon...
Just enable the proxy- and network-test tasks in hobbitlaunch.cfg, and disable all the other tasks. You must also remove the "NEEDS hobbitd" entries for the bbnet task. Henrik
list Frédéric Mangeant
▸
Henrik Stoerner a écrit :
On Wed, Apr 05, 2006 at 12:01:54PM +0200, Fr?d?ric Mangeant wrote: Just enable the proxy- and network-test tasks in hobbitlaunch.cfg, and disable all the other tasks. You must also remove the "NEEDS hobbitd" entries for the bbnet task.
Thanks Henrik, I thought it wasn't possible to disable hobbitd : # This is the main Hobbit daemon. You cannot live without this one. Maybe this comment in hobbitlaunch.cfg should be modified ? Something like this # This is the main Hobbit daemon. You cannot live without this one, unless you run the bbproxy task. -- Frédéric Mangeant Steria EDC Sophia-Antipolis
list Henrik Størner
▸
On Wed, Apr 05, 2006 at 04:44:41PM +0200, Frédéric Mangeant wrote:
Henrik Stoerner a écrit :On Wed, Apr 05, 2006 at 12:01:54PM +0200, Fr?d?ric Mangeant wrote: Just enable the proxy- and network-test tasks in hobbitlaunch.cfg, and disable all the other tasks. You must also remove the "NEEDS hobbitd" entries for the bbnet task.Thanks Henrik, I thought it wasn't possible to disable hobbitd : # This is the main Hobbit daemon. You cannot live without this one. Maybe this comment in hobbitlaunch.cfg should be modified ? Something like this
Or: # This is the main Hobbit daemon. This must be running on at least # one server in your setup. If you are setting up a server to do # just network tests or run bbproxy, it is OK to disable this (then # you also need to remove the "NEEDS hobbitd" lines for the tasks # you want to run). Henrik
list Frédéric Mangeant
▸
Henrik Stoerner a écrit :
On Wed, Apr 05, 2006 at 04:44:41PM +0200, Frédéric Mangeant wrote: Or: # This is the main Hobbit daemon. This must be running on at least # one server in your setup. If you are setting up a server to do # just network tests or run bbproxy, it is OK to disable this (then # you also need to remove the "NEEDS hobbitd" lines for the tasks # you want to run).
Perfect :-) -- Frédéric Mangeant Steria EDC Sophia-Antipolis