All Products
Search
Document Center

:Run the ping command to check the connection between an ECS instance and a Lindorm instance

Last Updated:Mar 28, 2026

Run ping from your ECS instance to verify basic network reachability to a Lindorm instance. This is useful after creating a new Lindorm instance or when an existing instance becomes unreachable.

Prerequisites

Before you begin, ensure that you have:

  • A running ECS instance with access to the Lindorm instance

  • The Lindorm instance endpoint (see View endpoints)

Test connectivity

  1. Log on to the ECS instance.

  2. Run the following command, replacing <host> with the endpoint you retrieved. Use the hostname only — do not include the port number.

    Windows — stops automatically after four attempts:

    ping <host>

    To run a continuous test on Windows:

    ping <host> -t

    Linux — runs continuously until you press Ctrl+C:

    ping <host>

    Press Ctrl+C to stop and view statistics. Example:

    ping ld-bp1mq0tdzbx1m****-proxy-lindorm-pub.lindorm.aliyuncs.com
  3. Review the output.

    The following examples use the Lindorm time series engine endpoint.

    Windows:

    Win系统ping结果

    Linux:

    image

Interpret the results

ResultStatusNext step
All replies show bytes received and response timesNormal — the network path is reachableNo action needed
Request timed out or 100% packet lossAbnormal — the instance is unreachableCheck your whitelist and security group settings (see below)

If the connection is abnormal, check the ECS security group and Lindorm whitelist settings. For common causes and fixes, see Lindorm connection issues and solutions.