Need help!
This is all in the version of 11.2.0.3. We created a single node GI with ASM by the user grid. Grid home is /grid/product/11.2/grid/ And oracle home created by user oracle at /oracle/product/11g. I have downloaded the GI PSU patch 16742216 for GI and Oracle DB PSU patch 16619892. I just want to apply the patch to GI home, then Oracle home with different PSU. Here is what I did after unzip the patch for GI:
1. Stopped ASM instance and stopped listener (these are owned by grid)
2. Created a ocm response file at grid home by grid user: $ORACLE_HOME/OPatch/ocm/bin/emocmrsp -no_banner
3. Use the root to run grid profile to setup grid GI environment
4. Use the root to run as (as described in Oracle instruction): opatch auto /home/grid/patches -ocmrf /grid/product/11.2/grid/OPatch/ocm/bin/ocm.rsp
But got this error. For some reason it looks for Oracle home, not grid home, although I do not have any oracle home environment setup in root user:
===================================================================================================
lsildb10p|+ASM|/home/grid/patches $ opatch auto /home/grid/patches -ocmrf /grid/product/11.2/grid/OPatch/ocm/bin/ocm.rsp
Executing /grid/product/11.2/grid/perl/bin/perl /grid/product/11.2/grid/OPatch/crs/patch11203.pl -patchdir /home/grid -patchn patches -ocmrf /grid/product/11.2/grid/OPatch/ocm/bin/ocm.rsp -paramfile /grid/product/11.2/grid/crs/install/crsconfig_params
/grid/product/11.2/grid/crs/install/crsconfig_params
/grid/product/11.2/grid/crs/install/s_crsconfig_defs
This is the main log file: /grid/product/11.2/grid/cfgtoollogs/opatchauto2013-08-10_09-17-36.log
This file will show your detected configuration and all the steps that opatchauto attempted to do on your system: /grid/product/11.2/grid/cfgtoollogs/opatchauto2013-08-10_09-17-36.report.log
2013-08-10 09:17:36: Starting Oracle Restart Patch Setup
Using configuration parameter file: /grid/product/11.2/grid/crs/install/crsconfig_params
The opatch minimum version check for patch /home/grid/patches/16619898/custom/server/16619898 failed for /oracle/product/11g
The opatch minimum version check for patch /home/grid/patches/16619892 failed for /oracle/product/11g
Opatch version check failed for oracle home /oracle/product/11g
Opatch version check failed
update the opatch version for the failed homes and retry
======================================================================================================
Where I did wrong? Thanks for advice!