联系:QQ(5163721)
标题:11.2 RAC 修改了目录权限(u01)后crs不能启动的解决方法–手工修复权限之总结
作者:Lunar©版权所有[文章允许转载,但必须以链接方式注明源地址,否则追究法律责任.]
正如在11.2 RAC 上所有grid环境需要的文件的权限配置文件:crsconfig_fileperms
和 11.2 RAC 上所有grid环境需要的目录的权限配置文件:crsconfig_dirs中描述的,理论上,根据这两个文件,自己写一个shell脚本修改全部grid环境所需的权限,看上去是可以的。
也正如11.2 RAC 修改了目录权限(u01)后crs不能启动的解决方法-1-手工修复错误的权限中所证明的,其实真要是手工修改,只为了让crs可以起来,完全不必要那么麻烦,只要简单的几条命令即可,但是上面的3种手工修改权限的方法,都是oracle官方所不支持的,以前也有人log SR专门问过这类问题,官方给的推荐方法就是remove nodes and add nodes:
The permissions can be reverted back to original values with rootcrs.pl or roothas.pl . There is a option -init : Reset the permissions of all files and directories under Oracle CRS/HA home. for GRID: rootcrs.pl -init For Standalone Grig: roothas.pl -init If that does not work then permissions can be altered manually with information found from crsconfig_fileperms and crsconfig_dirs files. Please note that changing the permissions manually is last resort and shouldn't be done unless recommended by Oracle support or development.
这种解释是很好理解的,11.2 RAC相对10.2来说可以说是重新设计的,相对复杂很多的庞然大物,其附带的功能也非常多,因此,手工修改后,到底会有什么风险,稳定性如何保证都是问题……
因此,明天我用加减节点的方法来重现故障后,再减节点和加节点的方法修复试试看,O(∩_∩)O哈哈~