Some guys did initial setup of servers and they moved on now we see lot of network issues on new servers
I want to find a way to compare servers ( New vs old ) to check any specific tuning which was done at network level
OS : RHEL 6.3
Some guys did initial setup of servers and they moved on now we see lot of network issues on new servers
I want to find a way to compare servers ( New vs old ) to check any specific tuning which was done at network level
OS : RHEL 6.3
I suspect all you need to do is compare the contents of /etc/sysconfig/network-scripts/
and /etc/sysctl.conf
.
There's a chance other steps have been taken for tuning; for instance, the Red hat tuned-adm
profiles... But I think this requires better troubleshooting steps.
If you're having an issue with NIC buffers, you can also look at the ethtool
ring buffer settings on each server.