如何在rhel上安装和配置ApacheAmbari而无需internet连接

nzrxty8p  于 2021-06-02  发布在  Hadoop
关注(0)|答案(2)|浏览(359)

如何在没有互联网连接的情况下在rhel上安装和配置apache ambari??我可以将文件从我的本地计算机复制到这个服务器,这台计算机有internet连接

j0pj023g

j0pj023g1#

您可以遵循以下文档:
http://docs.hortonworks.com/hdpdocuments/ambari-1.6.1.0/bk_using_ambari_book/content/ambari-chap1.html
具体来说,这里介绍如何使用本地存储库安装ambari和堆栈:
http://docs.hortonworks.com/hdpdocuments/ambari-1.6.1.0/bk_using_ambari_book/content/ambari-chap1-6.html

vsdwdz23

vsdwdz232#

第一步使用下面的链接下载tar文件这里有一个链接!您将使用(http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.6.1.5/ambari-2.6.1.5-centos7.tar.gz)
步骤2下载安装过程中需要的关于postgres92的4rpm依赖项。首先,使用命令rpm-ivf一次安装这些rpm
这些名字are:-
1.postgresql92-postgresql9.2.18-1.el7.x86\u 64.rpm这是一个链接!
2.postgresql92-postgresql-libs-9.2.18-1.el7.x86\u 64.rpm这里有一个链接!
3.postgresql92-postgresql-server-9.2.18-1.el7.x86\u 64.rpm
这里有一个链接!
4.postgresql92-postgresql-runtime-9.2.18-1.el7.x86\u 64.rpm这里有一个链接!
注:安装所有4个以上转速然后。。。。遵循以下步骤
步骤3转到ambari-server.rpm文件夹并安装它命令:yum install ambari-server.rpm
第四步,现在开始命令:ambari servet setup并选择下面的所有选项,不管这个命令后面会出现什么。
确保在执行上述所有操作时,您必须是root用户
谢谢,希望能好用

相关问题