Continuing Incomplete Installation on First Node
Review this information to continue an incomplete installation of Oracle Grid Infrastructure, if installation fails on the first node.
-
If the root script failure indicated a need to reboot, through the message
CLSRSC-400
, then reboot the first node (the node where the installation was started). Otherwise, manually fix or clear the error condition, as reported in the error output. -
If necessary, log in as
root
to the first node. Run theorainstRoot.sh
script on that node again. For example:$ sudo -s [root@node1]# cd /u01/app/oraInventory [root@node1]# ./orainstRoot.sh
-
Change directory to the Grid home on the first node, and run the
root
script on that node again. For example:[root@node1]# cd /u01/app/19.0.0/grid [root@node1]# ./root.sh
-
Complete the installation on all other nodes.
-
Configure a response file, and provide passwords for the installation.
-
To complete the installation, log in as the Grid installation owner, and run
gridSetup.sh
, located in the Oracle Grid Infrastructure home, specifying the response file that you created. For example, where the response file isgridinstall.rsp
:[grid@node1]$ /u01/app/19.0.0/grid/gridSetup.sh -executeConfigTools -responseFile /u01/app/19.0.0/grid/install/response/gridinstall.rsp
Related Topics