1) 所有节点均安装openjdk-1.8及相关组建
[root@srv1 ~]# yum install libnuma* libaio java-1.8.0-openjdk openssl -y
2) 让srv1对其他2个节点进行ssh免密登陆
[root@srv1 ~]# ssh-keygen -q -N ''
Enter file in which to save the key (/root/.ssh/id_rsa): # 回车
[root@srv1 ~]# ssh-copy-id srv2.1000y.cloud
/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "/root/.ssh/id_rsa.pub"
The authenticity of host 'srv2.1000y.cloud (192.168.1.12)' can't be established.
ECDSA key fingerprint is SHA256:t28NPufYujinK8ZEd7DQWUu/FHpKm2cTEul1ILl8WdA.
ECDSA key fingerprint is MD5:31:40:e6:18:88:0b:8f:14:c3:4d:23:5e:81:55:4b:39.
Are you sure you want to continue connecting (yes/no)? yes/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are alrea
dy installed/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are prompted now it is to instal
l the new keys
root@srv2.1000y.cloud's password:
Number of key(s) added: 1
Now try logging into the machine, with: "ssh 'root@srv2.1000y.cloud'"
and check to make sure that only the key(s) you wanted were added.
[root@srv1 ~]# ssh-copy-id srv3.1000y.cloud
/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "/root/.ssh/id_rsa.pub"
The authenticity of host 'srv3.1000y.cloud (192.168.1.13)' can't be established.
ECDSA key fingerprint is SHA256:t28NPufYujinK8ZEd7DQWUu/FHpKm2cTEul1ILl8WdA.
ECDSA key fingerprint is MD5:31:40:e6:18:88:0b:8f:14:c3:4d:23:5e:81:55:4b:39.
Are you sure you want to continue connecting (yes/no)? yes/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are alrea
dy installed/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are prompted now it is to instal
l the new keysroot@srv3.1000y.cloud's password:
Number of key(s) added: 1
Now try logging into the machine, with: "ssh 'root@srv3.1000y.cloud'"
and check to make sure that only the key(s) you wanted were added.
3) 在Node1节点安装安装ScaleIO-gateway
(1) 设置Gateway-ADMIN密码
[root@srv1 ~]# export GATEWAY_ADMIN_PASSWORD=123456
(2) 安装Gateway
[root@srv1 ~]# rpm -ivh /mnt/ScaleIO/EMC-ScaleIO-gateway-2.5-0.254.x86_64.rpm
|