Ambari2.7.0 offline deployment

Disclaimer: This article is a blogger original article, shall not be reproduced without the bloggers allowed. https://blog.csdn.net/mn_kw/article/details/90231726

First, download the installation package

wget http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.7.0.0/ambari-2.7.0.0-centos7.tar.gz

wget http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.22/repos/centos7/HDP-UTILS-1.1.0.22-centos7.tar.gz

wget http://public-repo-1.hortonworks.com/HDP/centos7/3.x/updates/3.0.0.0/HDP-3.0.0.0-centos7-rpm.tar.gz

wget http://public-repo-1.hortonworks.com/HDP-GPL/centos7-ppc/3.x/updates/3.0.0.0/HDP-GPL-3.0.0.0-centos7-ppc-gpl.tar.gz
 

Third, modifying the source yum, mounted offline

1, install httpd service (master)

       [root@master ~]# yum -y install httpd
       [root@master ~]# service httpd restart
       Redirecting to /bin/systemctl restart httpd.service [root@master ~]# chkconfig httpd on

2, the four above download package into / var / www under / html directory (primary)

3, create a local source

(1) Production tools installed local source (master)

       [root@master ambari]# yum install yum-utils createrepo yum-plugin-priorities -y
       [root@master ambari]# createrepo ./

(2) modifying the source address inside document (master)

              Modify finished execute the following command:

      [root@master ambari]# yum clean all
      [root@master ambari]# yum makecache
      [root@master ambari]# yum repolist

(3) the files are copied to the created child nodes (master)        


 

       [root@master ambari]# scp /to/repo/path/xxxx.repo slavexx:/etc/yum.repos.d/
 

Guess you like

Origin blog.csdn.net/mn_kw/article/details/90231726