Xymon Mailing List Archive search

hobbitclient diskcapacity

13 messages in this thread

list Lars Ebeling · Tue, 16 Aug 2005 14:39:33 +0200 ·
Hi,

got this some times:

Tue Aug 16 13:56:37 METDST 2005 - Filesystems NOT ok
 Expected string (Capacity and Mounted) not found in df output header

System: leopg9 Tue Aug 16 13:56:37 2005
Regards
Lars Ebeling

http://leopg9.no-ip.org
Hobbithobbyist
 "Never run after your own hat.  Others will be delighted to do it; why spoil their fun?"
-- Mark Twain
list Michael Nemeth · Tue, 16 Aug 2005 09:00:11 -0400 ·
That supposed  to come from the header  line of the df:

[df]
Filesystem          1024-blocks  Used  Available Capacity Mounted on
/dev/vg00/lvol4       19538     5151    14387    27%   /home00
/dev/vg01/lvol2       4106336  2620740  1485596    64%   /home01

Check your client data when it happens.

On the hpux I had to echo the head line since Im grepping out line that start with /dev , to avoid picking up
lofs and clearcase FS  should be shown.
quoted from Lars Ebeling

lars ebeling wrote:
Hi,
 got this some times:
 

      Tue Aug 16 13:56:37 METDST 2005 - Filesystems NOT ok

red Expected string (Capacity and Mounted) not found in df output header
quoted from Lars Ebeling

System: leopg9 Tue Aug 16 13:56:37 2005
 
Regards
Lars Ebeling
 http://leopg9.no-ip.org
Hobbithobbyist
 "Never run after your own hat.  Others will be delighted to do it; why spoil their fun?"
-- Mark Twain
  
-- 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

|     _p_       Mike Nemeth
|  ___| |_____  email(w) user-609d3fab5b2d@xymon.invalid Work: XXX XXX-XXXX          |><___________)          |               Home Page:http://www.geocities.com/mjnemeth/
|               Work Page:http://faraday.motown.lmco.com:3000/~nemethm/ |               Work Page:http://ortsweb/~mnemeth/ |++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
list Lars Ebeling · Wed, 17 Aug 2005 06:28:46 +0200 ·
Hi,

below is an extract from the clientdata:

[who]
root       pts/ta       Aug 12 10:10
root       pts/tb       Aug 16 05:48
[df]
[vmstat]
         procs           memory                   page                              faults       cpu
    r     b     w      avm    free   re   at    pi   po    fr   de    sr     in     sy    cs  us sy id
    2     0     0    25363   11390   24   10     0    0     0    0     0    111   1013    73   8  3 89
    3     0     0    24585   11168   28    4     0    0     0    0     0    110   1553    66   3  1 96
Filesystem          1024-blocks  Used  Available Capacity Mounted on
/dev/vg01/lvol11      8714948  3292890  5422058    38%   /dunihd99
/dev/vg00/lvol4       2548360  1068200  1480160    42%   /home
/dev/vg00/lvol5       2249944  1868272   381672    84%   /opt
/dev/vg00/lvol6       307200   217976    89224    71%   /tmp
/dev/vg00/lvol7       1635856  1303064   332792    80%   /usr
/dev/vg00/lvol8       1030528   287952   742576    28%   /var
/dev/vg00/lvol1       265520    45064   220456    17%   /stand
/dev/vg00/lvol3       203976    91640   112336    45%   /
[memory]
Total:512

Seems like the headings are wrong. 

Regards
Lars
quoted from Lars Ebeling
----- Original Message ----- 
From: lars ebeling 
To: hobbit 
Sent: Tuesday, August 16, 2005 2:39 PM
Subject: [hobbit] hobbitclient diskcapacity


Hi,

got this some times:

Tue Aug 16 13:56:37 METDST 2005 - Filesystems NOT ok
 Expected string (Capacity and Mounted) not found in df output header

System: leopg9 Tue Aug 16 13:56:37 2005
Regards
Lars Ebeling

http://leopg9.no-ip.org
Hobbithobbyist
 "Never run after your own hat.  Others will be delighted to do it; why spoil their fun?"
-- Mark Twain
list Henrik Størner · Wed, 17 Aug 2005 07:47:36 +0200 ·
quoted from Lars Ebeling
On Wed, Aug 17, 2005 at 06:28:46AM +0200, lars ebeling wrote:
below is an extract from the clientdata:

[who]
root       pts/ta       Aug 12 10:10
root       pts/tb       Aug 16 05:48
[df]
[vmstat]
         procs           memory                   page                              faults       cpu
    r     b     w      avm    free   re   at    pi   po    fr   de    sr     in     sy    cs  us sy id
    2     0     0    25363   11390   24   10     0    0     0    0     0    111   1013    73   8  3 89
    3     0     0    24585   11168   28    4     0    0     0    0     0    110   1553    66   3  1 96
