Install patch before configure GI and RDBMS [message #647774] |
Sun, 07 February 2016 15:31 |
|
Vacheron Constantin
Messages: 1 Registered: February 2016
|
Junior Member |
|
|
Hello all,
I want to configure 2 node RAC according to the procedure:
1. Install GI software-only (first node)
2. Apply patch GI (first node)
3. Configure GI for Cluster
4. Install DB software only
5. Apply RDBMS patch
Please explain how to do it correctly?
I do not know how to properly perform these steps: 2, 3 and 5
Best regards
|
|
|
|
|
Re: Install patch before configure GI and RDBMS [message #648707 is a reply to message #647803] |
Tue, 01 March 2016 07:01 |
|
lacaveamomo
Messages: 1 Registered: March 2016 Location: Luxembourg
|
Junior Member |
|
|
Hi there,
you have to install Software Only on both nodes and before executing (do not execute) root.sh and orainstRoot.sh, you have to install PSU.
Keep the GUI screen open telling you that you have to run both scripts.
Just stage your patch in a directory on all nodes (for example /datas/tmp/PSU/22191349).
Check that you have opatch in the correct version, if not download p6880880 for your env.
But as your cluster is not yet configured, you have to apply all patches with opatch instead of opatchauto.
$GRID_HOME/OPatch/opatch apply <staging_area> -oh $GRID_HOME -local
Once your patches are all installed on all nodes, you can execute root.sh and orainstRoot.sh on all nodes.
these steps completed, you can configure your cluster with $GRID_HOME/crs/config/config.sh.
And then you can install your DBMS software and apply patch.
Hope it helps
|
|
|