[Orca-users] Trouble running Orca for the first time

rhfreeman at micron.com rhfreeman at micron.com
Mon Mar 15 23:34:42 PST 2004


Orca has two stages. 1st is the collector, the 2nd is the graph
generate. The bit you are running is the 2nd bit, but it is of course
useless without any data to pass to it!

In the contrib directory of the orca tarball, there is a program called
"procallactor.pl" then you can use under Linux to monitor it's
statistics. You will need to run this first. If you are already running
this, make sure that procallactor & orca are expecting the same
directories for all the data.

Cheers,

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 Greg Cazian
> Sent: Tuesday, March 16, 2004 1:33 AM
> To: orca-users at orcaware.com
> Subject: [Orca-users] Trouble running Orca for the first time
> 
> 
> Hi all,
> I am a newbie with Orca. Anyways, I completely configured and 
> installed
> Orca on my Linux Fedora Core 1 system. I have followed the 
> directions in
> the INSTALL document. When I attempt to run Orca, I get the following:
> 
> [root at hostname bin]# ./orca -v ../lib/orcallator.cfg Orca version 0.27
> using RRDs version 1.000461 at Mon Mar 15 15:35:19 2004.
> Loading state from `/usr/local/bin/orca/RRD/orcallator/orca.state'.
> Creating orca_logo.gif.
> Creating rrdtool_logo.gif.
> Creating rothschild_image_logo.png.
> Finding files and setting up data structures at Mon Mar 15 15:35:19
> 2004.
> ./orca: warning: no files found for `find_files' for `group 
> orcallator'
> in `orcallator.cfg'.
> USER       PID %CPU %MEM   VSZ  RSS TTY      STAT START   TIME COMMAND
> root     12323  0.0  2.0 10184 5200 pts/1    S    15:35   0:00
> /usr/bin/perl -w # -*- perl -*- ./orca -v orcallator.cfg
> Current running time is 0:00 minutes.
> ./orca: no data files found.  Make sure `find_files' parameter is set
> properly.
> 
> Is there something I am missing? I searched the archives and found a
> similar issue, but it appeared to be related to Solaris.
> 
> The contents of the find_files section of orcallator.cfg are:
> 
> group orcallator {
> find_files
> /usr/local/bin/orca/var/orcallator/(.*)/(?:(?:orcallator)|(?:p
> ercol))-\d
> {4}-\d{2}-\d{2}(?:-\d{3,})?(?:\.(?:Z
> |gz|bz2))?
> column_description      first_line
> date_source             column_name timestamp
> interval                300
> filename_compare        sub {
>                           my ($ay, $am, $ad) = $a =~
> /-(\d{4})-(\d\d)-(\d\d)/;
>                           my ($by, $bm, $bd) = $b =~
> /-(\d{4})-(\d\d)-(\d\d)/;
>                           if (my $c = (( $ay       <=>  $by) ||
>                                        ( $am       <=>  $bm) ||
>                                        (($ad >> 3) <=> ($bd >> 3)))) {
>                             return 2*$c;
>                           }
>                           $ad <=> $bd;
>                         }
> }
> 
> Thanks in advance.
> 
> 
> 
> _______________________________________________
> 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