Oracle Study在AIX环境下如何构建主机信任关系
admin
2023-05-03 09:43:54
0

在AIX环境下构建主机信任关系首选rsh,但在构建Oracle 11g RAC时需要ssh支持,以下文档介绍如何在AIX6.1下构建ssh的信任关系。

   默认aix没有安装ssh软件包,首先要安装ssh软件包:

1、下载、解压软件包

[root@aix209 ssh]#ls
OpenSSH_5.8.0.6102.tar.Z  openssl-0.9.8.1802.tar.Z  ssh.txt

解压后通过smit installs安装:

[root@aix209 ssh]#uncompress OpenSSH_5.8.0.6102.tar.Z
[root@aix209 ssh]#uncompress openssl-0.9.8.1802.tar.Z

[root@aix209 ssh]#ls
OpenSSH_5.8.0.6102.tar  openssl-0.9.8.1802.tar  ssh.txt
[root@aix209 ssh]#tar xvf OpenSSH_5.8.0.6102.tar

x openssh.base, 6310912 bytes, 12326 tape blocks
x openssh.license, 338944 bytes, 662 tape blocks
x openssh.man.en_US, 153600 bytes, 300 tape blocks
x openssh.msg.CA_ES, 20480 bytes, 40 tape blocks
x openssh.msg.CS_CZ, 20480 bytes, 40 tape blocks
x openssh.msg.DE_DE, 20480 bytes, 40 tape blocks
x openssh.msg.EN_US, 17408 bytes, 34 tape blocks
x openssh.msg.ES_ES, 19456 bytes, 38 tape blocks
x openssh.msg.FR_FR, 20480 bytes, 40 tape blocks
x openssh.msg.HU_HU, 21504 bytes, 42 tape blocks
x openssh.msg.IT_IT, 19456 bytes, 38 tape blocks
x openssh.msg.JA_JP, 24576 bytes, 48 tape blocks
x openssh.msg.Ja_JP, 26624 bytes, 52 tape blocks
x openssh.msg.KO_KR, 21504 bytes, 42 tape blocks
x openssh.msg.PL_PL, 20480 bytes, 40 tape blocks
x openssh.msg.PT_BR, 19456 bytes, 38 tape blocks
x openssh.msg.RU_RU, 25600 bytes, 50 tape blocks
x openssh.msg.SK_SK, 20480 bytes, 40 tape blocks
x openssh.msg.ZH_CN, 25600 bytes, 50 tape blocks
x openssh.msg.ZH_TW, 24576 bytes, 48 tape blocks
x openssh.msg.Zh_CN, 21504 bytes, 42 tape blocks
x openssh.msg.Zh_TW, 21504 bytes, 42 tape blocks
x openssh.msg.ca_ES, 19456 bytes, 38 tape blocks
x openssh.msg.cs_CZ, 19456 bytes, 38 tape blocks
x openssh.msg.de_DE, 20480 bytes, 40 tape blocks
x openssh.msg.en_US, 17408 bytes, 34 tape blocks
x openssh.msg.es_ES, 19456 bytes, 38 tape blocks
x openssh.msg.fr_FR, 20480 bytes, 40 tape blocks
x openssh.msg.hu_HU, 27648 bytes, 54 tape blocks
x openssh.msg.it_IT, 19456 bytes, 38 tape blocks
x openssh.msg.ja_JP, 26624 bytes, 52 tape blocks
x openssh.msg.ko_KR, 19456 bytes, 38 tape blocks
x openssh.msg.pl_PL, 27648 bytes, 54 tape blocks
x openssh.msg.pt_BR, 18432 bytes, 36 tape blocks
x openssh.msg.ru_RU, 27648 bytes, 54 tape blocks
x openssh.msg.sk_SK, 19456 bytes, 38 tape blocks
x openssh.msg.zh_CN, 21504 bytes, 42 tape blocks
x openssh.msg.zh_TW, 21504 bytes, 42 tape blocks

[root@aix209 ssh]#ls

