When rac _ executes grid self-check, a prompt is displayed for executing the runfixup. sh script, gridrunfixup. sh.
Original Works are from the blog of "Deep Blue blog". You are welcome to reprint them. Please note the following source when reprinting them. Otherwise, you will be held legally liable for copyright.
Deep Blue blog: http://blog.csdn.net/huangyanlong/article/details/40779253
Environment: CentOS 6.4 64bit, grid 64bit, oracle11g 64bit
Brief description:
Run the following command to run the runfixup. sh script before installing grid:
The process is shown as follows:
[Grid @ test1 grid] $./runcluvfy. sh stage-pre crsinst-n test1, test2-fixup-verbose
-- Install grid on two nodes
......
......
......
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
-- Execute the script on node 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
-- Execute the script on node 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)
After the script is executed, the prompt will not appear again. Then you can install the grid smoothly.
Original Works are from the blog of "Deep Blue blog". You are welcome to reprint them. Please note the following source when reprinting them. Otherwise, you will be held legally liable for copyright.
Deep Blue blog: http://blog.csdn.net/huangyanlong/article/details/40779253