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

ALM-12045 Network Read Packet Dropped Rate Exceeds the Threshold

Updated on 2022-12-14 GMT+08:00

Description

The system checks the network read packet dropped rate every 30 seconds and compares the actual packet dropped rate with the threshold (the default threshold is 0.5%). This alarm is generated when the system detects that the network read packet dropped rate exceeds the threshold for several times (5 times by default) consecutively.

To change the threshold, choose O&M > Alarm > Thresholds > Name of the desired cluster > Host > Network Reading > Read Packet Dropped Rate.

When the Trigger Count is 1, this alarm is cleared when the network read packet dropped rate is less than or equal to the threshold. When the Trigger Count is greater than 1, this alarm is cleared when the network read packet dropped rate is less than or equal to 90% of the threshold.

Alarm detection is disabled by default. If you want to enable this function, check whether alarm sending can be enabled based on section "Check the system environment."

Attribute

Alarm ID

Alarm Severity

Auto Clear

12045

Major

Yes

Parameters

Name

Meaning

Source

Specifies the cluster or system for which the alarm is generated.

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 triggering the alarm. If the current indicator value exceeds this threshold, the alarm is generated.

Impact on the System

The service performance deteriorates or services time out.

Precautions: In SUSE (kernel: 3.0 or later) or Red Hat 7.2, because the system kernel modifies the mechanism for counting read and discarded packets, this alarm may be generated even when the network is normal. Services are not adversely affected. You are advised to check whether the alarm is caused by this problem based on section "Check the system environment."

Possible Causes

  • An OS exception occurs.
  • The NIC has configured the active/standby bond mode.
  • The alarm threshold is set improperly.
  • The cluster network environment is of poor quality.

Procedure

Check the network packet dropped rate.

  1. On the FusionInsight Manager portal, choose O&M > Alarm > Alarms, click in the row where the alarm is located to view the alarm host name and NIC name in the alarm details.
  2. Log in to the node where the alarm is generated as user omm and run the /sbin/ifconfig NIC name command to check whether packet loss occurs on the network.

    NOTE:
    • IP address: indicates the value of HostName in the alarm location information. To query the value of OM IP and Business IP, click Host on FusionInsight Manager.
    • The formula is as follows: Packet loss rate = (Number of dropped packets/Total number of RX packets) x 100%. If the packet loss rate is greater than the system threshold (0.5% by default), packet loss occurs during packet reading on the network.
    • If yes, go to 11.
    • If no, go to 3.

Check the system environment.

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

    • If Red Hat is used, go to 5.
      # cat /etc/*-release
      Red Hat Enterprise Linux Server release 7.2 (Santiago)
    • If SUSE is used, go to 6.
      # cat /etc/*-release
      SUSE Linux Enterprise Server 11 (x86_64)
      VERSION = 11
      PATCHLEVEL = 3
    • If another OS is used, go to 11.

  3. Run the cat /etc/redhat-release command to check whether the OS version is Red Hat 7.2(x86) or Red Hat 7.4(TaiShan).

    # cat /etc/redhat-release
    Red Hat Enterprise Linux Server release 7.2 (Santiago)
    • If yes, the alarm sending function cannot be enabled. Go to 7.
    • 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 7.
    • If no, go to 11.

  5. Log in to FusionInsight Manager and choose O&M > Alarm > Thresholds.
  6. In the navigation tree of the Thresholds page, choose Name of the desired cluster > Host > Network Reading > Read Packet Dropped Rate. In the area on the right, check whether the Switch is on.

    • If yes, the alarm sending function has been enabled. Go to 9.
    • If no, the alarm sending function has been disabled. Go to 10.

  7. In the area on the right, close Switch to disable the checking of Network Read Packet Dropped Rate Exceeds the Threshold. The following figure shows the operation result.

  8. On the Alarm page of FusionInsight Manager, search for the 12045 alarm. If the alarm is not cleared automatically, clear it manually. No further action is required.

    NOTE:

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

Check whether the NIC has configured the active/standby bond mode.

  1. Log in to the alarm node as user omm. Run the ls -l /proc/net/bonding command to check whether directory /proc/net/bonding exists on the alarm node.

    • If yes, the NIC has configured the active/standby bond mode, as shown in the following. 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 NIC has not configured the active/standby bond mode, as shown in the following. 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 and check whether the value of Bonding Mode is fault-tolerance.

    NOTE:

    bond0 indicates the name of the bond configuration file. Use the file name queried in 11 in practice.

    # 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 NIC has configured the active/standby bond mode. Go to 13.
    • If no, the NIC has not configured the active/standby bond mode. Go to 14.

  3. Check whether the NIC of the NetworkCardName parameter is the standby NIC.

    • If yes, manually clear the alarm on the Alarms page because the alarm on the standby cannot be automatically cleared. No further action is required.
    • If no, go to 14.
      NOTE:

      Method of determining whether an NIC is standby: In the /proc/net/bonding/bond0 configuration file, check whether the NIC name of the NetworkCardName parameter is the same as the Slave Interface, but is different from Currently Active Slave (indicating the current active NIC). If the answer is yes, the NIC is a standby one.

Check whether the threshold is set properly.

  1. Log in to FusionInsight Manager, choose O&M > Alarm > Thresholds > Name of the desired cluster > Host > Network Reading > Read Packet Dropped Rate and check whether the alarm threshold is set properly. (By default, 0.5% is a proper value. However, users can configure the value as required.)

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

  2. Based on actual usage condition, choose O&M > Alarm > Thresholds > Name of the desired cluster > Host > Network Reading > Read Packet Dropped Rate and click Modify in the Operation column to modify the alarm threshold.

    For details, see Figure 1.

    Figure 1 Setting alarm thresholds

  3. Wait for 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 abnormal.

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

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

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

Collect fault information.

  1. On the FusionInsight Manager home page of the active cluster, choose O&M > Log > Download.
  2. Select OMS from the Service and click OK.
  3. Set Host to the node for which the alarm is generated and the active OMS node.
  4. Click in the upper right corner, and set Start Date and End Date for log collection to 30 minutes ahead of and after the alarm generation time, respectively. Then, click Download.
  5. Contact the O&M personnel and send the collected log information.

Alarm Clearing

After the fault is rectified, the system automatically clears this alarm.

Related Information

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