[root@dbserver02 ~]# cd /u01/app/19.3.0/grid
[root@dbserver02 grid]# ls
[root@dbserver02 grid]# ls -al
总用量 0
drwxrwxr-x 4 grid oinstall 55 1月 23 09:45 .
drwxrwxr-x 3 root root 18 1月 22 16:27 ..
drwxr-xr-x 3 grid oinstall 28 4月 18 2019 .opatchauto_storage
drwxr-xr-x 7 grid oinstall 261 4月 18 2019 .patch_storage
原来还有两个隐含的目录,删除之。
[root@dbserver02 grid]# rm -fr .opatchauto_storage
[root@dbserver02 grid]# rm -fr .patch_storage
[root@dbserver02 grid]# ls -al
这下干净了,继续安装即可。
./runcluvfy.sh stage -pre crsinst -n db1,db2 -verbose grid执行检查,发现存在组播无法通讯的情况,日志如下:
oracle提供了一个测试的脚本工具 mcasttest.pl
和华为云平台运维人员沟通后发现私有网卡的安全组配置为现在点对点ip的方式。所以导致组播地址无法通讯,修改安全组策略为不限制后再次进行测试组播可以正常通讯。
同时分享一个组播的测试工具参考mos文档《 Grid Infrastructure Startup During Patching, Install or Upgrade May Fail Due to Multicasting Requirement (Doc ID 1212703.1) 》
如何使用mcasttest, 前提节点间需要配置免密登陆 :
Note: Multicast based communication only needs to be successful on either the 230.0.1.0 address or the 224.0.0.251 address. A successful multicast communication on both addresses is not required. 另外通讯在230和224任意网络上面都可以,不需要全部能通。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)