[Orca-users] startup error

Sayek, Ogan osayek at towson.edu
Thu Jan 15 06:56:50 PST 2004


Hey Guys, 

I restarted orca after along time of running with no problem. 

And now I'm getting these warning...and it won't collect the data for
that machine.
Any ideas on how to fix it?

Thanks
)
./orca: warning: cannot put data starting at Wed Jan 14 10:55:03 2004
(1074095703) into
`/opt/orca/var/orca/rrd/orcallator/o_mahicne/gauge_usr_pct.rrd': illegal
attempt to update using time -641846693 when last update time is
1074125100 (minimum one second step)
./orca: warning: cannot put data starting at Wed Jan 14 10:55:03 2004
(1074095703) into
`/opt/orca/var/orca/rrd/orcallator/o_machine/gauge_wio_pct.rrd': illegal
attempt to update using time -641846693 when last update time is
1074125100 (minimum one second step)


-------------------------------------- 
OGAN SAYEK 
Systems Engineer 
Towson University 
Computing and Network Services (CANS) 
Email: osayek at towson.edu 
Phone: 410.704.4256 



-----Original Message-----
From: rhfreeman at micron.com [mailto:rhfreeman at micron.com] 
Sent: Wednesday, January 14, 2004 3:26 AM
To: lazarini at nics.unicamp.br
Cc: orca-users at orcaware.com
Subject: RE: [Orca-users] Gaps in graphs

If the number of items being displayed during the day changes from
midnight, Orca will stop displaying any information for the rest of the
day. If you still had the iso mounted the following day, it'd work fine.

So having file systems mount/umounted a lot can cause trouble, as I have
also found.

Here is my custom bit of the procallator script that deals with it:

   # Get filesystem ocupation
   @df=`/bin/df -l -k`;
   for ($i=1,$j=0;$df[$i];$i++)  {
      if (!(($df[$i]=~/cdrom/)||($df[$i]=~/cdrom/)) &&
($df[$i]=~/^\/dev/)) {
         chomp $df[$i];
         ($dumb, $fs[2][$j], $fs[3][$j], $dumb, $dumb, $fs[0][$j])=
split / +/,$df[$i];
         $fs[1][$j]=prcnt($fs[3][$j],$fs[2][$j]);
         put_output("mnt_$fs[0][$j]",$fs[1][$j]);
         $j++;
      }
   }
   $n_fs=$j;

df now has -l for local filesystems, but I'm sure the loopback will
still count. You may wish to try and add something to the
(!(($df[$i]=~/cdrom/)||($df[$i]=~/cdrom/)), and put in another OR
statement that covers your problem.

Rich

> -----Original Message-----
> From: orca-users-bounces+rhfreeman=micron.com at orcaware.com 
> [mailto:orca-users-bounces+rhfreeman=micron.com at orcaware.com] 
> On Behalf Of Marcos Vinicius Lazarini
> Sent: Wednesday, January 14, 2004 2:37 AM
> To: 'orca-users at orcaware.com'
> Subject: Re: [Orca-users] Gaps in graphs
> 
> 
> I have a problem with orcallator that every time a partition 
> or an .iso 
> file (mount -o loop ...) is mounted, orcallator stop graphing, and 
> complains about wrong number of columns. When I unmounted it, 
> orcallator 
> 'magically' got back to work. I'm running a linux system.
> 
> I don't if it is a problem with orcallator or the procallator 
> script: if 
> you have a now partition, the script should collect status; 
> but how to 
> manage graphs with different number of mounted fs along the time?
> 
> Any hints will be welcome.
> 
> 
> Marcos Lazarini
> 
> Blair Zajac wrote:
> 
> > "Blomenkamp, Jason" wrote:
> > 
> >>Hi,
> >>
> >>Can anyone tell me what might be causing gaps in my graphs? 
> This seems to
> >>only occur on a couple of systems.
> > 
> > 
> > Can you send a URL to some of these sample graphs to see what kind
> > of pattern the gaps have?
> > 
> > Best,
> > Blair
> > 
> 
> _______________________________________________
> Orca-users mailing list
> Orca-users at orcaware.com
> http://www.orcaware.com/mailman/listinfo/orca-users
> 

_______________________________________________
Orca-users mailing list
Orca-users at orcaware.com
http://www.orcaware.com/mailman/listinfo/orca-users





More information about the Orca-users mailing list