Disable firewall and SElinux prior to Oracle 11g Database install
Steps:
chkconfig iptables off
chkconfig ip6tables off
service iptables stop
service ip6tables stop
chkconfig ip6tables off
service iptables stop
service ip6tables stop
vi /etc/selinux/config
change SELinux=enforcing to SELinux=disabled
change SELinux=enforcing to SELinux=disabled
reboot
No comments:
Post a Comment