OpenSSH_5.8.0.6102.tar  openssh.msg.IT_IT       openssh.msg.Zh_TW       openssh.msg.pl_PL
openssh.base            openssh.msg.JA_JP       openssh.msg.ca_ES       openssh.msg.pt_BR
openssh.license         openssh.msg.Ja_JP       openssh.msg.cs_CZ       openssh.msg.ru_RU
openssh.man.en_US       openssh.msg.KO_KR       openssh.msg.de_DE       openssh.msg.sk_SK
openssh.msg.CA_ES       openssh.msg.PL_PL       openssh.msg.en_US       openssh.msg.zh_CN
openssh.msg.CS_CZ       openssh.msg.PT_BR       openssh.msg.es_ES       openssh.msg.zh_TW
openssh.msg.DE_DE       openssh.msg.RU_RU       openssh.msg.fr_FR       openssl-0.9.8.1802.tar
openssh.msg.EN_US       openssh.msg.SK_SK       openssh.msg.hu_HU       ssh.txt
openssh.msg.ES_ES       openssh.msg.ZH_CN       openssh.msg.it_IT
openssh.msg.FR_FR       openssh.msg.ZH_TW       openssh.msg.ja_JP
openssh.msg.HU_HU       openssh.msg.Zh_CN       openssh.msg.ko_KR

[root@aix209 ssh]#tar xvf OpenSSH_5.8.0.6102.tar 

x openssh.base, 6310912 bytes, 12326 tape blocks
x openssh.license, 338944 bytes, 662 tape blocks
x openssh.man.en_US, 153600 bytes, 300 tape blocks
x openssh.msg.CA_ES, 20480 bytes, 40 tape blocks
x openssh.msg.CS_CZ, 20480 bytes, 40 tape blocks
x openssh.msg.DE_DE, 20480 bytes, 40 tape blocks
x openssh.msg.EN_US, 17408 bytes, 34 tape blocks
x openssh.msg.ES_ES, 19456 bytes, 38 tape blocks
x openssh.msg.FR_FR, 20480 bytes, 40 tape blocks
x openssh.msg.HU_HU, 21504 bytes, 42 tape blocks
x openssh.msg.IT_IT, 19456 bytes, 38 tape blocks
x openssh.msg.JA_JP, 24576 bytes, 48 tape blocks
x openssh.msg.Ja_JP, 26624 bytes, 52 tape blocks
x openssh.msg.KO_KR, 21504 bytes, 42 tape blocks
x openssh.msg.PL_PL, 20480 bytes, 40 tape blocks
x openssh.msg.PT_BR, 19456 bytes, 38 tape blocks
x openssh.msg.RU_RU, 25600 bytes, 50 tape blocks
x openssh.msg.SK_SK, 20480 bytes, 40 tape blocks
x openssh.msg.ZH_CN, 25600 bytes, 50 tape blocks
x openssh.msg.ZH_TW, 24576 bytes, 48 tape blocks
x openssh.msg.Zh_CN, 21504 bytes, 42 tape blocks
x openssh.msg.Zh_TW, 21504 bytes, 42 tape blocks
x openssh.msg.ca_ES, 19456 bytes, 38 tape blocks
x openssh.msg.cs_CZ, 19456 bytes, 38 tape blocks
x openssh.msg.de_DE, 20480 bytes, 40 tape blocks
x openssh.msg.en_US, 17408 bytes, 34 tape blocks
x openssh.msg.es_ES, 19456 bytes, 38 tape blocks
x openssh.msg.fr_FR, 20480 bytes, 40 tape blocks
x openssh.msg.hu_HU, 27648 bytes, 54 tape blocks
x openssh.msg.it_IT, 19456 bytes, 38 tape blocks
x openssh.msg.ja_JP, 26624 bytes, 52 tape blocks
x openssh.msg.ko_KR, 19456 bytes, 38 tape blocks
x openssh.msg.pl_PL, 27648 bytes, 54 tape blocks
x openssh.msg.pt_BR, 18432 bytes, 36 tape blocks
x openssh.msg.ru_RU, 27648 bytes, 54 tape blocks
x openssh.msg.sk_SK, 19456 bytes, 38 tape blocks
x openssh.msg.zh_CN, 21504 bytes, 42 tape blocks
x openssh.msg.zh_TW, 21504 bytes, 42 tape blocks

