我有一个新的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
我运行了上面的命令,但它没有解决我的问题。我试图寻找答案,但我没有在互联网上找到任何东西。
有人能识别出这个问题吗?