Network disconnects often

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Network disconnects often
# 1  
Old 02-06-2014
Network disconnects often

Hi , My redhat 5 frequently disconnects from network. Once rebooted , network is working for one day or two. After that the NIC suddently stops working. Even if i give "#service network restart" or ifup eth0 commands it won't come up. I even tried reconfigure the network card. but no use. Only rebooting will work.


Any idea? is it a hardware problem or OS problem..Please help me to sort out ..thanx in advance
# 2  
Old 02-06-2014
My first question is does this system get its ip address from a DHCP server? Yes or no? If yes, what type of box is that? What is the lease period?
# 3  
Old 02-13-2014
Quote:
Originally Posted by hicksd8
My first question is does this system get its ip address from a DHCP server? Yes or no? If yes, what type of box is that? What is the lease period?
No , system has static IP

More details: I checked the /var/log/messages file , in which I found the following error at the time in which the network loss connection:
"
Feb 09 13:13:17 hostname kernel: [bnx2x_stats_update:4289(eth0)]storm stats were not updated for 3 times
Feb 09 13:13:17 hostname kernel: [bnx2x_stats_update:4290(eth0)]driver assert
Feb 09 13:13:17 hostname kernel: [bnx2x_panic_dump:537(eth0)]begin crash dump -----------------
Feb 09 13:13:17 hostname kernel: [bnx2x_panic_dump:545(eth0)]def_c_idx(77) def_u_idx(0) def_x_idx(0) def_t_idx(0) def_att_idx(2) attn_state(0) spq_prod_idx(95)
Feb 09 13:13:17 hostname kernel: [bnx2x_panic_dump:556(eth0)]queue[0]: rx_bd_prod(1021) rx_bd_cons(23) *rx_bd_cons_sb(0) rx_comp_prod(1026) rx_comp_cons(26) *rx_cons_sb(26)
Feb 09 13:13:17 hostname kernel: [bnx2x_panic_dump:561(eth0)] rx_sge_prod(400) last_max_sge(0) fp_u_idx(26) *sb_u_idx(26)
.
.
.
.
.
Feb 09 13:14:12 hostname kernel: [bnx2x_panic_dump:537(eth0)]end crash dump ----------------- "
# 4  
Old 02-13-2014
Does ARP still work -- i.e. after the network crashes, what does /sbin/arp -n show after you've tried to ping an IP?
# 5  
Old 02-14-2014
I've just done a search on Google and come to realize this may be a known bug.

For example:
Kernel panic/crash, bnx2 flow control flooding and network outages

Try Google search for:
"Redhat bnx2 panic"

Redhat (or Broadcom) may have issued a fix; do you have Redhat support?
# 6  
Old 02-15-2014
It is a known problem. Search the Red Hat Knowledgebase if you have a subscription.
# 7  
Old 03-13-2014
Thanks frinds. My problem solved. The workaround is :

=>edit /boot/grub/grub.conf
=> after "rhgb quiet" add "intremap=off"
==>reboot

example:

title Red Hat Enterprise Linux Server (2.6.18-128.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-128.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet intremap=off
initrd /initrd-2.6.18-128.el5.img
This User Gave Thanks to dknattukal For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

How do I keep an X session alive when my VPN/ssh disconnects so I can reconnect later?

Hi, Sorry if this question has been asked before, however, I have tried looking in the forum (and google in general) and I haven't found an answer, so I thought I'd ask here. I am trying to use a GUI application in Solaris 10. Normally I connect with a VPN then SSH and use Xming to... (2 Replies)
Discussion started by: John_sp
2 Replies

2. SCO

Telnet session disconnects abruptly

I have inherited and SCO OpenServer Release 6 server. The clients connect using telnet to get to a proprietary database application for Service tickets. The issue I am currently having is that the connection just stops abruptly and you can see "telnet session terminated" on the terminal emulation... (22 Replies)
Discussion started by: sean6605
22 Replies

3. UNIX for Dummies Questions & Answers

Persistent terminal windows across viewer disconnects

Is there a way to have persistent terminal windows to redhat server across viewer disconnects? I can do that with the help of an extra MS Windows server and rdp, but is there a way of doing that without the Windows server? Here's the scenario. I have multiple redhat servers (VMs) which have no... (3 Replies)
Discussion started by: ad101
3 Replies

4. Programming

Socket endpoints disconnects

Hello, I am able to establish a connection, and transfer data. Occasionally the receiving client will block in read(2) and stay that way until it is killed. initial: server: netstat -aveeopT tcp 0 0 *:17398 *:* LISTEN server-user... (8 Replies)
Discussion started by: eoa
8 Replies

5. Programming

can-not detect TCP disconnects well

Hello everyone. Thanks for reading. I am using Ubuntu 7.04 to experience this problem: I have written my own programs that communicate to eachother and I am having a hard time detecting a TCP socket disconnect when the remote side's computer has a power-failure (for example). On the computer... (6 Replies)
Discussion started by: pjwhite
6 Replies

6. Windows & DOS: Issues & Discussions

Putty disconnects after sometime

i am using Putty to do ssh to all the unix nodes that we have in our work environment. it is very strange that all my network connections will timeout quickly in 10 mins, it can either be a putty connection, sqlplus or toad. is there some setting that can help to prevent this. please let me know... (3 Replies)
Discussion started by: sudhiroracle
3 Replies

7. AIX

Telnet disconnects on handheld device AIX

I have intermec handheld device which is connecting to AIX Server on port 12431 or whatever. ( oracle application ) The handheld device connects for few seconds and then disconnects from the AIX server. Once it disconnects the handheld device automatically switches off. Are there any... (2 Replies)
Discussion started by: filosophizer
2 Replies

8. IP Networking

ssh server is attachable from local network not from another network

hello i have a ubuntu ssh server that i can acess from any of my comnputers but only if they are on the same wireless network as the server. i tested trhis my tehtehring my samsung blackjack to my windows partition and installing openssh to windows it works when windows is on the wireless but no... (1 Reply)
Discussion started by: old noob
1 Replies

9. AIX

aix telnet disconnects

We're having problems getting disconnected from AIX with our telnet sessions. I can't ping the server when this happens, either. Other serves can be pinged at the same time. This happens both at unix and within the database. Database locks remain when editing files. unix logins remain after... (0 Replies)
Discussion started by: e1lyons
0 Replies
Login or Register to Ask a Question