DevOps让系统管理更轻松。
分类: Oracle
2009-11-15 16:30:06
[root@udb1 crs]# ./root.sh
WARNING: directory '/data/oracle/product' is not owned by root
WARNING: directory '/data/oracle' is not owned by root
Checking to see if Oracle CRS stack is already configured
Setting the permissions on OCR backup directory
Setting up NS directories
Failed to upgrade Oracle Cluster Registry configuration
Failed to upgrade Oracle Cluster Registry configuration的解决办法,给装到此刻遇到问题的人。。。。分享一下。。
如果你在装crs的时候运行了root.sh后提示上面的英文错误,再也无法运行了,可以尝试清理crs残留信息,删除执行crs目录结构后的最重要一步就是格式化RAW。
格式化orc disk 、vote disk 执行下面的命令:
dd if=/dev/zero of=/dev/raw/raw1 bs=8192 count=5000
dd if=/dev/zero of=/dev/raw/raw2 bs=8192 count=5000
dd if=/dev/zero of=/dev/raw/raw3 bs=8192 count=5000
dd if=/dev/zero of=/dev/raw/raw4 bs=8192 count=5000
dd if=/dev/zero of=/dev/raw/raw5 bs=8192 count=5000