环境: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. [iyunv@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) [iyunv@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即可。
|