11gR2 Grid infrastructure fails to install
报错如下: pa peer cert TP
Oracle 11g rac不支持RHEL6
解决方案: 1.如果之前root.sh过了,但是没有成功,请先rollback失败操作 2.编辑 $GRID_HOME/crs/install/s_crsconfig_lib.pm ( 在 # Start OHASD 之前添加如下命令) my $UPSTART_OHASD_SERVICE = "oracle-ohasd"; ($status,@output) = system_cmd_capture ("$INITCTL start $UPSTART_OHASD_SERVICE"); 3. 创建一个文件 /etc/init/oracle-ohasd.conf
start on runlevel [35] 4.run the root.sh again then finish installation. Hope its helps. (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |