neighbor table overflow


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users neighbor table overflow
# 1  
Old 11-14-2011
neighbor table overflow

hi folks,

Do you have any idea why this error occurs ?

My server is hp blade in c7000 frames running RHEL 4 update 4.
Code:
[root@xxx network-scripts]# uname -a
Linux xxx 3 2.6.9-55.0.12.ELsmp #1 SMP Wed Oct 17 08:15:59 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux

Applications running are jboss or java applications:

Code:
[root@xxx-network-scripts]# tail -f /var/log/messages
Nov 14 07:44:37 xxx kernel: printk: 11369 messages suppressed.
Nov 14 07:44:37 xxx kernel: Neighbour table overflow.
Nov 14 07:44:42 xxx kernel: printk: 11337 messages suppressed.
Nov 14 07:44:42 xxx kernel: Neighbour table overflow.
Nov 14 07:44:47 xxx kernel: printk: 11443 messages suppressed.
Nov 14 07:44:47 xxx kernel: Neighbour table overflow.
Nov 14 07:44:52 xxx kernel: printk: 11433 messages suppressed.
Nov 14 07:44:52 xxx kernel: Neighbour table overflow.
Nov 14 07:44:57 xxx kernel: printk: 11347 messages suppressed.
Nov 14 07:44:57 xxx kernel: Neighbour table overflow.

Tried to move already the server profile in another blade but error message still occurs ...

Last edited by linuxgeek; 11-14-2011 at 10:15 AM.. Reason: missing code tags and changing quote to code
# 2  
Old 11-14-2011
Did you simply google for your error message? I got lot of hits like:
gnulinuxclub.org - How to resolve "Neighbour table overflow" problem?
# 3  
Old 11-14-2011
Yes, we had changed it already to that value but still error persists:

Code:
[root@xxx-network-scripts]# cat /proc/sys/net/ipv4/neigh/default/gc_thresh3
1024
[root@xxxnetwork-scripts]# cat /proc/sys/net/ipv4/neigh/default/gc_thresh2
512
[root@xxxnetwork-scripts]# cat /proc/sys/net/ipv4/neigh/default/gc_thresh1
256

Moderator's Comments:
Mod Comment You have many posts already and should be familiar using code tags - see PM for a guide.

Last edited by zaxxon; 11-14-2011 at 10:13 AM.. Reason: code tags
# 4  
Old 11-14-2011
Some people take even bigger values according to googled info:
Code:
echo 512 > /proc/sys/net/ipv4/neigh/default/gc_thresh1
echo 2048 > /proc/sys/net/ipv4/neigh/default/gc_thresh2
echo 4096 > /proc/sys/net/ipv4/neigh/default/gc_thresh3

Don't forget that this is only temporary unless you add it to a script or something like /etc/sysctl.conf or /etc/sysctl.d/*
This User Gave Thanks to zaxxon For This Post:
# 5  
Old 11-14-2011
Thank you Sir ... will try to do that.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Web Development

Getting Rid of Annoying Bootstrap Table Borders and Wayward Table Lines

Bootstrap is great; but we have had some issues with Bootstrapped <tables> (and legacy <fieldset> elements) showing annoying, wayward lines. I solved that problem today with this simple jQuery in the footer: <script> $(function(){ $('tr, td, fieldset,... (0 Replies)
Discussion started by: Neo
0 Replies

2. Shell Programming and Scripting

Cut line from searched file if grep find neighbor columns

Hello All, While searching for the question, I found some answers but my implementation is not giving expected output. I have two files; one is sourcefile, other is named template. What I want to do is to search each line in template, when found all columns, cut the matching line from source... (4 Replies)
Discussion started by: baris35
4 Replies

3. Shell Programming and Scripting

awk to convert table-by-row to matrix table

Hello, I need some help to reformat this table-by-row to matrix? infile: site1 A:o,p,q,r,s,t site1 C:y,u site1 T:v,w site1 -:x,z site2 A:p,r,t,v,w,z site2 C:u,y site2 G:q,s site2 -:o,x site3 A:o,q,s,t,u,z site3 C:y site3 T:v,w,x site3 -:p,routfile: SITE o p q r s t v u w x y... (7 Replies)
Discussion started by: yifangt
7 Replies

4. UNIX and Linux Applications

Help in copying table structure to another table with constraints in Oracle

hi, i need to copy one table with data into another table, right now am using create table table1 as select * from table2 i want the constraints of table1 to be copied to table2 also , can anyone give me some solution to copy the constraints also, now am using oracle 10.2.0.3.0... (1 Reply)
Discussion started by: senkerth
1 Replies

5. Shell Programming and Scripting

Build a table from a list by comparing existing table entries

I am new to this shell scripting.... I have a file which contains list of users. This files get updated when new user comes into the system. I want to create script which will give a table containing unique list of users. When I say unique, it means script should match table while parsing... (3 Replies)
Discussion started by: dchavan1901
3 Replies

6. UNIX for Dummies Questions & Answers

Creating a condensed table from a pre-existing table in putty

Hello, I'm working with putty on Windows 7 professional and I'd like to know if there's a way to gather specific lines from a pre-existing table and make a new table with that information. More specifically, I'd like the program to look at a specific column, say column N, and see if any of the... (5 Replies)
Discussion started by: Deedee393
5 Replies

7. UNIX and Linux Applications

create table via stored procedure (passing the table name to it)

hi there, I am trying to create a stored procedure that i can pass the table name to and it will create a table with that name. but for some reason it creates with what i have defined as the variable name . In the case of the example below it creates a table called 'tname' for example ... (6 Replies)
Discussion started by: rethink
6 Replies

8. Shell Programming and Scripting

select values from db1 table and insert into table of DB2

Hi I am having three oracle databases running in three different machine. their ip address is different. from one of the DB am able to access both the databases.(means am able to select values and insert values in to tables individually.) I need to fetch some data from DB1 table(say DB1 ip is... (2 Replies)
Discussion started by: aemunathan
2 Replies

9. Shell Programming and Scripting

Check the record count in table (table in oracle)

I have requirement: 1) Check the record count in table (table in oracle) 2) If records exists generate the file for existing records and wait for some time (Go to sleep mode) and Again check the record count after 10 min.......... (Loop this process if record count >0). 3) Generate touch... (1 Reply)
Discussion started by: kamineni
1 Replies

10. UNIX for Dummies Questions & Answers

SCO Openserver 5.0.7 Process table overflow

Hello guys. This is the error that i'm getting , once i get the error i have to turn off my server ( is the only way to get it up and running again). I encreased the size of that table but still getting the same error , is there anything that i can do to stop getting this error. I will... (0 Replies)
Discussion started by: josramon
0 Replies
Login or Register to Ask a Question