[Orca-users] gauge_volatile_disk_svct_(( Problems <THE SOLUTION>

Norbert Plasczyk nobert.plasczyk at tiscali.de
Mon Oct 25 10:33:50 PDT 2004


Hi all togehter,
Thanks all who helped me. Cheers to Michael, who gave me the pointer to the
solution.
Here is the link ->
http://www.orcaware.com/pipermail/orca-dev/2004-July/000528.html
Within is described how to change SourceFile.pm.
Just patch it with patch(1) , start orca again and all is sane.



Cheers,
Norbert
Here is that piece of code, for those who want to trie it instantly.

--- /opt/monitor/src/orca-snapshot-r379/lib/Orca/SourceFile.pm  Sun Jul
4 13:58:53 2004
+++ SourceFile.pm       Fri Jul 30 09:51:55 2004
@@ -785,12 +785,17 @@
                                       lc($plot->{data_type}[0]),
                                       'volatile',
                                       @{$original_plot->{data}[0]});
+         $all_names_with_subgroup =~ s/\(.*\)//g;
+
       @my_short_rrds = ($all_names_with_subgroup);
-      @names_without_subgroup = (join('_',
-                                      $group_name,
-                                      lc($plot->{data_type}[0]),
-                                      'volatile',
-                                      @{$original_plot->{data}[0]}));
+
+         my $nws= (join('_',
+                  $group_name,
+                  lc($plot->{data_type}[0]),
+                  'volatile',
+                  @{$original_plot->{data}[0]}));
+         $nws =~ s/\(.*\)//g;
+         @names_without_subgroup = ($nws);
     } else {
       $all_names_with_subgroup = join(',', sort @names_with_subgroup);
     }


-----Ursprungliche Nachricht-----
Von: Norbert Plasczyk [mailto:nobert.plasczyk at tiscali.de]
Gesendet: Freitag, 22. Oktober 2004 11:23
An: David Michaels; norbi at stones.com
Cc: Rusty Carruth; orca-users at orcaware.com; michaelanthony.carroll at ge.com
Betreff: AW: AW: [Orca-users] gauge_volatile_disk_svct_(( Problems


Thanks David and Michael for your answers,
I have attached the particular section of orcalltor.cfg as you requested. I
will figure out
next week, if Michael's advices works for me. I will inform all then.

Have a nice weekend.
Norbert

plot {
title                   %g Disk Run Percent
source                  orcallator
data
disk_runp_((?:c\d+t\d+d\d+)|(?:c\d+d\d+)|(?:[ms]d\d+)|(?:c\d+t([A-Z0-9]{32})
d\d+))
line_type               line2
legend                  $1
y_legend                Run Percent
data_min                0
data_max                100
plot_min                0
href
http://www.orcaware.com/orca/docs/orcallator.html#disk_run_
percent
}
plot {
title                   %g Disk Service Time
source                  orcallator
data
disk_svct_((?:c\d+t\d+d\d+)|(?:c\d+d\d+)|(?:[ms]d\d+)|(?:c\d+t([A-Z0-9]{32})
d\d+)) / 1000
line_type               line2
legend                  $1
y_legend                Seconds
data_min                0
plot_min                0
}

-----Ursprungliche Nachricht-----
Von: David Michaels [mailto:dragon at raytheon.com]
Gesendet: Mittwoch, 20. Oktober 2004 22:35
An: norbi at stones.com
Cc: Rusty Carruth; orca-dev at orcaware.com; orca-users at orcaware.com
Betreff: Re: AW: [Orca-users] gauge_volatile_disk_svct_(( Problems


I'm using Orca 0.27 with volatile turned on on Solaris 9 with latest
patches, and I don't see this problem.  Post the relevant section of the
config file, and I'll compare.

--Dragon


Norbert Plasczyk wrote:

Thanks Rusty,
but for me It seems to me an annoying problem at least since August.
See:
http://www.orcaware.com/pipermail/orca-users/2004-August/003936.html
There are some following discussions I will not mention here, but
they are describing the same behaviour. No clear solutions available,
and no one who cares.
It must be easy, but where is the handle?

Norbert



-----Ursprungliche Nachricht-----
Von: Rusty Carruth [mailto:rc1985 at nptest.com]
Gesendet: Mittwoch, 20. Oktober 2004 17:56
An: norbi at stones.com
Betreff: Re: [Orca-users] gauge_volatile_disk_svct_(( Problems


Norbert Plasczyk wrote:


Dear orca-users,
I'm running an orca-installation on a couple of SUN-Solaris 9 (SPARC)
Servers with the latest Patches an have installed the latest
orca-tarball from the orca-homepage.
After succesfully compiling and installing I got perfect outputs
except from 2 of the disk-reports.
I searched the mailing lists and found some hints about it, but I
don't really understand how to fix this behaviour.
(has something to do with oracallator.cfg)
Does anyone have a quick and easy Solution or Workaround?

Here is, what Netscape says:
"
The requested URL /orca/o_zis-app-wirk_gauge_volatile_disk_svct_(( was not
found on this server.

Apache/1.3.29 Server at 127.0.0.1 Port 80
"



I'm guessing that there is an open paren (and probably closing one)
in your orcallator.cfg file that ends up getting in to the URL (aka
output file name).

Check for that and let the list know if that was the answer (I've
not cc'd the list, sorry)

rc


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



--




David P. Michaels

Senior Multi-Disciplined Engineer II W.H.
NPOESS IS
Platform OS Unix
303.344.6840
720.858.5952 fax
720.521.0561 pager

dragon at raytheon.comaka "Dragon"
"I wonder what news is doing..."

 news at newshost <29> ps -fu news
 news 18624 12367 2 0:00 makehistory

"News is making history."

-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/orca-users/attachments/20041025/4efaa357/attachment.html>


More information about the Orca-users mailing list