doc-exports/docs/elb/umn/elb_faq_0041.html
zhoumeng 3275979377 ELB_UMN_IPV6_1218
Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com>
Co-authored-by: zhoumeng <zhoumeng35@huawei.com>
Co-committed-by: zhoumeng <zhoumeng35@huawei.com>
2024-02-09 10:31:35 +00:00

2.3 KiB

How Do I Check the Status of a Backend Server?

  1. Verify that the applications on the backend server are enabled.
    1. Log in to the backend server. (An ECS is used as an example here.)
    2. Check the port status.

      netstat -ntpl

      For Windows ECSs, use netstat -ano on the CLI to view the port status or server software status.
      Figure 1 Port status
  2. Check the network communication of the ECS.

    For example, if the ECS uses port 80, use curl to check whether network connectivity is normal.