Bu sayfa henüz yerel dilinizde mevcut değildir. Daha fazla dil seçeneği eklemek için yoğun bir şekilde çalışıyoruz. Desteğiniz için teşekkür ederiz.

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
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/ Domain Name Service/ FAQs/ Invalid Domain Resolution/ How Do I Check Whether a Record Set Has Taken Effect?

How Do I Check Whether a Record Set Has Taken Effect?

Updated on 2025-02-10 GMT+08:00

When Will a Record Set Take Effect After It Is Added or Modified?

A record set takes effect after it is synchronized to the DNS servers.

  • If you add a record set, it takes effect immediately after being added.
  • If you modify a record set, the new record set will take effect before the TTL value configured in the original record set elapses. For example, if the TTL value is 300s, the new record set will take effect within 300s. If there is no cache delay on the local DNS server, the new record set takes effect immediately.

    If the carrier sets a longer cache duration for the record set, the modification (or deletion) of the record set will be delayed for no more than 48 hours. In this period of time, ensure that the IP addresses before and after the modification can provide services normally.

How Do I Check Whether a Record Set Has Taken Effect?

Run either command to check whether a record set has taken effect:
  • ping [Domain name]
  • nslookup -qt=[Record set type] [Domain name]

Pinging the Domain Name (Windows and Linux)

  1. On your local host, click the search icon and enter cmd to open the CLI.
  2. Run the following command to check whether the record set has taken effect:

    ping [Domain name]

    For example, if the domain name is example.com, run ping example.com.

    If the displayed IP address is the same as the IP address configured in the record set, the record set has taken effect.

    NOTE:

    Even if a domain name can be pinged, it does not mean that the record set has taken effect. Only when the displayed IP address is the same as the configured IP address, it means that the record set has taking effect.

Running nslookup (Windows and Linux)

  • A record set: maps a domain name to one or more IPv4 addresses.
    1. On your local host, click the search icon and enter cmd to open the CLI.
    2. Run the following command to check whether the record set has taken effect:

      nslookup -qt=a [Domain name]

      or

      nslookup [Domain name]

      Example: nslookup example.com

      If the displayed IP address is the same as the IP address configured in the record set, the record set has taken effect.

  • CNAME record set: maps a domain name to another domain name used by Content Delivery Network (CDN), WAF, or EWP.
    1. On your local host, click the search icon and enter cmd to open the CLI.
    2. Run the following command to check whether the record set has taken effect:

      nslookup -qt=cname [Domain name]

      Example: nslookup -qt=cname examplesite.com

      If the displayed domain name is the same as that configured in the record set, the record set has taken effect.

  • MX record set: directs email to an email server.
    1. On your local host, click the search icon and enter cmd to open the CLI.
    2. Run the following command to check whether the record set has taken effect:

      nslookup -qt=mx [Domain name]

      Example: nslookup -qt=mx example123.com

      If the displayed mailbox address is the same as that configured in the record set, the record set has taken effect.

  • NS record set: identifies the name servers of the domain name.
    1. On your local host, click the search icon and enter cmd to open the CLI.
    2. Run the following command to check whether the record set has taken effect:

      nslookup -qt=ns [Domain name]

      Example: nslookup -qt=ns example123.top

      If the displayed DNS servers are the same as those provided by DNS service provider, the record set has taken effect.

  • Domain resolution on an authoritative DNS server
    1. On your local host, click the search icon and enter cmd to open the CLI.
    2. Run the following command to check whether the record set has taken effect:

      nslookup -qt= [Record set type] [Domain name] [Authoritative DNS server]

      Example: nslookup -qt=a example123.com ns1.huaweicloud-dns.cn

      The record set configured for example123.com has taken effect on the authoritative DNS server ns1.huaweicloud-dns.cn.

Common Issues

  • If no IP address is returned during the verification, the record set has not taken effect or has been modified. Rectify the fault by referring to Why Did My Record Set Not Take Effect?
  • An expired domain name has been renewed, but the website still cannot be visited.

    A possible cause is that the DNS settings are not refreshed. Run ipconfig /flushdns to refresh the settings. Alternatively, wait until the DNS settings are updated and try again.

  • The record set has been verified using ping, but the website still cannot be visited.

    Ensure that the domain name is associated with the ECSs where the website is deployed or the website has been licensed. Refer to the following to address the issue:

    Why Can't I Access the Website Even Though the Domain Name Has Been Resolved Successfully?

Sitemizi ve deneyiminizi iyileştirmek için çerezleri kullanırız. Sitemizde tarama yapmaya devam ederek çerez politikamızı kabul etmiş olursunuz. Daha fazla bilgi edinin

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback