Hello !<br>
<br>
I'm currently running a 2-server hobbit system, host A is doing both
BBDISP and BBNET, while host B is only running network tests.<br>
ON both hosts, the BBLOCATION is set to either A or B.<br>
<br>
My bb-hosts file is broken down to these :<br>
<br>
bb-hosts.A<br>
--------------------------------------------------------------------<br>
# Default : Test IP Addr<br>
<a href="http://0.0.0.0">0.0.0.0</a> .default. # testip NET:A<br>
<br>
<a href="http://1.2.3.4">1.2.3.4</a> foobar # ssh<br>
--------------------------------------------------------------------<br>
<br>
bb-hosts.B<br>
--------------------------------------------------------------------<br>
# Default : Test IP Addr<br>
<a href="http://0.0.0.0">0.0.0.0</a> .default. # testip NET:B<br>
<br>
<a href="http://5.6.7.8">5.6.7.8</a> arg # ssh<br>
--------------------------------------------------------------------<br>
<br>
<br>
On host A - my bb-hosts file looks something like this : <br>

--------------------------------------------------------------------<br>

include bb-hosts.A<br>

include bb-hosts.B<br>

--------------------------------------------------------------------<br>
<br>
On host B is says :<br>


--------------------------------------------------------------------<br>
include bb-hosts.B<br>


--------------------------------------------------------------------<br>
<br>
I'd like to maintain all the bb-hosts files on host A - so the question
is how to distribute the bb-hosts.B from host A to host B. I could use
SSH/SCP - but perhaps it's easier to utilize the BB "config" command
and pull the bb-hosts.B file from host B ? What are you guys doing ?
Any recommendations ?<br>
<br>
Thanks<br>
<br>
BR<br>
/Torben<br>
<br>