欢迎投稿

今日深度:

rac_进行grid自检时提示执行runfixup.sh脚本一例,

rac_进行grid自检时提示执行runfixup.sh脚本一例,gridrunfixup.sh


原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明以下出处,否则追究版权法律责任。

深蓝的blog:http://blog.csdn.net/huangyanlong/article/details/40779253

环境:CentOS 6.4 64bit、grid 64bit、oracle11g 64bit

 

简述:

安装grid之前,手工进行环境检验,如下提示需要执行runfixup.sh脚本,以下将此

过程展现如下:

 

[grid@test1 grid]$ ./runcluvfy.sh stage -pre crsinst -n test1,test2 -fixup –verbose

--对两个节点进行安装grid检验

......

......

......

Check: Time zone consistency

Result: Time zone consistency check passed

Fixup information has been generated for following node(s):

test2,test1

Please run the following script on each node as "root" user to execute the fixups:

'/tmp/CVU_11.2.0.3.0_grid/runfixup.sh'

Pre-check for cluster services setup was unsuccessful on all the nodes.

 

[root@test1~]# /tmp/CVU_11.2.0.3.0_grid/runfixup.sh

--在节点1上执行脚本

Response file being used is :/tmp/CVU_11.2.0.3.0_grid/fixup.response

Enable file being used is :/tmp/CVU_11.2.0.3.0_grid/fixup.enable

Log file location: /tmp/CVU_11.2.0.3.0_grid/orarun.log

uid=501(grid) gid=501(oinstall) groups=501(oinstall),502(dba),503(asmadmin),504(asmdba),505(asmoper)

  

[root@test2 ~]# /tmp/CVU_11.2.0.3.0_grid/runfixup.sh

--在节点2上执行脚本

Response file being used is :/tmp/CVU_11.2.0.3.0_grid/fixup.response

Enable file being used is :/tmp/CVU_11.2.0.3.0_grid/fixup.enable

Log file location: /tmp/CVU_11.2.0.3.0_grid/orarun.log

uid=501(grid) gid=501(oinstall) groups=501(oinstall),502(dba),503(asmadmin),504(asmdba),505(asmoper)

 

将脚本执行完后,该提示不再出现,接下来顺利安装grid即可。

原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明以下出处,否则追究版权法律责任。

深蓝的blog:http://blog.csdn.net/huangyanlong/article/details/40779253




www.htsjk.Com true http://www.htsjk.com/shujukunews/4396.html NewsArticle rac_进行grid自检时提示执行runfixup.sh脚本一例,gridrunfixup.sh 原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明以下出处,否则追究版权法律责任。 深蓝的blog: http://...
评论暂时关闭