Hi,
I have a server with FreeBSD 10.1 installed and running ZFS and NFS, until now it was suddenly down twice within 10 days during high traffic, every server is not pingable until I rebooted the server.
First bootup without any network tuning , second bootup with the following parameters for network tuning
The server is running Intel(R) PRO/1000 Network Connection 7.4.2 and detected as emX instead of igb.
Previously it was FreeBSD 9.1 with more than 365 days uptime without any issue with the same physical cable and connect to the same switch port.
Any idea or might it be the driver issue?
I have a server with FreeBSD 10.1 installed and running ZFS and NFS, until now it was suddenly down twice within 10 days during high traffic, every server is not pingable until I rebooted the server.
First bootup without any network tuning , second bootup with the following parameters for network tuning
Code:
# Network tuning
kern.ipc.somaxconn=4096
kern.ipc.maxsockbuf=16777216
net.inet.tcp.delayed_ack=0
net.inet.tcp.path_mtu_discovery=0
net.inet.tcp.recvbuf_max=16777216
net.inet.tcp.sendspace=65536
net.inet.udp.maxdgram=57344
net.local.stream.recvspace=65536
net.inet.tcp.sendbuf_max=16777216
The server is running Intel(R) PRO/1000 Network Connection 7.4.2 and detected as emX instead of igb.
Previously it was FreeBSD 9.1 with more than 365 days uptime without any issue with the same physical cable and connect to the same switch port.
Any idea or might it be the driver issue?