检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
What Should I Do If a SAP Application on an ECS Cannot Be Started? Symptom The /etc/hosts file contains "127.0.0.1 host name host name". As a result, the SAP application installed on the ECS cannot be started. You need to log in to the ECS where the SAP application is deployed to
Why Is the ECS IP Address Lost After the System Time Changes? Symptom After the system time changes, an exclamation mark (!) is displayed for the NIC, and the ECS cannot connect to the Internet. Scenarios The operations described in this section apply to ECSs running CentOS 7 or EulerOS
What OSs Are Supported If I Want to Install Docker on a Linux ECS? If you want to install Docker on your Linux ECS, ensure that the OS of your ECS is supported by Docker. Table 1 lists the OSs supported by Docker. Table 1 OSs supported by Docker OS Version Location CentOS CentOS 7
Why Is the IP Address Lost After the System Time of an ECS Is Modified? Symptom After the system time of an ECS is modified, its IP address is lost. Possible Cause The time range you modified exceeds the DHCP lease time. The default DHCP lease time set when you create a subnet is
How Do I Troubleshoot an Unresponsive Website Hosted on My ECS? Symptom Websites running on an ECS might become unreachable for multiple reasons. Check whether the configurations of network, port, firewall, or security group of the ECS are correct. Fault Locating If an error is displayed
How Do I Disable Login to an ECS Using SSH Password? Scenarios To ensure ECS security, you need to change the access key of an ECS regularly, or disable the SSH password login. This section describes how to disable the SSH password authentication. After disabling SSH password login
How Do I Delete an ECS Instance Created in a Scaling Action? Handling Methods Method 1 Log in to the management console. Under Compute, click Auto Scaling. In the navigation pane on the left, choose Instance Scaling. Click the AS group name on the AS Groups page. On the AS group details
What Should I Do If an ECS Can't Connect to a TaurusDB Instance? Perform the following steps to identify the problem: Check whether the ECS and TaurusDB instance are in the same VPC. If they are in the same VPC, go to 2. If they are in different VPCs, create an ECS in the VPC where
Why Is Sysprep Required for Creating a Private Image from a Windows ECS? Why Is Sysprep Required? Sysprep is used to generalize images. It removes server-specific information, like the security identifier (SID), from an image so that ECSs created from this image can have unique SIDs
How Do I Migrate an ECS to a Different Region of Another Account? You can perform the migration in either of the following ways: Use the ECS to create a private image, migrate the image to a different region of another account, and then use the image to create a new ECS. You can migrate
How Can I Back Up an RDS for PostgreSQL Database to an ECS? You can back up data to an ECS the same way you export SQL statements. The ECS service does not have restrictions on the types of data to be backed up as long as the data complies with local laws and regulations. You can
How Can I Back Up an RDS for MariaDB Database to an ECS? You can back up data to an ECS the same way you export SQL statements. The ECS service does not have restrictions on the types of data to be backed up as long as the data complies with local laws and regulations. You can store
How Do I View and Modify ECS Security Group Rules? To enable DAS to access the self-built DB instances on ECSs, you need to add an inbound rule with the port set to 3306 (example) and source to 100.125.0.0/16 and 100.79.0.0/16. On the ECS details page, click the Security Groups tab
How Can I Access an ECS Using Its Host Name? The DNS service allows you to create private zones for any top-level domain names except .com. If you set the name of an ECS to ecs01, you can create a private zone for ecs01 and add an A record to map ecs01 to the private IP address of
Why Is the ECS IP Address Released After the System Time Is Changed? Cause If the new ECS system time is later than the DHCP lease expiration time, the system will attempt to renew the DHCP lease. If the renewal fails, the IP address will be released. Solution If you need to set the
How Do I Access an ECS with an EIP Bound from the Internet? Each ECS is automatically added to a security group after being created to ensure its security. The security group denies access traffic from the Internet by default (except TCP traffic from port 22 through SSH to a Linux
Changing an ECS OS (Using an Image Without Cloud-Init Installed) Function This API is used to change the OS of an ECS. This API is an asynchronous API. After the OS change request is successfully delivered, a job ID is returned. This does not mean the OS change is complete. You need
Reinstalling an ECS OS (Using an Image Without Cloud-Init Installed) Function This API is used to reinstall an ECS OS. This API is an asynchronous API. After the OS reinstallation request is successfully delivered, a job ID is returned. This does not mean the reinstallation is complete
Unbinding a Virtual IP Address from an ECS NIC (Discarded) Function A virtual IP address provides another IP address for one or multiple ECS NICs, improving high availability between the ECSs. This API is used to unbind a virtual IP address from an ECS NIC. After the NIC is unbound
How Do I Migrate an ECS from One Account to Another? To migrate an ECS from one account to another, perform the following operations: Install the Agent on the ECS under the original account, but when starting the Agent, enter the AK/SK pair of the destination account. To learn how