翻译自mos文章当/var/tmp文件夹被remove掉之后,GI crash,并启动失败,原因是ohasd can not create named pipe

Posted yxysuanfa

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了翻译自mos文章当/var/tmp文件夹被remove掉之后,GI crash,并启动失败,原因是ohasd can not create named pipe相关的知识,希望对你有一定的参考价值。

来源于:

GI crashes and fails to start after "/var/tmp" directory was removed as ohasd can not create named pipe (文档 ID 1567797.1)

APPLIES TO:

Oracle Database - Enterprise Edition - Version 11.2.0.2 and later
Information in this document applies to any platform.

SYMPTOMS

11gR2 GI crashes and can not start, "crsctl start crs" reports:

OHASD START FAILS WITH ERROR CREATING THE NAMED PIPE

 

CAUSE

"/var/tmp" directory was deleted

SOLUTION

Create the /var/tmp and /var/tmp/.oracle directory:

/bin/mkdir -p /var/tmp/.oracle
/bin/chmod 01777 /var/tmp/
/bin/chown root /var/tmp/ 
/bin/chmod 01777 /var/tmp/.oracle
/bin/chown root /var/tmp/.oracle

 

以上是关于翻译自mos文章当/var/tmp文件夹被remove掉之后,GI crash,并启动失败,原因是ohasd can not create named pipe的主要内容,如果未能解决你的问题,请参考以下文章

翻译自mos文章当并行事务恢复进程在执行时,禁用并行事务恢复的方法

翻译自mos文章oraclepassword管理策略

翻译自mos中文文章重建控制文件的方法

翻译自mos文章在10g中,当发生ORA-00020时,sqlplus登陆会报“connected to an idle instance”

翻译自mos文章rman 标准版和企业版的兼容性

翻译自mos文章虽然指定了目的地,asmcmd cp命令还是在 +DATA/ASM 下创建文件