一、准备
1、3台ip不同,物理地址不同,hostname不同的centos7的虚拟机,
2、虚拟设备都能ping通外网,且在windows cmd窗口能ping通虚拟机
二、实现
1、检查 【ip,hostname不能相同】
ifconfig
hostname
2、配置短域名
vim /etc/hosts
3、关闭防火墙
systemctl stop firewalld
systemctl disable firewalld
vim /etc/selinux/config
4、配置ssh免密
ssh-keygen
ssh-copy-id node1
5、检查时间同步
ntpdate ntp5.aliyun.com
date
6、jdk安装OK
java -version