oracle grid install 6 of steps 13

INFO: 
INFO: Copy remotefile: /home/grid/.ssh/identity.pub to localfile: /home/grid/.ssh/identity.pub.rac01


INFO: Copy remotefile: /home/grid/.ssh/identity.pub to localfile: /home/grid/.ssh/identity.pub.rac02


INFO: Advanced: Copying /home/grid/.ssh/authorized_keysto /home/grid/.ssh/authorized_keys to node rac01
INFO: Copy localfile: /home/grid/.ssh/authorized_keys to remotefile: /home/grid/.ssh/authorized_keys


INFO: Advanced: Copying /home/grid/.ssh/authorized_keysto /home/grid/.ssh/authorized_keys to node rac02
INFO: Copy localfile: /home/grid/.ssh/authorized_keys to remotefile: /home/grid/.ssh/authorized_keys


INFO: scp: /home/grid/.ssh/authorized_keys: set mode: Operation not permitted


INFO: Advanced: Copying /home/grid/.ssh/known_hosts to /home/grid/.ssh/known_hosts to node rac01
INFO: Copy localfile: /home/grid/.ssh/known_hosts to remotefile: /home/grid/.ssh/known_hosts


INFO: Advanced: Copying /home/grid/.ssh/known_hosts to /home/grid/.ssh/known_hosts to node rac02
INFO: Copy localfile: /home/grid/.ssh/known_hosts to remotefile: /home/grid/.ssh/known_hosts


INFO: scp: /home/grid/.ssh/known_hosts: set mode: Operation not permitted


检查发现两个节点的权限和属组不同
[root@rac02 .ssh]# ls -l
-rwxrwxr-x 1 oracle oinstall 12670 Feb 18 16:19 authorized_keys
-rwxrwxr-x 1 grid   oinstall 11752 Feb 18 10:21 authorized_keys.ri.bak
-rw------- 1 grid   oinstall   887 Feb 18 16:19 identity
-rw-r--r-- 1 grid   oinstall   220 Feb 18 16:19 identity.pub
-rwxrwxr-x 1 oracle oinstall 27279 Feb 18 16:19 known_hosts

[root@rac01 .ssh]# ls -l
total 164
-rw-r--r-- 1 grid oinstall 12670 Feb 18 16:19 authorized_keys
-rw-r--r-- 1 grid oinstall 11991 Feb 18 16:18 authorized_keys.ri.bak
-rw-r--r-- 1 grid oinstall    22 Feb 18 16:18 config
-rw-r--r-- 1 grid oinstall    22 Feb 18 10:20 config.ri.bak
-rw------- 1 grid oinstall   883 Feb 18 16:18 identity
-rw-r--r-- 1 grid oinstall   220 Feb 18 16:18 identity.pub
-rw------- 1 grid oinstall   887 Feb 18 16:18 id_rsa
-rw-r--r-- 1 grid oinstall   239 Feb 18 16:18 id_rsa.pub
-rw-r--r-- 1 grid oinstall   239 Feb 18 10:20 id_rsa.pub.ri.bak
-rw------- 1 grid oinstall   887 Feb 18 10:20 id_rsa.ri.bak
-rw-r--r-- 1 grid oinstall 27279 Feb 18 16:19 known_hosts
-rw-r--r-- 1 grid oinstall 25302 Feb 18 10:21 known_hosts.ri.bak

在节点2执行

[root@rac02 grid]# chown -R grid:oinstall /home/grid
[root@rac02 .ssh]# chmod -R 775 /home/grid

两边属组和权限一致后再执行通过




请使用浏览器的分享功能分享到微信等