2、通过smit installs安装:
[root@aix209 ssh]#smit installs

3、安装成功后,系统自动启动ssh service:
[root@aix209 ssh]#l***c -a |grep ssh
 sshd             ssh              6029368      active

4、配置信任关系(通过建立公钥和私钥)
[grid@aix209 grid]$ssh-keygen -t rsa

Generating public/private rsa key pair.
Enter file in which to save the key (/home/grid/.ssh/id_rsa): 
Created directory '/home/grid/.ssh'.
Enter passphrase (empty for no passphrase): 
Enter same passphrase again: 
Your identification has been saved in /home/grid/.ssh/id_rsa.
Your public key has been saved in /home/grid/.ssh/id_rsa.pub.
The key fingerprint is:
46:8c:ac:aa:82:62:b1:5e:e2:ba:ed:d5:02:5e:f5:62 grid@aix209
The key's randomart p_w_picpath is:
+--[ RSA 2048]----+
|                 |
|     . o         |
|      + o        |
|     o o         |
|  . o E S        |
| o + o o         |
|..=.o .          |
|==o. .           |
|X=o              |
+-----------------+

[grid@aix209 grid]$ssh-keygen -t dsa

Generating public/private dsa key pair.
Enter file in which to save the key (/home/grid/.ssh/id_dsa): 
Enter passphrase (empty for no passphrase): 
Enter same passphrase again: 
Your identification has been saved in /home/grid/.ssh/id_dsa.
Your public key has been saved in /home/grid/.ssh/id_dsa.pub.
The key fingerprint is:
4a:6d:60:35:ee:1c:fe:7d:62:54:f6:31:5c:7b:4a:54 grid@aix209
The key's randomart p_w_picpath is:
+--[ DSA 1024]----+
|        o     ..E|
|       o .   .. o|
|      o o     +=.|
|     . * .   + o+|
|      . S   . . .|
|     . o . o     |
|      .   . + .  |
|           . o   |
|                 |
+-----------------+

[grid@aix209 ~]$cd .ssh
[grid@aix209 .ssh]$ls
id_dsa      id_dsa.pub  id_rsa      id_rsa.pub
[grid@aix209 .ssh]$cd ..          

在另一个node(aix210)同样方式建立密钥对:

[grid@aix210 grid]$ssh-keygen -t rsa

[grid@aix210 grid]$ssh-keygen -t dsa                         

[grid@aix209 ~]$cat .ssh/id_rsa.pub >>.ssh/authorized_keys
[grid@aix209 ~]$cat .ssh/id_dsa.pub >>.ssh/authorized_keys
[grid@aix209 ~]$ssh aix210 cat .ssh/id_rsa.pub >>.ssh/authorized_keys

The authenticity of host 'aix210 (192.168.8.210)' can't be established.
RSA key fingerprint is 65:25:9b:46:05:a4:84:73:76:d2:ba:d2:c8:a2:91:0e.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'aix210,192.168.8.210' (RSA) to the list of known hosts.
grid@aix210's password: 
[grid@aix209 ~]$ssh aix210 cat .ssh/id_dsa.pub >>.ssh/authorized_keys
grid@aix210's password: 

将公钥authorized_keys上传到对方主机:
[grid@aix209 ~]$scp .ssh/authorized_keys aix210:~/.ssh

grid@aix210's password: 
authorized_keys                                                             100% 1988     1.9KB/s   00:00    

验证:

[grid@aix209 ~]$ssh aix210 date
Mon Jan  5 22:24:19 CST 1970
[grid@aix209 ~]$ssh aix210-priv date
The authenticity of host 'aix210-priv (10.10.10.210)' can't be established.
RSA key fingerprint is 65:25:9b:46:05:a4:84:73:76:d2:ba:d2:c8:a2:91:0e.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'aix210-priv,10.10.10.210' (RSA) to the list of known hosts.
Mon Jan  5 22:24:27 CST 1970
[grid@aix209 ~]$ssh aix209-priv date
The authenticity of host 'aix209-priv (10.10.10.209)' can't be established.
RSA key fingerprint is 8f:54:98:0e:1b:c1:81:10:36:88:62:e2:20:61:16:91.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'aix209-priv,10.10.10.209' (RSA) to the list of known hosts.
Mon Mar 28 18:39:55 CDT 2016
[grid@aix209 ~]$ssh aix209 date
The authenticity of host 'aix209 (192.168.8.209)' can't be established.
RSA key fingerprint is 8f:54:98:0e:1b:c1:81:10:36:88:62:e2:20:61:16:91.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'aix209,192.168.8.209' (RSA) to the list of known hosts.
Mon Mar 28 18:40:02 CDT 2016

