[Orca-users] Orca problems on Solaris 8 with SAN support
Blair Zajac
blair at orcaware.com
Fri Apr 23 21:45:28 PDT 2004
> David Ross wrote:
>
> We're trying to use Orca 0.27, with orcallator.se v1.37 on
> Solaris 8, using SE Toolkit 3.3.
> We have it running on about 100 servers right now, no
> problem, except for one server we have now built with Sun's
> SAN Foundation Kit installed.
>
> Orcallator will not start - it segmentation faults. Running
> SE Toolkit with th "-d" option shows this:
> ---
> if (j<75> > <0>)
> if (strncmp(first_name<ssd9>, short_name<md100>, first_len<4>) == <0>)
> if (strcmp(RAW_disk[0].short_name[0]<s>, short_name<md100>) == <0>)
> j++;
> strcpy(short_name<md100>, GLOBAL_disk_info[76].short_name<(nil)>)
> Segmentation Fault
> ---
David,
A couple of things to try.
1) Try the latest version here:
http://svn.orcaware.com:8000/repos/trunk/orca/data_gatherers/orcallator/orcallator.se
2) Increase the 1024 to 2048 or larger.
// Define global for tracking raw disk data.
#ifndef MAX_RAWDISKS
#define MAX_RAWDISKS 1024
#endif
3) If that doesn't work, comment out the lines
// Enable the raw disk measuring code.
#define USE_RAWDISK 1
Don't change the 1 to a 0, put a // in front of the line.
Please let me know which one works.
Best,
Blair
--
Blair Zajac <blair at orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/
More information about the Orca-users
mailing list