Friday, March 11, 2022

What Happen If The Grid Infrastructure Installation GUI Crashed before Reaching Finish Page

Question:

 What will happen if the Grid Infrastructure Installer crash before reaching the "Finish" page and after running root.sh on all RAC nodes?

Answer:

First, check the installation log file:

oraInventory/logs/GridSetupActions*

If you don't find errors in the logfile, and it ends by the following records, then your installation probably finished successfully:

Second, to be certainly sure that nothing wrong happened during the installation, verify GI setup by running runcluvfy tool, replacing node1,node2 with your actual name of your cluster nodes:

# $GRID_HOME/runcluvfy.sh stage  -post hwos  -n node1,node2  -verbose

All verifications should be flagged with "...PASSED"

In case some verifications are flagged with "FAILED" then rather than troubleshooting them one by one, it's better to save the time and cleanup the installation following below post and re-do the installation again:


No comments:

Post a Comment