Hi all, currently i'm using Oracle OCI Osaka, Japan's server. Previously update package with no issue by command:
# dnf update
Currently by issue the same command error appear:
[root@xxx00 vars]# yum update
Oracle Instant Client for Oracle Linux 8 (aarch64) 0.0 B/s | 0 B 00:00 Errors during downloading metadata for repository 'ol8_oracle_instantclient': - Curl error (6): Couldn't resolve host name for https://yum.ap-osaka-1.oracle.com/repo/OracleLinux/OL8/oracle/instantclient/aarch64/repodata/repomd.xml [Could not resolve host: yum.ap-osaka-1.oracle.com]Error: Failed to download metadata for repo 'ol8_oracle_instantclient': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
after issue the below command, same result
# yum clean metadata
I try to ping "yum.ap-osaka-1.oracle.com" but is invalid. Is that I need to change the repolist content?
Thanks in advance.