centos7 rac ins-41112错误

Posted 竹径通幽

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7 rac ins-41112错误相关的知识,希望对你有一定的参考价值。

关闭不必要的服务

[[email protected] run]# chkconfig NetworkManager off
Note: Forwarding request to ‘systemctl disable NetworkManager.service‘.
Removed symlink /etc/systemd/system/multi-user.target.wants/NetworkManager.service.
Removed symlink /etc/systemd/system/dbus-org.freedesktop.NetworkManager.service.
Removed symlink /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service.
[[email protected] run]# systemctl stop firewalld.service
[[email protected] run]# systemctl disable firewalld.service
Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.
Removed symlink /etc/systemd/system/basic.target.wants/firewalld.service.


[[email protected] run]# setenforce 0
[[email protected] run]# vi /etc/selinux/config

SELINUX=disabled 

 

以上是关于centos7 rac ins-41112错误的主要内容,如果未能解决你的问题,请参考以下文章

基于CentOS7.8操作系统一步一步搭建Oracle 21c rac集群环境

Oracle Rac创建表空间及用户

CentOS7 Docker-ce 安装(阿里源)

centos7安装docker-ce

Centos7安装Docker CE

CentOS7安装Docker-CE并部署项目