检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Can I Migrate Data Between DCS Memcached and Redis Instances? No. Memcached and Redis are different cache databases and do not support data migration between each other. Parent topic: Data Backup, Export, and Migration
Which Ports of a Security Group Are Opened When I Create a BCS Instance? Currently, port 22 for SSH login and ports ranging from 30000 to 40000 are opened for BCS. Parent topic: Service Usage
What Should I Do If My BCS Instance Remains in the Creating State? The possible cause is that the disk fails to be mounted. Solution Log in to the node in the Cloud Container Engine (CCE) cluster where the BCS instance is deployed, and run the following command to check the DNS address
How Do I Unsubscribe from a Yearly/Monthly BCS Instance? Choose More > Unsubscribe on the instance card. After the unsubscription application is approved, the remaining fees paid for the instance will be refunded. Parent topic: Billing FAQs
[Notice] Adjustment on the EOS Date of Huawei Cloud RDS for MySQL 5.7 Release Date This notice is released on March 27, 2025. EOS Date Adjustment Huawei Cloud adjusted the end-of-service (EOS) date of RDS for MySQL 5.7 to October 31, 2028. Scope All regions Impact You have more time
[Notice] Adjustment on the EOS Date of Huawei Cloud RDS for MySQL 5.7 Release Date This notice is released on March 27, 2025. EOS Date Adjustment Huawei Cloud adjusted the end-of-service (EOS) date of RDS for MySQL 5.7 to October 31, 2028. Scope All regions Impact You have more time
What Should I Do If Access to DCS Fails After Server Disconnects? Analysis: If persistent connections ("pconnect" in Redis terminology) or connection pooling is used and connections are closed after being used for connecting to DCS instances, errors will be returned at attempts to
Why Is Public Access of My DCS Redis 3.0 Instance Unintentionally Disabled? Symptom: Public access has been enabled for a DCS Redis 3.0 instance but is suddenly disabled. Possible cause: The EIP bound to the DCS Redis instance is unbound. As a result, public access is automatically
What Should I Do If the Monitoring Data of a DCS Redis Instance Is Abnormal? If you have any doubt on the monitoring data of a DCS Redis instance, you can access the instance through redis-cli and run the INFO ALL command to view the metrics. For details about the output of the INFO
How Do I Analyze the Hot Keys of a DCS Redis 3.0 Instance? DCS for Redis 3.0 does not support hot key analysis on the console. Alternatively, you can use the following methods to analyze hot keys: Method 1: Analyze the service structure and service implementation to discover possible
Can BCS Instances Deployed on the Public Cloud Access Blockchain Nodes on Other Clouds? BCS instances now can be deployed only on the public cloud. Each user can deploy multiple BCS instances. Multiple public cloud users' BCS instances can form a consortium blockchain. Huawei Cloud-dominated
How Do I Clear Residual Log Files After a BCS Service Is Deleted? After a BCS service is deleted, log files are not automatically deleted from the cluster nodes. You are advised to manually delete the residual files to save space. Use the remote management tool to log in to each cluster
How Do I Get Access to the Partners of Huawei Cloud BCS for More Services? If you have requirements for service chaincode or client app design and development, reach us by sales@huaweicloud.com. BCS and its partners will provide you with comprehensive solutions based on your business
Can I Build My Own Anti-DDoS System Using HUAWEI CLOUD ECSs? Yes, you can. You can set up an anti-DDoS system on your own for your business using ECSs of HUAWEI CLOUD. However, Huawei Cloud will block or freeze traffic when detecting frequent flood attacks, which may interrupt your
Should I Use a Domain Name or an IP Address to Connect to a DCS Redis Instance? Single-node, read/write splitting, and Proxy Cluster: Each instance has only one IP address and one domain name address. The addresses remain unchanged before and after master/standby switchover. You can
How Do I Access a DCS Redis Instance Through Redis Desktop Manager? You can access a DCS Redis 3.0 instance through the Redis Desktop Manager within a VPC or over the Internet. Within a VPC Enter the address, port number (6379), and authentication password of the DCS instance you
Why Is Redisson Distributed Lock Not Supported by DCS Proxy Cluster Redis 3.0 Instances? Redisson implements lock acquisition and unlocking in the following process: Redisson lock acquisition and unlocking are implemented by running Lua scripts. During lock acquisition, the EXISTS
Can I Export Backup Data of DCS Redis Instances to RDB Files on the Console? DCS Redis 3.0 instances No. On the console, backup data of a DCS Redis 3.0 instance can be exported only to AOF files. To export data to RDB files, run the following command in redis-cli: redis-cli -h {redis_address
Why Can't I Select the Required Enterprise Project When Creating a DCS Instance? Symptom The desired enterprise project is not displayed during instance creation. Cause The user group does not have DCS permissions in the desired enterprise project. Solution Log in to the DCS console
What Can I Do If a Lettuce 6.x Client Is Incompatible with My DCS Instance? Symptom When a Lettuce 6.x client is connected to a Proxy Cluster DCS Redis 4.x/5.x instance, the error message "NOAUTH Authentication required" is displayed. Figure 1 Error message example Analysis In Lettuce