I have a proxy server that is also a regular server on port 1985, it's my backup/secondary server. But the proxy only seems to send the data to the primary server. The web on the proxy has most everything in purple mode. And my test server (4.3.0rc1) doesn't have any of the significant data.
My hobbitlaunch.cfg file changes look like this:
$ diff hobbitlaunch.cfg hobbitlaunch.cfg.save 14c14 < CMD hobbitd --listen=0.0.0.0:1985 --pidfile=$BBSERVERLOGS/hobbitd.pid --restart=$BBTMP/hobbitd.chk --checkpoint-file=$BBTMP/hobbitd.chk --checkpoint-interval=600 --log=$BBSERVERLOGS/hobbitd.log --admin-senders=127.0.0.1,$BBSERVERIP --store-clientlogs=!msgs
CMD hobbitd --pidfile=$BBSERVERLOGS/hobbitd.pid --restart=$BBTMP/hobbitd.chk --checkpoint-file=$BBTMP/hobbitd.chk --checkpoint-interval=600 --log=$BBSERVERLOGS/hobbitd.log --admin-senders=127.0.0.1,$BBSERVERIP --store-clientlogs=!msgs
126c126 < CMD $BBHOME/bin/bbproxy --hobbitd --bbdisplay=10.5.96.244:1984,10.6.133.212:1984,127.0.0.1:1985 --listen=0.0.0.0:1984 --report=$MACHINE.bbproxy --no-daemon --pidfile=$BBSERVERLOGS/bbproxy.pid
CMD $BBHOME/bin/bbproxy --hobbitd --bbdisplay=10.5.96.244 --report=$MACHINE.bbproxy --no-daemon --pidfile=$BBSERVERLOGS/bbproxy.pid
174c174 < CMD BBPORT=1984 bbtest-net --report --ping --checkresponse
CMD bbtest-net --report --ping --checkresponse
188c188 < CMD BBPORT=1984 $BBHOME/ext/bbretest-net.sh
CMD $BBHOME/ext/bbretest-net.sh
The only thing I can think about is that the --bbdisplay setting in the bbproxy line. Maybe it doesn't like the :PORT in on every server it wants to server. Maybe it should be --bbdisplay=10.5.96.244,10.6.141.212,127.0.0.1:1985
Any other ideas?
Paul Root Lead Internet Systems Eng Qwest Network Services
This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments.