Hi,<br><br>Currently in the process of setting up a new Xymon installation based on Solaris 10 x86.<br><br>We’ve managed to compile and setup the server and clients fine, clients are reporting into the main Xymon server without issue. We have however got stuck on one problem.<br>
<br>When trying to auto-update the clients with a new version of the client it fails. See below:<br><br>$ ./clientupdate --update=client_v3<br>2011-12-06 11:03:59 Whoops ! Failed to send message (Connection failed)<br>2011-12-06 11:03:59 ->  connect to Xymon <a href="http://daemon@127.0.0.1:1984">daemon@127.0.0.1:1984</a> failed (Connection refused)<br>
2011-12-06 11:03:59 ->  Recipient '127.0.0.1', timeout 15<br>2011-12-06 11:03:59 ->  1st line: 'download client_v3.tar'<br>2011-12-06 11:03:59 Cannot fetch new client tarfile: Status 5<br>tar: blocksize = 0<br>
<br>The client is however connecting to the Xymon server and sending alerts without issue.<br><br>When I run the same command on the Xymon server to update its client, it works fine.<br><br>I’m assuming it’s failing because it’s trying to contact 127.0.0.1, however I can’t see where it’s getting this address from?! When the client was compiled we gave the IP address of the Xymon server.<br>
<br>When I run a strings on the clientupdate binary I can see the following entry hardcoded?!<br><br>~~~~~<br>XYMONSERVERIP<br>127.0.0.1<br>~~~~~<br><br>Any help would be greatly appreciated.<br><br>Adam