1. 網路設定 (root)
a. 修改 /etc/sysconfig/network-scripts/ifcfg-你的網路卡編號
2. 升級套件 (root)
yum update -yyum install http://ftp.jaist.ac.jp/pub/Linux/Fedora/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
3. 關閉SELinux (root)
a. 修改 /etc/sysconfig/selinux
SELINUX=disabled
4. 關閉Firewalld.service (root)
systemctl disable firewalld.service
systemctl stop firewalld.service
5. 更新SSL (root)
yum
upgrade openssl
6. 安裝NTPD (root)
yum install ntp
ntpdate ntp-doc
service ntpd start
chkconfig ntpd on
7. 修改電腦名稱 (root)
a. 修改 /etc/hostname
b. 修改 /etc/hosts
8. SSH無密碼 (root)
a. 以Ambari裝叢集需Ambari電腦root可無密碼其他台root權限之帳號
b. 建立RSA
ssh-keygen
c. 建立authorized_keys
cat
~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
d. 建立authorized_keys
chmod
600 authorized_keys
e. 複製至其他台電腦, 因Ambari後續設定HDP故連線方式為root帳號連線目標root帳號
scp
~/.ssh/authorized_keys root@hadoop02.hadoop:~/.ssh/
0 意見:
張貼留言