새로운 Red Hat Enterprise Linux Server 버전 7.3이 있고 링크의 단계에 따라 이 시스템에 Ambari Server를 설치하려고 합니다.
나는 첫 번째 단계를 실행할 수 있습니다
wget -nv http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.1.0/ambari.repo -O /etc/yum.repos.d/ambari.repo
하지만 후속 단계를 수행하면 yum repolist
다음 yum install ambari-server
오류가 발생합니다.
Loaded plugins: langpacks, product-id, rhnplugin, search-disabled-repos, subscription-manager
rhn-plugin: RPM error. The message was:
Could not determine what version of Red Hat Linux you are running.
If you get this error, try running
rpm --rebuilddb
위의 명령을 실행했지만 문제가 해결되지 않았습니다. 답변을 찾으려고 노력했지만 인터넷에서 아무것도 찾지 못했습니다.
누구든지 이 문제를 확인할 수 있습니까?