Problems seen with the event processing in Spectrum occurring after upgrade with alarm views not correctly displaying alarms, some being false, and others not appearing.
Some examples are:
oper_status=up
. Spectrum Release : 10.4.2.2.
Component : Spectrum Core / SpectroSERVER
RedHat Linux
From the output of a "netstat -suna
" we could see many UDP packet errors being received, this often means that the UDP traffic is arriving too fast for the network buffer to handle it and the UDP packets are being dropped.
sysctl -w net.core.rmem_default=8388608
sysctl -w net.core.wmem_default=8388608
sysctl -w net.core.rmem_max=8388608
sysctl -w net.core.wmem_max=8388608
sysctl -w net.core.netdev_max_backlog=2000
These changes can be made permanent by adding the above configuration entries in /etc/sysctl.conf
. Spectrum version upgrade scripts will take care of these configurations in future spectrum releases