来源于:
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
/bin/chmod 01777 /var/tmp/
/bin/chown root /var/tmp/
/bin/chmod 01777 /var/tmp/.oracle
/bin/chown root /var/tmp/.oracle

本文详细介绍了当Oracle Database Enterprise Edition版本11.2.0.2及更高版本的GI组件在删除了/var/tmp目录及其子目录后,无法正常启动的问题,并提供了创建所需目录和赋予正确权限的解决方案。
2410

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



