Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
Help Center/ MapReduce Service/ User Guide/ MRS Cluster O&M/ MRS Cluster Alarm Handling Reference/ ALM-12045 Read Packet Dropped Rate Exceeds the Threshold (For MRS 2.x or Earlier)

ALM-12045 Read Packet Dropped Rate Exceeds the Threshold (For MRS 2.x or Earlier)

Updated on 2024-09-23 GMT+08:00

Description

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.

Attribute

Alarm ID

Alarm Severity

Auto Clear

12045

Major

Yes

Parameters

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.

Impact on the System

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.

Possible Causes

  • An OS exception occurs.
  • The NICs are bonded in active/standby mode.
  • The alarm threshold is improperly configured.
  • The network environment is abnormal.

Procedure

View the network packet dropped rate.

  1. Use PuTTY to log in to any non-alarm node in the cluster as user omm and run the ping IP address of the node for which the alarm is generated -c 100 command to check whether packet drop occurs on the network.

    # 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
    NOTE:
    • IP address of the node for which the alarm is generated: Query the IP address of the node for which the alarm is generated on the node management page of the MRS cluster details page based on the value of HostName in the alarm location information. Check both the IP addresses of the management plane and service plane.
    • -c: number of check times. The default value is 100.
    • If yes, go to 11.
    • If no, go to 2.

Check the system environment.

  1. Use PuTTY to log in to the active OMS node or the node for which the alarm is generated as user omm.
  2. Run the cat /etc/*-release command to check the OS type.

    • If the OS is EulerOS, go to 4.
      # cat  /etc/*-release                                    EulerOS release 2.0 (SP2)
      EulerOS release 2.0 (SP2)
    • If the OS is SUSE, go to 5.
      # cat /etc/*-release
      SUSE Linux Enterprise Server 11 (x86_64)
      VERSION = 11
      PATCHLEVEL = 3
    • Otherwise, go to 11.

  3. Run the cat /etc/euleros-release command to check whether the OS version is EulerOS 2.2.

    # cat/etc/euleros-release
    EulerOS release 2.0 (SP2)
    • If yes, the alarm sending function cannot be enabled. Go to 6.
    • If no, go to 11.

  4. Run the cat /proc/version command to check whether the SUSE kernel version is 3.0 or later.

    # 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)
    • If yes, the alarm sending function cannot be enabled. Go to 6.
    • If no, go to 11.

  5. Log in to MRS Manager and choose System > Configuration > Threshold Configuration.
  1. In the navigation pane of the Threshold Configuration page, choose Network Reading > Network Read Packet Rate Information > Read Packet Dropped Rate. In the right pane, check whether Send Alarm is selected.

    • If yes, the alarm sending function is enabled. Go to 8.
    • If no, the alarm sending function is disabled. Go to 10.

  2. In the right pane, deselect Send Alarm to shield alarm "Network Read Packet Dropped Rate Exceeds the Threshold."
  3. Go to the MRS cluster details page and choose Alarms.
  4. Search for alarm 12045 and manually clear the alarms that are not automatically cleared. No further action is required.

    Figure 1 Alarm Management
    NOTE:

    The ID of alarm Network Read Packet Dropped Rate Exceeds the Threshold is 12045.

Check whether the NICs are bonded in active/standby mode.

  1. Use PuTTY to log in to the node for which the alarm is generated as user omm and run the ls -l /proc/net/bonding command to check whether the /proc/net/bonding directory exists on the node.

    • If yes, as shown in the following figure, the bond mode is configured for the node. Go to 12.
      # ls -l /proc/net/bonding/
      total 0
      -r--r--r-- 1 root root 0 Oct 11 17:35 bond0
    • If no, the bond mode is not configured for the node. Go to 14.
      # ls -l /proc/net/bonding/
      ls: cannot access /proc/net/bonding/: No such file or directory

  2. Run the cat /proc/net/bonding/bond0 command to check whether the value of Bonding Mode in the configuration file is fault-tolerance.

    NOTE:

    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
    • If yes, the NICs are bonded in active/standby mode. Go to 13.
    • If no, go to 14.

  3. Check whether the NIC specified by NetworkCardName in the alarm details is the standby NIC.

    • If yes, the alarm of the standby NIC cannot be automatically cleared. Manually clear the alarm on the alarm management page. No further action is required.
    • If no, go to 14.
      NOTE:

      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.

  1. Log in to MRS Manager and check whether the threshold (configurable, 0.5% by default) is appropriate.

    • If yes, go to 17.
    • If no, go to 15.

  1. Choose System > Threshold Configuration > Device > Host > Network Reading > Network Read Packet Rate Information > Read Packet Dropped Rate and change the alarm threshold based on the actual service usage.
  2. Wait 5 minutes and check whether the alarm is cleared.

    • If yes, no further action is required.
    • If no, go to 17.

Check whether the network is normal.

  1. Contact the system administrator to check whether the network is normal.

    • If yes, rectify the network fault and go to 18.
    • If no, go to 19.

  2. Wait 5 minutes and check whether the alarm is cleared.

    • If yes, no further action is required.
    • If no, go to 19.

  3. Collect fault information.

    1. On MRS Manager, choose System > Export Log.
    2. Contact the O&M engineers and send the collected logs.

Reference

None

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback