[Orca-users] Orca to AIX 4.3.3 !
Blair Zajac
blair at orcaware.com
Sun May 16 07:39:13 PDT 2004
David Michaels wrote:
>
> MORAIS Alan Paulo wrote:
>
>>
>> [root at ibmtur02]/u2/dbbck/INSTOrca/orca/b/bin#./orca -v
>> ../lib/orcallator.cfg
>>
>> Orca version 0.265 using RRDs version 1.000401 at Thu Apr 22 17:48:05
>> 2004.
>>
>> Loading state from
>> `/u2/dbbck/INSTOrca/orca/b/var/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 Thu Apr 22 17:48:05 2004.
>>
>> root 29810 0.0 0.0 3676 3984 pts/1 A 17:48:05 0:00 perl -w
>> # -*- per
>>
>> root 23336 0.0 0.0 216 252 pts/1 A 17:48:05 0:00 grep 29810
>>
>> Current running time is 0:00 minutes.
>>
>> Loading new data from group orcallator for ibmtur02.
>>
>> Read 1 data point from
>> `/u2/dbbck/INSTOrca/orca/b/var/orcallator/ibmtur02/percol-2004-04-22-1528'.
>>
>> Flushing new data and updating PNGs from ibmtur02.
>>
>> Creating RRD
>> `/u2/dbbck/INSTOrca/orca/b/var/rrd/orcallator/o_ibmtur02/gauge_15runq.rrd'.
>>
>> ./orca: RRDs::create error:
>> `/u2/dbbck/INSTOrca/orca/b/var/rrd/orcallator/o_ibmtur02/gauge_15runq.rrd'
>> start time: unparsable time:
>>
>> Creating RRD
>> `/u2/dbbck/INSTOrca/orca/b/var/rrd/orcallator/o_ibmtur02/gauge_1runq.rrd'.
>>
>> ./orca: RRDs::create error:
>> `/u2/dbbck/INSTOrca/orca/b/var/rrd/orcallator/o_ibmtur02/gauge_1runq.rrd'
>> step size should be no less than one second
>>
>> Creating RRD
>> `/u2/dbbck/INSTOrca/orca/b/var/rrd/orcallator/o_ibmtur02/gauge_5runq.rrd'.
>>
>> ./orca: RRDs::create error:
>> `/u2/dbbck/INSTOrca/orca/b/var/rrd/orcallator/o_ibmtur02/gauge_5runq.rrd'
>> can't parse argument
>> '/u2/dbbck/INSTOrca/orca/b/var/rrd/orcallator/o_ibmtur02/gauge_5runq.rrd'
>>
>> Saving state into
>> `/u2/dbbck/INSTOrca/orca/b/var/rrd/orcallator/orca.state'.
>>
>>
>>
>
>
> There's some issues with Rajesh's orca-aix-stat.pl script in calculating
> certain parameters, but I haven't had trouble iwth the timestamps.
>
> Try blowing away your rrd files, and let orca regenerate them, and see
> if you get the same errors.
Paulo,
Did this ever work?
If not, then I would add some debugging code to lib/Orca/RRDfile.pm.
Find this section of code:
RRDs::create @options;
if (my $error = RRDs::error) {
warn "$0: RRDs::create error: '$rrd_filename' $error\n";
return;
}
and add @options to the warning line. So change
warn "$0: RRDs::create error: '$rrd_filename' $error\n";
to
warn "$0: RRDs::create @options error: '$rrd_filename' $error\n";
It would be good to see the exact options being sent to RRDs::create.
Best,
Blair
More information about the Orca-users
mailing list