Filesystem          1024-blocks  Used  Available Capacity Mounted on
/dev/vg01/lvol11      8714948  3292890  5422058    38%   /dunihd99
This is horribly messed up. Could you look at the hobbitclient-hp-ux.sh
script running on that client ? Mine has

  echo "[date]"
  date
  echo "[uname]"
  uname -a
  echo "[uptime]"
  uptime
  echo "[who]"
  who
  echo "[df]"
  df -Pk
  echo "[memory]"
  $BBHOME/bin/hpux-meminfo
  echo "[swapinfo]"
  /usr/sbin/swapinfo -tm
  echo "[netstat]"
  netstat -s
  echo "[ps]"
  ps -ef
  # Cits Bogajewski 03-08-2005: redirect of top fails
  top -d 1 -f $BBHOME/tmp/top.OUT
  cat $BBHOME/tmp/top.OUT
  rm $BBHOME/tmp/top.OUT
  # vmstat
  nohup sh -c "vmstat 300 2 1>$BBTMP/hobbit_vmstat.$$ 2>&1; mv $BBTMP/hobbit_vmstat.$$ $BBTMP/hobbit_vmstat" </dev/null >/dev/null 2>&1 &
  sleep 5
  if test -f $BBTMP/hobbit_vmstat; then echo "[vmstat]"; cat $BBTMP/hobbit_vmstat; rm -f $BBTMP/hobbit_vmstat; fi


and unless there is some exceptional breakage in the HP-UX shell, I
cannot see how that can end up producing the output you show.


Regards,
Henrik
list Lars Ebeling · Wed, 17 Aug 2005 14:18:10 +0200 ·
This doesn't happen all the time. It has happened 10 times since August 10. 
The script is correct. Probably some timing problem.

Lars
quoted from Henrik Størner
----- Original Message ----- 
From: "Henrik Stoerner" <user-ce4a2c883f75@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Wednesday, August 17, 2005 7:47 AM
Subject: Re: Fw: [hobbit] hobbitclient diskcapacity

This is horribly messed up. Could you look at the hobbitclient-hp-ux.sh
script running on that client ? Mine has

and unless there is some exceptional breakage in the HP-UX shell, I
cannot see how that can end up producing the output you show.


Regards,
Henrik

list Rolf Schrittenlocher · Wed, 17 Aug 2005 15:53:49 +0200 ·
Hi,

in preparation for installing hobbit I failed to compile fping on Solaris 5. 9 with gcc 2.95.3 :

configure:
gcc  -g -O2  -o fping  fping.o  -lsocket -lnsl
Undefined                       first referenced
  symbol                             in file
err                                 fping.o
errx                                fping.o
ld: fatal: Symbol referencing errors. No output written to fping
collect2: ld returned 1 exit status
*** Error code 1

