现象:
在Redhat Linux 6上安装Oracle RAC的过程中,到65%的时候就没有任何反应。
原因:
因为防火墙开着
解决方法
chkconfig iptables off
service iptables stop
在Redhat Linux6上安装Oracle RAC时,由于防火墙开启导致进程在65%处卡顿。通过执行`chkconfig iptables off`和`service iptables stop`命令关闭防火墙,成功解决了该问题。
现象:
在Redhat Linux 6上安装Oracle RAC的过程中,到65%的时候就没有任何反应。
原因:
因为防火墙开着
解决方法
chkconfig iptables off
service iptables stop
1万+
1万+
1128

被折叠的 条评论
为什么被折叠?
