<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Hi,<br>
<br>
Found the problem.<br>
First, the server is running on port 1985.<br>
But, used the full name in bb-hosts so I didn't get a match.<br>
After changing that all the normal hobbitclient.sh tests came through.<br>
I though the problem was the port....<br>
<br>
My manual test still didn't work.<br>
The manual test fault was because the hobbitclient.cfg don't export
variables and so didn't get the BBPORT setting.<br>
Just a simple "export BBPORT=1985" made the trick.<br>
bash-2.05$ export BBPORT=1985<br>
bash-2.05$ ./bb --debug 192.168.34.72 test<br>
2010-01-27 08:41:59 Transport setup is:<br>
2010-01-27 08:41:59 bbdportnumber = 1985<br>
2010-01-27 08:41:59 bbdispproxyhost = NONE<br>
2010-01-27 08:41:59 bbdispproxyport = 0<br>
2010-01-27 08:41:59 Recipient listed as '192.168.34.72'<br>
2010-01-27 08:41:59 Standard BB protocol on port 1985<br>
2010-01-27 08:41:59 Will connect to address 192.168.34.72 port 1985<br>
2010-01-27 08:41:59 Connect status is 0<br>
2010-01-27 08:41:59 Sent 4 bytes<br>
2010-01-27 08:41:59 Closing connection<br>
bash-2.05$<br>
<br>
Malcoms test will also do the trick<br>
bash-2.05$ ./bb --debug 192.168.34.72:1986 test<br>
2010-01-27 08:44:10 Transport setup is:<br>
2010-01-27 08:44:10 bbdportnumber = 1985<br>
2010-01-27 08:44:10 bbdispproxyhost = NONE<br>
2010-01-27 08:44:10 bbdispproxyport = 0<br>
2010-01-27 08:44:10 Recipient listed as '192.168.34.72:1986'<br>
2010-01-27 08:44:10 Standard BB protocol on port 1986<br>
2010-01-27 08:44:10 Will connect to address 192.168.34.72 port 1986<br>
<br>
- Roland<br>
<br>
On 25/01/10 07:49 PM, Malcolm Hunter wrote:
<blockquote cite="mid:20100125084907.165230@gmx.net" type="cite">
  <blockquote type="cite">
    <pre wrap="">I'm running Hobbit server version 4.3.0-0.beta2 on Solaris 10 X86.
I'm running Hobbit client version 4.3.0-0.beta2 on Solaris 9 SPARC.
Currently we have a BB server running on port 1984
To test and migrate to Xymon I tried to run Xymon on port 1985
But it doesn't seem to work.

It uses default 1984 even though I specify port 1985.

bash-2.05$ bin/bb --debug 192.168.34.72 test
2010-01-25 11:42:55 Transport setup is:
2010-01-25 11:42:55 bbdportnumber = 1984
2010-01-25 11:42:55 bbdispproxyhost = NONE
2010-01-25 11:42:55 bbdispproxyport = 0
2010-01-25 11:42:55 Recipient listed as '192.168.34.72'
2010-01-25 11:42:55 Standard BB protocol on port 1984
2010-01-25 11:42:55 Will connect to address 192.168.34.72 port 1984
2010-01-25 11:42:55 Connect status is 0
2010-01-25 11:42:55 Sent 4 bytes
2010-01-25 11:42:55 Closing connection
bash-2.05$ pwd
/usr/local/xymon/client
bash-2.05$ ls etc
clientlaunch.cfg  hobbitclient.cfg  localclient.cfg
bash-2.05$ grep 198 etc/hobbitclient.cfg
etc/hobbitclient.cfg:BBPORT="1985"                   # 
Portnumber wherehobbitd listens

Any ideas why this isn't working.
    </pre>
  </blockquote>
  <pre wrap="">
Try:

bin/bb --debug 192.168.34.72:1985 test


Malcolm

  </pre>
</blockquote>
<br>
<br>
<div class="moz-signature">-- <br>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
<title>test</title>
<br>
<p style="font-size: 10pt; font-family: Verdana;"> Best Regards, <br>
<br>
</p>
<table style="border-collapse: collapse;">
  <tbody>
    <tr>
      <td style="padding: 0pt;" valign="center">
      <p
 style="margin: 0pt; font-size: 8pt; font-family: Verdana,sans-serif;">
      <span style="color: rgb(0, 93, 170); font-size: 11pt;"><b>Roland
Soderstrom</b></span> | <span style="color: rgb(0, 93, 170);"><b>Senior
System
Administrator</b></span><br>
      <br>
      <b>Direct</b> 03 8643 6485   |   <b>Mobile</b>
0425 362 611   |   <b>Office</b> 03 8643 6444 <br>
      <b>Email</b> <a class="moz-txt-link-abbreviated" href="mailto:rolands@logicaltech.com.au">rolands@logicaltech.com.au</a>   |   <b>Web</b>
<a class="moz-txt-link-abbreviated" href="http://www.logicaltech.com.au">www.logicaltech.com.au</a> <br>
      </p>
      </td>
      <td width="30"> <br>
      </td>
      <td valign="top" width="155"> <img alt="Logicaltech"
 style="width: 135px; height: 59px;"
 src="cid:part1.01090003.02060102@logicaltech.com.au" height="59"
 width="135"> </td>
    </tr>
  </tbody>
</table>
<p style="font-size: 6pt; font-family: Verdana;"> <br>
Disclaimer: This message contains privileged and confidential
information intended only for the use of the addressee named above. <br>
If you are not the intended recipient of this message you must not
disseminate, copy or take any action in reliance on it. <br>
Any views expressed in this message are those of the individual sender,
except where the sender specifically states them to be the views of the
company. </p>
</div>
</body>
</html>