无法在 Redhat 7 上运行任何 yum 命令

无法在 Redhat 7 上运行任何 yum 命令

我有一个新的 Red Hat Enterprise Linux Server 版本 7.3,我正在尝试按照链接中的步骤在此计算机上安装 Ambari Server

http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.0.0/bk_Installing_HDP_AMB/content/_download_the_ambari_repo_lnx7.html

我可以运行第一步,即

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 repolistyum 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

我运行了上述命令,但它没有解决我的问题。我尝试搜索答案,但在互联网上没有找到任何东西。

有人能发现这个问题吗?

答案1

问题出在 /var 目录损坏了。我让我的 IT 人员重建操作系统,它开始正常工作。

相关内容