The system checks the read packet dropped rate every 30 seconds. This alarm is generated when the read packet dropped rate exceeds the threshold (the default threshold is 0.5%) for multiple times (the default value is 5).
You can change the threshold by choosing System > Threshold Configuration > Device > Host > Network Reading > Network Read Packet Rate Information > Read Packet Dropped Rate.
This alarm is cleared when hit number is 1 and the read packet dropped rate is less than or equal to the threshold. This alarm is cleared when hit number is greater than 1 and the read packet dropped rate is less than or equal to 90% of the threshold.
The alarm detection is disabled by default. If you want to enable this function, check whether this function can be enabled based on Checking System Environments.
Alarm ID |
Alarm Severity |
Auto Clear |
---|---|---|
12045 |
Major |
Yes |
Parameter |
Description |
---|---|
ServiceName |
Specifies the service for which the alarm is generated. |
RoleName |
Specifies the role for which the alarm is generated. |
HostName |
Specifies the host for which the alarm is generated. |
NetworkCardName |
Specifies the network port for which the alarm is generated. |
Trigger Condition |
Specifies the threshold for triggering the alarm. |
The service performance deteriorates or some services time out.
Risk warning: In SUSE kernel 3.0 or later or Red Hat 7.2, the system kernel modifies the mechanism for counting the number of dropped read packets. In this case, this alarm may be generated even if the network is running properly, but services are not affected. You are advised to check the system environment first.
View the network packet dropped rate.
# ping 10.10.10.12 -c 5 PING 10.10.10.12 (10.10.10.12) 56(84) bytes of data. 64 bytes from 10.10.10.11: icmp_seq=1 ttl=64 time=0.033 ms 64 bytes from 10.10.10.11: icmp_seq=2 ttl=64 time=0.034 ms 64 bytes from 10.10.10.11: icmp_seq=3 ttl=64 time=0.021 ms 64 bytes from 10.10.10.11: icmp_seq=4 ttl=64 time=0.033 ms 64 bytes from 10.10.10.11: icmp_seq=5 ttl=64 time=0.030 ms --- 10.10.10.12 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4001ms rtt min/avg/max/mdev = 0.021/0.030/0.034/0.006 ms
Check the system environment.
# cat/etc/euleros-release EulerOS release 2.0 (SP2)
# cat /proc/version Linux version 3.0.101-63-default (geeko@buildhost) (gcc version 4.3.4 [gcc-4_3-branch revision 152973] (SUSE Linux) ) #1 SMP Tue Jun 23 16:02:31 UTC 2015 (4b89d0c)
The ID of alarm Network Read Packet Dropped Rate Exceeds the Threshold is 12045.
Check whether the NICs are bonded in active/standby mode.
# ls -l /proc/net/bonding/ total 0 -r--r--r-- 1 root root 0 Oct 11 17:35 bond0
# ls -l /proc/net/bonding/ ls: cannot access /proc/net/bonding/: No such file or directory
In the preceding command, bond0 is the name of the bond configuration file. Use the file name obtained in 11.
# cat /proc/net/bonding/bond0 Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) Bonding Mode: fault-tolerance (active-backup) Primary Slave: eth1 (primary_reselect always) Currently Active Slave: eth1 MII Status: up MII Polling Interval (ms): 100 Up Delay (ms): 0 Down Delay (ms): 0 Slave Interface: eth0 MII Status: up Speed: 1000 Mbps Duplex: full Link Failure Count: 1 Slave queue ID: 0 Slave Interface: eth1 MII Status: up Speed: 1000 Mbps Duplex: full Link Failure Count: 1 Slave queue ID: 0
To determine the standby NIC, check the /proc/net/bonding/bond0 configuration file. If the NIC name corresponding to NetworkCardName is Slave Interface but not Currently Active Slave (the current active NIC), the NIC is the standby one.
Check whether the threshold is set properly.
Check whether the network is normal.
None