Svar: [Orca-users] Trouble running Orca for the first time
Tommy Henriksen
tommy_henriksen at norddata.dk
Tue Mar 16 09:39:39 PST 2004
Hi Greg,
It seems like you have no measured data to process (for solaris the se-toolkit), - check your path : "/usr/local/bin/orca/var/orcallator/<hostname>/" for data.
Best regards /Tommy
>>> "Greg Cazian" <Greg.Cazian at wetseal.com> 00:39:32 16-03-2004 >>>
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)|(?:percol))-\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