Error:
[Jul 24, 2014 12:43:12 PM] Finish fuser command /sbin/fuser /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1 at Thu Jul 24 12:43:12 SAST 2014
[Jul 24, 2014 12:43:12 PM] Following executables are active :
/u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1
[Jul 24, 2014 12:43:12 PM] Prerequisite check "CheckActiveFilesAndExecutables" failed.
The details are:
Following executables are active :
/u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1
[Jul 24, 2014 12:43:12 PM] OUI-67073:UtilSession failed: Prerequisite check "CheckActiveFilesAndExecutables" failed.
[Jul 24, 2014 12:43:12 PM] Finishing UtilSession at Thu Jul 24 12:43:12 SAST 2014
[Jul 24, 2014 12:43:12 PM] Log file location: /u01/app/oracle/product/11.2.0/db_1/cfgtoollogs/opatch/opatch2014-07-24_12-43-06PM_1.log
Solution:
Check the process id accessing libclntsh.so.11.1,Kill them and retry.
[oracle@localhost scripts]$ /sbin/fuser /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1
/u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1: 23909m
[oracle@localhost scripts]$ kill -9 23909
Now retry the OPatch
[Jul 24, 2014 12:43:12 PM] Finish fuser command /sbin/fuser /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1 at Thu Jul 24 12:43:12 SAST 2014
[Jul 24, 2014 12:43:12 PM] Following executables are active :
/u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1
[Jul 24, 2014 12:43:12 PM] Prerequisite check "CheckActiveFilesAndExecutables" failed.
The details are:
Following executables are active :
/u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1
[Jul 24, 2014 12:43:12 PM] OUI-67073:UtilSession failed: Prerequisite check "CheckActiveFilesAndExecutables" failed.
[Jul 24, 2014 12:43:12 PM] Finishing UtilSession at Thu Jul 24 12:43:12 SAST 2014
[Jul 24, 2014 12:43:12 PM] Log file location: /u01/app/oracle/product/11.2.0/db_1/cfgtoollogs/opatch/opatch2014-07-24_12-43-06PM_1.log
Solution:
Check the process id accessing libclntsh.so.11.1,Kill them and retry.
[oracle@localhost scripts]$ /sbin/fuser /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1
/u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1: 23909m
[oracle@localhost scripts]$ kill -9 23909
Now retry the OPatch
1 comment:
Opatch auto is returning this error, failing to apply the PSU, and then it restarts the CRS and all the node resources. When CRS is running, libclntsh.so.11.1 has many users. At what point during the opatch auto session does one kill what may be accessing libclntsh.so.11.1? Of course the opatch auto session does not pause and wait for the offending processes to be killed. It just fails and restarts all the resources.
Thank you,
Laura Sallwasser
Post a Comment