[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] two hobbit servers on the same machine
- To: <hobbit (at) hswn.dk>
- Subject: Re: [hobbit] two hobbit servers on the same machine
- From: "Marco Avvisano" <marco.avvisano (at) regione.toscana.it>
- Date: Tue, 8 Mar 2005 15:36:41 +0100
- References: <OFF5715196.ED10FAD2-ONCC256FAB.00365E60-CC256FAB.0037F417@zespri.com> <OFF5715196.ED10FAD2-ONCC256FAB.00365E60-CC256FAB.0037F417@zespri.com> <4214A7C6.9050602@cisco.com> <cv29q1$2tu$1@voodoo.hswn.dk> <cv2a03$4fg$1@voodoo.hswn.dk> <016601c51509$2c7e97b0$2b01d59f@pcma13319new> <20050217220345.GC24064@hswn.dk> <010b01c515d5$9a065210$2b01d59f@pcma13319new> <017701c519af$b33f79e0$2b01d59f@pcma13319new> <012201c51b53$39cfea90$2b01d59f@pcma13319new> <20050225221459.GA6997@hswn.dk> <002701c51bd9$d6085290$2b01d59f@pcma13319new> <005401c51f00$63da0220$2b01d59f@pcma13319new> <d05boe$a5t$1@voodoo.hswn.dk>
----- Original Message -----
From: "Henrik Storner" <henrik (at) hswn.dk>
Newsgroups: lists.hobbit
To: <hobbit (at) hswn.dk>
Sent: Wednesday, March 02, 2005 10:38 PM
Subject: Re: [hobbit] two hobbit servers on the same machine
> In <005401c51f00$63da0220$2b01d59f (at) pcma13319new> "Marco Avvisano"
<m.avvisano (at) mail.regione.toscana.it> writes:
>
> >I try to install two hobbit servers that shared the data directory. What
do
> >you think about?
>
> You cannot run to hobbit servers off the same data directory. There is
> no file locking in hobbit, so you would easily end up with garbage
> files.
>
> >Do you think it's possible to force the restore status, for one server,
> >every xx seconds from the file hobbitd.chk?
>
> Sorry Marco, but I simply cannot figure out what it is you are trying
> to accomplish with this setup. I have a strong feeling that you are
> doing something very simple in an extremely complicated way.
>
>
> I *think* you want to setup a server with two sets of hosts - one set
> is for use by one group, and another set is used by a different
> group.
>
No, server1 (public) should make goup1 tests and publish it, while the
server2 (private) make group2 tests but must publish the results of the
group1 and group2 tests.
So i would like to make all using one server. Because i don't want to show
the group2 tests on the public servers, it's impossible for me to use the
pageset option.
Probabilly the best solution is to use a bb-net (using bbgen) that make the
group1 test and send results to two hobbit servers on the same machine using
different Ip, across a bbproxy
The bbproxy send to the servers also the clients status . The status message
of the hosts not included in bb-hosts files are dropped.
Marco