首页 > 其他 > 详细

在Centos 6.3 X64平台安装11.2.0.1时,Hang到65%不动

时间:2015-08-18 06:49:22      阅读:551      评论:0      收藏:0      [点我收藏+]

在本机用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

技术分享

本文出自 “数据库之路” 博客,请务必保留此出处http://dbaway.blog.51cto.com/7099215/1685339

在Centos 6.3 X64平台安装11.2.0.1时,Hang到65%不动

原文:http://dbaway.blog.51cto.com/7099215/1685339

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!