[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] monitoring Solaris client
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] monitoring Solaris client
- From: Ambati Srinivas <am.srini (at) gmail.com>
- Date: Wed, 9 Dec 2009 17:11:34 +0530
- Cc: Martin.Ward (at) colt.ne
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=chQOIkpr3WuYI0VEsf6IDpnoe7DuMRXbbwYB7oRmrpM=; b=jhfTgnLSmbkP0iJmkbThPT93VZntGskDTvsicZNzJ2zWMP1D4aUa6Ya/c9UtbmhVnY Slks1XxSN2L1QL2mg92ROJmEhF5ufWhtYVzuhXN6XhvhpRkfekI7ClD7LgdNU95A9VWk 4tr62PV+57A4502KFoA2naXoI/jfU5ebOLVaY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=hWR28tEyeq7/Cdrz18qYAEptN8xkeu59IDWHRe2WuzpC0CgduXbl1vVQKcg/2VUNpD lJch7OVKzzh2XNCPs/xthpEXYrBOEqLV+VkzLBABAEGHmTD9kopYTMV2Fa8UKQpGoHH1 RfQQWA4h7voZeLmcf4Ll5DwGMeXx9o/oIJaEk=
- References: <3b3b4f140912080347r5e0391ebg7a1cb37765067434 (at) mail.gmail.com> <1F7B01020EC4D04DA17703634B9E888E0F0DA252 (at) ULPGCTMVMAI003.EU.COLT>
Hi Martin,
~hobbit/client/logs/hobbitclient.log file have below log entries and no
other.
-bash-3.00$ less hobbitclient.log
ld.so.1: hobbitd_client: fatal: libpcre.so.0: open failed: No such file or
direc
tory
Killed
ld.so.1: hobbitd_client: fatal: libpcre.so.0: open failed: No such file or
direc
tory
Killed
ld.so.1: hobbitd_client: fatal: libpcre.so.0: open failed: No such file or
direc
tory
Killed
ld.so.1: hobbitd_client: fatal: libpcre.so.0: open failed: No such file or
direc
tory
Killed
ld.so.1: hobbitd_client: fatal: libpcre.so.0: open failed: No such file or
direc
tory
Killed
ld.so.1: hobbitd_client: fatal: libpcre.so.0: open failed: No such file or
direc
tory
Killed
ld.so.1: hobbitd_client: fatal: libpcre.so.0: open failed: No such file or
direc
tory
Killed
ld.so.1: hobbitd_client: fatal: libpcre.so.0: open failed: No such file or
direc
tory
I did get a successful tenet to server from client as shown below:
-bash-3.00$ telnet xxx.xxx.xx.xx9 1984
Trying xxx.xxx.xx.xx9...
Connected to xxx.xxx.xx.xx9.
Escape character is '^]'.
Connection to xxx.xxx.xx.xx9 closed by foreign host.
-bash-3.00$
Please advice.
Thanks,
Srini
On Tue, Dec 8, 2009 at 8:21 PM, Ward, Martin <Martin.Ward (at) colt.net> wrote:
> Srinu,
>
>
>
> 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.
>
>
>
> 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?
>
>
>
> 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:
>
> $ telnet xymon.server.ip.address 1984
>
>
>
> You should get a "connected" notice. If you don't then there is a
> firewall/network/routing issue between the two boxes.
>
>
>
> |\/|artin
>
>
>
> *From:* Ambati Srinivas [mailto:am.srini (at) gmail.com]
> *Sent:* 08 December 2009 11:47
> *To:* hobbit (at) hswn.dk
> *Subject:* [hobbit] monitoring solaris client
>
>
>
> Hi,
>
> 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.
>
> 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.
>
> bash-3.00# MAKE=gmake ./configure.client
>
> Configuration script for Hobbit client
>
> This script asks a few questions and builds a Makefile to compile Hobbit
>
> Checking your make-utility
>
> Hobbit normally keeps all of the client configuration files
> on the Hobbit server. If you prefer, it is possible to use
> a local client configuration file instead - if so, answer
> 'client' to the next question.
> NB: Local configuration requires the PCRE libs on each host.
>
> Server side client configuration, or client side [server] ?
> client
>
> Checking for the PCRE libraries
> Checking for PCRE ...
> Found PCRE include files in /opt/sfw/include
> Found PCRE libraries in /opt/sfw/lib
>
>
> Checking for Large File Support ...
> ERROR: LFS support check failed for standard file support
>
>
> What userid will be running Hobbit [hobbit] ?
> xymon
>
> Found passwd entry for user xymon:x:60040:1::/export/home/xymon:/bin/bash
>
>
> Where do you want the Hobbit installation [/export/home/xymon] ?
>
> OK, will configure to use /export/home/xymon as the Hobbit toplevel
> directory
>
>
> What is the IP-address of your Hobbit server [127.0.0.1] ?
> xxx.xxx.xx.x6
>
>
>
> Using SunOS Makefile settings
>
>
>
> Created Makefile with the necessary information to build Hobbit
> Some defaults are used, so do look at the Makefile before continuing.
>
> Configuration complete - now run gmake (GNU make) to build the tools
> bash-3.00#
>
>
>
> bash-3.00# gmake
> bash-3.00# gmake install
>
>
> bash-3.00# vi etc/hobbitclient.cfg
> "etc/hobbitclient.cfg" 52 lines, 1690 characters
> # Environment settings for the Hobbit client.
>
> BBDISP="xxx.xxx.xx.xx9" # IP address of the Hobbit server
>
>
> bash-3.00# ./runclient.sh start
> Hobbit client for sunos started on pluto
>
>
> -bash-3.00# vi /export/home/xymon/server/etc/bb-hosts
> xxx.xxx.xx.x6 APT-NCC-NSW-rhoSpluto
>
>
> Let me know what all other information I can provide.
>
> Thanks all for your help,
>
> Srinu
>