[grid@aix210 ~]$ssh aix209 date
The authenticity of host 'aix209 (192.168.8.209)' can't be established.
RSA key fingerprint is 8f:54:98:0e:1b:c1:81:10:36:88:62:e2:20:61:16:91.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'aix209,192.168.8.209' (RSA) to the list of known hosts.
Mon Mar 28 18:40:30 CDT 2016
[grid@aix210 ~]$ssh aix209-priv date
The authenticity of host 'aix209-priv (10.10.10.209)' can't be established.
RSA key fingerprint is 8f:54:98:0e:1b:c1:81:10:36:88:62:e2:20:61:16:91.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'aix209-priv,10.10.10.209' (RSA) to the list of known hosts.
Mon Mar 28 18:40:36 CDT 2016
[grid@aix210 ~]$ssh aix210-priv date
The authenticity of host 'aix210-priv (10.10.10.210)' can't be established.
RSA key fingerprint is 65:25:9b:46:05:a4:84:73:76:d2:ba:d2:c8:a2:91:0e.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'aix210-priv,10.10.10.210' (RSA) to the list of known hosts.
Mon Jan  5 22:25:26 CST 1970
[grid@aix210 ~]$ssh aix210 date
The authenticity of host 'aix210 (192.168.8.210)' can't be established.
RSA key fingerprint is 65:25:9b:46:05:a4:84:73:76:d2:ba:d2:c8:a2:91:0e.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'aix210,192.168.8.210' (RSA) to the list of known hosts.
Mon Jan  5 22:25:31 CST 1970

。。。验证通过,信任关系建立成功!

------  在构建Oracle RAC时,需要Oracle用户也要建立信任关系 。。。

相关内容

热门资讯

7月手机推荐:涨价潮下,哪些手... “天天说手机涨价,这个时候买手机,不是大冤种吗?”那你就错了。 自今年3月起,因为成本压力持续提升,...
日本正式设立“国家情报局” △日本首相官邸(资料图)当地时间7月31日,日本政府正式设立“国家情报局”。首任局长为原和也。原和也...
38岁男子被北大录取,18年前... 2026年,连续三年高考后,38岁的清华毕业生李龙收到了北大医学部的录取通知书,他终于不必再回答“明...
“极不寻常”!爆料称特朗普或拒... 英国路透社29日发布“独家消息”称,特朗普政府有可能推迟或直接拒绝法国总统马克龙提名的新一任法国驻美...
马斯克:已要求SpaceXAI... IT之家 7 月 29 日消息,据调查媒体 404 Media 此前报道,人工智能公司正在大量收购稀...
和美德决裂、赞扬中国…法国这个... 法国极左翼政党“不屈法兰西”(La France Insoumise)领导人让-吕克·梅朗雄,正以强...
长鑫市值3.6万亿超腾讯:数千... 出品|搜狐科技 作者|张雅婷 7月27日,长鑫科技正式登陆科创板。 截至发稿,长鑫科技股价54.65...
重庆彭水山体崩塌已确认51人遇... 7月17日9时许,重庆彭水汉葭街道发生大型山体崩塌灾害。7月30日晚,彭水发布情况通报,截至目前,陆...
民政部:截至目前各地共办理婚姻... 澎湃新闻记者 刘璐7月30日,民政部举行第三季度例行新闻发布会。会上,民政部新闻发言人李婉丽介绍,截...
罗永浩13年前超前构想!这套电... 快科技7月26日消息,今日,罗永浩发文谈到网络视频电视机傻瓜化。 他表示,其实网络视频电视机做成傻瓜...