在本机用vmware虚拟机安装Oracle grid的时候,总是安装到65%系统就不动了,然后查看日志发现日志也没有响应:
[root@linux01 app]# tail -f /app/oraInventory/logs/installActions2015-08-17_05-51-32PM.log at oracle.sysman.oii.oiic.OiicInstallAPISession.access$000(OiicInstallAPISession.java:88) at oracle.sysman.oii.oiic.OiicInstallAPISession$OiicActionsThread.run(OiicInstallAPISession.java:934) Caused by: oracle.ops.mgmt.cluster.RemoteDirException: at oracle.ops.mgmt.nativesystem.UnixSystem.pathExists(UnixSystem.java:956) at oracle.ops.mgmt.cluster.Cluster.isExists(Cluster.java:1237) at oracle.sysman.oii.oiip.oiipg.OiipgClusterOps.fileExistsOnNode(OiipgClusterOps.java:2206) ... 10 more INFO: Copying Oracle home '/app/grid' to remote nodes 'linux02'. INFO: Copying Oracle home '/app/grid' to remote nodes 'linux02'.
感觉和网络有关系,检查/etc/hosts,发现没有问题
检查防火墙,发现iptables没有关,禁用iptables,并且关闭iptables
[root@linux01 app]# chkconfig iptables off [root@linux01 app]# [root@linux01 app]# [root@linux01 app]# service iptables stop iptables: Flushing firewall rules: [ OK ] iptables: Setting chains to policy ACCEPT: filter [ OK ] iptables: Unloading modules: [ OK ]
删除上次安装的文件,重新进行安装:
[root@linux01 app]# rm -rf ./oraInventory/ [root@linux01 app]# cd grid [root@linux01 grid]# rm -rf ./* 重新安装以后,已经可以过去了,第二节点已经有文件cp过来了
[root@linux02 app]# ll total 24 drwxr-xr-x. 57 grid oinstall 4096 Aug 17 18:37 grid drwx------. 2 oracle oinstall 16384 Aug 4 17:00 lost+found drwxrwxrwx. 4 oracle oinstall 4096 Aug 6 11:36 soft
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。