Fw: [hobbit] hobbitclient diskcapacity
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 ----- 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
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
This doesn't happen all the time. It has happened 10 times since August 10. The script is correct. Probably some timing problem.
Lars ----- Original Message ----- From: "Henrik Stoerner" <henrik at hswn.dk> To: <hobbit at hswn.dk> 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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
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: (49) 69 798 28817 LBS: lbs-f at mlist.uni-frankfurt.de
Persoenlich: schritte at rz.uni-frankfurt.de Tel: (49) 69 - 798 28908
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
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
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.
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!
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.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
--
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| _p_ Mike Nemeth
| ___| |_____ email(w) michael.nemeth at lmco.com Work: 856 359-1425
|><___________) | Home Page:http://www.geocities.com/mjnemeth/
| Work Page:http://faraday.motown.lmco.com:3000/~nemethm/
| Work Page:http://ortsweb/~mnemeth/
|++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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" <michael.nemeth at lmco.com> To: <hobbit at hswn.dk> Sent: Wednesday, August 17, 2005 5:56 PM Subject: [hobbit] HP-UX hobbitclient
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.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
----- Original Message ----- From: "lars ebeling" <lars.ebeling at leopg9.no-ip.org> To: <hobbit at hswn.dk> Sent: Monday, August 22, 2005 6:08 PM Subject: Re: [hobbit] HP-UX hobbitclient
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" <michael.nemeth at lmco.com> To: <hobbit at hswn.dk> Sent: Wednesday, August 17, 2005 5:56 PM Subject: [hobbit] HP-UX hobbitclient
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.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
participants (5)
-
David.Gore@mci.com
-
henrik@hswn.dk
-
lars.ebeling@leopg9.no-ip.org
-
michael.nemeth@lmco.com
-
Schrittenlocher@rz.uni-frankfurt.de