Rate This Document
Findability
Accuracy
Completeness
Readability

Installing the RPM Package

  1. Obtain the etcd 3.1.20 RPM package and copy it to the /home directory on the server.

    Download link:

    If the server is connected to the Internet, you can run the wget command on the server to download the RPM package.

    • CentOS 7.6:
      cd /home
      wget https://repo.huaweicloud.com/kunpeng/yum/el/7/aarch64/Packages/database/etcd-3.1.20-1.el7.aarch64.rpm --no-check-certificate
    • openEuler 20.03 LTS SP3:
      cd /home
      wget https://repo.huaweicloud.com/kunpeng/yum/oe/20.03-LTS/database/etcd-3.1.20-1.aarch64.rpm --no-check-certificate
    • Kylin V10:
      cd /home
      wget https://repo.huaweicloud.com/kunpeng/yum/oe/Kylin-V10/database/etcd-3.1.20-1.ky10.ky10.aarch64.rpm --no-check-certificate
  2. Install etcd.
    • CentOS 7.6:
      rpm -ivh etcd-3.1.20-1.el7.aarch64.rpm

    • openEuler 20.03 LTS SP3:
      rpm -ivh etcd-3.1.20-1.aarch64.rpm

    • Kylin V10:
      rpm -ivh etcd-3.1.20-1.ky10.ky10.aarch64.rpm

  3. View the installation directory.
    ls /usr/local/etcd