All Products
Search
Document Center

:Common issues of ECS instance operating systems and their solutions

Last Updated:Jun 04, 2025

This topic describes the common issues that the Linux and Windows operating systems of Elastic Compute Service (ECS) instances experience and their solutions.

Common issues of Linux operating systems and their solutions

Instance startup failure

Instance logon failure

Instance access failure

Failed network connection

  • Check the Dynamic Host Configuration Protocol (DHCP) configurations.

    By default, ECS instances use DHCP to assign IP addresses to elastic network interfaces (ENIs) and obtain the lease expiration time of the IP addresses. If the configuration file of an ENI is incorrect or if the dhclient process of an ENI does not run, the DHCP service on the instance may experience exceptions, which causes the instance to be disconnected from the network. For more information, see Check and repair the DHCP configurations for local network interface controllers on Linux instances.

  • Check whether a network-related process exists.

    If no network process is present in the operating system and the network configuration is DHCP, the lease of IP addresses cannot be renewed after the lease expires. This causes the instance to be disconnected from the network. For more information, see The Linux network process does not exist.

  • Check whether network interface controller (NIC) multi-queue is enabled.

    NIC multi-queue enables an ECS instance to use multiple NIC queues to improve network performance. Performance bottlenecks may occur when a single vCPU of an instance is used to process NIC interrupts. To solve this issue, you can use NIC multi-queue to distribute NIC interrupts across different vCPUs. For more information, see Configure NIC multi-queue.

Performance issues

Common issues of Windows operating systems and their solutions

Instance logon failure

Performance issues

  • Check whether CPU utilization exceeds the normal range.

    A high CPU utilization affects system stability and business operations. For more information, see How to troubleshoot the high CPU usage of Windows instances.

  • Check the version of the Windows operating system.

    On January 14, 2020, Microsoft stopped providing support for Windows Server 2008 and Windows Server 2008 R2 operating systems. In light of this, Alibaba Cloud no longer provides technical support for ECS instances that use these operating systems. If you have ECS instances that use these operating systems, upgrade them to Windows Server 2012 or later at your earliest opportunity. For information about supported images, see Overview of public images and visit the image buy page.

  • Check disk capacity.

    The operating system of a Windows instance may be unable to work normally if free space on the C drive keeps shrinking. For more information, see Temporary files occupy a large amount of disk space on Windows instances.