from the config.log it seems it cannot find ac_nonexistent.h (which isn't on the machine):
configure:2407: gcc -E  conftest.c
configure:2403: ac_nonexistent.h: No such file or directory
configure:2413: $? = 1

Is ac_nonexistent.h needed? Where can I get it (I've googled around but found only other people mails having errors ...)

thanks for any help
Rolf


Mit freundlichen Gruessen

Rolf Schrittenlocher

HRZ/BDV, Senckenberganlage 31, 60054 Frankfurt
Tel. Sammelnr. LBS: (49) 69 - 798 28830
Fax: (XX) XX XXX XXXXX
LBS: user-1e39a1813094@xymon.invalid

Persoenlich: user-6ea8e907e200@xymon.invalid
Tel: (XX) XX - XXX XXXXX
list David Gore · Wed, 17 Aug 2005 14:12:39 +0000 ·
quoted from Rolf Schrittenlocher
Rolf Schrittenlocher wrote:
Hi,

in preparation for installing hobbit I failed to compile fping on Solaris 5. 9 with gcc 2.95.3 :

configure:
gcc  -g -O2  -o fping  fping.o  -lsocket -lnsl
Undefined                       first referenced
 symbol                             in file
err                                 fping.o
errx                                fping.o
ld: fatal: Symbol referencing errors. No output written to fping
collect2: ld returned 1 exit status
*** Error code 1

from the config.log it seems it cannot find ac_nonexistent.h (which isn't on the machine):
configure:2407: gcc -E  conftest.c
configure:2403: ac_nonexistent.h: No such file or directory
configure:2413: $? = 1

Is ac_nonexistent.h needed? Where can I get it (I've googled around but found only other people mails having errors ...)

thanks for any help
Rolf

How about just downloading and installing the package from sunfreeware.com?

~David
list Michael Nemeth · Wed, 17 Aug 2005 11:56:18 -0400 ·
Ive  been keeping  up with the snapshot as of the  17-Aug-2005 thins are going well.
However the Network I/O graph still  show no data (nan).  I noted that on  lars ebeling's
system  :  http://leopg9.no-ip.org/hobbit/  this is also true; he's runing hpux 11.11 and Im running
hpux 11.0  so it not just me.
list Rolf Schrittenlocher · Thu, 18 Aug 2005 10:42:55 +0200 ·
quoted from Rolf Schrittenlocher
Rolf Schrittenlocher wrote:
Hi,

in preparation for installing hobbit I failed to compile fping on Solaris 5. 9 with gcc 2.95.3 :
How about just downloading and installing the package from sunfreeware.com?

~David
I'll try that. Thanks David

Rolf
list Michael Nemeth · Thu, 18 Aug 2005 06:18:55 -0400 ·
I spoke too soon,  very strange at 00:30 all  my trends went purple!  They  all look like they were running though!
Did a restart and they when green.
Will try lastest snapshoot!
quoted from Michael Nemeth

Michael Nemeth wrote:
Ive  been keeping  up with the snapshot as of the  17-Aug-2005 thins are going well.
However the Network I/O graph still  show no data (nan).  I noted that on  lars ebeling's
system  :  http://leopg9.no-ip.org/hobbit/  this is also true; he's runing hpux 11.11 and Im running
hpux 11.0  so it not just me.

-- 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|     _p_       Mike Nemeth
|  ___| |_____  email(w) user-609d3fab5b2d@xymon.invalid Work: XXX XXX-XXXX          |><___________)          |               Home Page:http://www.geocities.com/mjnemeth/
|               Work Page:http://faraday.motown.lmco.com:3000/~nemethm/ |               Work Page:http://ortsweb/~mnemeth/ |++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
list Lars Ebeling · Mon, 22 Aug 2005 18:08:29 +0200 ·
Hi,

got a lot of this in larrd-data.log

2005-08-22 18:02:53 RRD error updating /home/hobbit/data/rrd/leopg9/netstat.rrd
from 192.168.0.2: expected 16 data source readings (got 0) from 1124726573:...

Regards
Lars


----- Original Message ----- From: "Michael Nemeth" <user-609d3fab5b2d@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Wednesday, August 17, 2005 5:56 PM
Subject: [hobbit] HP-UX hobbitclient
quoted from Michael Nemeth

Ive  been keeping  up with the snapshot as of the  17-Aug-2005 thins are going well.
However the Network I/O graph still  show no data (nan).  I noted that on lars ebeling's
system  :  http://leopg9.no-ip.org/hobbit/  this is also true; he's runing hpux 11.11 and Im running
hpux 11.0  so it not just me.

list Terry Rossi · 25 Aug 2005 00:06:30 GMT ·
Ive  been keeping  up with the snapshot as of the  17-Aug-2005 thins are going well.
However the Network I/O graph still  show no data (nan).  I noted that on  lars ebeling's
system  :  http://leopg9.no-ip.org/hobbit/  this is also true; he's runing hpux 11.11 and Im running
hpux 11.0  so it not just me.
list Terry Rossi · 25 Aug 2005 00:18:30 GMT ·
Hi,

in preparation for installing hobbit I failed to compile fping on Solaris 5. 9 with gcc 2.95.3 :

configure:
gcc  -g -O2  -o fping  fping.o  -lsocket -lnsl
Undefined                       first referenced
  symbol                             in file
err                                 fping.o
errx                                fping.o
ld: fatal: Symbol referencing errors. No output written to fping
collect2: ld returned 1 exit status
*** Error code 1

from the config.log it seems it cannot find ac_nonexistent.h (which isn't on the machine):
configure:2407: gcc -E  conftest.c
configure:2403: ac_nonexistent.h: No such file or directory
configure:2413: $? = 1

Is ac_nonexistent.h needed? Where can I get it (I've googled around but found only other people mails having errors ...)

thanks for any help
Rolf


Mit freundlichen Gruessen

Rolf Schrittenlocher

HRZ/BDV, Senckenberganlage 31, 60054 Frankfurt
Tel. Sammelnr. LBS: (49) 69 - 798 28830
Fax: (XX) XX XXX XXXXX
LBS: user-1e39a1813094@xymon.invalid

Persoenlich: user-6ea8e907e200@xymon.invalid
Tel: (XX) XX - XXX XXXXX