Explanation/Reference:
Explanation:
A: Use the following command to start the installer, where the path you provide for the flag ORACLE_HOME is the location of the home directory from the earlier Oracle Clusterware installation For example:
$ cd /u01/app/12.1.0/grid/oui/bin
$ ./runInstaller -nowait -waitforcompletion -ignoreSysPrereqs -updateNodeList -silent CRS=true ORACLE_HOME=/u01/app/crs
C: Oracle Clusterware and Oracle ASM upgrades are always out-of-place upgrades. You cannot perform an in-place upgrade of Oracle Clusterware and Oracle ASM to existing homes.
E, G: Run the CVU manual script cluvfy.sh script to perform system checks and generate fixup scripts Incorrect Answers:
A, F: For the installation owner running the installation, if you have environment variables set for the existing installation, then unset the environment variables $ORACLE_HOME and $ORACLE_SID, as these environment variables are used during upgrade. For example:
$ unset ORACLE_BASE
$ unset ORACLE_HOME
$ unset ORACLE_SID
D: You can run upgrade validations in one of two ways:
Run OUI, and allow the CVU validation built into OUI to perform system checks and generate fixup

scripts
Run the CVU manual script cluvfy.sh script to perform system checks and generate fixup scripts.

References: https://docs.oracle.com/database/121/CWLIN/procstop.htm#CWLIN422