<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-GB link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>So clearly the Xymon client program is not executing because it
cannot find the libpcre.so.0 file. If you built the software yourself then you
need to rebuild it but this time use archive libraries rather than shared ones,
or use the -R flag and include the directory where your libpcre file is located.
-R is the list of directories to search for shared library files.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>If you installed Xymon as a package then you need to find
another package that include the PCRE libraries and install that.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>|\/|artin<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<div style='border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt'>

<div>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>

<p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:
"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;
font-family:"Tahoma","sans-serif"'> Ambati Srinivas [mailto:am.srini@gmail.com]
<br>
<b>Sent:</b> 09 December 2009 11:42<br>
<b>To:</b> hobbit@hswn.dk<br>
<b>Cc:</b> Martin.Ward@colt.ne<br>
<b>Subject:</b> Re: [hobbit] monitoring Solaris client<o:p></o:p></span></p>

</div>

</div>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal style='margin-bottom:12.0pt'>Hi Martin,<br>
<br>
<span style='font-size:11.0pt;color:#1F497D'>~hobbit/client/logs/hobbitclient.log
file have below log entries and no other.</span><br>
<br>
-bash-3.00$ less hobbitclient.log<br>
ld.so.1: hobbitd_client: fatal: libpcre.so.0: open failed: No such file or
direc<br>
tory<br>
Killed<br>
ld.so.1: hobbitd_client: fatal: libpcre.so.0: open failed: No such file or
direc<br>
tory<br>
Killed<br>
ld.so.1: hobbitd_client: fatal: libpcre.so.0: open failed: No such file or
direc<br>
tory<br>
Killed<br>
ld.so.1: hobbitd_client: fatal: libpcre.so.0: open failed: No such file or
direc<br>
tory<br>
Killed<br>
ld.so.1: hobbitd_client: fatal: libpcre.so.0: open failed: No such file or
direc<br>
tory<br>
Killed<br>
ld.so.1: hobbitd_client: fatal: libpcre.so.0: open failed: No such file or
direc<br>
tory<br>
Killed<br>
ld.so.1: hobbitd_client: fatal: libpcre.so.0: open failed: No such file or
direc<br>
tory<br>
Killed<br>
ld.so.1: hobbitd_client: fatal: libpcre.so.0: open failed: No such file or
direc<br>
tory<br>
<br>
I did get a successful tenet to server from client as shown below:<br>
<br>
-bash-3.00$ telnet xxx.xxx.xx.xx9 1984<br>
Trying xxx.xxx.xx.xx9...<br>
Connected to xxx.xxx.xx.xx9.<br>
Escape character is '^]'.<br>
Connection to xxx.xxx.xx.xx9 closed by foreign host.<br>
-bash-3.00$<br>
<br>
<br>
Please advice.<br>
<br>
Thanks,<br>
<br>
Srini<br>
<br>
<br>
<o:p></o:p></p>

<div>

<p class=MsoNormal>On Tue, Dec 8, 2009 at 8:21 PM, Ward, Martin <<a
href="mailto:Martin.Ward@colt.net">Martin.Ward@colt.net</a>> wrote:<o:p></o:p></p>

<div>

<div>

<p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span
style='font-size:11.0pt;color:#1F497D'>Srinu,</span><o:p></o:p></p>

<p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span
style='font-size:11.0pt;color:#1F497D'> </span><o:p></o:p></p>

<p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span
style='font-size:11.0pt;color:#1F497D'>The fact that you cannot see any disk,
memory or other information points to the fact that the client Xymon program is
not running, or is talking to your server on a different IP address.</span><o:p></o:p></p>

<p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span
style='font-size:11.0pt;color:#1F497D'> </span><o:p></o:p></p>

<p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span
style='font-size:11.0pt;color:#1F497D'>Bring up the Xymon web page and look at
the Ghost Clients report page. Is your client listed there? Maybe under a
different IP address?</span><o:p></o:p></p>

<p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span
style='font-size:11.0pt;color:#1F497D'> </span><o:p></o:p></p>

<p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span
style='font-size:11.0pt;color:#1F497D'>If you cannot see anything useful in
this page then login to the client and change to the ~hobbit/client/logs
directory. Look in the hobbitclient.log file for connectivity issues. Also,
whilst on the client try connecting to the Xymon server on port 1984 like so:</span><o:p></o:p></p>

<p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span
style='font-size:11.0pt;color:#1F497D'>$ telnet xymon.server.ip.address 1984</span><o:p></o:p></p>

<p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span
style='font-size:11.0pt;color:#1F497D'> </span><o:p></o:p></p>

<p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span
style='font-size:11.0pt;color:#1F497D'>You should get a "connected"
notice. If you don't then there is a firewall/network/routing issue between the
two boxes.</span><o:p></o:p></p>

<p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span
style='font-size:11.0pt;color:#1F497D'> </span><o:p></o:p></p>

<p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span
style='font-size:11.0pt;color:#1F497D'>|\/|artin</span><o:p></o:p></p>

<p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span
style='font-size:11.0pt;color:#1F497D'> </span><o:p></o:p></p>

