How Can I Use a EulerOS Image Source (x86_64 or Arm) Provided by HUAWEI CLOUD?
Scenarios
When updating the OS or software of an ECS, you can access the Internet through the ECS and use an external EulerOS image source. However, if your ECS cannot access the Internet, or the external EulerOS image source cannot provide services stably, you can use the EulerOS image source provided by HUAWEI CLOUD.
Constraints
- This section applies only to the following regions: CN North-Beijing1, CN North-Beijing4, CN East-Shanghai1, CN East-Shanghai2, CN South-Guangzhou, and AP-Hong Kong.
- Make sure that the intranet DNS server provided by HUAWEI CLOUD has been configured.
For instructions about how to obtain an intranet DNS server, see What Are the Private DNS Server Addresses Provided by the DNS Service?
For instructions about how to configure a DNS server, see Configuring DNS.
- The operations described in this section apply to both x86_64 and Arm (Kunpeng) ECSs.
Procedure
- Log in to the ECS.
- Run the following commands to back up the Euler repo file:
mkdir -p /etc/yum.repos.d/repo_bak/
mv /etc/yum.repos.d/*.repo /etc/yum.repos.d/repo_bak/
- Select a suitable curl command to download the Euler-Base.repo file of the desired version and save the file into /etc/yum.repos.d/.
- x86_64 (only EulerOS 2.2 is supported)
curl -o /etc/yum.repos.d/EulerOS-base.repo http://mirrors.myhuaweicloud.com/repo/EulerOS_2_x_base.repo
For example, if EulerOS 2.2 is used, change x in EulerOS_2_x_base.repo to 2 in the following command:
curl -o /etc/yum.repos.d/EulerOS-base.repo http://mirrors.myhuaweicloud.com/repo/EulerOS_2_2_base.repo
- x86_64 (only EulerOS 2.2 is supported)
- Run the following command to generate a cache:
- After the command is executed, if the system displays the message "Another app is currently holding the yum lock", run the rm -rf /var/run/yum.pid command to delete the yum.pid file. Then, run the yum makecache command again to generate the cache.
- If certain packages are unavailable, this issue may be caused by in-progress data synchronization. In such a case, try again several hours later.
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.