[Orca-users] Re: Orca-users Digest, Vol 6, Issue 2

Jon A. Tankersley jon.tankersley at eds.com
Tue Jun 3 12:05:47 PDT 2003


We have one system with 16384........ TONS of luns (SAN storage).

orca-users-request at orcaware.com wrote:

> Send Orca-users mailing list submissions to
>         orca-users at orcaware.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://www.orcaware.com/mailman/listinfo/orca-users
> or, via email, send a message with subject or body 'help' to
>         orca-users-request at orcaware.com
>
> You can reach the person managing the list at
>         orca-users-owner at orcaware.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Orca-users digest..."
>
> Today's Topics:
>
>    1. Re: Orcallator.se and more then 1024 LUNs (Mark Goldenberg)
>    2. Re: Orcallator.se and more then 1024 LUNs (Blair Zajac)
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 2 Jun 2003 18:03:23 -0700
> From: Mark Goldenberg <mgoldenb at mailhost.goldenberg-consulting.com>
> Subject: Re: [Orca-users] Orcallator.se and more then 1024 LUNs
> To: Liston Bias <bias at pobox.com>
> Cc: orca-users at orcaware.com
> Message-ID:
>         <2CBFF394-955F-11D7-AA5D-000393761894 at goldenberg-consulting.com>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
>
> Yes I have restarted the orcalator.se process.  At this point in time I
> can't keep it running.  It produces the following fault when I try to
> run it.
>
> >>>>>> Fatal: subscript: 1024 out of range for: RAW_disk[1024]: Near
> >>>>>> line 711
>
> Mark G.
>
> On Monday, June 2, 2003, at 12:39  AM, Liston Bias wrote:
>
> > Did you restart orcallator.se process?
> >
> > I'm not sure what need to change... I would try changing anything that
> > relates to RAW_DISK limits.  This was a common problem in previous
> > orcallator.se release where limit was much lower (256 or 512 I
> > believe).
> > The limit has been greatly increased in recent version, but some people
> > will have more devices than defaults.
> >
> > Be sure to sent your responses to list.
> >
> > - Liston
> >
> >
> > On Sun, 1 Jun 2003, Mark Goldenberg wrote:
> >
> >> I have made the following change and it still isn't working.
> >>
> >>> // Define global for tracking raw disk data.
> >>> #define MAX_RAWDISKS    1024
> >>> RawDisk            RAW_disk[MAX_RAWDISKS];
> >>> int            RAW_disk_map=0;
> >>> int            RAW_disk_count=0;
> >>> double            RAW_disk_lastupdate;
> >>
> >> Mark G.
> >>
> >> On Friday, May 30, 2003, at 07:46  AM, Liston Bias wrote:
> >>
> >>> Try changing variable MAX_RAWDISKS value in orcallator.se and then
> >>> restart
> >>> the orcallator data collection.
> >>>
> >>> - Liston
> >>>
> >>>
> >>> On Thu, 29 May 2003, Mark Goldenberg wrote:
> >>>
> >>>> Can someone tell me how to fix orcallator.se so that it can monitor
> >>>> systems with more then 1024 LUNs? I currently have several systems
> >>>> large systems with more then 1300.  In looking at the comments in
> >>>> the
> >>>> orcallator.se script it appears that this issue has been fixed
> >>>> before
> >>>> from 512 to 1024.
> >>>>
> >>>> Mark G.
> >>>>
> >>>> _______________________________________________
> >>>> Orca-users mailing list
> >>>> Orca-users at orcaware.com
> >>>> http://www.orcaware.com/mailman/listinfo/orca-users
> >>>>
> >>>
> >>>
> >>
> >>
> >
> >
>
> ------------------------------
>
> Message: 2
> Date: Tue, 03 Jun 2003 08:48:17 -0700
> From: Blair Zajac <blair at orcaware.com>
> Subject: Re: [Orca-users] Orcallator.se and more then 1024 LUNs
> To: Mark Goldenberg <mgoldenb at mailhost.goldenberg-consulting.com>
> Cc: Liston Bias <bias at pobox.com>, orca-users at orcaware.com
> Message-ID: <3EDCC341.B51C8C96 at orcaware.com>
> Content-Type: text/plain; charset=us-ascii
>
> You need to make the value larger, try using 2048.
>
> Best,
> Blair
>
> Mark Goldenberg wrote:
> >
> > Yes I have restarted the orcalator.se process.  At this point in time I
> > can't keep it running.  It produces the following fault when I try to
> > run it.
> >
> > >>>>>> Fatal: subscript: 1024 out of range for: RAW_disk[1024]: Near
> > >>>>>> line 711
> >
> > Mark G.
> >
> > On Monday, June 2, 2003, at 12:39  AM, Liston Bias wrote:
> >
> > > Did you restart orcallator.se process?
> > >
> > > I'm not sure what need to change... I would try changing anything that
> > > relates to RAW_DISK limits.  This was a common problem in previous
> > > orcallator.se release where limit was much lower (256 or 512 I
> > > believe).
> > > The limit has been greatly increased in recent version, but some people
> > > will have more devices than defaults.
> > >
> > > Be sure to sent your responses to list.
> > >
> > > - Liston
> > >
> > >
> > > On Sun, 1 Jun 2003, Mark Goldenberg wrote:
> > >
> > >> I have made the following change and it still isn't working.
> > >>
> > >>> // Define global for tracking raw disk data.
> > >>> #define MAX_RAWDISKS    1024
> > >>> RawDisk            RAW_disk[MAX_RAWDISKS];
> > >>> int            RAW_disk_map=0;
> > >>> int            RAW_disk_count=0;
> > >>> double            RAW_disk_lastupdate;
> > >>
> > >> Mark G.
> > >>
> > >> On Friday, May 30, 2003, at 07:46  AM, Liston Bias wrote:
> > >>
> > >>> Try changing variable MAX_RAWDISKS value in orcallator.se and then
> > >>> restart
> > >>> the orcallator data collection.
> > >>>
> > >>> - Liston
> > >>>
> > >>>
> > >>> On Thu, 29 May 2003, Mark Goldenberg wrote:
> > >>>
> > >>>> Can someone tell me how to fix orcallator.se so that it can monitor
> > >>>> systems with more then 1024 LUNs? I currently have several systems
> > >>>> large systems with more then 1300.  In looking at the comments in
> > >>>> the
> > >>>> orcallator.se script it appears that this issue has been fixed
> > >>>> before
> > >>>> from 512 to 1024.
> > >>>>
> > >>>> Mark G.
>
> ------------------------------
>
> _______________________________________________
> Orca-users mailing list
> Orca-users at orcaware.com
> http://www.orcaware.com/mailman/listinfo/orca-users
>
> End of Orca-users Digest, Vol 6, Issue 2
> ****************************************




More information about the Orca-users mailing list