<div style='border:none;border-left:solid windowtext 1.5pt;padding:0cm 0cm 0cm 4.0pt;
border-color:-moz-use-text-color -moz-use-text-color -moz-use-text-color blue'>

<div>

<div style='border:none;border-top:solid windowtext 1.0pt;padding:3.0pt 0cm 0cm 0cm;
border-color:-moz-use-text-color -moz-use-text-color'>

<p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><b><span
lang=EN-US style='font-size:10.0pt'>From:</span></b><span lang=EN-US
style='font-size:10.0pt'> Ambati Srinivas [mailto:<a
href="mailto:am.srini@gmail.com" target="_blank">am.srini@gmail.com</a>] <br>
<b>Sent:</b> 08 December 2009 11:47<br>
<b>To:</b> <a href="mailto:hobbit@hswn.dk" target="_blank">hobbit@hswn.dk</a><br>
<b>Subject:</b> [hobbit] monitoring solaris client</span><o:p></o:p></p>

</div>

</div>

<p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'> <o:p></o:p></p>

<p class=MsoNormal style='mso-margin-top-alt:auto;margin-bottom:12.0pt'>Hi,<br>
<br>
I just installed  on a solaris box (SunOS pluto 5.10 Generic_120011-14
sun4u sparc SUNW,Ultra-250), I have edited ~/etc/hobbitclient.cfg and given
xymon server IP and on Xymon server ~/server/etc/bb-hosts and added this sun
box ip address and hostname.<br>
<br>
 I can only see conn, info, trends data. others such as cpu, disk, memory,
msgs are all empty. Am I missing something basic here or any config changes I
had to take care.<br>
<br>
bash-3.00# MAKE=gmake ./configure.client<br>
<br>
Configuration script for Hobbit client<br>
<br>
This script asks a few questions and builds a Makefile to compile Hobbit<br>
<br>
Checking your make-utility<br>
<br>
Hobbit normally keeps all of the client configuration files<br>
on the Hobbit server. If you prefer, it is possible to use<br>
a local client configuration file instead - if so, answer<br>
'client' to the next question.<br>
NB: Local configuration requires the PCRE libs on each host.<br>
<br>
Server side client configuration, or client side [server] ?<br>
client<br>
<br>
Checking for the PCRE libraries<br>
Checking for PCRE ...<br>
Found PCRE include files in /opt/sfw/include<br>
Found PCRE libraries in /opt/sfw/lib<br>
<br>
<br>
Checking for Large File Support ...<br>
ERROR: LFS support check failed for standard file support<br>
<br>
<br>
What userid will be running Hobbit [hobbit] ?<br>
xymon<br>
<br>
Found passwd entry for user xymon:x:60040:1::/export/home/xymon:/bin/bash<br>
<br>
<br>
Where do you want the Hobbit installation [/export/home/xymon] ?<br>
<br>
OK, will configure to use /export/home/xymon as the Hobbit toplevel directory<br>
<br>
<br>
What is the IP-address of your Hobbit server [127.0.0.1] ?<br>
xxx.xxx.xx.x6<br>
<br>
<br>
<br>
Using SunOS Makefile settings<br>
<br>
<br>
<br>
Created Makefile with the necessary information to build Hobbit<br>
Some defaults are used, so do look at the Makefile before continuing.<br>
<br>
Configuration complete - now run gmake (GNU make) to build the tools<br>
bash-3.00#<br>
<br>
<br>
<br>
bash-3.00# gmake<br>
bash-3.00# gmake install<br>
<br>
<br>
bash-3.00# vi etc/hobbitclient.cfg<br>
"etc/hobbitclient.cfg" 52 lines, 1690 characters<br>
# Environment settings for the Hobbit client.<br>
<br>
BBDISP="xxx.xxx.xx.xx9"            
# IP address of the Hobbit server<br>
<br>
<br>
bash-3.00# ./runclient.sh start<br>
Hobbit client for sunos started on pluto<br>
<br>
<br>
-bash-3.00# vi /export/home/xymon/server/etc/bb-hosts<br>
xxx.xxx.xx.x6   APT-NCC-NSW-rhoSpluto<br>
<br>
<br>
Let me know what all other information I can provide.<br>
<br>
Thanks all for your help,<br>
<br>
Srinu<o:p></o:p></p>

</div>

</div>

</div>

</div>

<p class=MsoNormal><o:p> </o:p></p>

</div>

</div>

*************************************************************************************
[Colt Disclaimer]
The message is intended for the named addressee only and may not be disclosed to or used by anyone else, nor may it be copied in any way.

The contents of this message and its attachments are confidential and may also be subject to legal privilege. If you are not the named addressee and/or have received this message in error, please advise us by e-mailing security@colt.net and delete the message and any attachments without retaining any copies.

Internet communications are not secure and COLT does not accept responsibility for this message, its contents nor responsibility for any viruses.

No contracts can be created or varied on behalf of COLT Telecommunications, its subsidiaries or affiliates ("COLT") and any other party by email Communications unless expressly agreed in writing with such other party.

Please note that incoming emails will be automatically scanned to eliminate potential viruses and unsolicited promotional emails. For more information refer to www.colt.net or contact us on +44(0)20 7390 3900.
</body>

</html>