[Orca-users] Re: gigabit problems
Blair Zajac
blair at akamai.com
Fri Mar 10 11:06:28 PST 2000
The problem your having seems to be familar to the one posted on
March 6th. Does the message below help?
Blair
From: "Johnny Mastin" <john.mastin at bms.com>
I found out what was going on here. se checks for all interfaces,
whether they are fired or not. On this box, I had 9 interfaces.
When I added the gigabit ethernet workarounds, it bumped it to 11.
Well, it didn't increment MAX_IF to 12, se kept it at 10. This is
a built-in that can be modified on the command line. So, I changed
the command line in start_orcallator to include -DMAX_IF=11 and she
worked like a charm!
If you want to find out what the limits are set at run this se script:
main()
{
printf("MAX_DISK = %d\n", MAX_DISK);
printf("MAX_IF = %d\n", MAX_IF);
printf("MAX_CPU = %d\n", MAX_CPU);
printf("MAX_INTS = %d\n", MAX_INTS);
}
Johnny
PS: Special thanks go out to Rich Pettit, who pointed me in the
right direction!
--- In orca-help at onelist.com, john.mastin at b... wrote:
> Hi everybody!
>
> I'm relatively new to using orca and I've run into a problem. I'm
> using orca 0.25, and the SE toolkit 3.1 (pre-fcs) with the gigabit
> ethernet patch (which is new kstat.se and netif.se files). When
> I fire up the orcallator, I get the following message:
>
> bitbucket1# sh /etc/init.d/orcallator start
> Writing data into /var/orca/bitbucket1/
> Starting logging
> Fatal: subscript: 10 out of range for: GLOBAL_net[10]: Near line 178
>
> I suspect that it has to do with the number of interfaces listed in
> the new netif.se. Anyone know of the fix for this? orca works
> fine with this setup on other boxes without the gigabit ethernet
> interfaces.
>
Adam Levin wrote:
>
> From: Adam Levin <alevin at audible.com>
>
> I've got a machine with two gigabit cards plus the internal 100BaseT
> interface. I'm only using one of the gigabit cards (it happens to be
> ge1). The other gigabit (ge0) and the hme0 are unplumbed.
>
> I've got Orca 0.25 and orcallator.se 1.23 with the netif.se and kstat.se
> patches.
>
> When I try to run percol start, I get:
> [11:25:36]root at lincoln:/root$ /etc/init.d/percol start
> Web server orcollator is bubbling, to view data get Orca from
> http://www.geocities.com/ResearchTriangle/Thinktank/4996/
> common http log and all OS monitoring enabled, config for proxy or squid
> [11:25:45]root at lincoln:/root$ Fatal: subscript: 1 out of range for:
> GLOBAL_net[1]: Near line 3383
>
> I tried plumbing the ge0 and hme0 interfaces and leaving them down. Then
> I got:
> [11:25:36]root at lincoln:/root$ /etc/init.d/percol start
> Web server orcollator is bubbling, to view data get Orca from
> http://www.geocities.com/ResearchTriangle/Thinktank/4996/
> common http log and all OS monitoring enabled, config for proxy or squid
> [11:25:45]root at lincoln:/root$ Fatal: subscript: 2 out of range for:
> GLOBAL_net[2]: Near line 3383
>
> I unplumbed them again, and the error was still there with subscript 2 out
> of range (it didn't fall back to subscript 1 out of range).
>
> Any advice?
>
> Thanks,
> -Adam
>
> Adam Levin, Senior Unix Systems Administrator | http://www.audible.com/
> Audible, Inc. The man gave a shrug which indicated that although
> Wayne, NJ, USA the world did indeed have many problems, this
> 973-890-4070 x297 was one of them that was not his.
>
> ------------------------------------------------------------------------
> Sign up for the latest technology news from PC World.com!
> Sign up today for PC World's email newsletters.
> FREE and easy-to-digest, these daily emails give you everything from
> breaking technology news, to top product reviews and hot new shareware!
> http://click.egroups.com/1/2206/5/_/_/_/952705779/
> ------------------------------------------------------------------------
More information about the Orca-users
mailing list