WEB开发网
开发学院数据库Oracle 在Oracle VM虚拟机上安装Oracle Clusterware 11g 阅读

在Oracle VM虚拟机上安装Oracle Clusterware 11g

 2010-02-22 16:11:34 来源:WEB开发网   
核心提示:4) 当所有节点的RSA Key都添加到authorized_keys时,将authorized_keys文件抄送到每个节点在节点上启用SSH协议1) 在每个节点上执行 SSH hostname date[oracle@rac1_13 .ssh]$ ssh rac1_13 dateThe authenticity of

4) 当所有节点的RSA Key都添加到authorized_keys时,将authorized_keys文件抄送到每个节点

在节点上启用SSH协议

1) 在每个节点上执行 SSH hostname date

[oracle@rac1_13 .ssh]$ ssh rac1_13 date

The authenticity of host 'rac1_13 (10.182.108.86)' can't be established.

RSA key fingerprint is e6:dc:07:c3:d5:2a:45:43:66:72:d3:44:17:4d:54:42.

Are you sure you want to continue connecting (yes/no) yes

Warning: Permanently added 'rac1_13,10.182.108.86' (RSA) to the list of known hosts.

Enter passphrase for key '/home/oracle/.ssh/id_rsa':

Sun Apr 20 23:31:06 EDT 2008

[oracle@rac1_13 .ssh]$ ssh rac2_13 date

在节点rac2_13上重复以上步骤

2) 在每个节点上启动SSH Agent,并将SSH keys装载到内存

[oracle@rac1_13 .ssh]$ exec /usr/bin/ssh-agent $SHELL

[oracle@rac1_13 .ssh]$ /usr/bin/ssh-add

[oracle@rac2_13 ~]$ exec /usr/bin/ssh-agent $SHELL

[oracle@rac2_13 ~]$ /usr/bin/ssh-add

·验证SSH 协议

[oracle@rac1_13 .ssh]$ ssh rac1_13 date

Sun Apr 20 23:40:04 EDT 2008

[oracle@rac1_13 .ssh]$ ssh rac2_13 date

Sun Apr 20 23:40:09 EDT 2008

[oracle@rac1_13 .ssh]$ ssh rac2_13-priv date

Sun Apr 20 23:41:20 EDT 2008

到这里SSH信任访问协议配置完毕。

上一页  1 2 3 4 5 6 7 8 9 10  下一页

Tags:Oracle VM 虚拟

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接