Wednesday, 6 August 2014
Oracle base
[root@rac1 11.2.0.4]# mkdir -p /syed/11.2.0.4/
Oracle Inventory
[root@rac1 11.2.0.4]# mkdir -p /syed/11.2.0.4/orainventory
Grid Home
[root@rac1 11.2.0.4]# mkdir -p /syed/11.2.0.4/grid_home2
Oracle Home
[root@rac1 11.2.0.4]# mkdir -p /syed/11.2.0.4/db_home2
[root@rac1 11.2.0.4]# chown -R grid:oinstall /syed/11.2.0.4
[root@rac1 11.2.0.4]# chown -R grid:oinstall /syed/11.2.0.4/orainventory
[root@rac1 11.2.0.4]# chown -R grid:oinstall /syed/11.2.0.4/grid_home2
[root@rac1 11.2.0.4]# chown -R oracle:oinstall /syed/11.2.0.4/db_home2
[root@rac1 11.2.0.4]# chmod -R 775 /syed/11.2.0.4
[root@rac1 11.2.0.4]# chmod -R 775/syed/11.2.0.4/orainventory
[root@rac1 11.2.0.4]# chmod -R 775 /syed/11.2.0.4/grid_home2
[root@rac1 11.2.0.4]# chmod -R 775 /syed/11.2.0.4/db_home2
Oracle Upgrade from 11.2.0.1 to 11.2.0.4 – GRID Home, RDBMS Home and DB
This article about Oracle Upgrade from 11.2.0.1 to 11.2.0.4. I have divided this topic into three parts.
1.GRID Home Upgradation.
2.RDBMS Home Upgradation.
3.Database Upgradation.
BEFORE UPGRAD AFTER UPGRADE
CLUSTER VERSION 11.2.0.1 11.2.0.4
CLUSTER NODES rac1,rac2 rac1,rac2
GRID HOME /syed/grid_home /syed/11.2.0.4/grid_home2
DB VERSION 11.2.0.1 11.2.0.4
RDBMS HOME /syed/db_home1 /syed/11.2.0.4/db_home2
11.2.0.4 software download:
=======================
we can download software from https://support.oracle.com
Patchset Number :13390677
Platform :Linux x86-64
here download first 3 zip files.
1.GRID Home up gradation:-
=========================
* Create new home.
mkdir /syed/11.2.0.4/grid_home2
chown -R grid:oinstall /syed/11.2.0.4/grid_home2
chmod -R 775 /syed/11.2.0.4/grid_home2
* Create a directory to place the 11.2.0.4 zip files.
mkdir -p /syed/11.2.0.4
* copy the zip files and once unzipped change the permission.
unzip chown -R grid:oinstall grid
chmod -R 775 grid
* run the script “runcluvfy.sh” to verify the two nodes are ready for upgrade
you can find the script runcluvfy.sh in the grid directory.
./runcluvfy.sh stage -pre crsinst -upgrade -n rac1,rac2 -rolling -src_crshome
/u01/oragrid/11.2.0/grid1 -dest_crshome /u01/oragrid/11.2.0/grid2 -dest_version 11.2.0.4.0 -verbose > /home/oragrid/pre_crsinst_cluvfy.lst
Checking for Oracle patch "9413827 or 9706490" in home "/u01/oragrid/11.2.0/grid1".
Node Name Applied Required Comment
------------ -------------------c----- ------------------------ ----------
node2 missing 9413827 or 9706490 failed
node1 missing 9413827 or 9706490 failed
Result: Check for Oracle patch "9413827 or 9706490" in home "/u01/oragrid/11.2.0/grid1" failed
Check: Kernel parameter for "shmmax"
Node Name Current Configured Required Status Comment
---------------- ------------ ------------ ------------ ------------ ------------
node2 536870912 536870912 1314215936 failed Current value incorrect. Configured value incorrect.
node1 536870912 536870912 1314215936 failed Current value incorrect. Configured value incorrect.
Result: Kernel parameter check failed for "shmmax"
Check: Package existence for "cvuqdisk"
Node Name Available Required Status
------------ ------------------------ ------------------------ ----------
node2 cvuqdisk-1.0.7-1 cvuqdisk-1.0.9-1 failed
node1 cvuqdisk-1.0.7-1 cvuqdisk-1.0.9-1 failed
Result: Package existence check failed for "cvuqdisk"
Three things i have found as failed in the log.Before proceeding with upgrade first we need to fix these failed ones.
Apply the patch 9706490:-
==========================
mkdir -p /syed/11.2.0.4/patch
Once unziped,change permission.
chown -R grid:oinstall 9706490
chmod -R 775 9706490
Actual steps of patching.
------------------------
* Stop the CRS managed resources running from DB homes.
[oracle@rac1 ~]$ srvctl stop home -o /syed/db_home1 -n rac1 -s output.out (RDBMS user).
* Prior to applying this part of the fix, you must invoke this script
as root to unlock protected files.
(This stop Clusterware and sets permissions on root owner files so that they can be Modified while applying patch as ORACLE user)
[root@node1 grid1]# /syed/grid_home/crs/install/rootcrs.pl -unlock (Root user).
[oracle@rac1 bin]$ su - root
Password:
[root@rac1 ~]# cd /syed
[root@rac1 syed]# cd grid
[root@rac1 grid]# /syed/grid_home/crs/install/rootcrs.pl -unlock
2016-01-24 00:00:05: Parsing the host name
2016-01-24 00:00:05: Checking for super user privileges
2016-01-24 00:00:05: User has super user privileges
Using configuration parameter file: /syed/grid_home/crs/install/crsconfig_params
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resourc es on 'rac1'
CRS-2673: Attempting to stop 'ora.crsd' on 'rac1'
CRS-2790: Starting shutdown of Cluster Ready Services-managed resources on 'rac1 '
CRS-2673: Attempting to stop 'ora.registry.acfs' on 'rac1'
CRS-2673: Attempting to stop 'ora.CRS.dg' on 'rac1'
CRS-2673: Attempting to stop 'ora.DATA.dg' on 'rac1'
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN2.lsnr' on 'rac1'
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN3.lsnr' on 'rac1'
CRS-2673: Attempting to stop 'ora.LISTENER.lsnr' on 'rac1'
CRS-2677: Stop of 'ora.LISTENER.lsnr' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.rac1.vip' on 'rac1'
CRS-2677: Stop of 'ora.rac1.vip' on 'rac1' succeeded
CRS-2672: Attempting to start 'ora.rac1.vip' on 'rac2'
CRS-2677: Stop of 'ora.LISTENER_SCAN3.lsnr' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.scan3.vip' on 'rac1'
CRS-2677: Stop of 'ora.scan3.vip' on 'rac1' succeeded
CRS-2672: Attempting to start 'ora.scan3.vip' on 'rac2'
CRS-2677: Stop of 'ora.registry.acfs' on 'rac1' succeeded
CRS-2677: Stop of 'ora.LISTENER_SCAN2.lsnr' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.scan2.vip' on 'rac1'
CRS-2677: Stop of 'ora.scan2.vip' on 'rac1' succeeded
CRS-2672: Attempting to start 'ora.scan2.vip' on 'rac2'
CRS-2676: Start of 'ora.rac1.vip' on 'rac2' succeeded
CRS-2676: Start of 'ora.scan3.vip' on 'rac2' succeeded
CRS-2676: Start of 'ora.scan2.vip' on 'rac2' succeeded
CRS-2672: Attempting to start 'ora.LISTENER_SCAN3.lsnr' on 'rac2'
CRS-2672: Attempting to start 'ora.LISTENER_SCAN2.lsnr' on 'rac2'
CRS-2676: Start of 'ora.LISTENER_SCAN2.lsnr' on 'rac2' succeeded
CRS-2676: Start of 'ora.LISTENER_SCAN3.lsnr' on 'rac2' succeeded
CRS-2677: Stop of 'ora.CRS.dg' on 'rac1' succeeded
CRS-2677: Stop of 'ora.DATA.dg' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.asm' on 'rac1'
CRS-2677: Stop of 'ora.asm' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.eons' on 'rac1'
CRS-2673: Attempting to stop 'ora.ons' on 'rac1'
CRS-2677: Stop of 'ora.ons' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.net1.network' on 'rac1'
CRS-2677: Stop of 'ora.net1.network' on 'rac1' succeeded
CRS-2677: Stop of 'ora.eons' on 'rac1' succeeded
CRS-2792: Shutdown of Cluster Ready Services-managed resources on 'rac1' has com pleted
CRS-2677: Stop of 'ora.crsd' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'rac1'
CRS-2673: Attempting to stop 'ora.ctssd' on 'rac1'
CRS-2673: Attempting to stop 'ora.evmd' on 'rac1'
CRS-2673: Attempting to stop 'ora.asm' on 'rac1'
CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'rac1'
CRS-2673: Attempting to stop 'ora.mdnsd' on 'rac1'
CRS-2677: Stop of 'ora.cssdmonitor' on 'rac1' succeeded
CRS-2677: Stop of 'ora.evmd' on 'rac1' succeeded
CRS-2677: Stop of 'ora.mdnsd' on 'rac1' succeeded
CRS-2677: Stop of 'ora.ctssd' on 'rac1' succeeded
CRS-2677: Stop of 'ora.drivers.acfs' on 'rac1' succeeded
CRS-2677: Stop of 'ora.asm' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.cssd' on 'rac1'
CRS-2677: Stop of 'ora.cssd' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.gpnpd' on 'rac1'
CRS-2673: Attempting to stop 'ora.diskmon' on 'rac1'
CRS-2677: Stop of 'ora.gpnpd' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.gipcd' on 'rac1'
CRS-2677: Stop of 'ora.gipcd' on 'rac1' succeeded
CRS-2677: Stop of 'ora.diskmon' on 'rac1' succeeded
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'ra c1' has completed
CRS-4133: Oracle High Availability Services has been stopped.
Successfully unlock /syed/grid_home
* Apply the patch to GRID home.
Password:
[root@rac1 ~]# cd /syed
[root@rac1 syed]# cd grid
[root@rac1 grid]# /syed/grid_home/crs/install/rootcrs.pl -unlock
2016-01-24 00:00:05: Parsing the host name
2016-01-24 00:00:05: Checking for super user privileges
2016-01-24 00:00:05: User has super user privileges
Using configuration parameter file: /syed/grid_home/crs/install/crsconfig_params
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resourc es on 'rac1'
CRS-2673: Attempting to stop 'ora.crsd' on 'rac1'
CRS-2790: Starting shutdown of Cluster Ready Services-managed resources on 'rac1 '
CRS-2673: Attempting to stop 'ora.registry.acfs' on 'rac1'
CRS-2673: Attempting to stop 'ora.CRS.dg' on 'rac1'
CRS-2673: Attempting to stop 'ora.DATA.dg' on 'rac1'
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN2.lsnr' on 'rac1'
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN3.lsnr' on 'rac1'
CRS-2673: Attempting to stop 'ora.LISTENER.lsnr' on 'rac1'
CRS-2677: Stop of 'ora.LISTENER.lsnr' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.rac1.vip' on 'rac1'
CRS-2677: Stop of 'ora.rac1.vip' on 'rac1' succeeded
CRS-2672: Attempting to start 'ora.rac1.vip' on 'rac2'
CRS-2677: Stop of 'ora.LISTENER_SCAN3.lsnr' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.scan3.vip' on 'rac1'
CRS-2677: Stop of 'ora.scan3.vip' on 'rac1' succeeded
CRS-2672: Attempting to start 'ora.scan3.vip' on 'rac2'
CRS-2677: Stop of 'ora.registry.acfs' on 'rac1' succeeded
CRS-2677: Stop of 'ora.LISTENER_SCAN2.lsnr' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.scan2.vip' on 'rac1'
CRS-2677: Stop of 'ora.scan2.vip' on 'rac1' succeeded
CRS-2672: Attempting to start 'ora.scan2.vip' on 'rac2'
CRS-2676: Start of 'ora.rac1.vip' on 'rac2' succeeded
CRS-2676: Start of 'ora.scan3.vip' on 'rac2' succeeded
CRS-2676: Start of 'ora.scan2.vip' on 'rac2' succeeded
CRS-2672: Attempting to start 'ora.LISTENER_SCAN3.lsnr' on 'rac2'
CRS-2672: Attempting to start 'ora.LISTENER_SCAN2.lsnr' on 'rac2'
CRS-2676: Start of 'ora.LISTENER_SCAN2.lsnr' on 'rac2' succeeded
CRS-2676: Start of 'ora.LISTENER_SCAN3.lsnr' on 'rac2' succeeded
CRS-2677: Stop of 'ora.CRS.dg' on 'rac1' succeeded
CRS-2677: Stop of 'ora.DATA.dg' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.asm' on 'rac1'
CRS-2677: Stop of 'ora.asm' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.eons' on 'rac1'
CRS-2673: Attempting to stop 'ora.ons' on 'rac1'
CRS-2677: Stop of 'ora.ons' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.net1.network' on 'rac1'
CRS-2677: Stop of 'ora.net1.network' on 'rac1' succeeded
CRS-2677: Stop of 'ora.eons' on 'rac1' succeeded
CRS-2792: Shutdown of Cluster Ready Services-managed resources on 'rac1' has com pleted
CRS-2677: Stop of 'ora.crsd' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'rac1'
CRS-2673: Attempting to stop 'ora.ctssd' on 'rac1'
CRS-2673: Attempting to stop 'ora.evmd' on 'rac1'
CRS-2673: Attempting to stop 'ora.asm' on 'rac1'
CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'rac1'
CRS-2673: Attempting to stop 'ora.mdnsd' on 'rac1'
CRS-2677: Stop of 'ora.cssdmonitor' on 'rac1' succeeded
CRS-2677: Stop of 'ora.evmd' on 'rac1' succeeded
CRS-2677: Stop of 'ora.mdnsd' on 'rac1' succeeded
CRS-2677: Stop of 'ora.ctssd' on 'rac1' succeeded
CRS-2677: Stop of 'ora.drivers.acfs' on 'rac1' succeeded
CRS-2677: Stop of 'ora.asm' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.cssd' on 'rac1'
CRS-2677: Stop of 'ora.cssd' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.gpnpd' on 'rac1'
CRS-2673: Attempting to stop 'ora.diskmon' on 'rac1'
CRS-2677: Stop of 'ora.gpnpd' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.gipcd' on 'rac1'
CRS-2677: Stop of 'ora.gipcd' on 'rac1' succeeded
CRS-2677: Stop of 'ora.diskmon' on 'rac1' succeeded
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'ra c1' has completed
CRS-4133: Oracle High Availability Services has been stopped.
Successfully unlock /syed/grid_home
[oragrid@node1 ~]$ /syed/grid_home/OPatch/opatch napply -oh /syed/grid_home -local /syed/11.2.0.4/patch/9706490 (GRID user)
[root@rac1 grid]# /syed/grid_home/OPatch/opatch napply -oh /syed/grid_home -local /syed/11.2.0.4/patch/9706490
Invoking OPatch 11.1.0.6.6
The user is root. OPatch cannot continue if the user is root.
OPatch failed with error code 255
[root@rac1 grid]# su - grid
[grid@rac1 ~]$ . oraenv
ORACLE_SID = [grid] ? _ASM1
ORACLE_HOME = [/home/oracle] ?
ORACLE_BASE environment variable is not being set since this
information is not available for the current user ID grid.
You can set ORACLE_BASE manually if it is required.
[grid@rac1 ~]$ . oraenv
ORACLE_SID = [_ASM1] ? +ASM1
The Oracle base for ORACLE_HOME=/syed/grid_home is /syed/11.2.0
[grid@rac1 ~]$ /syed/grid_home/OPatch/opatch napply -oh /syed/grid_home -local /syed/11.2.0.4/patch/9706490
Invoking OPatch 11.1.0.6.6
Oracle Interim Patch Installer version 11.1.0.6.6
Copyright (c) 2009, Oracle Corporation. All rights reserved.
UTIL session
Oracle Home : /syed/grid_home
Central Inventory : /syed/orainventory
from : /etc/oraInst.loc
OPatch version : 11.1.0.6.6
OUI version : 11.2.0.1.0
OUI location : /syed/grid_home/oui
Log file location : /syed/grid_home/cfgtoollogs/opatch/opatch2016-01-24_00-05-27AM.log
Patch history file: /syed/grid_home/cfgtoollogs/opatch/opatch_history.txt
Invoking utility "napply"
Checking conflict among patches...
Checking if Oracle Home has components required by patches...
Checking conflicts against Oracle Home...
OPatch continues with these patches: 9706490
Do you want to proceed? [y|n]
y
User Responded with: Y
Running prerequisite checks...
You selected -local option, hence OPatch will patch the local system only.
Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
(Oracle Home = '/syed/grid_home')
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files affected by the patch 'NApply' for restore. This might take a while...
Applying patch 9706490...
ApplySession applying interim patch '9706490' to OH '/syed/grid_home'
Backing up files affected by the patch '9706490' for rollback. This might take a while...
Patching component oracle.crs, 11.2.0.1.0...
Copying file to "/syed/grid_home/bin/appagent.bin"
Copying file to "/syed/grid_home/bin/appvipcfg"
Copying file to "/syed/grid_home/bin/appvipcfg.pl"
Copying file to "/syed/grid_home/bin/asmproxy"
Copying file to "/syed/grid_home/bin/cemutlo.bin"
Copying file to "/syed/grid_home/bin/cemutls.bin"
Copying file to "/syed/grid_home/bin/clscfg.bin"
Copying file to "/syed/grid_home/bin/clsecho.bin"
Copying file to "/syed/grid_home/bin/clsfmt.bin"
Copying file to "/syed/grid_home/bin/clsid.bin"
Copying file to "/syed/grid_home/bin/clssproxy.bin"
Copying file to "/syed/grid_home/bin/crs_getperm.bin"
Copying file to "/syed/grid_home/bin/crs_profile.bin"
Copying file to "/syed/grid_home/bin/crs_register.bin"
Copying file to "/syed/grid_home/bin/crs_relocate.bin"
Copying file to "/syed/grid_home/bin/crs_setperm.bin"
Copying file to "/syed/grid_home/bin/crs_start.bin"
Copying file to "/syed/grid_home/bin/crs_stat.bin"
Copying file to "/syed/grid_home/bin/crs_stop.bin"
Copying file to "/syed/grid_home/bin/crs_unregister.bin"
Copying file to "/syed/grid_home/bin/crsctl.bin"
Copying file to "/syed/grid_home/bin/crsd.bin"
Copying file to "/syed/grid_home/bin/crstmpl.scr"
Copying file to "/syed/grid_home/bin/crswrapexece.pl"
Copying file to "/syed/grid_home/bin/cssdagent"
Copying file to "/syed/grid_home/bin/cssdmonitor"
Copying file to "/syed/grid_home/bin/cssvfupgd.bin"
Copying file to "/syed/grid_home/bin/diagcollection.pl"
Copying file to "/syed/grid_home/bin/diskmonagent.bin"
Copying file to "/syed/grid_home/bin/emcrsp.bin"
Copying file to "/syed/grid_home/bin/evmd.bin"
Copying file to "/syed/grid_home/bin/evminfo.bin"
Copying file to "/syed/grid_home/bin/evmlogger.bin"
Copying file to "/syed/grid_home/bin/evmmkbin.bin"
Copying file to "/syed/grid_home/bin/evmmklib.bin"
Copying file to "/syed/grid_home/bin/evmpost.bin"
Copying file to "/syed/grid_home/bin/evmshow.bin"
Copying file to "/syed/grid_home/bin/evmsort.bin"
Copying file to "/syed/grid_home/bin/evmwatch.bin"
Copying file to "/syed/grid_home/bin/evt.sh"
Copying file to "/syed/grid_home/bin/gipcd.bin"
Copying file to "/syed/grid_home/bin/gnsd"
Copying file to "/syed/grid_home/bin/gnsd.bin"
Copying file to "/syed/grid_home/bin/gpnpd.bin"
Copying file to "/syed/grid_home/bin/gpnptool.bin"
Copying file to "/syed/grid_home/bin/gsd"
Copying file to "/syed/grid_home/bin/lsdb.bin"
Copying file to "/syed/grid_home/bin/mdnsd.bin"
Copying file to "/syed/grid_home/bin/oc4jctl.pl"
Copying file to "/syed/grid_home/bin/oclskd.bin"
Copying file to "/syed/grid_home/bin/ocrcheck.bin"
Copying file to "/syed/grid_home/bin/ocrconfig.bin"
Copying file to "/syed/grid_home/bin/ocrdump.bin"
Copying file to "/syed/grid_home/bin/ocssd.bin"
Copying file to "/syed/grid_home/bin/octssd.bin"
Copying file to "/syed/grid_home/bin/ohasd.bin"
Copying file to "/syed/grid_home/bin/oifcfg.bin"
Copying file to "/syed/grid_home/bin/olsnodes.bin"
Copying file to "/syed/grid_home/bin/oprocd"
Copying file to "/syed/grid_home/bin/oraagent.bin"
Copying file to "/syed/grid_home/bin/oradnssd"
Copying file to "/syed/grid_home/bin/oradnssd.bin"
Copying file to "/syed/grid_home/bin/oranetmonitor.bin"
Copying file to "/syed/grid_home/bin/orarootagent.bin"
Copying file to "/syed/grid_home/bin/racgeut"
Copying file to "/syed/grid_home/bin/racgevtf"
Copying file to "/syed/grid_home/bin/racgmain"
Copying file to "/syed/grid_home/bin/racgons.bin"
Copying file to "/syed/grid_home/bin/racgvip"
Copying file to "/syed/grid_home/bin/sclsspawn"
Copying file to "/syed/grid_home/bin/scriptagent.bin"
Copying file to "/syed/grid_home/bin/usrvip"
Copying file to "/syed/grid_home/crs/demo/clsagfw.h"
Copying file to "/syed/grid_home/crs/demo/clsagfwm.h"
Copying file to "/syed/grid_home/crs/demo/clscrsx.h"
Copying file to "/syed/grid_home/crs/demo/coldfailover/act_db.pl"
Copying file to "/syed/grid_home/crs/demo/coldfailover/act_listener.pl"
Copying file to "/syed/grid_home/crs/demo/coldfailover/act_resgroup.pl"
Copying file to "/syed/grid_home/crs/demo/crsapp.c"
Copying file to "/syed/grid_home/crs/demo/demoActionScript"
Copying file to "/syed/grid_home/crs/demo/demo_agents.mk"
Copying file to "/syed/grid_home/crs/demo/demo_crs.mk"
Copying file to "/syed/grid_home/crs/demo/demoagent1.cpp"
Copying file to "/syed/grid_home/crs/demo/demoagent2.cpp"
Copying file to "/syed/grid_home/crs/demo/macrodemo.cpp"
Copying file to "/syed/grid_home/crs/demo/readme.txt"
Copying file to "/syed/grid_home/crs/install/crsconfig_lib.pm"
Copying file to "/syed/grid_home/crs/install/crsdelete.pm"
Copying file to "/syed/grid_home/crs/install/crspatch.pm"
Copying file to "/syed/grid_home/crs/install/hasdconfig.pl"
Copying file to "/syed/grid_home/crs/install/inittab"
Copying file to "/syed/grid_home/crs/install/install.excl"
Copying file to "/syed/grid_home/crs/install/install.incl"
Copying file to "/syed/grid_home/crs/install/oracss.pm"
Copying file to "/syed/grid_home/crs/install/paramfile.crs"
Copying file to "/syed/grid_home/crs/install/rootcrs.pl"
Copying file to "/syed/grid_home/crs/install/roothas.pl"
Copying file to "/syed/grid_home/crs/install/rootofs.sh"
Copying file to "/syed/grid_home/crs/install/s_crsconfig_defs"
Copying file to "/syed/grid_home/crs/install/s_crsconfig_lib.pm"
Copying file to "/syed/grid_home/crs/lib/caa_regapp.o"
Copying file to "/syed/grid_home/crs/lib/env_has.mk"
Copying file to "/syed/grid_home/crs/mesg/crsar.msb"
Copying file to "/syed/grid_home/crs/mesg/crscs.msb"
Copying file to "/syed/grid_home/crs/mesg/crsd.msb"
Copying file to "/syed/grid_home/crs/mesg/crsdk.msb"
Copying file to "/syed/grid_home/crs/mesg/crse.msb"
Copying file to "/syed/grid_home/crs/mesg/crsel.msb"
Copying file to "/syed/grid_home/crs/mesg/crsf.msb"
Copying file to "/syed/grid_home/crs/mesg/crshu.msb"
Copying file to "/syed/grid_home/crs/mesg/crsi.msb"
Copying file to "/syed/grid_home/crs/mesg/crsiw.msb"
Copying file to "/syed/grid_home/crs/mesg/crsja.msb"
Copying file to "/syed/grid_home/crs/mesg/crsko.msb"
Copying file to "/syed/grid_home/crs/mesg/crsn.msb"
Copying file to "/syed/grid_home/crs/mesg/crsnl.msb"
Copying file to "/syed/grid_home/crs/mesg/crspl.msb"
Copying file to "/syed/grid_home/crs/mesg/crspt.msb"
Copying file to "/syed/grid_home/crs/mesg/crsptb.msb"
Copying file to "/syed/grid_home/crs/mesg/crsro.msb"
Copying file to "/syed/grid_home/crs/mesg/crsru.msb"
Copying file to "/syed/grid_home/crs/mesg/crss.msb"
Copying file to "/syed/grid_home/crs/mesg/crssf.msb"
Copying file to "/syed/grid_home/crs/mesg/crssk.msb"
Copying file to "/syed/grid_home/crs/mesg/crsth.msb"
Copying file to "/syed/grid_home/crs/mesg/crstr.msb"
Copying file to "/syed/grid_home/crs/mesg/crsus.msb"
Copying file to "/syed/grid_home/crs/mesg/crsus.msg"
Copying file to "/syed/grid_home/crs/mesg/crszhs.msb"
Copying file to "/syed/grid_home/crs/mesg/crszht.msb"
Copying file to "/syed/grid_home/crs/sbs/appvipcfg.sbs"
Copying file to "/syed/grid_home/crs/sbs/clsrwrap.sbs"
Copying file to "/syed/grid_home/crs/sbs/cluutil.sbs"
Copying file to "/syed/grid_home/crs/sbs/cmdllroot.sh.sbs"
Copying file to "/syed/grid_home/crs/sbs/crsconfig_dirs.sbs"
Copying file to "/syed/grid_home/crs/sbs/crsconfig_fileperms.sbs"
Copying file to "/syed/grid_home/crs/sbs/crsconfig_files.sbs"
Copying file to "/syed/grid_home/crs/sbs/crswrap.sh.sbs"
Copying file to "/syed/grid_home/crs/sbs/diagcollection.sh.sbs"
Copying file to "/syed/grid_home/crs/sbs/evm.auth.sbs"
Copying file to "/syed/grid_home/crs/sbs/evmdaemon.conf.sbs"
Copying file to "/syed/grid_home/crs/sbs/evmlogger.conf.sbs"
Copying file to "/syed/grid_home/crs/sbs/gsd.sh.sbs"
Copying file to "/syed/grid_home/crs/sbs/gsdctl.sbs"
Copying file to "/syed/grid_home/crs/sbs/init.ohasd.sbs"
Copying file to "/syed/grid_home/crs/sbs/localconfig.sbs"
Copying file to "/syed/grid_home/crs/sbs/logging.properties.sbs"
Copying file to "/syed/grid_home/crs/sbs/ndfnceca.sbs"
Copying file to "/syed/grid_home/crs/sbs/oc4jctl.sbs"
Copying file to "/syed/grid_home/crs/sbs/ohasd.sbs"
Copying file to "/syed/grid_home/crs/sbs/onsconfig.sbs"
Copying file to "/syed/grid_home/crs/sbs/onsctl.sbs"
Copying file to "/syed/grid_home/crs/sbs/preupdate.sh.sbs"
Copying file to "/syed/grid_home/crs/sbs/qosctl.sbs"
Copying file to "/syed/grid_home/crs/sbs/racgons.sbs"
Copying file to "/syed/grid_home/crs/sbs/rootaddnode.sh.sbs"
Copying file to "/syed/grid_home/crs/sbs/rootconfigadd.sbs"
Copying file to "/syed/grid_home/crs/sbs/rootdeinstall.sh.sbs"
Copying file to "/syed/grid_home/crs/sbs/rootdelete.sh.sbs"
Copying file to "/syed/grid_home/crs/sbs/rootdeletenode.sh.sbs"
Copying file to "/syed/grid_home/crs/sbs/rootinstalladd.sbs"
Copying file to "/syed/grid_home/crs/sbs/scrctl.sbs"
Copying file to "/syed/grid_home/crs/sbs/setasmgidwrap.sbs"
Copying file to "/syed/grid_home/crs/sbs/srdtool.sbs"
Copying file to "/syed/grid_home/crs/sbs/srvctl.sbs"
Copying file to "/syed/grid_home/crs/sbs/usrvip.sbs"
Copying file to "/syed/grid_home/crs/template/TYPE_application.cap"
Copying file to "/syed/grid_home/crs/template/TYPE_generic.cap"
Copying file to "/syed/grid_home/crs/template/application.tdf"
Copying file to "/syed/grid_home/crs/template/appvip.type"
Copying file to "/syed/grid_home/crs/template/asm.type"
Copying file to "/syed/grid_home/crs/template/crs.type"
Copying file to "/syed/grid_home/crs/template/cssd.type"
Copying file to "/syed/grid_home/crs/template/cssdmonitor.type"
Copying file to "/syed/grid_home/crs/template/ctss.type"
Copying file to "/syed/grid_home/crs/template/daemon.type"
Copying file to "/syed/grid_home/crs/template/diskmon.type"
Copying file to "/syed/grid_home/crs/template/drivers.acfs.type"
Copying file to "/syed/grid_home/crs/template/evm.type"
Copying file to "/syed/grid_home/crs/template/generic.tdf"
Copying file to "/syed/grid_home/crs/template/gipc.type"
Copying file to "/syed/grid_home/crs/template/gpnp.type"
Copying file to "/syed/grid_home/crs/template/mdns.type"
Copying file to "/syed/grid_home/crs/template/registry.acfs.type"
Copying file to "/syed/grid_home/css/mesg/clssar.msb"
Copying file to "/syed/grid_home/css/mesg/clsscs.msb"
Copying file to "/syed/grid_home/css/mesg/clssd.msb"
Copying file to "/syed/grid_home/css/mesg/clssdk.msb"
Copying file to "/syed/grid_home/css/mesg/clsse.msb"
Copying file to "/syed/grid_home/css/mesg/clssel.msb"
Copying file to "/syed/grid_home/css/mesg/clssf.msb"
Copying file to "/syed/grid_home/css/mesg/clsshu.msb"
Copying file to "/syed/grid_home/css/mesg/clssi.msb"
Copying file to "/syed/grid_home/css/mesg/clssiw.msb"
Copying file to "/syed/grid_home/css/mesg/clssja.msb"
Copying file to "/syed/grid_home/css/mesg/clssko.msb"
Copying file to "/syed/grid_home/css/mesg/clssn.msb"
Copying file to "/syed/grid_home/css/mesg/clssnl.msb"
Copying file to "/syed/grid_home/css/mesg/clsspl.msb"
Copying file to "/syed/grid_home/css/mesg/clsspt.msb"
Copying file to "/syed/grid_home/css/mesg/clssptb.msb"
Copying file to "/syed/grid_home/css/mesg/clssro.msb"
Copying file to "/syed/grid_home/css/mesg/clssru.msb"
Copying file to "/syed/grid_home/css/mesg/clsss.msb"
Copying file to "/syed/grid_home/css/mesg/clsssf.msb"
Copying file to "/syed/grid_home/css/mesg/clsssk.msb"
Copying file to "/syed/grid_home/css/mesg/clssth.msb"
Copying file to "/syed/grid_home/css/mesg/clsstr.msb"
Copying file to "/syed/grid_home/css/mesg/clssus.msb"
Copying file to "/syed/grid_home/css/mesg/clssus.msg"
Copying file to "/syed/grid_home/css/mesg/clsszhs.msb"
Copying file to "/syed/grid_home/css/mesg/clsszht.msb"
Copying file to "/syed/grid_home/evm/admin/filters/clu.evf"
Copying file to "/syed/grid_home/evm/admin/filters/crs.evf"
Copying file to "/syed/grid_home/evm/admin/filters/evm.evf"
Copying file to "/syed/grid_home/evm/admin/filters/sys.evf"
Copying file to "/syed/grid_home/evm/admin/templates/clu/clu.evt"
Copying file to "/syed/grid_home/evm/admin/templates/clu/crs/crs.evt"
Copying file to "/syed/grid_home/evm/admin/templates/clu/oraha.evt"
Copying file to "/syed/grid_home/evm/admin/templates/sys/evm.evt"
Copying file to "/syed/grid_home/evm/lib/libevmd.a"
Copying file to "/syed/grid_home/evm/mesg/evmar.msb"
Copying file to "/syed/grid_home/evm/mesg/evmcs.msb"
Copying file to "/syed/grid_home/evm/mesg/evmd.msb"
Copying file to "/syed/grid_home/evm/mesg/evmdk.msb"
Copying file to "/syed/grid_home/evm/mesg/evme.msb"
Copying file to "/syed/grid_home/evm/mesg/evmel.msb"
Copying file to "/syed/grid_home/evm/mesg/evmf.msb"
Copying file to "/syed/grid_home/evm/mesg/evmhu.msb"
Copying file to "/syed/grid_home/evm/mesg/evmi.msb"
Copying file to "/syed/grid_home/evm/mesg/evmiw.msb"
Copying file to "/syed/grid_home/evm/mesg/evmja.msb"
Copying file to "/syed/grid_home/evm/mesg/evmko.msb"
Copying file to "/syed/grid_home/evm/mesg/evmn.msb"
Copying file to "/syed/grid_home/evm/mesg/evmnl.msb"
Copying file to "/syed/grid_home/evm/mesg/evmpl.msb"
Copying file to "/syed/grid_home/evm/mesg/evmpt.msb"
Copying file to "/syed/grid_home/evm/mesg/evmptb.msb"
Copying file to "/syed/grid_home/evm/mesg/evmro.msb"
Copying file to "/syed/grid_home/evm/mesg/evmru.msb"
Copying file to "/syed/grid_home/evm/mesg/evms.msb"
Copying file to "/syed/grid_home/evm/mesg/evmsf.msb"
Copying file to "/syed/grid_home/evm/mesg/evmsk.msb"
Copying file to "/syed/grid_home/evm/mesg/evmth.msb"
Copying file to "/syed/grid_home/evm/mesg/evmtr.msb"
Copying file to "/syed/grid_home/evm/mesg/evmus.msb"
Copying file to "/syed/grid_home/evm/mesg/evmus.msg"
Copying file to "/syed/grid_home/evm/mesg/evmzhs.msb"
Copying file to "/syed/grid_home/evm/mesg/evmzht.msb"
Copying file to "/syed/grid_home/has/mesg/clsdar.msb"
Copying file to "/syed/grid_home/has/mesg/clsdcs.msb"
Copying file to "/syed/grid_home/has/mesg/clsdd.msb"
Copying file to "/syed/grid_home/has/mesg/clsddk.msb"
Copying file to "/syed/grid_home/has/mesg/clsde.msb"
Copying file to "/syed/grid_home/has/mesg/clsdel.msb"
Copying file to "/syed/grid_home/has/mesg/clsdf.msb"
Copying file to "/syed/grid_home/has/mesg/clsdhu.msb"
Copying file to "/syed/grid_home/has/mesg/clsdi.msb"
Copying file to "/syed/grid_home/has/mesg/clsdiw.msb"
Copying file to "/syed/grid_home/has/mesg/clsdja.msb"
Copying file to "/syed/grid_home/has/mesg/clsdko.msb"
Copying file to "/syed/grid_home/has/mesg/clsdn.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnl.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdar.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdca.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdcs.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdd.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssddk.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssde.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdel.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdf.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdhu.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdi.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdiw.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdja.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdko.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdn.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdnl.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdpl.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdpt.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdptb.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdro.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdru.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssds.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdsf.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdsk.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdth.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdtr.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdus.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdus.msg"
Copying file to "/syed/grid_home/has/mesg/clsdnssdzhs.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdzht.msb"
Copying file to "/syed/grid_home/has/mesg/clsdpl.msb"
Copying file to "/syed/grid_home/has/mesg/clsdpt.msb"
Copying file to "/syed/grid_home/has/mesg/clsdptb.msb"
Copying file to "/syed/grid_home/has/mesg/clsdro.msb"
Copying file to "/syed/grid_home/has/mesg/clsdru.msb"
Copying file to "/syed/grid_home/has/mesg/clsds.msb"
Copying file to "/syed/grid_home/has/mesg/clsdsf.msb"
Copying file to "/syed/grid_home/has/mesg/clsdsk.msb"
Copying file to "/syed/grid_home/has/mesg/clsdth.msb"
Copying file to "/syed/grid_home/has/mesg/clsdtr.msb"
Copying file to "/syed/grid_home/has/mesg/clsdus.msb"
Copying file to "/syed/grid_home/has/mesg/clsdus.msg"
Copying file to "/syed/grid_home/has/mesg/clsdzhs.msb"
Copying file to "/syed/grid_home/has/mesg/clsdzht.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnar.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnca.msb"
Copying file to "/syed/grid_home/has/mesg/clsgncs.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnd.msb"
Copying file to "/syed/grid_home/has/mesg/clsgndk.msb"
Copying file to "/syed/grid_home/has/mesg/clsgne.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnel.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnesa.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnf.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnhu.msb"
Copying file to "/syed/grid_home/has/mesg/clsgni.msb"
Copying file to "/syed/grid_home/has/mesg/clsgniw.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnja.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnko.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnn.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnnl.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnpl.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnpt.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnptb.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnro.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnru.msb"
Copying file to "/syed/grid_home/has/mesg/clsgns.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnsf.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnsk.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnth.msb"
Copying file to "/syed/grid_home/has/mesg/clsgntr.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnus.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnus.msg"
Copying file to "/syed/grid_home/has/mesg/clsgnzhs.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnzht.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsar.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsca.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnscs.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsd.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsdk.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnse.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsel.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsesa.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsf.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnshu.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsi.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsiw.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsja.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsko.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsn.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsnl.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnspl.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnspt.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsptb.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsro.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsru.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnss.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnssf.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnssk.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsth.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnstr.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsus.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsus.msg"
Copying file to "/syed/grid_home/has/mesg/clsmdnszhs.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnszht.msb"
Copying file to "/syed/grid_home/has/mesg/clstar.msb"
Copying file to "/syed/grid_home/has/mesg/clstcs.msb"
Copying file to "/syed/grid_home/has/mesg/clstd.msb"
Copying file to "/syed/grid_home/has/mesg/clstdk.msb"
Copying file to "/syed/grid_home/has/mesg/clste.msb"
Copying file to "/syed/grid_home/has/mesg/clstel.msb"
Copying file to "/syed/grid_home/has/mesg/clstf.msb"
Copying file to "/syed/grid_home/has/mesg/clsthu.msb"
Copying file to "/syed/grid_home/has/mesg/clsti.msb"
Copying file to "/syed/grid_home/has/mesg/clstiw.msb"
Copying file to "/syed/grid_home/has/mesg/clstja.msb"
Copying file to "/syed/grid_home/has/mesg/clstko.msb"
Copying file to "/syed/grid_home/has/mesg/clstn.msb"
Copying file to "/syed/grid_home/has/mesg/clstnl.msb"
Copying file to "/syed/grid_home/has/mesg/clstpl.msb"
Copying file to "/syed/grid_home/has/mesg/clstpt.msb"
Copying file to "/syed/grid_home/has/mesg/clstptb.msb"
Copying file to "/syed/grid_home/has/mesg/clstro.msb"
Copying file to "/syed/grid_home/has/mesg/clstru.msb"
Copying file to "/syed/grid_home/has/mesg/clsts.msb"
Copying file to "/syed/grid_home/has/mesg/clstsf.msb"
Copying file to "/syed/grid_home/has/mesg/clstsk.msb"
Copying file to "/syed/grid_home/has/mesg/clstth.msb"
Copying file to "/syed/grid_home/has/mesg/clsttr.msb"
Copying file to "/syed/grid_home/has/mesg/clstus.msb"
Copying file to "/syed/grid_home/has/mesg/clstus.msg"
Copying file to "/syed/grid_home/has/mesg/clstzhs.msb"
Copying file to "/syed/grid_home/has/mesg/clstzht.msb"
Copying file to "/syed/grid_home/has/mesg/clsuar.msb"
Copying file to "/syed/grid_home/has/mesg/clsuca.msb"
Copying file to "/syed/grid_home/has/mesg/clsucs.msb"
Copying file to "/syed/grid_home/has/mesg/clsud.msb"
Copying file to "/syed/grid_home/has/mesg/clsudk.msb"
Copying file to "/syed/grid_home/has/mesg/clsue.msb"
Copying file to "/syed/grid_home/has/mesg/clsuel.msb"
Copying file to "/syed/grid_home/has/mesg/clsuf.msb"
Copying file to "/syed/grid_home/has/mesg/clsuhu.msb"
Copying file to "/syed/grid_home/has/mesg/clsui.msb"
Copying file to "/syed/grid_home/has/mesg/clsuiw.msb"
Copying file to "/syed/grid_home/has/mesg/clsuja.msb"
Copying file to "/syed/grid_home/has/mesg/clsuko.msb"
Copying file to "/syed/grid_home/has/mesg/clsun.msb"
Copying file to "/syed/grid_home/has/mesg/clsunl.msb"
Copying file to "/syed/grid_home/has/mesg/clsupl.msb"
Copying file to "/syed/grid_home/has/mesg/clsupt.msb"
Copying file to "/syed/grid_home/has/mesg/clsuptb.msb"
Copying file to "/syed/grid_home/has/mesg/clsuro.msb"
Copying file to "/syed/grid_home/has/mesg/clsuru.msb"
Copying file to "/syed/grid_home/has/mesg/clsus.msb"
Copying file to "/syed/grid_home/has/mesg/clsusf.msb"
Copying file to "/syed/grid_home/has/mesg/clsusk.msb"
Copying file to "/syed/grid_home/has/mesg/clsuth.msb"
Copying file to "/syed/grid_home/has/mesg/clsutr.msb"
Copying file to "/syed/grid_home/has/mesg/clsuus.msb"
Copying file to "/syed/grid_home/has/mesg/clsuus.msg"
Copying file to "/syed/grid_home/has/mesg/clsuzhs.msb"
Copying file to "/syed/grid_home/has/mesg/clsuzht.msb"
Copying file to "/syed/grid_home/has/mesg/clswar.msb"
Copying file to "/syed/grid_home/has/mesg/clswcs.msb"
Copying file to "/syed/grid_home/has/mesg/clswd.msb"
Copying file to "/syed/grid_home/has/mesg/clswdk.msb"
Copying file to "/syed/grid_home/has/mesg/clswe.msb"
Copying file to "/syed/grid_home/has/mesg/clswel.msb"
Copying file to "/syed/grid_home/has/mesg/clswf.msb"
Copying file to "/syed/grid_home/has/mesg/clswhu.msb"
Copying file to "/syed/grid_home/has/mesg/clswi.msb"
Copying file to "/syed/grid_home/has/mesg/clswiw.msb"
Copying file to "/syed/grid_home/has/mesg/clswja.msb"
Copying file to "/syed/grid_home/has/mesg/clswko.msb"
Copying file to "/syed/grid_home/has/mesg/clswn.msb"
Copying file to "/syed/grid_home/has/mesg/clswnl.msb"
Copying file to "/syed/grid_home/has/mesg/clswpl.msb"
Copying file to "/syed/grid_home/has/mesg/clswpt.msb"
Copying file to "/syed/grid_home/has/mesg/clswptb.msb"
Copying file to "/syed/grid_home/has/mesg/clswro.msb"
Copying file to "/syed/grid_home/has/mesg/clswru.msb"
Copying file to "/syed/grid_home/has/mesg/clsws.msb"
Copying file to "/syed/grid_home/has/mesg/clswsf.msb"
Copying file to "/syed/grid_home/has/mesg/clswsk.msb"
Copying file to "/syed/grid_home/has/mesg/clswth.msb"
Copying file to "/syed/grid_home/has/mesg/clswtr.msb"
Copying file to "/syed/grid_home/has/mesg/clswus.msb"
Copying file to "/syed/grid_home/has/mesg/clswus.msg"
Copying file to "/syed/grid_home/has/mesg/clswzhs.msb"
Copying file to "/syed/grid_home/has/mesg/clswzht.msb"
Copying file to "/syed/grid_home/has/mesg/gipcar.msb"
Copying file to "/syed/grid_home/has/mesg/gipcca.msb"
Copying file to "/syed/grid_home/has/mesg/gipccs.msb"
Copying file to "/syed/grid_home/has/mesg/gipcd.msb"
Copying file to "/syed/grid_home/has/mesg/gipcdk.msb"
Copying file to "/syed/grid_home/has/mesg/gipce.msb"
Copying file to "/syed/grid_home/has/mesg/gipcel.msb"
Copying file to "/syed/grid_home/has/mesg/gipcf.msb"
Copying file to "/syed/grid_home/has/mesg/gipchu.msb"
Copying file to "/syed/grid_home/has/mesg/gipci.msb"
Copying file to "/syed/grid_home/has/mesg/gipciw.msb"
Copying file to "/syed/grid_home/has/mesg/gipcja.msb"
Copying file to "/syed/grid_home/has/mesg/gipcko.msb"
Copying file to "/syed/grid_home/has/mesg/gipcn.msb"
Copying file to "/syed/grid_home/has/mesg/gipcnl.msb"
Copying file to "/syed/grid_home/has/mesg/gipcpl.msb"
Copying file to "/syed/grid_home/has/mesg/gipcpt.msb"
Copying file to "/syed/grid_home/has/mesg/gipcptb.msb"
Copying file to "/syed/grid_home/has/mesg/gipcro.msb"
Copying file to "/syed/grid_home/has/mesg/gipcru.msb"
Copying file to "/syed/grid_home/has/mesg/gipcs.msb"
Copying file to "/syed/grid_home/has/mesg/gipcsf.msb"
Copying file to "/syed/grid_home/has/mesg/gipcsk.msb"
Copying file to "/syed/grid_home/has/mesg/gipcth.msb"
Copying file to "/syed/grid_home/has/mesg/gipctr.msb"
Copying file to "/syed/grid_home/has/mesg/gipcus.msb"
Copying file to "/syed/grid_home/has/mesg/gipcus.msg"
Copying file to "/syed/grid_home/has/mesg/gipczhs.msb"
Copying file to "/syed/grid_home/has/mesg/gipczht.msb"
Copying file to "/syed/grid_home/has/mesg/ndfnus.msg"
Copying file to "/syed/grid_home/has/mesg/rdear.msb"
Copying file to "/syed/grid_home/has/mesg/rdeca.msb"
Copying file to "/syed/grid_home/has/mesg/rdecs.msb"
Copying file to "/syed/grid_home/has/mesg/rded.msb"
Copying file to "/syed/grid_home/has/mesg/rdedk.msb"
Copying file to "/syed/grid_home/has/mesg/rdee.msb"
Copying file to "/syed/grid_home/has/mesg/rdeel.msb"
Copying file to "/syed/grid_home/has/mesg/rdef.msb"
Copying file to "/syed/grid_home/has/mesg/rdehu.msb"
Copying file to "/syed/grid_home/has/mesg/rdei.msb"
Copying file to "/syed/grid_home/has/mesg/rdeiw.msb"
Copying file to "/syed/grid_home/has/mesg/rdeja.msb"
Copying file to "/syed/grid_home/has/mesg/rdeko.msb"
Copying file to "/syed/grid_home/has/mesg/rden.msb"
Copying file to "/syed/grid_home/has/mesg/rdenl.msb"
Copying file to "/syed/grid_home/has/mesg/rdepl.msb"
Copying file to "/syed/grid_home/has/mesg/rdept.msb"
Copying file to "/syed/grid_home/has/mesg/rdeptb.msb"
Copying file to "/syed/grid_home/has/mesg/rdero.msb"
Copying file to "/syed/grid_home/has/mesg/rderu.msb"
Copying file to "/syed/grid_home/has/mesg/rdes.msb"
Copying file to "/syed/grid_home/has/mesg/rdesf.msb"
Copying file to "/syed/grid_home/has/mesg/rdesk.msb"
Copying file to "/syed/grid_home/has/mesg/rdeth.msb"
Copying file to "/syed/grid_home/has/mesg/rdetr.msb"
Copying file to "/syed/grid_home/has/mesg/rdeus.msb"
Copying file to "/syed/grid_home/has/mesg/rdeus.msg"
Copying file to "/syed/grid_home/has/mesg/rdezhs.msb"
Copying file to "/syed/grid_home/has/mesg/rdezht.msb"
Copying file to "/syed/grid_home/jlib/gns.jar"
Copying file to "/syed/grid_home/jlib/ndfnceca.jar"
Copying file to "/syed/grid_home/jlib/rd.jar"
Copying file to "/syed/grid_home/jlib/rdtool.jar"
Copying file to "/syed/grid_home/jlib/srvm.jar"
Copying file to "/syed/grid_home/jlib/srvmasm.jar"
Copying file to "/syed/grid_home/jlib/srvmhas.jar"
Copying file to "/syed/grid_home/jlib/supercluster-common.jar"
Copying file to "/syed/grid_home/jlib/supercluster.jar"
Copying file to "/syed/grid_home/lib/libagfw11.so"
Copying file to "/syed/grid_home/lib/libclsra11.so"
Copying file to "/syed/grid_home/lib/libdbcfg11.so"
Copying file to "/syed/grid_home/lib/libgns11.so"
Copying file to "/syed/grid_home/lib/libgnsjni11.so"
Copying file to "/syed/grid_home/lib/libhasgen11.so"
Copying file to "/syed/grid_home/lib/libocr11.so"
Copying file to "/syed/grid_home/lib/libocrb11.so"
Copying file to "/syed/grid_home/lib/libocrutl11.so"
Copying file to "/syed/grid_home/lib/liboevm.a"
Copying file to "/syed/grid_home/lib/librdjni11.so"
Copying file to "/syed/grid_home/lib/libsrvmhas11.so"
Copying file to "/syed/grid_home/lib/libsrvmocr11.so"
Copying file to "/syed/grid_home/lib/libuini11.so"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/application.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/data-sources.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/database-schemas/hypersonic.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/database-schemas/ms-access.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/database-schemas/ms-sql.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/database-schemas/oracle.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/database-schemas/postgresql.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/database-schemas/sybase.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/default-web-site.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/entity-resolver-config.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/global-web-application.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/http-web-site.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/internal-settings.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/j2ee-logging.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/java2.policy"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/javacache.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/jazn-data.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/jazn.security.props"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/jazn.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/jms.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/mime.types"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/oc4j-connectors.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/oc4j.properties"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/oc4jclient.policy"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/orb-config.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/principals.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/rmi.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/server.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/system-application.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/system-jazn-data.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/transaction-manager.xml"
Copying file to "/syed/grid_home/racg/README"
Copying file to "/syed/grid_home/racg/lib/s0clsrdmai.o"
Copying file to "/syed/grid_home/racg/lib/s0clsreut.o"
Copying file to "/syed/grid_home/racg/lib/s0clsrmain.o"
Copying file to "/syed/grid_home/racg/lib/s0clsrmdb.o"
Copying file to "/syed/grid_home/racg/mesg/clsrar.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrcs.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrd.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrdk.msb"
Copying file to "/syed/grid_home/racg/mesg/clsre.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrel.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrf.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrhu.msb"
Copying file to "/syed/grid_home/racg/mesg/clsri.msb"
Copying file to "/syed/grid_home/racg/mesg/clsriw.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrja.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrko.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrn.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrnl.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrpl.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrpt.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrptb.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrro.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrru.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrs.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrsf.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrsk.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrth.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrtr.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrus.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrus.msg"
Copying file to "/syed/grid_home/racg/mesg/clsrzhs.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrzht.msb"
Copying file to "/syed/grid_home/srvm/admin/ocrlog.ini"
Copying file to "/syed/grid_home/srvm/admin/paramfile.sample"
Copying file to "/syed/grid_home/srvm/jlib/srvctl.jar"
Copying file to "/syed/grid_home/srvm/lib/env_srvm.mk"
Copying file to "/syed/grid_home/srvm/lib/ins_srvm.mk"
Copying file to "/syed/grid_home/srvm/lib/libsrvm11.so"
Copying file to "/syed/grid_home/srvm/lib/prgcrshm.o"
Copying file to "/syed/grid_home/srvm/lib/sprgcrshm.o"
Copying file to "/syed/grid_home/srvm/mesg/prcaus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prccus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prcdus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prcfus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prchus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prcius.msg"
Copying file to "/syed/grid_home/srvm/mesg/prcnus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prcod.msb"
Copying file to "/syed/grid_home/srvm/mesg/prcoe.msb"
Copying file to "/syed/grid_home/srvm/mesg/prcof.msb"
Copying file to "/syed/grid_home/srvm/mesg/prcoi.msb"
Copying file to "/syed/grid_home/srvm/mesg/prcoja.msb"
Copying file to "/syed/grid_home/srvm/mesg/prcoko.msb"
Copying file to "/syed/grid_home/srvm/mesg/prcoptb.msb"
Copying file to "/syed/grid_home/srvm/mesg/prcous.msb"
Copying file to "/syed/grid_home/srvm/mesg/prcous.msg"
Copying file to "/syed/grid_home/srvm/mesg/prcozhs.msb"
Copying file to "/syed/grid_home/srvm/mesg/prcozht.msb"
Copying file to "/syed/grid_home/srvm/mesg/prcrus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prcsus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prctus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prcwus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prifd.msb"
Copying file to "/syed/grid_home/srvm/mesg/prife.msb"
Copying file to "/syed/grid_home/srvm/mesg/priff.msb"
Copying file to "/syed/grid_home/srvm/mesg/prifi.msb"
Copying file to "/syed/grid_home/srvm/mesg/prifja.msb"
Copying file to "/syed/grid_home/srvm/mesg/prifko.msb"
Copying file to "/syed/grid_home/srvm/mesg/prifptb.msb"
Copying file to "/syed/grid_home/srvm/mesg/prifus.msb"
Copying file to "/syed/grid_home/srvm/mesg/prifus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prifzhs.msb"
Copying file to "/syed/grid_home/srvm/mesg/prifzht.msb"
Copying file to "/syed/grid_home/srvm/mesg/prkaus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prkcus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prkdus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prkeus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prkhus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prknus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prkous.msg"
Copying file to "/syed/grid_home/srvm/mesg/prkpus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prkrus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prksus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prkuus.msg"
Copying file to "/syed/grid_home/srvm/mesg/procd.msb"
Copying file to "/syed/grid_home/srvm/mesg/proce.msb"
Copying file to "/syed/grid_home/srvm/mesg/procf.msb"
Copying file to "/syed/grid_home/srvm/mesg/proci.msb"
Copying file to "/syed/grid_home/srvm/mesg/procja.msb"
Copying file to "/syed/grid_home/srvm/mesg/procko.msb"
Copying file to "/syed/grid_home/srvm/mesg/procld.msb"
Copying file to "/syed/grid_home/srvm/mesg/procle.msb"
Copying file to "/syed/grid_home/srvm/mesg/proclf.msb"
Copying file to "/syed/grid_home/srvm/mesg/procli.msb"
Copying file to "/syed/grid_home/srvm/mesg/proclja.msb"
Copying file to "/syed/grid_home/srvm/mesg/proclko.msb"
Copying file to "/syed/grid_home/srvm/mesg/proclptb.msb"
Copying file to "/syed/grid_home/srvm/mesg/proclus.msb"
Copying file to "/syed/grid_home/srvm/mesg/proclus.msg"
Copying file to "/syed/grid_home/srvm/mesg/proclzhs.msb"
Copying file to "/syed/grid_home/srvm/mesg/proclzht.msb"
Copying file to "/syed/grid_home/srvm/mesg/procptb.msb"
Copying file to "/syed/grid_home/srvm/mesg/procus.msb"
Copying file to "/syed/grid_home/srvm/mesg/procus.msg"
Copying file to "/syed/grid_home/srvm/mesg/proczhs.msb"
Copying file to "/syed/grid_home/srvm/mesg/proczht.msb"
Copying file to "/syed/grid_home/srvm/mesg/protd.msb"
Copying file to "/syed/grid_home/srvm/mesg/prote.msb"
Copying file to "/syed/grid_home/srvm/mesg/protf.msb"
Copying file to "/syed/grid_home/srvm/mesg/proti.msb"
Copying file to "/syed/grid_home/srvm/mesg/protja.msb"
Copying file to "/syed/grid_home/srvm/mesg/protko.msb"
Copying file to "/syed/grid_home/srvm/mesg/protld.msb"
Copying file to "/syed/grid_home/srvm/mesg/protle.msb"
Copying file to "/syed/grid_home/srvm/mesg/protlf.msb"
Copying file to "/syed/grid_home/srvm/mesg/protli.msb"
Copying file to "/syed/grid_home/srvm/mesg/protlja.msb"
Copying file to "/syed/grid_home/srvm/mesg/protlko.msb"
Copying file to "/syed/grid_home/srvm/mesg/protlptb.msb"
Copying file to "/syed/grid_home/srvm/mesg/protlus.msb"
Copying file to "/syed/grid_home/srvm/mesg/protlus.msg"
Copying file to "/syed/grid_home/srvm/mesg/protlzhs.msb"
Copying file to "/syed/grid_home/srvm/mesg/protlzht.msb"
Copying file to "/syed/grid_home/srvm/mesg/protptb.msb"
Copying file to "/syed/grid_home/srvm/mesg/protus.msb"
Copying file to "/syed/grid_home/srvm/mesg/protus.msg"
Copying file to "/syed/grid_home/srvm/mesg/protzhs.msb"
Copying file to "/syed/grid_home/srvm/mesg/protzht.msb"
Copying file to "/syed/grid_home/srvm/mesg/prvfus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prvpus.msg"
Copying file to "/syed/grid_home/srvm/mesg/sclcus.msg"
Copying file to "/syed/grid_home/srvm/mesg/sclsus.msg"
Copying file to "/syed/grid_home/oui/jlib/srvm.jar"
Copying file to "/syed/grid_home/oui/jlib/srvmasm.jar"
Copying file to "/syed/grid_home/oui/lib/linux/libsrvm11.so"
Patching component oracle.usm, 11.2.0.1.0...
Copying file to "/syed/grid_home/bin/acfsdriverstate"
Copying file to "/syed/grid_home/bin/acfsload"
Copying file to "/syed/grid_home/bin/acfsregistrymount"
Copying file to "/syed/grid_home/bin/acfsroot"
Copying file to "/syed/grid_home/bin/acfssinglefsmount"
Copying file to "/syed/grid_home/install/usm/EL5/i386/2.6.18-8/2.6.18-8.el5-i686/bin/oracleacfs.ko"
Copying file to "/syed/grid_home/install/usm/EL5/i386/2.6.18-8/2.6.18-8.el5-i686/bin/oracleadvm.ko"
Copying file to "/syed/grid_home/install/usm/EL5/i386/2.6.18-8/2.6.18-8.el5-i686/bin/oracleoks.ko"
Copying file to "/syed/grid_home/install/usm/EL5/i386/2.6.18-8/2.6.18-8.el5PAE-i686/bin/oracleacfs.ko"
Copying file to "/syed/grid_home/install/usm/EL5/i386/2.6.18-8/2.6.18-8.el5PAE-i686/bin/oracleadvm.ko"
Copying file to "/syed/grid_home/install/usm/EL5/i386/2.6.18-8/2.6.18-8.el5PAE-i686/bin/oracleoks.ko"
Copying file to "/syed/grid_home/install/usm/EL5/i386/2.6.18-8/2.6.18-8.el5xen-i686/bin/oracleacfs.ko"
Copying file to "/syed/grid_home/install/usm/EL5/i386/2.6.18-8/2.6.18-8.el5xen-i686/bin/oracleadvm.ko"
Copying file to "/syed/grid_home/install/usm/EL5/i386/2.6.18-8/2.6.18-8.el5xen-i686/bin/oracleoks.ko"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/acfsdbg"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/acfsdbg.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/acfsutil"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/acfsutil.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/advmutil"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/advmutil.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/fsck.acfs"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/fsck.acfs.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/mkfs.acfs"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/mkfs.acfs.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/mount.acfs"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/mount.acfs.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/oracleacfs.ko"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/oracleadvm.ko"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/oracleoks.ko"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/acfsdbg"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/acfsdbg.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/acfsutil"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/acfsutil.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/advmutil"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/advmutil.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/fsck.acfs"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/fsck.acfs.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/mkfs.acfs"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/mkfs.acfs.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/mount.acfs"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/mount.acfs.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/oracleacfs.ko"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/oracleadvm.ko"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/oracleoks.ko"
Copying file to "/syed/grid_home/lib/acfsdriverstate.pl"
Copying file to "/syed/grid_home/lib/acfslib.pm"
Copying file to "/syed/grid_home/lib/acfsload.pl"
Copying file to "/syed/grid_home/lib/acfsregistrymount.pl"
Copying file to "/syed/grid_home/lib/acfsroot.pl"
Copying file to "/syed/grid_home/lib/acfssinglefsmount.pl"
Copying file to "/syed/grid_home/lib/acfstoolsdriver.sh"
Copying file to "/syed/grid_home/lib/osds_acfsdriverstate.pm"
Copying file to "/syed/grid_home/lib/osds_acfslib.pm"
Copying file to "/syed/grid_home/lib/osds_acfsload.pm"
Copying file to "/syed/grid_home/lib/osds_acfsregistrymount.pm"
Copying file to "/syed/grid_home/lib/osds_acfsroot.pm"
Copying file to "/syed/grid_home/lib/osds_acfssinglefsmount.pm"
Copying file to "/syed/grid_home/lib/osds_unix_linux_acfslib.pm"
Copying file to "/syed/grid_home/usm/mesg/acfsar.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsca.msb"
Copying file to "/syed/grid_home/usm/mesg/acfscs.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsd.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsdk.msb"
Copying file to "/syed/grid_home/usm/mesg/acfse.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsel.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsf.msb"
Copying file to "/syed/grid_home/usm/mesg/acfshu.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsi.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsiw.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsja.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsko.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsn.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsnl.msb"
Copying file to "/syed/grid_home/usm/mesg/acfspl.msb"
Copying file to "/syed/grid_home/usm/mesg/acfspt.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsptb.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsro.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsru.msb"
Copying file to "/syed/grid_home/usm/mesg/acfss.msb"
Copying file to "/syed/grid_home/usm/mesg/acfssf.msb"
Copying file to "/syed/grid_home/usm/mesg/acfssk.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsth.msb"
Copying file to "/syed/grid_home/usm/mesg/acfstr.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsus.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsus.msg"
Copying file to "/syed/grid_home/usm/mesg/acfszhs.msb"
Copying file to "/syed/grid_home/usm/mesg/acfszht.msb"
ApplySession adding interim patch '9706490' to inventory
Verifying the update...
Inventory check OK: Patch ID 9706490 is registered in Oracle Home inventory with proper meta-data.
Files check OK: Files from Patch ID 9706490 are present in Oracle Home.
Running make for target install_srvm
Running make for target install
The local system has been patched and can be restarted.
UtilSession: N-Apply done.
OPatch succeeded.
Invoking OPatch 11.1.0.6.6
The user is root. OPatch cannot continue if the user is root.
OPatch failed with error code 255
[root@rac1 grid]# su - grid
[grid@rac1 ~]$ . oraenv
ORACLE_SID = [grid] ? _ASM1
ORACLE_HOME = [/home/oracle] ?
ORACLE_BASE environment variable is not being set since this
information is not available for the current user ID grid.
You can set ORACLE_BASE manually if it is required.
[grid@rac1 ~]$ . oraenv
ORACLE_SID = [_ASM1] ? +ASM1
The Oracle base for ORACLE_HOME=/syed/grid_home is /syed/11.2.0
[grid@rac1 ~]$ /syed/grid_home/OPatch/opatch napply -oh /syed/grid_home -local /syed/11.2.0.4/patch/9706490
Invoking OPatch 11.1.0.6.6
Oracle Interim Patch Installer version 11.1.0.6.6
Copyright (c) 2009, Oracle Corporation. All rights reserved.
UTIL session
Oracle Home : /syed/grid_home
Central Inventory : /syed/orainventory
from : /etc/oraInst.loc
OPatch version : 11.1.0.6.6
OUI version : 11.2.0.1.0
OUI location : /syed/grid_home/oui
Log file location : /syed/grid_home/cfgtoollogs/opatch/opatch2016-01-24_00-05-27AM.log
Patch history file: /syed/grid_home/cfgtoollogs/opatch/opatch_history.txt
Invoking utility "napply"
Checking conflict among patches...
Checking if Oracle Home has components required by patches...
Checking conflicts against Oracle Home...
OPatch continues with these patches: 9706490
Do you want to proceed? [y|n]
y
User Responded with: Y
Running prerequisite checks...
You selected -local option, hence OPatch will patch the local system only.
Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
(Oracle Home = '/syed/grid_home')
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files affected by the patch 'NApply' for restore. This might take a while...
Applying patch 9706490...
ApplySession applying interim patch '9706490' to OH '/syed/grid_home'
Backing up files affected by the patch '9706490' for rollback. This might take a while...
Patching component oracle.crs, 11.2.0.1.0...
Copying file to "/syed/grid_home/bin/appagent.bin"
Copying file to "/syed/grid_home/bin/appvipcfg"
Copying file to "/syed/grid_home/bin/appvipcfg.pl"
Copying file to "/syed/grid_home/bin/asmproxy"
Copying file to "/syed/grid_home/bin/cemutlo.bin"
Copying file to "/syed/grid_home/bin/cemutls.bin"
Copying file to "/syed/grid_home/bin/clscfg.bin"
Copying file to "/syed/grid_home/bin/clsecho.bin"
Copying file to "/syed/grid_home/bin/clsfmt.bin"
Copying file to "/syed/grid_home/bin/clsid.bin"
Copying file to "/syed/grid_home/bin/clssproxy.bin"
Copying file to "/syed/grid_home/bin/crs_getperm.bin"
Copying file to "/syed/grid_home/bin/crs_profile.bin"
Copying file to "/syed/grid_home/bin/crs_register.bin"
Copying file to "/syed/grid_home/bin/crs_relocate.bin"
Copying file to "/syed/grid_home/bin/crs_setperm.bin"
Copying file to "/syed/grid_home/bin/crs_start.bin"
Copying file to "/syed/grid_home/bin/crs_stat.bin"
Copying file to "/syed/grid_home/bin/crs_stop.bin"
Copying file to "/syed/grid_home/bin/crs_unregister.bin"
Copying file to "/syed/grid_home/bin/crsctl.bin"
Copying file to "/syed/grid_home/bin/crsd.bin"
Copying file to "/syed/grid_home/bin/crstmpl.scr"
Copying file to "/syed/grid_home/bin/crswrapexece.pl"
Copying file to "/syed/grid_home/bin/cssdagent"
Copying file to "/syed/grid_home/bin/cssdmonitor"
Copying file to "/syed/grid_home/bin/cssvfupgd.bin"
Copying file to "/syed/grid_home/bin/diagcollection.pl"
Copying file to "/syed/grid_home/bin/diskmonagent.bin"
Copying file to "/syed/grid_home/bin/emcrsp.bin"
Copying file to "/syed/grid_home/bin/evmd.bin"
Copying file to "/syed/grid_home/bin/evminfo.bin"
Copying file to "/syed/grid_home/bin/evmlogger.bin"
Copying file to "/syed/grid_home/bin/evmmkbin.bin"
Copying file to "/syed/grid_home/bin/evmmklib.bin"
Copying file to "/syed/grid_home/bin/evmpost.bin"
Copying file to "/syed/grid_home/bin/evmshow.bin"
Copying file to "/syed/grid_home/bin/evmsort.bin"
Copying file to "/syed/grid_home/bin/evmwatch.bin"
Copying file to "/syed/grid_home/bin/evt.sh"
Copying file to "/syed/grid_home/bin/gipcd.bin"
Copying file to "/syed/grid_home/bin/gnsd"
Copying file to "/syed/grid_home/bin/gnsd.bin"
Copying file to "/syed/grid_home/bin/gpnpd.bin"
Copying file to "/syed/grid_home/bin/gpnptool.bin"
Copying file to "/syed/grid_home/bin/gsd"
Copying file to "/syed/grid_home/bin/lsdb.bin"
Copying file to "/syed/grid_home/bin/mdnsd.bin"
Copying file to "/syed/grid_home/bin/oc4jctl.pl"
Copying file to "/syed/grid_home/bin/oclskd.bin"
Copying file to "/syed/grid_home/bin/ocrcheck.bin"
Copying file to "/syed/grid_home/bin/ocrconfig.bin"
Copying file to "/syed/grid_home/bin/ocrdump.bin"
Copying file to "/syed/grid_home/bin/ocssd.bin"
Copying file to "/syed/grid_home/bin/octssd.bin"
Copying file to "/syed/grid_home/bin/ohasd.bin"
Copying file to "/syed/grid_home/bin/oifcfg.bin"
Copying file to "/syed/grid_home/bin/olsnodes.bin"
Copying file to "/syed/grid_home/bin/oprocd"
Copying file to "/syed/grid_home/bin/oraagent.bin"
Copying file to "/syed/grid_home/bin/oradnssd"
Copying file to "/syed/grid_home/bin/oradnssd.bin"
Copying file to "/syed/grid_home/bin/oranetmonitor.bin"
Copying file to "/syed/grid_home/bin/orarootagent.bin"
Copying file to "/syed/grid_home/bin/racgeut"
Copying file to "/syed/grid_home/bin/racgevtf"
Copying file to "/syed/grid_home/bin/racgmain"
Copying file to "/syed/grid_home/bin/racgons.bin"
Copying file to "/syed/grid_home/bin/racgvip"
Copying file to "/syed/grid_home/bin/sclsspawn"
Copying file to "/syed/grid_home/bin/scriptagent.bin"
Copying file to "/syed/grid_home/bin/usrvip"
Copying file to "/syed/grid_home/crs/demo/clsagfw.h"
Copying file to "/syed/grid_home/crs/demo/clsagfwm.h"
Copying file to "/syed/grid_home/crs/demo/clscrsx.h"
Copying file to "/syed/grid_home/crs/demo/coldfailover/act_db.pl"
Copying file to "/syed/grid_home/crs/demo/coldfailover/act_listener.pl"
Copying file to "/syed/grid_home/crs/demo/coldfailover/act_resgroup.pl"
Copying file to "/syed/grid_home/crs/demo/crsapp.c"
Copying file to "/syed/grid_home/crs/demo/demoActionScript"
Copying file to "/syed/grid_home/crs/demo/demo_agents.mk"
Copying file to "/syed/grid_home/crs/demo/demo_crs.mk"
Copying file to "/syed/grid_home/crs/demo/demoagent1.cpp"
Copying file to "/syed/grid_home/crs/demo/demoagent2.cpp"
Copying file to "/syed/grid_home/crs/demo/macrodemo.cpp"
Copying file to "/syed/grid_home/crs/demo/readme.txt"
Copying file to "/syed/grid_home/crs/install/crsconfig_lib.pm"
Copying file to "/syed/grid_home/crs/install/crsdelete.pm"
Copying file to "/syed/grid_home/crs/install/crspatch.pm"
Copying file to "/syed/grid_home/crs/install/hasdconfig.pl"
Copying file to "/syed/grid_home/crs/install/inittab"
Copying file to "/syed/grid_home/crs/install/install.excl"
Copying file to "/syed/grid_home/crs/install/install.incl"
Copying file to "/syed/grid_home/crs/install/oracss.pm"
Copying file to "/syed/grid_home/crs/install/paramfile.crs"
Copying file to "/syed/grid_home/crs/install/rootcrs.pl"
Copying file to "/syed/grid_home/crs/install/roothas.pl"
Copying file to "/syed/grid_home/crs/install/rootofs.sh"
Copying file to "/syed/grid_home/crs/install/s_crsconfig_defs"
Copying file to "/syed/grid_home/crs/install/s_crsconfig_lib.pm"
Copying file to "/syed/grid_home/crs/lib/caa_regapp.o"
Copying file to "/syed/grid_home/crs/lib/env_has.mk"
Copying file to "/syed/grid_home/crs/mesg/crsar.msb"
Copying file to "/syed/grid_home/crs/mesg/crscs.msb"
Copying file to "/syed/grid_home/crs/mesg/crsd.msb"
Copying file to "/syed/grid_home/crs/mesg/crsdk.msb"
Copying file to "/syed/grid_home/crs/mesg/crse.msb"
Copying file to "/syed/grid_home/crs/mesg/crsel.msb"
Copying file to "/syed/grid_home/crs/mesg/crsf.msb"
Copying file to "/syed/grid_home/crs/mesg/crshu.msb"
Copying file to "/syed/grid_home/crs/mesg/crsi.msb"
Copying file to "/syed/grid_home/crs/mesg/crsiw.msb"
Copying file to "/syed/grid_home/crs/mesg/crsja.msb"
Copying file to "/syed/grid_home/crs/mesg/crsko.msb"
Copying file to "/syed/grid_home/crs/mesg/crsn.msb"
Copying file to "/syed/grid_home/crs/mesg/crsnl.msb"
Copying file to "/syed/grid_home/crs/mesg/crspl.msb"
Copying file to "/syed/grid_home/crs/mesg/crspt.msb"
Copying file to "/syed/grid_home/crs/mesg/crsptb.msb"
Copying file to "/syed/grid_home/crs/mesg/crsro.msb"
Copying file to "/syed/grid_home/crs/mesg/crsru.msb"
Copying file to "/syed/grid_home/crs/mesg/crss.msb"
Copying file to "/syed/grid_home/crs/mesg/crssf.msb"
Copying file to "/syed/grid_home/crs/mesg/crssk.msb"
Copying file to "/syed/grid_home/crs/mesg/crsth.msb"
Copying file to "/syed/grid_home/crs/mesg/crstr.msb"
Copying file to "/syed/grid_home/crs/mesg/crsus.msb"
Copying file to "/syed/grid_home/crs/mesg/crsus.msg"
Copying file to "/syed/grid_home/crs/mesg/crszhs.msb"
Copying file to "/syed/grid_home/crs/mesg/crszht.msb"
Copying file to "/syed/grid_home/crs/sbs/appvipcfg.sbs"
Copying file to "/syed/grid_home/crs/sbs/clsrwrap.sbs"
Copying file to "/syed/grid_home/crs/sbs/cluutil.sbs"
Copying file to "/syed/grid_home/crs/sbs/cmdllroot.sh.sbs"
Copying file to "/syed/grid_home/crs/sbs/crsconfig_dirs.sbs"
Copying file to "/syed/grid_home/crs/sbs/crsconfig_fileperms.sbs"
Copying file to "/syed/grid_home/crs/sbs/crsconfig_files.sbs"
Copying file to "/syed/grid_home/crs/sbs/crswrap.sh.sbs"
Copying file to "/syed/grid_home/crs/sbs/diagcollection.sh.sbs"
Copying file to "/syed/grid_home/crs/sbs/evm.auth.sbs"
Copying file to "/syed/grid_home/crs/sbs/evmdaemon.conf.sbs"
Copying file to "/syed/grid_home/crs/sbs/evmlogger.conf.sbs"
Copying file to "/syed/grid_home/crs/sbs/gsd.sh.sbs"
Copying file to "/syed/grid_home/crs/sbs/gsdctl.sbs"
Copying file to "/syed/grid_home/crs/sbs/init.ohasd.sbs"
Copying file to "/syed/grid_home/crs/sbs/localconfig.sbs"
Copying file to "/syed/grid_home/crs/sbs/logging.properties.sbs"
Copying file to "/syed/grid_home/crs/sbs/ndfnceca.sbs"
Copying file to "/syed/grid_home/crs/sbs/oc4jctl.sbs"
Copying file to "/syed/grid_home/crs/sbs/ohasd.sbs"
Copying file to "/syed/grid_home/crs/sbs/onsconfig.sbs"
Copying file to "/syed/grid_home/crs/sbs/onsctl.sbs"
Copying file to "/syed/grid_home/crs/sbs/preupdate.sh.sbs"
Copying file to "/syed/grid_home/crs/sbs/qosctl.sbs"
Copying file to "/syed/grid_home/crs/sbs/racgons.sbs"
Copying file to "/syed/grid_home/crs/sbs/rootaddnode.sh.sbs"
Copying file to "/syed/grid_home/crs/sbs/rootconfigadd.sbs"
Copying file to "/syed/grid_home/crs/sbs/rootdeinstall.sh.sbs"
Copying file to "/syed/grid_home/crs/sbs/rootdelete.sh.sbs"
Copying file to "/syed/grid_home/crs/sbs/rootdeletenode.sh.sbs"
Copying file to "/syed/grid_home/crs/sbs/rootinstalladd.sbs"
Copying file to "/syed/grid_home/crs/sbs/scrctl.sbs"
Copying file to "/syed/grid_home/crs/sbs/setasmgidwrap.sbs"
Copying file to "/syed/grid_home/crs/sbs/srdtool.sbs"
Copying file to "/syed/grid_home/crs/sbs/srvctl.sbs"
Copying file to "/syed/grid_home/crs/sbs/usrvip.sbs"
Copying file to "/syed/grid_home/crs/template/TYPE_application.cap"
Copying file to "/syed/grid_home/crs/template/TYPE_generic.cap"
Copying file to "/syed/grid_home/crs/template/application.tdf"
Copying file to "/syed/grid_home/crs/template/appvip.type"
Copying file to "/syed/grid_home/crs/template/asm.type"
Copying file to "/syed/grid_home/crs/template/crs.type"
Copying file to "/syed/grid_home/crs/template/cssd.type"
Copying file to "/syed/grid_home/crs/template/cssdmonitor.type"
Copying file to "/syed/grid_home/crs/template/ctss.type"
Copying file to "/syed/grid_home/crs/template/daemon.type"
Copying file to "/syed/grid_home/crs/template/diskmon.type"
Copying file to "/syed/grid_home/crs/template/drivers.acfs.type"
Copying file to "/syed/grid_home/crs/template/evm.type"
Copying file to "/syed/grid_home/crs/template/generic.tdf"
Copying file to "/syed/grid_home/crs/template/gipc.type"
Copying file to "/syed/grid_home/crs/template/gpnp.type"
Copying file to "/syed/grid_home/crs/template/mdns.type"
Copying file to "/syed/grid_home/crs/template/registry.acfs.type"
Copying file to "/syed/grid_home/css/mesg/clssar.msb"
Copying file to "/syed/grid_home/css/mesg/clsscs.msb"
Copying file to "/syed/grid_home/css/mesg/clssd.msb"
Copying file to "/syed/grid_home/css/mesg/clssdk.msb"
Copying file to "/syed/grid_home/css/mesg/clsse.msb"
Copying file to "/syed/grid_home/css/mesg/clssel.msb"
Copying file to "/syed/grid_home/css/mesg/clssf.msb"
Copying file to "/syed/grid_home/css/mesg/clsshu.msb"
Copying file to "/syed/grid_home/css/mesg/clssi.msb"
Copying file to "/syed/grid_home/css/mesg/clssiw.msb"
Copying file to "/syed/grid_home/css/mesg/clssja.msb"
Copying file to "/syed/grid_home/css/mesg/clssko.msb"
Copying file to "/syed/grid_home/css/mesg/clssn.msb"
Copying file to "/syed/grid_home/css/mesg/clssnl.msb"
Copying file to "/syed/grid_home/css/mesg/clsspl.msb"
Copying file to "/syed/grid_home/css/mesg/clsspt.msb"
Copying file to "/syed/grid_home/css/mesg/clssptb.msb"
Copying file to "/syed/grid_home/css/mesg/clssro.msb"
Copying file to "/syed/grid_home/css/mesg/clssru.msb"
Copying file to "/syed/grid_home/css/mesg/clsss.msb"
Copying file to "/syed/grid_home/css/mesg/clsssf.msb"
Copying file to "/syed/grid_home/css/mesg/clsssk.msb"
Copying file to "/syed/grid_home/css/mesg/clssth.msb"
Copying file to "/syed/grid_home/css/mesg/clsstr.msb"
Copying file to "/syed/grid_home/css/mesg/clssus.msb"
Copying file to "/syed/grid_home/css/mesg/clssus.msg"
Copying file to "/syed/grid_home/css/mesg/clsszhs.msb"
Copying file to "/syed/grid_home/css/mesg/clsszht.msb"
Copying file to "/syed/grid_home/evm/admin/filters/clu.evf"
Copying file to "/syed/grid_home/evm/admin/filters/crs.evf"
Copying file to "/syed/grid_home/evm/admin/filters/evm.evf"
Copying file to "/syed/grid_home/evm/admin/filters/sys.evf"
Copying file to "/syed/grid_home/evm/admin/templates/clu/clu.evt"
Copying file to "/syed/grid_home/evm/admin/templates/clu/crs/crs.evt"
Copying file to "/syed/grid_home/evm/admin/templates/clu/oraha.evt"
Copying file to "/syed/grid_home/evm/admin/templates/sys/evm.evt"
Copying file to "/syed/grid_home/evm/lib/libevmd.a"
Copying file to "/syed/grid_home/evm/mesg/evmar.msb"
Copying file to "/syed/grid_home/evm/mesg/evmcs.msb"
Copying file to "/syed/grid_home/evm/mesg/evmd.msb"
Copying file to "/syed/grid_home/evm/mesg/evmdk.msb"
Copying file to "/syed/grid_home/evm/mesg/evme.msb"
Copying file to "/syed/grid_home/evm/mesg/evmel.msb"
Copying file to "/syed/grid_home/evm/mesg/evmf.msb"
Copying file to "/syed/grid_home/evm/mesg/evmhu.msb"
Copying file to "/syed/grid_home/evm/mesg/evmi.msb"
Copying file to "/syed/grid_home/evm/mesg/evmiw.msb"
Copying file to "/syed/grid_home/evm/mesg/evmja.msb"
Copying file to "/syed/grid_home/evm/mesg/evmko.msb"
Copying file to "/syed/grid_home/evm/mesg/evmn.msb"
Copying file to "/syed/grid_home/evm/mesg/evmnl.msb"
Copying file to "/syed/grid_home/evm/mesg/evmpl.msb"
Copying file to "/syed/grid_home/evm/mesg/evmpt.msb"
Copying file to "/syed/grid_home/evm/mesg/evmptb.msb"
Copying file to "/syed/grid_home/evm/mesg/evmro.msb"
Copying file to "/syed/grid_home/evm/mesg/evmru.msb"
Copying file to "/syed/grid_home/evm/mesg/evms.msb"
Copying file to "/syed/grid_home/evm/mesg/evmsf.msb"
Copying file to "/syed/grid_home/evm/mesg/evmsk.msb"
Copying file to "/syed/grid_home/evm/mesg/evmth.msb"
Copying file to "/syed/grid_home/evm/mesg/evmtr.msb"
Copying file to "/syed/grid_home/evm/mesg/evmus.msb"
Copying file to "/syed/grid_home/evm/mesg/evmus.msg"
Copying file to "/syed/grid_home/evm/mesg/evmzhs.msb"
Copying file to "/syed/grid_home/evm/mesg/evmzht.msb"
Copying file to "/syed/grid_home/has/mesg/clsdar.msb"
Copying file to "/syed/grid_home/has/mesg/clsdcs.msb"
Copying file to "/syed/grid_home/has/mesg/clsdd.msb"
Copying file to "/syed/grid_home/has/mesg/clsddk.msb"
Copying file to "/syed/grid_home/has/mesg/clsde.msb"
Copying file to "/syed/grid_home/has/mesg/clsdel.msb"
Copying file to "/syed/grid_home/has/mesg/clsdf.msb"
Copying file to "/syed/grid_home/has/mesg/clsdhu.msb"
Copying file to "/syed/grid_home/has/mesg/clsdi.msb"
Copying file to "/syed/grid_home/has/mesg/clsdiw.msb"
Copying file to "/syed/grid_home/has/mesg/clsdja.msb"
Copying file to "/syed/grid_home/has/mesg/clsdko.msb"
Copying file to "/syed/grid_home/has/mesg/clsdn.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnl.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdar.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdca.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdcs.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdd.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssddk.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssde.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdel.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdf.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdhu.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdi.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdiw.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdja.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdko.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdn.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdnl.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdpl.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdpt.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdptb.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdro.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdru.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssds.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdsf.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdsk.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdth.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdtr.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdus.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdus.msg"
Copying file to "/syed/grid_home/has/mesg/clsdnssdzhs.msb"
Copying file to "/syed/grid_home/has/mesg/clsdnssdzht.msb"
Copying file to "/syed/grid_home/has/mesg/clsdpl.msb"
Copying file to "/syed/grid_home/has/mesg/clsdpt.msb"
Copying file to "/syed/grid_home/has/mesg/clsdptb.msb"
Copying file to "/syed/grid_home/has/mesg/clsdro.msb"
Copying file to "/syed/grid_home/has/mesg/clsdru.msb"
Copying file to "/syed/grid_home/has/mesg/clsds.msb"
Copying file to "/syed/grid_home/has/mesg/clsdsf.msb"
Copying file to "/syed/grid_home/has/mesg/clsdsk.msb"
Copying file to "/syed/grid_home/has/mesg/clsdth.msb"
Copying file to "/syed/grid_home/has/mesg/clsdtr.msb"
Copying file to "/syed/grid_home/has/mesg/clsdus.msb"
Copying file to "/syed/grid_home/has/mesg/clsdus.msg"
Copying file to "/syed/grid_home/has/mesg/clsdzhs.msb"
Copying file to "/syed/grid_home/has/mesg/clsdzht.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnar.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnca.msb"
Copying file to "/syed/grid_home/has/mesg/clsgncs.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnd.msb"
Copying file to "/syed/grid_home/has/mesg/clsgndk.msb"
Copying file to "/syed/grid_home/has/mesg/clsgne.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnel.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnesa.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnf.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnhu.msb"
Copying file to "/syed/grid_home/has/mesg/clsgni.msb"
Copying file to "/syed/grid_home/has/mesg/clsgniw.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnja.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnko.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnn.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnnl.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnpl.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnpt.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnptb.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnro.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnru.msb"
Copying file to "/syed/grid_home/has/mesg/clsgns.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnsf.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnsk.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnth.msb"
Copying file to "/syed/grid_home/has/mesg/clsgntr.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnus.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnus.msg"
Copying file to "/syed/grid_home/has/mesg/clsgnzhs.msb"
Copying file to "/syed/grid_home/has/mesg/clsgnzht.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsar.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsca.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnscs.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsd.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsdk.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnse.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsel.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsesa.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsf.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnshu.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsi.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsiw.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsja.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsko.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsn.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsnl.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnspl.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnspt.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsptb.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsro.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsru.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnss.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnssf.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnssk.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsth.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnstr.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsus.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnsus.msg"
Copying file to "/syed/grid_home/has/mesg/clsmdnszhs.msb"
Copying file to "/syed/grid_home/has/mesg/clsmdnszht.msb"
Copying file to "/syed/grid_home/has/mesg/clstar.msb"
Copying file to "/syed/grid_home/has/mesg/clstcs.msb"
Copying file to "/syed/grid_home/has/mesg/clstd.msb"
Copying file to "/syed/grid_home/has/mesg/clstdk.msb"
Copying file to "/syed/grid_home/has/mesg/clste.msb"
Copying file to "/syed/grid_home/has/mesg/clstel.msb"
Copying file to "/syed/grid_home/has/mesg/clstf.msb"
Copying file to "/syed/grid_home/has/mesg/clsthu.msb"
Copying file to "/syed/grid_home/has/mesg/clsti.msb"
Copying file to "/syed/grid_home/has/mesg/clstiw.msb"
Copying file to "/syed/grid_home/has/mesg/clstja.msb"
Copying file to "/syed/grid_home/has/mesg/clstko.msb"
Copying file to "/syed/grid_home/has/mesg/clstn.msb"
Copying file to "/syed/grid_home/has/mesg/clstnl.msb"
Copying file to "/syed/grid_home/has/mesg/clstpl.msb"
Copying file to "/syed/grid_home/has/mesg/clstpt.msb"
Copying file to "/syed/grid_home/has/mesg/clstptb.msb"
Copying file to "/syed/grid_home/has/mesg/clstro.msb"
Copying file to "/syed/grid_home/has/mesg/clstru.msb"
Copying file to "/syed/grid_home/has/mesg/clsts.msb"
Copying file to "/syed/grid_home/has/mesg/clstsf.msb"
Copying file to "/syed/grid_home/has/mesg/clstsk.msb"
Copying file to "/syed/grid_home/has/mesg/clstth.msb"
Copying file to "/syed/grid_home/has/mesg/clsttr.msb"
Copying file to "/syed/grid_home/has/mesg/clstus.msb"
Copying file to "/syed/grid_home/has/mesg/clstus.msg"
Copying file to "/syed/grid_home/has/mesg/clstzhs.msb"
Copying file to "/syed/grid_home/has/mesg/clstzht.msb"
Copying file to "/syed/grid_home/has/mesg/clsuar.msb"
Copying file to "/syed/grid_home/has/mesg/clsuca.msb"
Copying file to "/syed/grid_home/has/mesg/clsucs.msb"
Copying file to "/syed/grid_home/has/mesg/clsud.msb"
Copying file to "/syed/grid_home/has/mesg/clsudk.msb"
Copying file to "/syed/grid_home/has/mesg/clsue.msb"
Copying file to "/syed/grid_home/has/mesg/clsuel.msb"
Copying file to "/syed/grid_home/has/mesg/clsuf.msb"
Copying file to "/syed/grid_home/has/mesg/clsuhu.msb"
Copying file to "/syed/grid_home/has/mesg/clsui.msb"
Copying file to "/syed/grid_home/has/mesg/clsuiw.msb"
Copying file to "/syed/grid_home/has/mesg/clsuja.msb"
Copying file to "/syed/grid_home/has/mesg/clsuko.msb"
Copying file to "/syed/grid_home/has/mesg/clsun.msb"
Copying file to "/syed/grid_home/has/mesg/clsunl.msb"
Copying file to "/syed/grid_home/has/mesg/clsupl.msb"
Copying file to "/syed/grid_home/has/mesg/clsupt.msb"
Copying file to "/syed/grid_home/has/mesg/clsuptb.msb"
Copying file to "/syed/grid_home/has/mesg/clsuro.msb"
Copying file to "/syed/grid_home/has/mesg/clsuru.msb"
Copying file to "/syed/grid_home/has/mesg/clsus.msb"
Copying file to "/syed/grid_home/has/mesg/clsusf.msb"
Copying file to "/syed/grid_home/has/mesg/clsusk.msb"
Copying file to "/syed/grid_home/has/mesg/clsuth.msb"
Copying file to "/syed/grid_home/has/mesg/clsutr.msb"
Copying file to "/syed/grid_home/has/mesg/clsuus.msb"
Copying file to "/syed/grid_home/has/mesg/clsuus.msg"
Copying file to "/syed/grid_home/has/mesg/clsuzhs.msb"
Copying file to "/syed/grid_home/has/mesg/clsuzht.msb"
Copying file to "/syed/grid_home/has/mesg/clswar.msb"
Copying file to "/syed/grid_home/has/mesg/clswcs.msb"
Copying file to "/syed/grid_home/has/mesg/clswd.msb"
Copying file to "/syed/grid_home/has/mesg/clswdk.msb"
Copying file to "/syed/grid_home/has/mesg/clswe.msb"
Copying file to "/syed/grid_home/has/mesg/clswel.msb"
Copying file to "/syed/grid_home/has/mesg/clswf.msb"
Copying file to "/syed/grid_home/has/mesg/clswhu.msb"
Copying file to "/syed/grid_home/has/mesg/clswi.msb"
Copying file to "/syed/grid_home/has/mesg/clswiw.msb"
Copying file to "/syed/grid_home/has/mesg/clswja.msb"
Copying file to "/syed/grid_home/has/mesg/clswko.msb"
Copying file to "/syed/grid_home/has/mesg/clswn.msb"
Copying file to "/syed/grid_home/has/mesg/clswnl.msb"
Copying file to "/syed/grid_home/has/mesg/clswpl.msb"
Copying file to "/syed/grid_home/has/mesg/clswpt.msb"
Copying file to "/syed/grid_home/has/mesg/clswptb.msb"
Copying file to "/syed/grid_home/has/mesg/clswro.msb"
Copying file to "/syed/grid_home/has/mesg/clswru.msb"
Copying file to "/syed/grid_home/has/mesg/clsws.msb"
Copying file to "/syed/grid_home/has/mesg/clswsf.msb"
Copying file to "/syed/grid_home/has/mesg/clswsk.msb"
Copying file to "/syed/grid_home/has/mesg/clswth.msb"
Copying file to "/syed/grid_home/has/mesg/clswtr.msb"
Copying file to "/syed/grid_home/has/mesg/clswus.msb"
Copying file to "/syed/grid_home/has/mesg/clswus.msg"
Copying file to "/syed/grid_home/has/mesg/clswzhs.msb"
Copying file to "/syed/grid_home/has/mesg/clswzht.msb"
Copying file to "/syed/grid_home/has/mesg/gipcar.msb"
Copying file to "/syed/grid_home/has/mesg/gipcca.msb"
Copying file to "/syed/grid_home/has/mesg/gipccs.msb"
Copying file to "/syed/grid_home/has/mesg/gipcd.msb"
Copying file to "/syed/grid_home/has/mesg/gipcdk.msb"
Copying file to "/syed/grid_home/has/mesg/gipce.msb"
Copying file to "/syed/grid_home/has/mesg/gipcel.msb"
Copying file to "/syed/grid_home/has/mesg/gipcf.msb"
Copying file to "/syed/grid_home/has/mesg/gipchu.msb"
Copying file to "/syed/grid_home/has/mesg/gipci.msb"
Copying file to "/syed/grid_home/has/mesg/gipciw.msb"
Copying file to "/syed/grid_home/has/mesg/gipcja.msb"
Copying file to "/syed/grid_home/has/mesg/gipcko.msb"
Copying file to "/syed/grid_home/has/mesg/gipcn.msb"
Copying file to "/syed/grid_home/has/mesg/gipcnl.msb"
Copying file to "/syed/grid_home/has/mesg/gipcpl.msb"
Copying file to "/syed/grid_home/has/mesg/gipcpt.msb"
Copying file to "/syed/grid_home/has/mesg/gipcptb.msb"
Copying file to "/syed/grid_home/has/mesg/gipcro.msb"
Copying file to "/syed/grid_home/has/mesg/gipcru.msb"
Copying file to "/syed/grid_home/has/mesg/gipcs.msb"
Copying file to "/syed/grid_home/has/mesg/gipcsf.msb"
Copying file to "/syed/grid_home/has/mesg/gipcsk.msb"
Copying file to "/syed/grid_home/has/mesg/gipcth.msb"
Copying file to "/syed/grid_home/has/mesg/gipctr.msb"
Copying file to "/syed/grid_home/has/mesg/gipcus.msb"
Copying file to "/syed/grid_home/has/mesg/gipcus.msg"
Copying file to "/syed/grid_home/has/mesg/gipczhs.msb"
Copying file to "/syed/grid_home/has/mesg/gipczht.msb"
Copying file to "/syed/grid_home/has/mesg/ndfnus.msg"
Copying file to "/syed/grid_home/has/mesg/rdear.msb"
Copying file to "/syed/grid_home/has/mesg/rdeca.msb"
Copying file to "/syed/grid_home/has/mesg/rdecs.msb"
Copying file to "/syed/grid_home/has/mesg/rded.msb"
Copying file to "/syed/grid_home/has/mesg/rdedk.msb"
Copying file to "/syed/grid_home/has/mesg/rdee.msb"
Copying file to "/syed/grid_home/has/mesg/rdeel.msb"
Copying file to "/syed/grid_home/has/mesg/rdef.msb"
Copying file to "/syed/grid_home/has/mesg/rdehu.msb"
Copying file to "/syed/grid_home/has/mesg/rdei.msb"
Copying file to "/syed/grid_home/has/mesg/rdeiw.msb"
Copying file to "/syed/grid_home/has/mesg/rdeja.msb"
Copying file to "/syed/grid_home/has/mesg/rdeko.msb"
Copying file to "/syed/grid_home/has/mesg/rden.msb"
Copying file to "/syed/grid_home/has/mesg/rdenl.msb"
Copying file to "/syed/grid_home/has/mesg/rdepl.msb"
Copying file to "/syed/grid_home/has/mesg/rdept.msb"
Copying file to "/syed/grid_home/has/mesg/rdeptb.msb"
Copying file to "/syed/grid_home/has/mesg/rdero.msb"
Copying file to "/syed/grid_home/has/mesg/rderu.msb"
Copying file to "/syed/grid_home/has/mesg/rdes.msb"
Copying file to "/syed/grid_home/has/mesg/rdesf.msb"
Copying file to "/syed/grid_home/has/mesg/rdesk.msb"
Copying file to "/syed/grid_home/has/mesg/rdeth.msb"
Copying file to "/syed/grid_home/has/mesg/rdetr.msb"
Copying file to "/syed/grid_home/has/mesg/rdeus.msb"
Copying file to "/syed/grid_home/has/mesg/rdeus.msg"
Copying file to "/syed/grid_home/has/mesg/rdezhs.msb"
Copying file to "/syed/grid_home/has/mesg/rdezht.msb"
Copying file to "/syed/grid_home/jlib/gns.jar"
Copying file to "/syed/grid_home/jlib/ndfnceca.jar"
Copying file to "/syed/grid_home/jlib/rd.jar"
Copying file to "/syed/grid_home/jlib/rdtool.jar"
Copying file to "/syed/grid_home/jlib/srvm.jar"
Copying file to "/syed/grid_home/jlib/srvmasm.jar"
Copying file to "/syed/grid_home/jlib/srvmhas.jar"
Copying file to "/syed/grid_home/jlib/supercluster-common.jar"
Copying file to "/syed/grid_home/jlib/supercluster.jar"
Copying file to "/syed/grid_home/lib/libagfw11.so"
Copying file to "/syed/grid_home/lib/libclsra11.so"
Copying file to "/syed/grid_home/lib/libdbcfg11.so"
Copying file to "/syed/grid_home/lib/libgns11.so"
Copying file to "/syed/grid_home/lib/libgnsjni11.so"
Copying file to "/syed/grid_home/lib/libhasgen11.so"
Copying file to "/syed/grid_home/lib/libocr11.so"
Copying file to "/syed/grid_home/lib/libocrb11.so"
Copying file to "/syed/grid_home/lib/libocrutl11.so"
Copying file to "/syed/grid_home/lib/liboevm.a"
Copying file to "/syed/grid_home/lib/librdjni11.so"
Copying file to "/syed/grid_home/lib/libsrvmhas11.so"
Copying file to "/syed/grid_home/lib/libsrvmocr11.so"
Copying file to "/syed/grid_home/lib/libuini11.so"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/application.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/data-sources.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/database-schemas/hypersonic.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/database-schemas/ms-access.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/database-schemas/ms-sql.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/database-schemas/oracle.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/database-schemas/postgresql.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/database-schemas/sybase.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/default-web-site.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/entity-resolver-config.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/global-web-application.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/http-web-site.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/internal-settings.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/j2ee-logging.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/java2.policy"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/javacache.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/jazn-data.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/jazn.security.props"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/jazn.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/jms.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/mime.types"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/oc4j-connectors.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/oc4j.properties"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/oc4jclient.policy"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/orb-config.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/principals.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/rmi.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/server.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/system-application.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/system-jazn-data.xml"
Copying file to "/syed/grid_home/oc4j/j2ee/home/OC4J_DBWLM_config/transaction-manager.xml"
Copying file to "/syed/grid_home/racg/README"
Copying file to "/syed/grid_home/racg/lib/s0clsrdmai.o"
Copying file to "/syed/grid_home/racg/lib/s0clsreut.o"
Copying file to "/syed/grid_home/racg/lib/s0clsrmain.o"
Copying file to "/syed/grid_home/racg/lib/s0clsrmdb.o"
Copying file to "/syed/grid_home/racg/mesg/clsrar.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrcs.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrd.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrdk.msb"
Copying file to "/syed/grid_home/racg/mesg/clsre.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrel.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrf.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrhu.msb"
Copying file to "/syed/grid_home/racg/mesg/clsri.msb"
Copying file to "/syed/grid_home/racg/mesg/clsriw.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrja.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrko.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrn.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrnl.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrpl.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrpt.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrptb.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrro.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrru.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrs.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrsf.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrsk.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrth.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrtr.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrus.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrus.msg"
Copying file to "/syed/grid_home/racg/mesg/clsrzhs.msb"
Copying file to "/syed/grid_home/racg/mesg/clsrzht.msb"
Copying file to "/syed/grid_home/srvm/admin/ocrlog.ini"
Copying file to "/syed/grid_home/srvm/admin/paramfile.sample"
Copying file to "/syed/grid_home/srvm/jlib/srvctl.jar"
Copying file to "/syed/grid_home/srvm/lib/env_srvm.mk"
Copying file to "/syed/grid_home/srvm/lib/ins_srvm.mk"
Copying file to "/syed/grid_home/srvm/lib/libsrvm11.so"
Copying file to "/syed/grid_home/srvm/lib/prgcrshm.o"
Copying file to "/syed/grid_home/srvm/lib/sprgcrshm.o"
Copying file to "/syed/grid_home/srvm/mesg/prcaus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prccus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prcdus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prcfus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prchus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prcius.msg"
Copying file to "/syed/grid_home/srvm/mesg/prcnus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prcod.msb"
Copying file to "/syed/grid_home/srvm/mesg/prcoe.msb"
Copying file to "/syed/grid_home/srvm/mesg/prcof.msb"
Copying file to "/syed/grid_home/srvm/mesg/prcoi.msb"
Copying file to "/syed/grid_home/srvm/mesg/prcoja.msb"
Copying file to "/syed/grid_home/srvm/mesg/prcoko.msb"
Copying file to "/syed/grid_home/srvm/mesg/prcoptb.msb"
Copying file to "/syed/grid_home/srvm/mesg/prcous.msb"
Copying file to "/syed/grid_home/srvm/mesg/prcous.msg"
Copying file to "/syed/grid_home/srvm/mesg/prcozhs.msb"
Copying file to "/syed/grid_home/srvm/mesg/prcozht.msb"
Copying file to "/syed/grid_home/srvm/mesg/prcrus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prcsus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prctus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prcwus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prifd.msb"
Copying file to "/syed/grid_home/srvm/mesg/prife.msb"
Copying file to "/syed/grid_home/srvm/mesg/priff.msb"
Copying file to "/syed/grid_home/srvm/mesg/prifi.msb"
Copying file to "/syed/grid_home/srvm/mesg/prifja.msb"
Copying file to "/syed/grid_home/srvm/mesg/prifko.msb"
Copying file to "/syed/grid_home/srvm/mesg/prifptb.msb"
Copying file to "/syed/grid_home/srvm/mesg/prifus.msb"
Copying file to "/syed/grid_home/srvm/mesg/prifus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prifzhs.msb"
Copying file to "/syed/grid_home/srvm/mesg/prifzht.msb"
Copying file to "/syed/grid_home/srvm/mesg/prkaus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prkcus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prkdus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prkeus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prkhus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prknus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prkous.msg"
Copying file to "/syed/grid_home/srvm/mesg/prkpus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prkrus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prksus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prkuus.msg"
Copying file to "/syed/grid_home/srvm/mesg/procd.msb"
Copying file to "/syed/grid_home/srvm/mesg/proce.msb"
Copying file to "/syed/grid_home/srvm/mesg/procf.msb"
Copying file to "/syed/grid_home/srvm/mesg/proci.msb"
Copying file to "/syed/grid_home/srvm/mesg/procja.msb"
Copying file to "/syed/grid_home/srvm/mesg/procko.msb"
Copying file to "/syed/grid_home/srvm/mesg/procld.msb"
Copying file to "/syed/grid_home/srvm/mesg/procle.msb"
Copying file to "/syed/grid_home/srvm/mesg/proclf.msb"
Copying file to "/syed/grid_home/srvm/mesg/procli.msb"
Copying file to "/syed/grid_home/srvm/mesg/proclja.msb"
Copying file to "/syed/grid_home/srvm/mesg/proclko.msb"
Copying file to "/syed/grid_home/srvm/mesg/proclptb.msb"
Copying file to "/syed/grid_home/srvm/mesg/proclus.msb"
Copying file to "/syed/grid_home/srvm/mesg/proclus.msg"
Copying file to "/syed/grid_home/srvm/mesg/proclzhs.msb"
Copying file to "/syed/grid_home/srvm/mesg/proclzht.msb"
Copying file to "/syed/grid_home/srvm/mesg/procptb.msb"
Copying file to "/syed/grid_home/srvm/mesg/procus.msb"
Copying file to "/syed/grid_home/srvm/mesg/procus.msg"
Copying file to "/syed/grid_home/srvm/mesg/proczhs.msb"
Copying file to "/syed/grid_home/srvm/mesg/proczht.msb"
Copying file to "/syed/grid_home/srvm/mesg/protd.msb"
Copying file to "/syed/grid_home/srvm/mesg/prote.msb"
Copying file to "/syed/grid_home/srvm/mesg/protf.msb"
Copying file to "/syed/grid_home/srvm/mesg/proti.msb"
Copying file to "/syed/grid_home/srvm/mesg/protja.msb"
Copying file to "/syed/grid_home/srvm/mesg/protko.msb"
Copying file to "/syed/grid_home/srvm/mesg/protld.msb"
Copying file to "/syed/grid_home/srvm/mesg/protle.msb"
Copying file to "/syed/grid_home/srvm/mesg/protlf.msb"
Copying file to "/syed/grid_home/srvm/mesg/protli.msb"
Copying file to "/syed/grid_home/srvm/mesg/protlja.msb"
Copying file to "/syed/grid_home/srvm/mesg/protlko.msb"
Copying file to "/syed/grid_home/srvm/mesg/protlptb.msb"
Copying file to "/syed/grid_home/srvm/mesg/protlus.msb"
Copying file to "/syed/grid_home/srvm/mesg/protlus.msg"
Copying file to "/syed/grid_home/srvm/mesg/protlzhs.msb"
Copying file to "/syed/grid_home/srvm/mesg/protlzht.msb"
Copying file to "/syed/grid_home/srvm/mesg/protptb.msb"
Copying file to "/syed/grid_home/srvm/mesg/protus.msb"
Copying file to "/syed/grid_home/srvm/mesg/protus.msg"
Copying file to "/syed/grid_home/srvm/mesg/protzhs.msb"
Copying file to "/syed/grid_home/srvm/mesg/protzht.msb"
Copying file to "/syed/grid_home/srvm/mesg/prvfus.msg"
Copying file to "/syed/grid_home/srvm/mesg/prvpus.msg"
Copying file to "/syed/grid_home/srvm/mesg/sclcus.msg"
Copying file to "/syed/grid_home/srvm/mesg/sclsus.msg"
Copying file to "/syed/grid_home/oui/jlib/srvm.jar"
Copying file to "/syed/grid_home/oui/jlib/srvmasm.jar"
Copying file to "/syed/grid_home/oui/lib/linux/libsrvm11.so"
Patching component oracle.usm, 11.2.0.1.0...
Copying file to "/syed/grid_home/bin/acfsdriverstate"
Copying file to "/syed/grid_home/bin/acfsload"
Copying file to "/syed/grid_home/bin/acfsregistrymount"
Copying file to "/syed/grid_home/bin/acfsroot"
Copying file to "/syed/grid_home/bin/acfssinglefsmount"
Copying file to "/syed/grid_home/install/usm/EL5/i386/2.6.18-8/2.6.18-8.el5-i686/bin/oracleacfs.ko"
Copying file to "/syed/grid_home/install/usm/EL5/i386/2.6.18-8/2.6.18-8.el5-i686/bin/oracleadvm.ko"
Copying file to "/syed/grid_home/install/usm/EL5/i386/2.6.18-8/2.6.18-8.el5-i686/bin/oracleoks.ko"
Copying file to "/syed/grid_home/install/usm/EL5/i386/2.6.18-8/2.6.18-8.el5PAE-i686/bin/oracleacfs.ko"
Copying file to "/syed/grid_home/install/usm/EL5/i386/2.6.18-8/2.6.18-8.el5PAE-i686/bin/oracleadvm.ko"
Copying file to "/syed/grid_home/install/usm/EL5/i386/2.6.18-8/2.6.18-8.el5PAE-i686/bin/oracleoks.ko"
Copying file to "/syed/grid_home/install/usm/EL5/i386/2.6.18-8/2.6.18-8.el5xen-i686/bin/oracleacfs.ko"
Copying file to "/syed/grid_home/install/usm/EL5/i386/2.6.18-8/2.6.18-8.el5xen-i686/bin/oracleadvm.ko"
Copying file to "/syed/grid_home/install/usm/EL5/i386/2.6.18-8/2.6.18-8.el5xen-i686/bin/oracleoks.ko"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/acfsdbg"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/acfsdbg.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/acfsutil"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/acfsutil.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/advmutil"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/advmutil.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/fsck.acfs"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/fsck.acfs.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/mkfs.acfs"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/mkfs.acfs.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/mount.acfs"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/mount.acfs.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/oracleacfs.ko"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/oracleadvm.ko"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5-x86_64/bin/oracleoks.ko"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/acfsdbg"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/acfsdbg.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/acfsutil"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/acfsutil.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/advmutil"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/advmutil.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/fsck.acfs"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/fsck.acfs.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/mkfs.acfs"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/mkfs.acfs.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/mount.acfs"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/mount.acfs.bin"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/oracleacfs.ko"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/oracleadvm.ko"
Copying file to "/syed/grid_home/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5xen-x86_64/bin/oracleoks.ko"
Copying file to "/syed/grid_home/lib/acfsdriverstate.pl"
Copying file to "/syed/grid_home/lib/acfslib.pm"
Copying file to "/syed/grid_home/lib/acfsload.pl"
Copying file to "/syed/grid_home/lib/acfsregistrymount.pl"
Copying file to "/syed/grid_home/lib/acfsroot.pl"
Copying file to "/syed/grid_home/lib/acfssinglefsmount.pl"
Copying file to "/syed/grid_home/lib/acfstoolsdriver.sh"
Copying file to "/syed/grid_home/lib/osds_acfsdriverstate.pm"
Copying file to "/syed/grid_home/lib/osds_acfslib.pm"
Copying file to "/syed/grid_home/lib/osds_acfsload.pm"
Copying file to "/syed/grid_home/lib/osds_acfsregistrymount.pm"
Copying file to "/syed/grid_home/lib/osds_acfsroot.pm"
Copying file to "/syed/grid_home/lib/osds_acfssinglefsmount.pm"
Copying file to "/syed/grid_home/lib/osds_unix_linux_acfslib.pm"
Copying file to "/syed/grid_home/usm/mesg/acfsar.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsca.msb"
Copying file to "/syed/grid_home/usm/mesg/acfscs.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsd.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsdk.msb"
Copying file to "/syed/grid_home/usm/mesg/acfse.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsel.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsf.msb"
Copying file to "/syed/grid_home/usm/mesg/acfshu.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsi.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsiw.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsja.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsko.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsn.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsnl.msb"
Copying file to "/syed/grid_home/usm/mesg/acfspl.msb"
Copying file to "/syed/grid_home/usm/mesg/acfspt.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsptb.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsro.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsru.msb"
Copying file to "/syed/grid_home/usm/mesg/acfss.msb"
Copying file to "/syed/grid_home/usm/mesg/acfssf.msb"
Copying file to "/syed/grid_home/usm/mesg/acfssk.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsth.msb"
Copying file to "/syed/grid_home/usm/mesg/acfstr.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsus.msb"
Copying file to "/syed/grid_home/usm/mesg/acfsus.msg"
Copying file to "/syed/grid_home/usm/mesg/acfszhs.msb"
Copying file to "/syed/grid_home/usm/mesg/acfszht.msb"
ApplySession adding interim patch '9706490' to inventory
Verifying the update...
Inventory check OK: Patch ID 9706490 is registered in Oracle Home inventory with proper meta-data.
Files check OK: Files from Patch ID 9706490 are present in Oracle Home.
Running make for target install_srvm
Running make for target install
The local system has been patched and can be restarted.
UtilSession: N-Apply done.
OPatch succeeded.
* Save the RDBMS home configuration settings
[oradb@node1 custom]$ /syed/11.2.0.4/patch/9706490/custom/scripts/prepatch.sh -dbhome /syed/db_home1 (RDBMS User).
[grid@rac1 ~]$ su - oracle
Password:
[oracle@rac1 ~]$ cd /syed/db_home1
[oracle@rac1 db_home1]$ cd bin
[oracle@rac1 bin]$ . oraenv
ORACLE_SID = [oracle] ? racdb1
The Oracle base for ORACLE_HOME=/syed/db_home1 is /syed/11.2.0
[oracle@rac1 bin]$ /syed/11.2.0.4/patch/9706490/custom/scripts/prepatch.sh -dbhome /syed/db_home1
/syed/11.2.0.4/patch/9706490/custom/scripts/prepatch.sh completed successfully.
* Apply patch to RDBMS home.
Password:
[oracle@rac1 ~]$ cd /syed/db_home1
[oracle@rac1 db_home1]$ cd bin
[oracle@rac1 bin]$ . oraenv
ORACLE_SID = [oracle] ? racdb1
The Oracle base for ORACLE_HOME=/syed/db_home1 is /syed/11.2.0
[oracle@rac1 bin]$ /syed/11.2.0.4/patch/9706490/custom/scripts/prepatch.sh -dbhome /syed/db_home1
/syed/11.2.0.4/patch/9706490/custom/scripts/prepatch.sh completed successfully.
* Apply patch to RDBMS home.
[oradb@node1 9706490]$/syed/db_home1/OPatch/opatch napply -oh /syed/db_home1 -local /syed/11.2.0.4/patch/9706490/custom/server/9706490 (RDBMS user).
[oracle@rac1 9706490]$ /syed/db_home1/OPatch/opatch napply -oh /syed/db_home1 -local /syed/11.2.0.4/patch/9706490/custom/server/9706490
Invoking OPatch 11.1.0.6.6
Oracle Interim Patch Installer version 11.1.0.6.6
Copyright (c) 2009, Oracle Corporation. All rights reserved.
UTIL session
Oracle Home : /syed/db_home1
Central Inventory : /syed/orainventory
from : /etc/oraInst.loc
OPatch version : 11.1.0.6.6
OUI version : 11.2.0.1.0
OUI location : /syed/db_home1/oui
Log file location : /syed/db_home1/cfgtoollogs/opatch/opatch2016-01-24_00-21-05AM.log
Patch history file: /syed/db_home1/cfgtoollogs/opatch/opatch_history.txt
Invoking utility "napply"
Checking conflict among patches...
Checking if Oracle Home has components required by patches...
Checking conflicts against Oracle Home...
OPatch continues with these patches: 9706490
Do you want to proceed? [y|n]
y
User Responded with: Y
Running prerequisite checks...
You selected -local option, hence OPatch will patch the local system only.
Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
(Oracle Home = '/syed/db_home1')
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files affected by the patch 'NApply' for restore. This might take a while...
Applying patch 9706490...
ApplySession applying interim patch '9706490' to OH '/syed/db_home1'
Backing up files affected by the patch '9706490' for rollback. This might take a while...
Patching component oracle.rdbms, 11.2.0.1.0...
Copying file to "/syed/db_home1/bin/cluvfy"
Copying file to "/syed/db_home1/bin/crsdiag.pl"
Copying file to "/syed/db_home1/bin/gnsd"
Copying file to "/syed/db_home1/bin/lsnodes"
Copying file to "/syed/db_home1/bin/racgeut"
Copying file to "/syed/db_home1/bin/racgmain"
Copying file to "/syed/db_home1/bin/racgwrap"
Copying file to "/syed/db_home1/bin/srvconfig"
Copying file to "/syed/db_home1/crs/install/rootofs.sh"
Copying file to "/syed/db_home1/crs/install/s_crsconfig_defs"
Copying file to "/syed/db_home1/crs/lib/env_has.mk"
Copying file to "/syed/db_home1/crs/mesg/crsar.msb"
Copying file to "/syed/db_home1/crs/mesg/crscs.msb"
Copying file to "/syed/db_home1/crs/mesg/crsd.msb"
Copying file to "/syed/db_home1/crs/mesg/crsdk.msb"
Copying file to "/syed/db_home1/crs/mesg/crse.msb"
Copying file to "/syed/db_home1/crs/mesg/crsel.msb"
Copying file to "/syed/db_home1/crs/mesg/crsf.msb"
Copying file to "/syed/db_home1/crs/mesg/crshu.msb"
Copying file to "/syed/db_home1/crs/mesg/crsi.msb"
Copying file to "/syed/db_home1/crs/mesg/crsiw.msb"
Copying file to "/syed/db_home1/crs/mesg/crsja.msb"
Copying file to "/syed/db_home1/crs/mesg/crsko.msb"
Copying file to "/syed/db_home1/crs/mesg/crsn.msb"
Copying file to "/syed/db_home1/crs/mesg/crsnl.msb"
Copying file to "/syed/db_home1/crs/mesg/crspl.msb"
Copying file to "/syed/db_home1/crs/mesg/crspt.msb"
Copying file to "/syed/db_home1/crs/mesg/crsptb.msb"
Copying file to "/syed/db_home1/crs/mesg/crsro.msb"
Copying file to "/syed/db_home1/crs/mesg/crsru.msb"
Copying file to "/syed/db_home1/crs/mesg/crss.msb"
Copying file to "/syed/db_home1/crs/mesg/crssf.msb"
Copying file to "/syed/db_home1/crs/mesg/crssk.msb"
Copying file to "/syed/db_home1/crs/mesg/crsth.msb"
Copying file to "/syed/db_home1/crs/mesg/crstr.msb"
Copying file to "/syed/db_home1/crs/mesg/crsus.msb"
Copying file to "/syed/db_home1/crs/mesg/crsus.msg"
Copying file to "/syed/db_home1/crs/mesg/crszhs.msb"
Copying file to "/syed/db_home1/crs/mesg/crszht.msb"
Copying file to "/syed/db_home1/crs/sbs/clsrwrap.sbs"
Copying file to "/syed/db_home1/crs/sbs/diagcollection.sh.sbs"
Copying file to "/syed/db_home1/crs/sbs/localconfig.sbs"
Copying file to "/syed/db_home1/crs/sbs/srvctl.sbs"
Copying file to "/syed/db_home1/css/mesg/clssar.msb"
Copying file to "/syed/db_home1/css/mesg/clsscs.msb"
Copying file to "/syed/db_home1/css/mesg/clssd.msb"
Copying file to "/syed/db_home1/css/mesg/clssdk.msb"
Copying file to "/syed/db_home1/css/mesg/clsse.msb"
Copying file to "/syed/db_home1/css/mesg/clssel.msb"
Copying file to "/syed/db_home1/css/mesg/clssf.msb"
Copying file to "/syed/db_home1/css/mesg/clsshu.msb"
Copying file to "/syed/db_home1/css/mesg/clssi.msb"
Copying file to "/syed/db_home1/css/mesg/clssiw.msb"
Copying file to "/syed/db_home1/css/mesg/clssja.msb"
Copying file to "/syed/db_home1/css/mesg/clssko.msb"
Copying file to "/syed/db_home1/css/mesg/clssn.msb"
Copying file to "/syed/db_home1/css/mesg/clssnl.msb"
Copying file to "/syed/db_home1/css/mesg/clsspl.msb"
Copying file to "/syed/db_home1/css/mesg/clsspt.msb"
Copying file to "/syed/db_home1/css/mesg/clssptb.msb"
Copying file to "/syed/db_home1/css/mesg/clssro.msb"
Copying file to "/syed/db_home1/css/mesg/clssru.msb"
Copying file to "/syed/db_home1/css/mesg/clsss.msb"
Copying file to "/syed/db_home1/css/mesg/clsssf.msb"
Copying file to "/syed/db_home1/css/mesg/clsssk.msb"
Copying file to "/syed/db_home1/css/mesg/clssth.msb"
Copying file to "/syed/db_home1/css/mesg/clsstr.msb"
Copying file to "/syed/db_home1/css/mesg/clssus.msb"
Copying file to "/syed/db_home1/css/mesg/clssus.msg"
Copying file to "/syed/db_home1/css/mesg/clsszhs.msb"
Copying file to "/syed/db_home1/css/mesg/clsszht.msb"
Copying file to "/syed/db_home1/has/mesg/clsdar.msb"
Copying file to "/syed/db_home1/has/mesg/clsdcs.msb"
Copying file to "/syed/db_home1/has/mesg/clsdd.msb"
Copying file to "/syed/db_home1/has/mesg/clsddk.msb"
Copying file to "/syed/db_home1/has/mesg/clsde.msb"
Copying file to "/syed/db_home1/has/mesg/clsdel.msb"
Copying file to "/syed/db_home1/has/mesg/clsdf.msb"
Copying file to "/syed/db_home1/has/mesg/clsdhu.msb"
Copying file to "/syed/db_home1/has/mesg/clsdi.msb"
Copying file to "/syed/db_home1/has/mesg/clsdiw.msb"
Copying file to "/syed/db_home1/has/mesg/clsdja.msb"
Copying file to "/syed/db_home1/has/mesg/clsdko.msb"
Copying file to "/syed/db_home1/has/mesg/clsdn.msb"
Copying file to "/syed/db_home1/has/mesg/clsdnl.msb"
Copying file to "/syed/db_home1/has/mesg/clsdpl.msb"
Copying file to "/syed/db_home1/has/mesg/clsdpt.msb"
Copying file to "/syed/db_home1/has/mesg/clsdptb.msb"
Copying file to "/syed/db_home1/has/mesg/clsdro.msb"
Copying file to "/syed/db_home1/has/mesg/clsdru.msb"
Copying file to "/syed/db_home1/has/mesg/clsds.msb"
Copying file to "/syed/db_home1/has/mesg/clsdsf.msb"
Copying file to "/syed/db_home1/has/mesg/clsdsk.msb"
Copying file to "/syed/db_home1/has/mesg/clsdth.msb"
Copying file to "/syed/db_home1/has/mesg/clsdtr.msb"
Copying file to "/syed/db_home1/has/mesg/clsdus.msb"
Copying file to "/syed/db_home1/has/mesg/clsdus.msg"
Copying file to "/syed/db_home1/has/mesg/clsdzhs.msb"
Copying file to "/syed/db_home1/has/mesg/clsdzht.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnar.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnca.msb"
Copying file to "/syed/db_home1/has/mesg/clsgncs.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnd.msb"
Copying file to "/syed/db_home1/has/mesg/clsgndk.msb"
Copying file to "/syed/db_home1/has/mesg/clsgne.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnel.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnesa.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnf.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnhu.msb"
Copying file to "/syed/db_home1/has/mesg/clsgni.msb"
Copying file to "/syed/db_home1/has/mesg/clsgniw.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnja.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnko.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnn.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnnl.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnpl.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnpt.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnptb.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnro.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnru.msb"
Copying file to "/syed/db_home1/has/mesg/clsgns.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnsf.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnsk.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnth.msb"
Copying file to "/syed/db_home1/has/mesg/clsgntr.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnus.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnus.msg"
Copying file to "/syed/db_home1/has/mesg/clsgnzhs.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnzht.msb"
Copying file to "/syed/db_home1/has/mesg/clstar.msb"
Copying file to "/syed/db_home1/has/mesg/clstcs.msb"
Copying file to "/syed/db_home1/has/mesg/clstd.msb"
Copying file to "/syed/db_home1/has/mesg/clstdk.msb"
Copying file to "/syed/db_home1/has/mesg/clste.msb"
Copying file to "/syed/db_home1/has/mesg/clstel.msb"
Copying file to "/syed/db_home1/has/mesg/clstf.msb"
Copying file to "/syed/db_home1/has/mesg/clsthu.msb"
Copying file to "/syed/db_home1/has/mesg/clsti.msb"
Copying file to "/syed/db_home1/has/mesg/clstiw.msb"
Copying file to "/syed/db_home1/has/mesg/clstja.msb"
Copying file to "/syed/db_home1/has/mesg/clstko.msb"
Copying file to "/syed/db_home1/has/mesg/clstn.msb"
Copying file to "/syed/db_home1/has/mesg/clstnl.msb"
Copying file to "/syed/db_home1/has/mesg/clstpl.msb"
Copying file to "/syed/db_home1/has/mesg/clstpt.msb"
Copying file to "/syed/db_home1/has/mesg/clstptb.msb"
Copying file to "/syed/db_home1/has/mesg/clstro.msb"
Copying file to "/syed/db_home1/has/mesg/clstru.msb"
Copying file to "/syed/db_home1/has/mesg/clsts.msb"
Copying file to "/syed/db_home1/has/mesg/clstsf.msb"
Copying file to "/syed/db_home1/has/mesg/clstsk.msb"
Copying file to "/syed/db_home1/has/mesg/clstth.msb"
Copying file to "/syed/db_home1/has/mesg/clsttr.msb"
Copying file to "/syed/db_home1/has/mesg/clstus.msb"
Copying file to "/syed/db_home1/has/mesg/clstus.msg"
Copying file to "/syed/db_home1/has/mesg/clstzhs.msb"
Copying file to "/syed/db_home1/has/mesg/clstzht.msb"
Copying file to "/syed/db_home1/has/mesg/clsuar.msb"
Copying file to "/syed/db_home1/has/mesg/clsuca.msb"
Copying file to "/syed/db_home1/has/mesg/clsucs.msb"
Copying file to "/syed/db_home1/has/mesg/clsud.msb"
Copying file to "/syed/db_home1/has/mesg/clsudk.msb"
Copying file to "/syed/db_home1/has/mesg/clsue.msb"
Copying file to "/syed/db_home1/has/mesg/clsuel.msb"
Copying file to "/syed/db_home1/has/mesg/clsuf.msb"
Copying file to "/syed/db_home1/has/mesg/clsuhu.msb"
Copying file to "/syed/db_home1/has/mesg/clsui.msb"
Copying file to "/syed/db_home1/has/mesg/clsuiw.msb"
Copying file to "/syed/db_home1/has/mesg/clsuja.msb"
Copying file to "/syed/db_home1/has/mesg/clsuko.msb"
Copying file to "/syed/db_home1/has/mesg/clsun.msb"
Copying file to "/syed/db_home1/has/mesg/clsunl.msb"
Copying file to "/syed/db_home1/has/mesg/clsupl.msb"
Copying file to "/syed/db_home1/has/mesg/clsupt.msb"
Copying file to "/syed/db_home1/has/mesg/clsuptb.msb"
Copying file to "/syed/db_home1/has/mesg/clsuro.msb"
Copying file to "/syed/db_home1/has/mesg/clsuru.msb"
Copying file to "/syed/db_home1/has/mesg/clsus.msb"
Copying file to "/syed/db_home1/has/mesg/clsusf.msb"
Copying file to "/syed/db_home1/has/mesg/clsusk.msb"
Copying file to "/syed/db_home1/has/mesg/clsuth.msb"
Copying file to "/syed/db_home1/has/mesg/clsutr.msb"
Copying file to "/syed/db_home1/has/mesg/clsuus.msb"
Copying file to "/syed/db_home1/has/mesg/clsuus.msg"
Copying file to "/syed/db_home1/has/mesg/clsuzhs.msb"
Copying file to "/syed/db_home1/has/mesg/clsuzht.msb"
Copying file to "/syed/db_home1/has/mesg/clswar.msb"
Copying file to "/syed/db_home1/has/mesg/clswcs.msb"
Copying file to "/syed/db_home1/has/mesg/clswd.msb"
Copying file to "/syed/db_home1/has/mesg/clswdk.msb"
Copying file to "/syed/db_home1/has/mesg/clswe.msb"
Copying file to "/syed/db_home1/has/mesg/clswel.msb"
Copying file to "/syed/db_home1/has/mesg/clswf.msb"
Copying file to "/syed/db_home1/has/mesg/clswhu.msb"
Copying file to "/syed/db_home1/has/mesg/clswi.msb"
Copying file to "/syed/db_home1/has/mesg/clswiw.msb"
Copying file to "/syed/db_home1/has/mesg/clswja.msb"
Copying file to "/syed/db_home1/has/mesg/clswko.msb"
Copying file to "/syed/db_home1/has/mesg/clswn.msb"
Copying file to "/syed/db_home1/has/mesg/clswnl.msb"
Copying file to "/syed/db_home1/has/mesg/clswpl.msb"
Copying file to "/syed/db_home1/has/mesg/clswpt.msb"
Copying file to "/syed/db_home1/has/mesg/clswptb.msb"
Copying file to "/syed/db_home1/has/mesg/clswro.msb"
Copying file to "/syed/db_home1/has/mesg/clswru.msb"
Copying file to "/syed/db_home1/has/mesg/clsws.msb"
Copying file to "/syed/db_home1/has/mesg/clswsf.msb"
Copying file to "/syed/db_home1/has/mesg/clswsk.msb"
Copying file to "/syed/db_home1/has/mesg/clswth.msb"
Copying file to "/syed/db_home1/has/mesg/clswtr.msb"
Copying file to "/syed/db_home1/has/mesg/clswus.msb"
Copying file to "/syed/db_home1/has/mesg/clswus.msg"
Copying file to "/syed/db_home1/has/mesg/clswzhs.msb"
Copying file to "/syed/db_home1/has/mesg/clswzht.msb"
Copying file to "/syed/db_home1/has/mesg/gipcar.msb"
Copying file to "/syed/db_home1/has/mesg/gipcca.msb"
Copying file to "/syed/db_home1/has/mesg/gipccs.msb"
Copying file to "/syed/db_home1/has/mesg/gipcd.msb"
Copying file to "/syed/db_home1/has/mesg/gipcdk.msb"
Copying file to "/syed/db_home1/has/mesg/gipce.msb"
Copying file to "/syed/db_home1/has/mesg/gipcel.msb"
Copying file to "/syed/db_home1/has/mesg/gipcf.msb"
Copying file to "/syed/db_home1/has/mesg/gipchu.msb"
Copying file to "/syed/db_home1/has/mesg/gipci.msb"
Copying file to "/syed/db_home1/has/mesg/gipciw.msb"
Copying file to "/syed/db_home1/has/mesg/gipcja.msb"
Copying file to "/syed/db_home1/has/mesg/gipcko.msb"
Copying file to "/syed/db_home1/has/mesg/gipcn.msb"
Copying file to "/syed/db_home1/has/mesg/gipcnl.msb"
Copying file to "/syed/db_home1/has/mesg/gipcpl.msb"
Copying file to "/syed/db_home1/has/mesg/gipcpt.msb"
Copying file to "/syed/db_home1/has/mesg/gipcptb.msb"
Copying file to "/syed/db_home1/has/mesg/gipcro.msb"
Copying file to "/syed/db_home1/has/mesg/gipcru.msb"
Copying file to "/syed/db_home1/has/mesg/gipcs.msb"
Copying file to "/syed/db_home1/has/mesg/gipcsf.msb"
Copying file to "/syed/db_home1/has/mesg/gipcsk.msb"
Copying file to "/syed/db_home1/has/mesg/gipcth.msb"
Copying file to "/syed/db_home1/has/mesg/gipctr.msb"
Copying file to "/syed/db_home1/has/mesg/gipcus.msb"
Copying file to "/syed/db_home1/has/mesg/gipcus.msg"
Copying file to "/syed/db_home1/has/mesg/gipczhs.msb"
Copying file to "/syed/db_home1/has/mesg/gipczht.msb"
Copying file to "/syed/db_home1/has/mesg/rdear.msb"
Copying file to "/syed/db_home1/has/mesg/rdeca.msb"
Copying file to "/syed/db_home1/has/mesg/rdecs.msb"
Copying file to "/syed/db_home1/has/mesg/rded.msb"
Copying file to "/syed/db_home1/has/mesg/rdedk.msb"
Copying file to "/syed/db_home1/has/mesg/rdee.msb"
Copying file to "/syed/db_home1/has/mesg/rdeel.msb"
Copying file to "/syed/db_home1/has/mesg/rdef.msb"
Copying file to "/syed/db_home1/has/mesg/rdehu.msb"
Copying file to "/syed/db_home1/has/mesg/rdei.msb"
Copying file to "/syed/db_home1/has/mesg/rdeiw.msb"
Copying file to "/syed/db_home1/has/mesg/rdeja.msb"
Copying file to "/syed/db_home1/has/mesg/rdeko.msb"
Copying file to "/syed/db_home1/has/mesg/rden.msb"
Copying file to "/syed/db_home1/has/mesg/rdenl.msb"
Copying file to "/syed/db_home1/has/mesg/rdepl.msb"
Copying file to "/syed/db_home1/has/mesg/rdept.msb"
Copying file to "/syed/db_home1/has/mesg/rdeptb.msb"
Copying file to "/syed/db_home1/has/mesg/rdero.msb"
Copying file to "/syed/db_home1/has/mesg/rderu.msb"
Copying file to "/syed/db_home1/has/mesg/rdes.msb"
Copying file to "/syed/db_home1/has/mesg/rdesf.msb"
Copying file to "/syed/db_home1/has/mesg/rdesk.msb"
Copying file to "/syed/db_home1/has/mesg/rdeth.msb"
Copying file to "/syed/db_home1/has/mesg/rdetr.msb"
Copying file to "/syed/db_home1/has/mesg/rdeus.msb"
Copying file to "/syed/db_home1/has/mesg/rdeus.msg"
Copying file to "/syed/db_home1/has/mesg/rdezhs.msb"
Copying file to "/syed/db_home1/has/mesg/rdezht.msb"
Copying file to "/syed/db_home1/jlib/gns.jar"
Copying file to "/syed/db_home1/jlib/rd.jar"
Copying file to "/syed/db_home1/jlib/rdtool.jar"
Copying file to "/syed/db_home1/jlib/srvm.jar"
Copying file to "/syed/db_home1/jlib/srvmasm.jar"
Copying file to "/syed/db_home1/jlib/srvmhas.jar"
Copying file to "/syed/db_home1/jlib/supercluster-common.jar"
Copying file to "/syed/db_home1/jlib/supercluster.jar"
Copying file to "/syed/db_home1/lib/libagfw11.so"
Copying file to "/syed/db_home1/lib/libclsr11.a"
Copying file to "/syed/db_home1/lib/libclsra11.so"
Copying file to "/syed/db_home1/lib/libdbcfg11.so"
Copying file to "/syed/db_home1/lib/libgns11.so"
Copying file to "/syed/db_home1/lib/libgnsjni11.so"
Copying file to "/syed/db_home1/lib/libhasgen11.so"
Copying file to "/syed/db_home1/lib/libocr11.so"
Copying file to "/syed/db_home1/lib/libocrb11.so"
Copying file to "/syed/db_home1/lib/libocrutl11.so"
Copying file to "/syed/db_home1/lib/liboevm.a"
Copying file to "/syed/db_home1/lib/librdjni11.so"
Copying file to "/syed/db_home1/lib/libsrvmhas11.so"
Copying file to "/syed/db_home1/lib/libsrvmocr11.so"
Copying file to "/syed/db_home1/lib/libuini11.so"
Copying file to "/syed/db_home1/racg/lib/ins_has.mk"
Copying file to "/syed/db_home1/racg/lib/s0clsrdmai.o"
Copying file to "/syed/db_home1/racg/lib/s0clsreut.o"
Copying file to "/syed/db_home1/racg/lib/s0clsrmain.o"
Copying file to "/syed/db_home1/racg/lib/s0clsrmdb.o"
Copying file to "/syed/db_home1/racg/mesg/clsrar.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrcs.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrd.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrdk.msb"
Copying file to "/syed/db_home1/racg/mesg/clsre.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrel.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrf.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrhu.msb"
Copying file to "/syed/db_home1/racg/mesg/clsri.msb"
Copying file to "/syed/db_home1/racg/mesg/clsriw.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrja.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrko.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrn.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrnl.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrpl.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrpt.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrptb.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrro.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrru.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrs.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrsf.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrsk.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrth.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrtr.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrus.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrus.msg"
Copying file to "/syed/db_home1/racg/mesg/clsrzhs.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrzht.msb"
Copying file to "/syed/db_home1/relnotes/README_srvm.txt"
Copying file to "/syed/db_home1/srvm/admin/clustdb.sql"
Copying file to "/syed/db_home1/srvm/admin/init.ora"
Copying file to "/syed/db_home1/srvm/admin/ocrlog.ini"
Copying file to "/syed/db_home1/srvm/doc/README.doc"
Copying file to "/syed/db_home1/srvm/jlib/srvctl.jar"
Copying file to "/syed/db_home1/srvm/lib/env_srvm.mk"
Copying file to "/syed/db_home1/srvm/lib/ins_srvm.mk"
Copying file to "/syed/db_home1/srvm/lib/libdbcfg11.a"
Copying file to "/syed/db_home1/srvm/lib/libocr11.a"
Copying file to "/syed/db_home1/srvm/lib/libocrb11.a"
Copying file to "/syed/db_home1/srvm/lib/libocrutl11.a"
Copying file to "/syed/db_home1/srvm/lib/libsrvm11.a"
Copying file to "/syed/db_home1/srvm/lib/libsrvm11.so"
Copying file to "/syed/db_home1/srvm/lib/libsrvmhas11.a"
Copying file to "/syed/db_home1/srvm/lib/libsrvmocr11.a"
Copying file to "/syed/db_home1/srvm/lib/libuini11.a"
Copying file to "/syed/db_home1/srvm/lib/pradmgrp.o"
Copying file to "/syed/db_home1/srvm/lib/prgcrshm.o"
Copying file to "/syed/db_home1/srvm/lib/prifcg.o"
Copying file to "/syed/db_home1/srvm/lib/prifcmn.o"
Copying file to "/syed/db_home1/srvm/lib/prifutl.o"
Copying file to "/syed/db_home1/srvm/lib/prraw.o"
Copying file to "/syed/db_home1/srvm/lib/sprdbgrp.o"
Copying file to "/syed/db_home1/srvm/lib/sprgcrshm.o"
Copying file to "/syed/db_home1/srvm/lib/sprifcg.o"
Copying file to "/syed/db_home1/srvm/lib/sprraw.o"
Copying file to "/syed/db_home1/srvm/mesg/prcaus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prccus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prcdus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prcfus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prchus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prcius.msg"
Copying file to "/syed/db_home1/srvm/mesg/prcnus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prcrus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prcsus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prctus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prcwus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prifd.msb"
Copying file to "/syed/db_home1/srvm/mesg/prife.msb"
Copying file to "/syed/db_home1/srvm/mesg/priff.msb"
Copying file to "/syed/db_home1/srvm/mesg/prifi.msb"
Copying file to "/syed/db_home1/srvm/mesg/prifja.msb"
Copying file to "/syed/db_home1/srvm/mesg/prifko.msb"
Copying file to "/syed/db_home1/srvm/mesg/prifptb.msb"
Copying file to "/syed/db_home1/srvm/mesg/prifus.msb"
Copying file to "/syed/db_home1/srvm/mesg/prifus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prifzhs.msb"
Copying file to "/syed/db_home1/srvm/mesg/prifzht.msb"
Copying file to "/syed/db_home1/srvm/mesg/prkaus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkcus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkdus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkeus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkhus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prknus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkous.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkpus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkrus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prksus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkuus.msg"
Copying file to "/syed/db_home1/srvm/mesg/procd.msb"
Copying file to "/syed/db_home1/srvm/mesg/proce.msb"
Copying file to "/syed/db_home1/srvm/mesg/procf.msb"
Copying file to "/syed/db_home1/srvm/mesg/proci.msb"
Copying file to "/syed/db_home1/srvm/mesg/procja.msb"
Copying file to "/syed/db_home1/srvm/mesg/procko.msb"
Copying file to "/syed/db_home1/srvm/mesg/procld.msb"
Copying file to "/syed/db_home1/srvm/mesg/procle.msb"
Copying file to "/syed/db_home1/srvm/mesg/proclf.msb"
Copying file to "/syed/db_home1/srvm/mesg/procli.msb"
Copying file to "/syed/db_home1/srvm/mesg/proclja.msb"
Copying file to "/syed/db_home1/srvm/mesg/proclko.msb"
Copying file to "/syed/db_home1/srvm/mesg/proclptb.msb"
Copying file to "/syed/db_home1/srvm/mesg/proclus.msb"
Copying file to "/syed/db_home1/srvm/mesg/proclus.msg"
Copying file to "/syed/db_home1/srvm/mesg/proclzhs.msb"
Copying file to "/syed/db_home1/srvm/mesg/proclzht.msb"
Copying file to "/syed/db_home1/srvm/mesg/procptb.msb"
Copying file to "/syed/db_home1/srvm/mesg/procus.msb"
Copying file to "/syed/db_home1/srvm/mesg/procus.msg"
Copying file to "/syed/db_home1/srvm/mesg/proczhs.msb"
Copying file to "/syed/db_home1/srvm/mesg/proczht.msb"
Copying file to "/syed/db_home1/srvm/mesg/prvfus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prvpus.msg"
Copying file to "/syed/db_home1/srvm/mesg/sclcus.msg"
Copying file to "/syed/db_home1/srvm/mesg/sclsus.msg"
Copying file to "/syed/db_home1/oui/jlib/srvm.jar"
Copying file to "/syed/db_home1/oui/jlib/srvmasm.jar"
Copying file to "/syed/db_home1/oui/lib/linux/libsrvm11.so"
ApplySession adding interim patch '9706490' to inventory
Verifying the update...
Inventory check OK: Patch ID 9706490 is registered in Oracle Home inventory with proper meta-data.
Files check OK: Files from Patch ID 9706490 are present in Oracle Home.
Running make for target install_srvm
Running make for target install
The local system has been patched and can be restarted.
UtilSession: N-Apply done.
OPatch succeeded.
* After opatch completes, some configuration settings need to be applied
Invoking OPatch 11.1.0.6.6
Oracle Interim Patch Installer version 11.1.0.6.6
Copyright (c) 2009, Oracle Corporation. All rights reserved.
UTIL session
Oracle Home : /syed/db_home1
Central Inventory : /syed/orainventory
from : /etc/oraInst.loc
OPatch version : 11.1.0.6.6
OUI version : 11.2.0.1.0
OUI location : /syed/db_home1/oui
Log file location : /syed/db_home1/cfgtoollogs/opatch/opatch2016-01-24_00-21-05AM.log
Patch history file: /syed/db_home1/cfgtoollogs/opatch/opatch_history.txt
Invoking utility "napply"
Checking conflict among patches...
Checking if Oracle Home has components required by patches...
Checking conflicts against Oracle Home...
OPatch continues with these patches: 9706490
Do you want to proceed? [y|n]
y
User Responded with: Y
Running prerequisite checks...
You selected -local option, hence OPatch will patch the local system only.
Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
(Oracle Home = '/syed/db_home1')
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files affected by the patch 'NApply' for restore. This might take a while...
Applying patch 9706490...
ApplySession applying interim patch '9706490' to OH '/syed/db_home1'
Backing up files affected by the patch '9706490' for rollback. This might take a while...
Patching component oracle.rdbms, 11.2.0.1.0...
Copying file to "/syed/db_home1/bin/cluvfy"
Copying file to "/syed/db_home1/bin/crsdiag.pl"
Copying file to "/syed/db_home1/bin/gnsd"
Copying file to "/syed/db_home1/bin/lsnodes"
Copying file to "/syed/db_home1/bin/racgeut"
Copying file to "/syed/db_home1/bin/racgmain"
Copying file to "/syed/db_home1/bin/racgwrap"
Copying file to "/syed/db_home1/bin/srvconfig"
Copying file to "/syed/db_home1/crs/install/rootofs.sh"
Copying file to "/syed/db_home1/crs/install/s_crsconfig_defs"
Copying file to "/syed/db_home1/crs/lib/env_has.mk"
Copying file to "/syed/db_home1/crs/mesg/crsar.msb"
Copying file to "/syed/db_home1/crs/mesg/crscs.msb"
Copying file to "/syed/db_home1/crs/mesg/crsd.msb"
Copying file to "/syed/db_home1/crs/mesg/crsdk.msb"
Copying file to "/syed/db_home1/crs/mesg/crse.msb"
Copying file to "/syed/db_home1/crs/mesg/crsel.msb"
Copying file to "/syed/db_home1/crs/mesg/crsf.msb"
Copying file to "/syed/db_home1/crs/mesg/crshu.msb"
Copying file to "/syed/db_home1/crs/mesg/crsi.msb"
Copying file to "/syed/db_home1/crs/mesg/crsiw.msb"
Copying file to "/syed/db_home1/crs/mesg/crsja.msb"
Copying file to "/syed/db_home1/crs/mesg/crsko.msb"
Copying file to "/syed/db_home1/crs/mesg/crsn.msb"
Copying file to "/syed/db_home1/crs/mesg/crsnl.msb"
Copying file to "/syed/db_home1/crs/mesg/crspl.msb"
Copying file to "/syed/db_home1/crs/mesg/crspt.msb"
Copying file to "/syed/db_home1/crs/mesg/crsptb.msb"
Copying file to "/syed/db_home1/crs/mesg/crsro.msb"
Copying file to "/syed/db_home1/crs/mesg/crsru.msb"
Copying file to "/syed/db_home1/crs/mesg/crss.msb"
Copying file to "/syed/db_home1/crs/mesg/crssf.msb"
Copying file to "/syed/db_home1/crs/mesg/crssk.msb"
Copying file to "/syed/db_home1/crs/mesg/crsth.msb"
Copying file to "/syed/db_home1/crs/mesg/crstr.msb"
Copying file to "/syed/db_home1/crs/mesg/crsus.msb"
Copying file to "/syed/db_home1/crs/mesg/crsus.msg"
Copying file to "/syed/db_home1/crs/mesg/crszhs.msb"
Copying file to "/syed/db_home1/crs/mesg/crszht.msb"
Copying file to "/syed/db_home1/crs/sbs/clsrwrap.sbs"
Copying file to "/syed/db_home1/crs/sbs/diagcollection.sh.sbs"
Copying file to "/syed/db_home1/crs/sbs/localconfig.sbs"
Copying file to "/syed/db_home1/crs/sbs/srvctl.sbs"
Copying file to "/syed/db_home1/css/mesg/clssar.msb"
Copying file to "/syed/db_home1/css/mesg/clsscs.msb"
Copying file to "/syed/db_home1/css/mesg/clssd.msb"
Copying file to "/syed/db_home1/css/mesg/clssdk.msb"
Copying file to "/syed/db_home1/css/mesg/clsse.msb"
Copying file to "/syed/db_home1/css/mesg/clssel.msb"
Copying file to "/syed/db_home1/css/mesg/clssf.msb"
Copying file to "/syed/db_home1/css/mesg/clsshu.msb"
Copying file to "/syed/db_home1/css/mesg/clssi.msb"
Copying file to "/syed/db_home1/css/mesg/clssiw.msb"
Copying file to "/syed/db_home1/css/mesg/clssja.msb"
Copying file to "/syed/db_home1/css/mesg/clssko.msb"
Copying file to "/syed/db_home1/css/mesg/clssn.msb"
Copying file to "/syed/db_home1/css/mesg/clssnl.msb"
Copying file to "/syed/db_home1/css/mesg/clsspl.msb"
Copying file to "/syed/db_home1/css/mesg/clsspt.msb"
Copying file to "/syed/db_home1/css/mesg/clssptb.msb"
Copying file to "/syed/db_home1/css/mesg/clssro.msb"
Copying file to "/syed/db_home1/css/mesg/clssru.msb"
Copying file to "/syed/db_home1/css/mesg/clsss.msb"
Copying file to "/syed/db_home1/css/mesg/clsssf.msb"
Copying file to "/syed/db_home1/css/mesg/clsssk.msb"
Copying file to "/syed/db_home1/css/mesg/clssth.msb"
Copying file to "/syed/db_home1/css/mesg/clsstr.msb"
Copying file to "/syed/db_home1/css/mesg/clssus.msb"
Copying file to "/syed/db_home1/css/mesg/clssus.msg"
Copying file to "/syed/db_home1/css/mesg/clsszhs.msb"
Copying file to "/syed/db_home1/css/mesg/clsszht.msb"
Copying file to "/syed/db_home1/has/mesg/clsdar.msb"
Copying file to "/syed/db_home1/has/mesg/clsdcs.msb"
Copying file to "/syed/db_home1/has/mesg/clsdd.msb"
Copying file to "/syed/db_home1/has/mesg/clsddk.msb"
Copying file to "/syed/db_home1/has/mesg/clsde.msb"
Copying file to "/syed/db_home1/has/mesg/clsdel.msb"
Copying file to "/syed/db_home1/has/mesg/clsdf.msb"
Copying file to "/syed/db_home1/has/mesg/clsdhu.msb"
Copying file to "/syed/db_home1/has/mesg/clsdi.msb"
Copying file to "/syed/db_home1/has/mesg/clsdiw.msb"
Copying file to "/syed/db_home1/has/mesg/clsdja.msb"
Copying file to "/syed/db_home1/has/mesg/clsdko.msb"
Copying file to "/syed/db_home1/has/mesg/clsdn.msb"
Copying file to "/syed/db_home1/has/mesg/clsdnl.msb"
Copying file to "/syed/db_home1/has/mesg/clsdpl.msb"
Copying file to "/syed/db_home1/has/mesg/clsdpt.msb"
Copying file to "/syed/db_home1/has/mesg/clsdptb.msb"
Copying file to "/syed/db_home1/has/mesg/clsdro.msb"
Copying file to "/syed/db_home1/has/mesg/clsdru.msb"
Copying file to "/syed/db_home1/has/mesg/clsds.msb"
Copying file to "/syed/db_home1/has/mesg/clsdsf.msb"
Copying file to "/syed/db_home1/has/mesg/clsdsk.msb"
Copying file to "/syed/db_home1/has/mesg/clsdth.msb"
Copying file to "/syed/db_home1/has/mesg/clsdtr.msb"
Copying file to "/syed/db_home1/has/mesg/clsdus.msb"
Copying file to "/syed/db_home1/has/mesg/clsdus.msg"
Copying file to "/syed/db_home1/has/mesg/clsdzhs.msb"
Copying file to "/syed/db_home1/has/mesg/clsdzht.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnar.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnca.msb"
Copying file to "/syed/db_home1/has/mesg/clsgncs.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnd.msb"
Copying file to "/syed/db_home1/has/mesg/clsgndk.msb"
Copying file to "/syed/db_home1/has/mesg/clsgne.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnel.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnesa.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnf.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnhu.msb"
Copying file to "/syed/db_home1/has/mesg/clsgni.msb"
Copying file to "/syed/db_home1/has/mesg/clsgniw.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnja.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnko.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnn.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnnl.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnpl.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnpt.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnptb.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnro.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnru.msb"
Copying file to "/syed/db_home1/has/mesg/clsgns.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnsf.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnsk.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnth.msb"
Copying file to "/syed/db_home1/has/mesg/clsgntr.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnus.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnus.msg"
Copying file to "/syed/db_home1/has/mesg/clsgnzhs.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnzht.msb"
Copying file to "/syed/db_home1/has/mesg/clstar.msb"
Copying file to "/syed/db_home1/has/mesg/clstcs.msb"
Copying file to "/syed/db_home1/has/mesg/clstd.msb"
Copying file to "/syed/db_home1/has/mesg/clstdk.msb"
Copying file to "/syed/db_home1/has/mesg/clste.msb"
Copying file to "/syed/db_home1/has/mesg/clstel.msb"
Copying file to "/syed/db_home1/has/mesg/clstf.msb"
Copying file to "/syed/db_home1/has/mesg/clsthu.msb"
Copying file to "/syed/db_home1/has/mesg/clsti.msb"
Copying file to "/syed/db_home1/has/mesg/clstiw.msb"
Copying file to "/syed/db_home1/has/mesg/clstja.msb"
Copying file to "/syed/db_home1/has/mesg/clstko.msb"
Copying file to "/syed/db_home1/has/mesg/clstn.msb"
Copying file to "/syed/db_home1/has/mesg/clstnl.msb"
Copying file to "/syed/db_home1/has/mesg/clstpl.msb"
Copying file to "/syed/db_home1/has/mesg/clstpt.msb"
Copying file to "/syed/db_home1/has/mesg/clstptb.msb"
Copying file to "/syed/db_home1/has/mesg/clstro.msb"
Copying file to "/syed/db_home1/has/mesg/clstru.msb"
Copying file to "/syed/db_home1/has/mesg/clsts.msb"
Copying file to "/syed/db_home1/has/mesg/clstsf.msb"
Copying file to "/syed/db_home1/has/mesg/clstsk.msb"
Copying file to "/syed/db_home1/has/mesg/clstth.msb"
Copying file to "/syed/db_home1/has/mesg/clsttr.msb"
Copying file to "/syed/db_home1/has/mesg/clstus.msb"
Copying file to "/syed/db_home1/has/mesg/clstus.msg"
Copying file to "/syed/db_home1/has/mesg/clstzhs.msb"
Copying file to "/syed/db_home1/has/mesg/clstzht.msb"
Copying file to "/syed/db_home1/has/mesg/clsuar.msb"
Copying file to "/syed/db_home1/has/mesg/clsuca.msb"
Copying file to "/syed/db_home1/has/mesg/clsucs.msb"
Copying file to "/syed/db_home1/has/mesg/clsud.msb"
Copying file to "/syed/db_home1/has/mesg/clsudk.msb"
Copying file to "/syed/db_home1/has/mesg/clsue.msb"
Copying file to "/syed/db_home1/has/mesg/clsuel.msb"
Copying file to "/syed/db_home1/has/mesg/clsuf.msb"
Copying file to "/syed/db_home1/has/mesg/clsuhu.msb"
Copying file to "/syed/db_home1/has/mesg/clsui.msb"
Copying file to "/syed/db_home1/has/mesg/clsuiw.msb"
Copying file to "/syed/db_home1/has/mesg/clsuja.msb"
Copying file to "/syed/db_home1/has/mesg/clsuko.msb"
Copying file to "/syed/db_home1/has/mesg/clsun.msb"
Copying file to "/syed/db_home1/has/mesg/clsunl.msb"
Copying file to "/syed/db_home1/has/mesg/clsupl.msb"
Copying file to "/syed/db_home1/has/mesg/clsupt.msb"
Copying file to "/syed/db_home1/has/mesg/clsuptb.msb"
Copying file to "/syed/db_home1/has/mesg/clsuro.msb"
Copying file to "/syed/db_home1/has/mesg/clsuru.msb"
Copying file to "/syed/db_home1/has/mesg/clsus.msb"
Copying file to "/syed/db_home1/has/mesg/clsusf.msb"
Copying file to "/syed/db_home1/has/mesg/clsusk.msb"
Copying file to "/syed/db_home1/has/mesg/clsuth.msb"
Copying file to "/syed/db_home1/has/mesg/clsutr.msb"
Copying file to "/syed/db_home1/has/mesg/clsuus.msb"
Copying file to "/syed/db_home1/has/mesg/clsuus.msg"
Copying file to "/syed/db_home1/has/mesg/clsuzhs.msb"
Copying file to "/syed/db_home1/has/mesg/clsuzht.msb"
Copying file to "/syed/db_home1/has/mesg/clswar.msb"
Copying file to "/syed/db_home1/has/mesg/clswcs.msb"
Copying file to "/syed/db_home1/has/mesg/clswd.msb"
Copying file to "/syed/db_home1/has/mesg/clswdk.msb"
Copying file to "/syed/db_home1/has/mesg/clswe.msb"
Copying file to "/syed/db_home1/has/mesg/clswel.msb"
Copying file to "/syed/db_home1/has/mesg/clswf.msb"
Copying file to "/syed/db_home1/has/mesg/clswhu.msb"
Copying file to "/syed/db_home1/has/mesg/clswi.msb"
Copying file to "/syed/db_home1/has/mesg/clswiw.msb"
Copying file to "/syed/db_home1/has/mesg/clswja.msb"
Copying file to "/syed/db_home1/has/mesg/clswko.msb"
Copying file to "/syed/db_home1/has/mesg/clswn.msb"
Copying file to "/syed/db_home1/has/mesg/clswnl.msb"
Copying file to "/syed/db_home1/has/mesg/clswpl.msb"
Copying file to "/syed/db_home1/has/mesg/clswpt.msb"
Copying file to "/syed/db_home1/has/mesg/clswptb.msb"
Copying file to "/syed/db_home1/has/mesg/clswro.msb"
Copying file to "/syed/db_home1/has/mesg/clswru.msb"
Copying file to "/syed/db_home1/has/mesg/clsws.msb"
Copying file to "/syed/db_home1/has/mesg/clswsf.msb"
Copying file to "/syed/db_home1/has/mesg/clswsk.msb"
Copying file to "/syed/db_home1/has/mesg/clswth.msb"
Copying file to "/syed/db_home1/has/mesg/clswtr.msb"
Copying file to "/syed/db_home1/has/mesg/clswus.msb"
Copying file to "/syed/db_home1/has/mesg/clswus.msg"
Copying file to "/syed/db_home1/has/mesg/clswzhs.msb"
Copying file to "/syed/db_home1/has/mesg/clswzht.msb"
Copying file to "/syed/db_home1/has/mesg/gipcar.msb"
Copying file to "/syed/db_home1/has/mesg/gipcca.msb"
Copying file to "/syed/db_home1/has/mesg/gipccs.msb"
Copying file to "/syed/db_home1/has/mesg/gipcd.msb"
Copying file to "/syed/db_home1/has/mesg/gipcdk.msb"
Copying file to "/syed/db_home1/has/mesg/gipce.msb"
Copying file to "/syed/db_home1/has/mesg/gipcel.msb"
Copying file to "/syed/db_home1/has/mesg/gipcf.msb"
Copying file to "/syed/db_home1/has/mesg/gipchu.msb"
Copying file to "/syed/db_home1/has/mesg/gipci.msb"
Copying file to "/syed/db_home1/has/mesg/gipciw.msb"
Copying file to "/syed/db_home1/has/mesg/gipcja.msb"
Copying file to "/syed/db_home1/has/mesg/gipcko.msb"
Copying file to "/syed/db_home1/has/mesg/gipcn.msb"
Copying file to "/syed/db_home1/has/mesg/gipcnl.msb"
Copying file to "/syed/db_home1/has/mesg/gipcpl.msb"
Copying file to "/syed/db_home1/has/mesg/gipcpt.msb"
Copying file to "/syed/db_home1/has/mesg/gipcptb.msb"
Copying file to "/syed/db_home1/has/mesg/gipcro.msb"
Copying file to "/syed/db_home1/has/mesg/gipcru.msb"
Copying file to "/syed/db_home1/has/mesg/gipcs.msb"
Copying file to "/syed/db_home1/has/mesg/gipcsf.msb"
Copying file to "/syed/db_home1/has/mesg/gipcsk.msb"
Copying file to "/syed/db_home1/has/mesg/gipcth.msb"
Copying file to "/syed/db_home1/has/mesg/gipctr.msb"
Copying file to "/syed/db_home1/has/mesg/gipcus.msb"
Copying file to "/syed/db_home1/has/mesg/gipcus.msg"
Copying file to "/syed/db_home1/has/mesg/gipczhs.msb"
Copying file to "/syed/db_home1/has/mesg/gipczht.msb"
Copying file to "/syed/db_home1/has/mesg/rdear.msb"
Copying file to "/syed/db_home1/has/mesg/rdeca.msb"
Copying file to "/syed/db_home1/has/mesg/rdecs.msb"
Copying file to "/syed/db_home1/has/mesg/rded.msb"
Copying file to "/syed/db_home1/has/mesg/rdedk.msb"
Copying file to "/syed/db_home1/has/mesg/rdee.msb"
Copying file to "/syed/db_home1/has/mesg/rdeel.msb"
Copying file to "/syed/db_home1/has/mesg/rdef.msb"
Copying file to "/syed/db_home1/has/mesg/rdehu.msb"
Copying file to "/syed/db_home1/has/mesg/rdei.msb"
Copying file to "/syed/db_home1/has/mesg/rdeiw.msb"
Copying file to "/syed/db_home1/has/mesg/rdeja.msb"
Copying file to "/syed/db_home1/has/mesg/rdeko.msb"
Copying file to "/syed/db_home1/has/mesg/rden.msb"
Copying file to "/syed/db_home1/has/mesg/rdenl.msb"
Copying file to "/syed/db_home1/has/mesg/rdepl.msb"
Copying file to "/syed/db_home1/has/mesg/rdept.msb"
Copying file to "/syed/db_home1/has/mesg/rdeptb.msb"
Copying file to "/syed/db_home1/has/mesg/rdero.msb"
Copying file to "/syed/db_home1/has/mesg/rderu.msb"
Copying file to "/syed/db_home1/has/mesg/rdes.msb"
Copying file to "/syed/db_home1/has/mesg/rdesf.msb"
Copying file to "/syed/db_home1/has/mesg/rdesk.msb"
Copying file to "/syed/db_home1/has/mesg/rdeth.msb"
Copying file to "/syed/db_home1/has/mesg/rdetr.msb"
Copying file to "/syed/db_home1/has/mesg/rdeus.msb"
Copying file to "/syed/db_home1/has/mesg/rdeus.msg"
Copying file to "/syed/db_home1/has/mesg/rdezhs.msb"
Copying file to "/syed/db_home1/has/mesg/rdezht.msb"
Copying file to "/syed/db_home1/jlib/gns.jar"
Copying file to "/syed/db_home1/jlib/rd.jar"
Copying file to "/syed/db_home1/jlib/rdtool.jar"
Copying file to "/syed/db_home1/jlib/srvm.jar"
Copying file to "/syed/db_home1/jlib/srvmasm.jar"
Copying file to "/syed/db_home1/jlib/srvmhas.jar"
Copying file to "/syed/db_home1/jlib/supercluster-common.jar"
Copying file to "/syed/db_home1/jlib/supercluster.jar"
Copying file to "/syed/db_home1/lib/libagfw11.so"
Copying file to "/syed/db_home1/lib/libclsr11.a"
Copying file to "/syed/db_home1/lib/libclsra11.so"
Copying file to "/syed/db_home1/lib/libdbcfg11.so"
Copying file to "/syed/db_home1/lib/libgns11.so"
Copying file to "/syed/db_home1/lib/libgnsjni11.so"
Copying file to "/syed/db_home1/lib/libhasgen11.so"
Copying file to "/syed/db_home1/lib/libocr11.so"
Copying file to "/syed/db_home1/lib/libocrb11.so"
Copying file to "/syed/db_home1/lib/libocrutl11.so"
Copying file to "/syed/db_home1/lib/liboevm.a"
Copying file to "/syed/db_home1/lib/librdjni11.so"
Copying file to "/syed/db_home1/lib/libsrvmhas11.so"
Copying file to "/syed/db_home1/lib/libsrvmocr11.so"
Copying file to "/syed/db_home1/lib/libuini11.so"
Copying file to "/syed/db_home1/racg/lib/ins_has.mk"
Copying file to "/syed/db_home1/racg/lib/s0clsrdmai.o"
Copying file to "/syed/db_home1/racg/lib/s0clsreut.o"
Copying file to "/syed/db_home1/racg/lib/s0clsrmain.o"
Copying file to "/syed/db_home1/racg/lib/s0clsrmdb.o"
Copying file to "/syed/db_home1/racg/mesg/clsrar.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrcs.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrd.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrdk.msb"
Copying file to "/syed/db_home1/racg/mesg/clsre.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrel.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrf.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrhu.msb"
Copying file to "/syed/db_home1/racg/mesg/clsri.msb"
Copying file to "/syed/db_home1/racg/mesg/clsriw.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrja.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrko.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrn.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrnl.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrpl.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrpt.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrptb.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrro.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrru.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrs.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrsf.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrsk.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrth.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrtr.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrus.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrus.msg"
Copying file to "/syed/db_home1/racg/mesg/clsrzhs.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrzht.msb"
Copying file to "/syed/db_home1/relnotes/README_srvm.txt"
Copying file to "/syed/db_home1/srvm/admin/clustdb.sql"
Copying file to "/syed/db_home1/srvm/admin/init.ora"
Copying file to "/syed/db_home1/srvm/admin/ocrlog.ini"
Copying file to "/syed/db_home1/srvm/doc/README.doc"
Copying file to "/syed/db_home1/srvm/jlib/srvctl.jar"
Copying file to "/syed/db_home1/srvm/lib/env_srvm.mk"
Copying file to "/syed/db_home1/srvm/lib/ins_srvm.mk"
Copying file to "/syed/db_home1/srvm/lib/libdbcfg11.a"
Copying file to "/syed/db_home1/srvm/lib/libocr11.a"
Copying file to "/syed/db_home1/srvm/lib/libocrb11.a"
Copying file to "/syed/db_home1/srvm/lib/libocrutl11.a"
Copying file to "/syed/db_home1/srvm/lib/libsrvm11.a"
Copying file to "/syed/db_home1/srvm/lib/libsrvm11.so"
Copying file to "/syed/db_home1/srvm/lib/libsrvmhas11.a"
Copying file to "/syed/db_home1/srvm/lib/libsrvmocr11.a"
Copying file to "/syed/db_home1/srvm/lib/libuini11.a"
Copying file to "/syed/db_home1/srvm/lib/pradmgrp.o"
Copying file to "/syed/db_home1/srvm/lib/prgcrshm.o"
Copying file to "/syed/db_home1/srvm/lib/prifcg.o"
Copying file to "/syed/db_home1/srvm/lib/prifcmn.o"
Copying file to "/syed/db_home1/srvm/lib/prifutl.o"
Copying file to "/syed/db_home1/srvm/lib/prraw.o"
Copying file to "/syed/db_home1/srvm/lib/sprdbgrp.o"
Copying file to "/syed/db_home1/srvm/lib/sprgcrshm.o"
Copying file to "/syed/db_home1/srvm/lib/sprifcg.o"
Copying file to "/syed/db_home1/srvm/lib/sprraw.o"
Copying file to "/syed/db_home1/srvm/mesg/prcaus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prccus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prcdus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prcfus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prchus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prcius.msg"
Copying file to "/syed/db_home1/srvm/mesg/prcnus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prcrus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prcsus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prctus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prcwus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prifd.msb"
Copying file to "/syed/db_home1/srvm/mesg/prife.msb"
Copying file to "/syed/db_home1/srvm/mesg/priff.msb"
Copying file to "/syed/db_home1/srvm/mesg/prifi.msb"
Copying file to "/syed/db_home1/srvm/mesg/prifja.msb"
Copying file to "/syed/db_home1/srvm/mesg/prifko.msb"
Copying file to "/syed/db_home1/srvm/mesg/prifptb.msb"
Copying file to "/syed/db_home1/srvm/mesg/prifus.msb"
Copying file to "/syed/db_home1/srvm/mesg/prifus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prifzhs.msb"
Copying file to "/syed/db_home1/srvm/mesg/prifzht.msb"
Copying file to "/syed/db_home1/srvm/mesg/prkaus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkcus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkdus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkeus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkhus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prknus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkous.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkpus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkrus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prksus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkuus.msg"
Copying file to "/syed/db_home1/srvm/mesg/procd.msb"
Copying file to "/syed/db_home1/srvm/mesg/proce.msb"
Copying file to "/syed/db_home1/srvm/mesg/procf.msb"
Copying file to "/syed/db_home1/srvm/mesg/proci.msb"
Copying file to "/syed/db_home1/srvm/mesg/procja.msb"
Copying file to "/syed/db_home1/srvm/mesg/procko.msb"
Copying file to "/syed/db_home1/srvm/mesg/procld.msb"
Copying file to "/syed/db_home1/srvm/mesg/procle.msb"
Copying file to "/syed/db_home1/srvm/mesg/proclf.msb"
Copying file to "/syed/db_home1/srvm/mesg/procli.msb"
Copying file to "/syed/db_home1/srvm/mesg/proclja.msb"
Copying file to "/syed/db_home1/srvm/mesg/proclko.msb"
Copying file to "/syed/db_home1/srvm/mesg/proclptb.msb"
Copying file to "/syed/db_home1/srvm/mesg/proclus.msb"
Copying file to "/syed/db_home1/srvm/mesg/proclus.msg"
Copying file to "/syed/db_home1/srvm/mesg/proclzhs.msb"
Copying file to "/syed/db_home1/srvm/mesg/proclzht.msb"
Copying file to "/syed/db_home1/srvm/mesg/procptb.msb"
Copying file to "/syed/db_home1/srvm/mesg/procus.msb"
Copying file to "/syed/db_home1/srvm/mesg/procus.msg"
Copying file to "/syed/db_home1/srvm/mesg/proczhs.msb"
Copying file to "/syed/db_home1/srvm/mesg/proczht.msb"
Copying file to "/syed/db_home1/srvm/mesg/prvfus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prvpus.msg"
Copying file to "/syed/db_home1/srvm/mesg/sclcus.msg"
Copying file to "/syed/db_home1/srvm/mesg/sclsus.msg"
Copying file to "/syed/db_home1/oui/jlib/srvm.jar"
Copying file to "/syed/db_home1/oui/jlib/srvmasm.jar"
Copying file to "/syed/db_home1/oui/lib/linux/libsrvm11.so"
ApplySession adding interim patch '9706490' to inventory
Verifying the update...
Inventory check OK: Patch ID 9706490 is registered in Oracle Home inventory with proper meta-data.
Files check OK: Files from Patch ID 9706490 are present in Oracle Home.
Running make for target install_srvm
Running make for target install
The local system has been patched and can be restarted.
UtilSession: N-Apply done.
OPatch succeeded.
[oracle@rac1 9706490]$ /syed/db_home1/OPatch/opatch napply -oh /syed/db_home1 -local /syed/11.2.0.4/patch/9706490/custom/server/9706490
Invoking OPatch 11.1.0.6.6
Oracle Interim Patch Installer version 11.1.0.6.6
Copyright (c) 2009, Oracle Corporation. All rights reserved.
UTIL session
Oracle Home : /syed/db_home1
Central Inventory : /syed/orainventory
from : /etc/oraInst.loc
OPatch version : 11.1.0.6.6
OUI version : 11.2.0.1.0
OUI location : /syed/db_home1/oui
Log file location : /syed/db_home1/cfgtoollogs/opatch/opatch2016-01-24_00-21-05AM.log
Patch history file: /syed/db_home1/cfgtoollogs/opatch/opatch_history.txt
Invoking utility "napply"
Checking conflict among patches...
Checking if Oracle Home has components required by patches...
Checking conflicts against Oracle Home...
OPatch continues with these patches: 9706490
Do you want to proceed? [y|n]
y
User Responded with: Y
Running prerequisite checks...
You selected -local option, hence OPatch will patch the local system only.
Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
(Oracle Home = '/syed/db_home1')
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files affected by the patch 'NApply' for restore. This might take a while...
Applying patch 9706490...
ApplySession applying interim patch '9706490' to OH '/syed/db_home1'
Backing up files affected by the patch '9706490' for rollback. This might take a while...
Patching component oracle.rdbms, 11.2.0.1.0...
Copying file to "/syed/db_home1/bin/cluvfy"
Copying file to "/syed/db_home1/bin/crsdiag.pl"
Copying file to "/syed/db_home1/bin/gnsd"
Copying file to "/syed/db_home1/bin/lsnodes"
Copying file to "/syed/db_home1/bin/racgeut"
Copying file to "/syed/db_home1/bin/racgmain"
Copying file to "/syed/db_home1/bin/racgwrap"
Copying file to "/syed/db_home1/bin/srvconfig"
Copying file to "/syed/db_home1/crs/install/rootofs.sh"
Copying file to "/syed/db_home1/crs/install/s_crsconfig_defs"
Copying file to "/syed/db_home1/crs/lib/env_has.mk"
Copying file to "/syed/db_home1/crs/mesg/crsar.msb"
Copying file to "/syed/db_home1/crs/mesg/crscs.msb"
Copying file to "/syed/db_home1/crs/mesg/crsd.msb"
Copying file to "/syed/db_home1/crs/mesg/crsdk.msb"
Copying file to "/syed/db_home1/crs/mesg/crse.msb"
Copying file to "/syed/db_home1/crs/mesg/crsel.msb"
Copying file to "/syed/db_home1/crs/mesg/crsf.msb"
Copying file to "/syed/db_home1/crs/mesg/crshu.msb"
Copying file to "/syed/db_home1/crs/mesg/crsi.msb"
Copying file to "/syed/db_home1/crs/mesg/crsiw.msb"
Copying file to "/syed/db_home1/crs/mesg/crsja.msb"
Copying file to "/syed/db_home1/crs/mesg/crsko.msb"
Copying file to "/syed/db_home1/crs/mesg/crsn.msb"
Copying file to "/syed/db_home1/crs/mesg/crsnl.msb"
Copying file to "/syed/db_home1/crs/mesg/crspl.msb"
Copying file to "/syed/db_home1/crs/mesg/crspt.msb"
Copying file to "/syed/db_home1/crs/mesg/crsptb.msb"
Copying file to "/syed/db_home1/crs/mesg/crsro.msb"
Copying file to "/syed/db_home1/crs/mesg/crsru.msb"
Copying file to "/syed/db_home1/crs/mesg/crss.msb"
Copying file to "/syed/db_home1/crs/mesg/crssf.msb"
Copying file to "/syed/db_home1/crs/mesg/crssk.msb"
Copying file to "/syed/db_home1/crs/mesg/crsth.msb"
Copying file to "/syed/db_home1/crs/mesg/crstr.msb"
Copying file to "/syed/db_home1/crs/mesg/crsus.msb"
Copying file to "/syed/db_home1/crs/mesg/crsus.msg"
Copying file to "/syed/db_home1/crs/mesg/crszhs.msb"
Copying file to "/syed/db_home1/crs/mesg/crszht.msb"
Copying file to "/syed/db_home1/crs/sbs/clsrwrap.sbs"
Copying file to "/syed/db_home1/crs/sbs/diagcollection.sh.sbs"
Copying file to "/syed/db_home1/crs/sbs/localconfig.sbs"
Copying file to "/syed/db_home1/crs/sbs/srvctl.sbs"
Copying file to "/syed/db_home1/css/mesg/clssar.msb"
Copying file to "/syed/db_home1/css/mesg/clsscs.msb"
Copying file to "/syed/db_home1/css/mesg/clssd.msb"
Copying file to "/syed/db_home1/css/mesg/clssdk.msb"
Copying file to "/syed/db_home1/css/mesg/clsse.msb"
Copying file to "/syed/db_home1/css/mesg/clssel.msb"
Copying file to "/syed/db_home1/css/mesg/clssf.msb"
Copying file to "/syed/db_home1/css/mesg/clsshu.msb"
Copying file to "/syed/db_home1/css/mesg/clssi.msb"
Copying file to "/syed/db_home1/css/mesg/clssiw.msb"
Copying file to "/syed/db_home1/css/mesg/clssja.msb"
Copying file to "/syed/db_home1/css/mesg/clssko.msb"
Copying file to "/syed/db_home1/css/mesg/clssn.msb"
Copying file to "/syed/db_home1/css/mesg/clssnl.msb"
Copying file to "/syed/db_home1/css/mesg/clsspl.msb"
Copying file to "/syed/db_home1/css/mesg/clsspt.msb"
Copying file to "/syed/db_home1/css/mesg/clssptb.msb"
Copying file to "/syed/db_home1/css/mesg/clssro.msb"
Copying file to "/syed/db_home1/css/mesg/clssru.msb"
Copying file to "/syed/db_home1/css/mesg/clsss.msb"
Copying file to "/syed/db_home1/css/mesg/clsssf.msb"
Copying file to "/syed/db_home1/css/mesg/clsssk.msb"
Copying file to "/syed/db_home1/css/mesg/clssth.msb"
Copying file to "/syed/db_home1/css/mesg/clsstr.msb"
Copying file to "/syed/db_home1/css/mesg/clssus.msb"
Copying file to "/syed/db_home1/css/mesg/clssus.msg"
Copying file to "/syed/db_home1/css/mesg/clsszhs.msb"
Copying file to "/syed/db_home1/css/mesg/clsszht.msb"
Copying file to "/syed/db_home1/has/mesg/clsdar.msb"
Copying file to "/syed/db_home1/has/mesg/clsdcs.msb"
Copying file to "/syed/db_home1/has/mesg/clsdd.msb"
Copying file to "/syed/db_home1/has/mesg/clsddk.msb"
Copying file to "/syed/db_home1/has/mesg/clsde.msb"
Copying file to "/syed/db_home1/has/mesg/clsdel.msb"
Copying file to "/syed/db_home1/has/mesg/clsdf.msb"
Copying file to "/syed/db_home1/has/mesg/clsdhu.msb"
Copying file to "/syed/db_home1/has/mesg/clsdi.msb"
Copying file to "/syed/db_home1/has/mesg/clsdiw.msb"
Copying file to "/syed/db_home1/has/mesg/clsdja.msb"
Copying file to "/syed/db_home1/has/mesg/clsdko.msb"
Copying file to "/syed/db_home1/has/mesg/clsdn.msb"
Copying file to "/syed/db_home1/has/mesg/clsdnl.msb"
Copying file to "/syed/db_home1/has/mesg/clsdpl.msb"
Copying file to "/syed/db_home1/has/mesg/clsdpt.msb"
Copying file to "/syed/db_home1/has/mesg/clsdptb.msb"
Copying file to "/syed/db_home1/has/mesg/clsdro.msb"
Copying file to "/syed/db_home1/has/mesg/clsdru.msb"
Copying file to "/syed/db_home1/has/mesg/clsds.msb"
Copying file to "/syed/db_home1/has/mesg/clsdsf.msb"
Copying file to "/syed/db_home1/has/mesg/clsdsk.msb"
Copying file to "/syed/db_home1/has/mesg/clsdth.msb"
Copying file to "/syed/db_home1/has/mesg/clsdtr.msb"
Copying file to "/syed/db_home1/has/mesg/clsdus.msb"
Copying file to "/syed/db_home1/has/mesg/clsdus.msg"
Copying file to "/syed/db_home1/has/mesg/clsdzhs.msb"
Copying file to "/syed/db_home1/has/mesg/clsdzht.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnar.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnca.msb"
Copying file to "/syed/db_home1/has/mesg/clsgncs.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnd.msb"
Copying file to "/syed/db_home1/has/mesg/clsgndk.msb"
Copying file to "/syed/db_home1/has/mesg/clsgne.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnel.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnesa.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnf.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnhu.msb"
Copying file to "/syed/db_home1/has/mesg/clsgni.msb"
Copying file to "/syed/db_home1/has/mesg/clsgniw.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnja.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnko.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnn.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnnl.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnpl.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnpt.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnptb.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnro.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnru.msb"
Copying file to "/syed/db_home1/has/mesg/clsgns.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnsf.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnsk.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnth.msb"
Copying file to "/syed/db_home1/has/mesg/clsgntr.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnus.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnus.msg"
Copying file to "/syed/db_home1/has/mesg/clsgnzhs.msb"
Copying file to "/syed/db_home1/has/mesg/clsgnzht.msb"
Copying file to "/syed/db_home1/has/mesg/clstar.msb"
Copying file to "/syed/db_home1/has/mesg/clstcs.msb"
Copying file to "/syed/db_home1/has/mesg/clstd.msb"
Copying file to "/syed/db_home1/has/mesg/clstdk.msb"
Copying file to "/syed/db_home1/has/mesg/clste.msb"
Copying file to "/syed/db_home1/has/mesg/clstel.msb"
Copying file to "/syed/db_home1/has/mesg/clstf.msb"
Copying file to "/syed/db_home1/has/mesg/clsthu.msb"
Copying file to "/syed/db_home1/has/mesg/clsti.msb"
Copying file to "/syed/db_home1/has/mesg/clstiw.msb"
Copying file to "/syed/db_home1/has/mesg/clstja.msb"
Copying file to "/syed/db_home1/has/mesg/clstko.msb"
Copying file to "/syed/db_home1/has/mesg/clstn.msb"
Copying file to "/syed/db_home1/has/mesg/clstnl.msb"
Copying file to "/syed/db_home1/has/mesg/clstpl.msb"
Copying file to "/syed/db_home1/has/mesg/clstpt.msb"
Copying file to "/syed/db_home1/has/mesg/clstptb.msb"
Copying file to "/syed/db_home1/has/mesg/clstro.msb"
Copying file to "/syed/db_home1/has/mesg/clstru.msb"
Copying file to "/syed/db_home1/has/mesg/clsts.msb"
Copying file to "/syed/db_home1/has/mesg/clstsf.msb"
Copying file to "/syed/db_home1/has/mesg/clstsk.msb"
Copying file to "/syed/db_home1/has/mesg/clstth.msb"
Copying file to "/syed/db_home1/has/mesg/clsttr.msb"
Copying file to "/syed/db_home1/has/mesg/clstus.msb"
Copying file to "/syed/db_home1/has/mesg/clstus.msg"
Copying file to "/syed/db_home1/has/mesg/clstzhs.msb"
Copying file to "/syed/db_home1/has/mesg/clstzht.msb"
Copying file to "/syed/db_home1/has/mesg/clsuar.msb"
Copying file to "/syed/db_home1/has/mesg/clsuca.msb"
Copying file to "/syed/db_home1/has/mesg/clsucs.msb"
Copying file to "/syed/db_home1/has/mesg/clsud.msb"
Copying file to "/syed/db_home1/has/mesg/clsudk.msb"
Copying file to "/syed/db_home1/has/mesg/clsue.msb"
Copying file to "/syed/db_home1/has/mesg/clsuel.msb"
Copying file to "/syed/db_home1/has/mesg/clsuf.msb"
Copying file to "/syed/db_home1/has/mesg/clsuhu.msb"
Copying file to "/syed/db_home1/has/mesg/clsui.msb"
Copying file to "/syed/db_home1/has/mesg/clsuiw.msb"
Copying file to "/syed/db_home1/has/mesg/clsuja.msb"
Copying file to "/syed/db_home1/has/mesg/clsuko.msb"
Copying file to "/syed/db_home1/has/mesg/clsun.msb"
Copying file to "/syed/db_home1/has/mesg/clsunl.msb"
Copying file to "/syed/db_home1/has/mesg/clsupl.msb"
Copying file to "/syed/db_home1/has/mesg/clsupt.msb"
Copying file to "/syed/db_home1/has/mesg/clsuptb.msb"
Copying file to "/syed/db_home1/has/mesg/clsuro.msb"
Copying file to "/syed/db_home1/has/mesg/clsuru.msb"
Copying file to "/syed/db_home1/has/mesg/clsus.msb"
Copying file to "/syed/db_home1/has/mesg/clsusf.msb"
Copying file to "/syed/db_home1/has/mesg/clsusk.msb"
Copying file to "/syed/db_home1/has/mesg/clsuth.msb"
Copying file to "/syed/db_home1/has/mesg/clsutr.msb"
Copying file to "/syed/db_home1/has/mesg/clsuus.msb"
Copying file to "/syed/db_home1/has/mesg/clsuus.msg"
Copying file to "/syed/db_home1/has/mesg/clsuzhs.msb"
Copying file to "/syed/db_home1/has/mesg/clsuzht.msb"
Copying file to "/syed/db_home1/has/mesg/clswar.msb"
Copying file to "/syed/db_home1/has/mesg/clswcs.msb"
Copying file to "/syed/db_home1/has/mesg/clswd.msb"
Copying file to "/syed/db_home1/has/mesg/clswdk.msb"
Copying file to "/syed/db_home1/has/mesg/clswe.msb"
Copying file to "/syed/db_home1/has/mesg/clswel.msb"
Copying file to "/syed/db_home1/has/mesg/clswf.msb"
Copying file to "/syed/db_home1/has/mesg/clswhu.msb"
Copying file to "/syed/db_home1/has/mesg/clswi.msb"
Copying file to "/syed/db_home1/has/mesg/clswiw.msb"
Copying file to "/syed/db_home1/has/mesg/clswja.msb"
Copying file to "/syed/db_home1/has/mesg/clswko.msb"
Copying file to "/syed/db_home1/has/mesg/clswn.msb"
Copying file to "/syed/db_home1/has/mesg/clswnl.msb"
Copying file to "/syed/db_home1/has/mesg/clswpl.msb"
Copying file to "/syed/db_home1/has/mesg/clswpt.msb"
Copying file to "/syed/db_home1/has/mesg/clswptb.msb"
Copying file to "/syed/db_home1/has/mesg/clswro.msb"
Copying file to "/syed/db_home1/has/mesg/clswru.msb"
Copying file to "/syed/db_home1/has/mesg/clsws.msb"
Copying file to "/syed/db_home1/has/mesg/clswsf.msb"
Copying file to "/syed/db_home1/has/mesg/clswsk.msb"
Copying file to "/syed/db_home1/has/mesg/clswth.msb"
Copying file to "/syed/db_home1/has/mesg/clswtr.msb"
Copying file to "/syed/db_home1/has/mesg/clswus.msb"
Copying file to "/syed/db_home1/has/mesg/clswus.msg"
Copying file to "/syed/db_home1/has/mesg/clswzhs.msb"
Copying file to "/syed/db_home1/has/mesg/clswzht.msb"
Copying file to "/syed/db_home1/has/mesg/gipcar.msb"
Copying file to "/syed/db_home1/has/mesg/gipcca.msb"
Copying file to "/syed/db_home1/has/mesg/gipccs.msb"
Copying file to "/syed/db_home1/has/mesg/gipcd.msb"
Copying file to "/syed/db_home1/has/mesg/gipcdk.msb"
Copying file to "/syed/db_home1/has/mesg/gipce.msb"
Copying file to "/syed/db_home1/has/mesg/gipcel.msb"
Copying file to "/syed/db_home1/has/mesg/gipcf.msb"
Copying file to "/syed/db_home1/has/mesg/gipchu.msb"
Copying file to "/syed/db_home1/has/mesg/gipci.msb"
Copying file to "/syed/db_home1/has/mesg/gipciw.msb"
Copying file to "/syed/db_home1/has/mesg/gipcja.msb"
Copying file to "/syed/db_home1/has/mesg/gipcko.msb"
Copying file to "/syed/db_home1/has/mesg/gipcn.msb"
Copying file to "/syed/db_home1/has/mesg/gipcnl.msb"
Copying file to "/syed/db_home1/has/mesg/gipcpl.msb"
Copying file to "/syed/db_home1/has/mesg/gipcpt.msb"
Copying file to "/syed/db_home1/has/mesg/gipcptb.msb"
Copying file to "/syed/db_home1/has/mesg/gipcro.msb"
Copying file to "/syed/db_home1/has/mesg/gipcru.msb"
Copying file to "/syed/db_home1/has/mesg/gipcs.msb"
Copying file to "/syed/db_home1/has/mesg/gipcsf.msb"
Copying file to "/syed/db_home1/has/mesg/gipcsk.msb"
Copying file to "/syed/db_home1/has/mesg/gipcth.msb"
Copying file to "/syed/db_home1/has/mesg/gipctr.msb"
Copying file to "/syed/db_home1/has/mesg/gipcus.msb"
Copying file to "/syed/db_home1/has/mesg/gipcus.msg"
Copying file to "/syed/db_home1/has/mesg/gipczhs.msb"
Copying file to "/syed/db_home1/has/mesg/gipczht.msb"
Copying file to "/syed/db_home1/has/mesg/rdear.msb"
Copying file to "/syed/db_home1/has/mesg/rdeca.msb"
Copying file to "/syed/db_home1/has/mesg/rdecs.msb"
Copying file to "/syed/db_home1/has/mesg/rded.msb"
Copying file to "/syed/db_home1/has/mesg/rdedk.msb"
Copying file to "/syed/db_home1/has/mesg/rdee.msb"
Copying file to "/syed/db_home1/has/mesg/rdeel.msb"
Copying file to "/syed/db_home1/has/mesg/rdef.msb"
Copying file to "/syed/db_home1/has/mesg/rdehu.msb"
Copying file to "/syed/db_home1/has/mesg/rdei.msb"
Copying file to "/syed/db_home1/has/mesg/rdeiw.msb"
Copying file to "/syed/db_home1/has/mesg/rdeja.msb"
Copying file to "/syed/db_home1/has/mesg/rdeko.msb"
Copying file to "/syed/db_home1/has/mesg/rden.msb"
Copying file to "/syed/db_home1/has/mesg/rdenl.msb"
Copying file to "/syed/db_home1/has/mesg/rdepl.msb"
Copying file to "/syed/db_home1/has/mesg/rdept.msb"
Copying file to "/syed/db_home1/has/mesg/rdeptb.msb"
Copying file to "/syed/db_home1/has/mesg/rdero.msb"
Copying file to "/syed/db_home1/has/mesg/rderu.msb"
Copying file to "/syed/db_home1/has/mesg/rdes.msb"
Copying file to "/syed/db_home1/has/mesg/rdesf.msb"
Copying file to "/syed/db_home1/has/mesg/rdesk.msb"
Copying file to "/syed/db_home1/has/mesg/rdeth.msb"
Copying file to "/syed/db_home1/has/mesg/rdetr.msb"
Copying file to "/syed/db_home1/has/mesg/rdeus.msb"
Copying file to "/syed/db_home1/has/mesg/rdeus.msg"
Copying file to "/syed/db_home1/has/mesg/rdezhs.msb"
Copying file to "/syed/db_home1/has/mesg/rdezht.msb"
Copying file to "/syed/db_home1/jlib/gns.jar"
Copying file to "/syed/db_home1/jlib/rd.jar"
Copying file to "/syed/db_home1/jlib/rdtool.jar"
Copying file to "/syed/db_home1/jlib/srvm.jar"
Copying file to "/syed/db_home1/jlib/srvmasm.jar"
Copying file to "/syed/db_home1/jlib/srvmhas.jar"
Copying file to "/syed/db_home1/jlib/supercluster-common.jar"
Copying file to "/syed/db_home1/jlib/supercluster.jar"
Copying file to "/syed/db_home1/lib/libagfw11.so"
Copying file to "/syed/db_home1/lib/libclsr11.a"
Copying file to "/syed/db_home1/lib/libclsra11.so"
Copying file to "/syed/db_home1/lib/libdbcfg11.so"
Copying file to "/syed/db_home1/lib/libgns11.so"
Copying file to "/syed/db_home1/lib/libgnsjni11.so"
Copying file to "/syed/db_home1/lib/libhasgen11.so"
Copying file to "/syed/db_home1/lib/libocr11.so"
Copying file to "/syed/db_home1/lib/libocrb11.so"
Copying file to "/syed/db_home1/lib/libocrutl11.so"
Copying file to "/syed/db_home1/lib/liboevm.a"
Copying file to "/syed/db_home1/lib/librdjni11.so"
Copying file to "/syed/db_home1/lib/libsrvmhas11.so"
Copying file to "/syed/db_home1/lib/libsrvmocr11.so"
Copying file to "/syed/db_home1/lib/libuini11.so"
Copying file to "/syed/db_home1/racg/lib/ins_has.mk"
Copying file to "/syed/db_home1/racg/lib/s0clsrdmai.o"
Copying file to "/syed/db_home1/racg/lib/s0clsreut.o"
Copying file to "/syed/db_home1/racg/lib/s0clsrmain.o"
Copying file to "/syed/db_home1/racg/lib/s0clsrmdb.o"
Copying file to "/syed/db_home1/racg/mesg/clsrar.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrcs.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrd.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrdk.msb"
Copying file to "/syed/db_home1/racg/mesg/clsre.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrel.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrf.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrhu.msb"
Copying file to "/syed/db_home1/racg/mesg/clsri.msb"
Copying file to "/syed/db_home1/racg/mesg/clsriw.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrja.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrko.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrn.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrnl.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrpl.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrpt.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrptb.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrro.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrru.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrs.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrsf.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrsk.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrth.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrtr.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrus.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrus.msg"
Copying file to "/syed/db_home1/racg/mesg/clsrzhs.msb"
Copying file to "/syed/db_home1/racg/mesg/clsrzht.msb"
Copying file to "/syed/db_home1/relnotes/README_srvm.txt"
Copying file to "/syed/db_home1/srvm/admin/clustdb.sql"
Copying file to "/syed/db_home1/srvm/admin/init.ora"
Copying file to "/syed/db_home1/srvm/admin/ocrlog.ini"
Copying file to "/syed/db_home1/srvm/doc/README.doc"
Copying file to "/syed/db_home1/srvm/jlib/srvctl.jar"
Copying file to "/syed/db_home1/srvm/lib/env_srvm.mk"
Copying file to "/syed/db_home1/srvm/lib/ins_srvm.mk"
Copying file to "/syed/db_home1/srvm/lib/libdbcfg11.a"
Copying file to "/syed/db_home1/srvm/lib/libocr11.a"
Copying file to "/syed/db_home1/srvm/lib/libocrb11.a"
Copying file to "/syed/db_home1/srvm/lib/libocrutl11.a"
Copying file to "/syed/db_home1/srvm/lib/libsrvm11.a"
Copying file to "/syed/db_home1/srvm/lib/libsrvm11.so"
Copying file to "/syed/db_home1/srvm/lib/libsrvmhas11.a"
Copying file to "/syed/db_home1/srvm/lib/libsrvmocr11.a"
Copying file to "/syed/db_home1/srvm/lib/libuini11.a"
Copying file to "/syed/db_home1/srvm/lib/pradmgrp.o"
Copying file to "/syed/db_home1/srvm/lib/prgcrshm.o"
Copying file to "/syed/db_home1/srvm/lib/prifcg.o"
Copying file to "/syed/db_home1/srvm/lib/prifcmn.o"
Copying file to "/syed/db_home1/srvm/lib/prifutl.o"
Copying file to "/syed/db_home1/srvm/lib/prraw.o"
Copying file to "/syed/db_home1/srvm/lib/sprdbgrp.o"
Copying file to "/syed/db_home1/srvm/lib/sprgcrshm.o"
Copying file to "/syed/db_home1/srvm/lib/sprifcg.o"
Copying file to "/syed/db_home1/srvm/lib/sprraw.o"
Copying file to "/syed/db_home1/srvm/mesg/prcaus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prccus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prcdus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prcfus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prchus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prcius.msg"
Copying file to "/syed/db_home1/srvm/mesg/prcnus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prcrus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prcsus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prctus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prcwus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prifd.msb"
Copying file to "/syed/db_home1/srvm/mesg/prife.msb"
Copying file to "/syed/db_home1/srvm/mesg/priff.msb"
Copying file to "/syed/db_home1/srvm/mesg/prifi.msb"
Copying file to "/syed/db_home1/srvm/mesg/prifja.msb"
Copying file to "/syed/db_home1/srvm/mesg/prifko.msb"
Copying file to "/syed/db_home1/srvm/mesg/prifptb.msb"
Copying file to "/syed/db_home1/srvm/mesg/prifus.msb"
Copying file to "/syed/db_home1/srvm/mesg/prifus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prifzhs.msb"
Copying file to "/syed/db_home1/srvm/mesg/prifzht.msb"
Copying file to "/syed/db_home1/srvm/mesg/prkaus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkcus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkdus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkeus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkhus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prknus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkous.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkpus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkrus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prksus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prkuus.msg"
Copying file to "/syed/db_home1/srvm/mesg/procd.msb"
Copying file to "/syed/db_home1/srvm/mesg/proce.msb"
Copying file to "/syed/db_home1/srvm/mesg/procf.msb"
Copying file to "/syed/db_home1/srvm/mesg/proci.msb"
Copying file to "/syed/db_home1/srvm/mesg/procja.msb"
Copying file to "/syed/db_home1/srvm/mesg/procko.msb"
Copying file to "/syed/db_home1/srvm/mesg/procld.msb"
Copying file to "/syed/db_home1/srvm/mesg/procle.msb"
Copying file to "/syed/db_home1/srvm/mesg/proclf.msb"
Copying file to "/syed/db_home1/srvm/mesg/procli.msb"
Copying file to "/syed/db_home1/srvm/mesg/proclja.msb"
Copying file to "/syed/db_home1/srvm/mesg/proclko.msb"
Copying file to "/syed/db_home1/srvm/mesg/proclptb.msb"
Copying file to "/syed/db_home1/srvm/mesg/proclus.msb"
Copying file to "/syed/db_home1/srvm/mesg/proclus.msg"
Copying file to "/syed/db_home1/srvm/mesg/proclzhs.msb"
Copying file to "/syed/db_home1/srvm/mesg/proclzht.msb"
Copying file to "/syed/db_home1/srvm/mesg/procptb.msb"
Copying file to "/syed/db_home1/srvm/mesg/procus.msb"
Copying file to "/syed/db_home1/srvm/mesg/procus.msg"
Copying file to "/syed/db_home1/srvm/mesg/proczhs.msb"
Copying file to "/syed/db_home1/srvm/mesg/proczht.msb"
Copying file to "/syed/db_home1/srvm/mesg/prvfus.msg"
Copying file to "/syed/db_home1/srvm/mesg/prvpus.msg"
Copying file to "/syed/db_home1/srvm/mesg/sclcus.msg"
Copying file to "/syed/db_home1/srvm/mesg/sclsus.msg"
Copying file to "/syed/db_home1/oui/jlib/srvm.jar"
Copying file to "/syed/db_home1/oui/jlib/srvmasm.jar"
Copying file to "/syed/db_home1/oui/lib/linux/libsrvm11.so"
ApplySession adding interim patch '9706490' to inventory
Verifying the update...
Inventory check OK: Patch ID 9706490 is registered in Oracle Home inventory with proper meta-data.
Files check OK: Files from Patch ID 9706490 are present in Oracle Home.
Running make for target install_srvm
Running make for target install
The local system has been patched and can be restarted.
UtilSession: N-Apply done.
OPatch succeeded.
to the patched files. As the RDBMS software owner execute the following;
/syed/11.2.0.4/patch/9706490/custom/scripts/postpatch.sh -dbhome /syed/db_home1
[oracle@rac1 9706490]$ /syed/11.2.0.4/patch/9706490/custom/scripts/postpatch.sh -dbhome /syed/db_home1
Reading /syed/db_home1/install/params.ora..
Reading /syed/db_home1/install/params.ora..
Parsing file /syed/db_home1/bin/racgwrap
Parsing file /syed/db_home1/bin/srvctl
Parsing file /syed/db_home1/bin/srvconfig
Parsing file /syed/db_home1/bin/cluvfy
Verifying file /syed/db_home1/bin/racgwrap
Verifying file /syed/db_home1/bin/srvctl
Verifying file /syed/db_home1/bin/srvconfig
Verifying file /syed/db_home1/bin/cluvfy
Reapplying file permissions on /syed/db_home1/bin/racgwrap
Reapplying file permissions on /syed/db_home1/bin/srvctl
Reapplying file permissions on /syed/db_home1/bin/srvconfig
Reapplying file permissions on /syed/db_home1/bin/cluvfy
Reapplying file permissions on /syed/db_home1/bin/racgmain
Reapplying file permissions on /syed/db_home1/bin/racgeut
Reapplying file permissions on /syed/db_home1/bin/diskmon.bin
Reapplying file permissions on /syed/db_home1/bin/lsnodes
Reapplying file permissions on /syed/db_home1/bin/osdbagrp
Reapplying file permissions on /syed/db_home1/bin/rawutl
Reapplying file permissions on /syed/db_home1/srvm/admin/ractrans
Reapplying file permissions on /syed/db_home1/srvm/admin/getcrshome
Reapplying file permissions on /syed/db_home1/bin/gnsd
Reapplying file permissions on /syed/db_home1/bin/crsdiag.pl
Reapplying file permissions on /syed/db_home1/lib/libhasgen11.so
Reapplying file permissions on /syed/db_home1/lib/libclsra11.so
Reapplying file permissions on /syed/db_home1/lib/libdbcfg11.so
Reapplying file permissions on /syed/db_home1/lib/libocr11.so
Reapplying file permissions on /syed/db_home1/lib/libocrb11.so
Reapplying file permissions on /syed/db_home1/lib/libocrutl11.so
Reapplying file permissions on /syed/db_home1/lib/libuini11.so
Reapplying file permissions on /syed/db_home1/lib/librdjni11.so
Reapplying file permissions on /syed/db_home1/lib/libgns11.so
Reapplying file permissions on /syed/db_home1/lib/libgnsjni11.so
Reapplying file permissions on /syed/db_home1/lib/libagfw11.so
[oracle@rac1 9706490]$ su - root
Password:
Run the post script.
Reading /syed/db_home1/install/params.ora..
Reading /syed/db_home1/install/params.ora..
Parsing file /syed/db_home1/bin/racgwrap
Parsing file /syed/db_home1/bin/srvctl
Parsing file /syed/db_home1/bin/srvconfig
Parsing file /syed/db_home1/bin/cluvfy
Verifying file /syed/db_home1/bin/racgwrap
Verifying file /syed/db_home1/bin/srvctl
Verifying file /syed/db_home1/bin/srvconfig
Verifying file /syed/db_home1/bin/cluvfy
Reapplying file permissions on /syed/db_home1/bin/racgwrap
Reapplying file permissions on /syed/db_home1/bin/srvctl
Reapplying file permissions on /syed/db_home1/bin/srvconfig
Reapplying file permissions on /syed/db_home1/bin/cluvfy
Reapplying file permissions on /syed/db_home1/bin/racgmain
Reapplying file permissions on /syed/db_home1/bin/racgeut
Reapplying file permissions on /syed/db_home1/bin/diskmon.bin
Reapplying file permissions on /syed/db_home1/bin/lsnodes
Reapplying file permissions on /syed/db_home1/bin/osdbagrp
Reapplying file permissions on /syed/db_home1/bin/rawutl
Reapplying file permissions on /syed/db_home1/srvm/admin/ractrans
Reapplying file permissions on /syed/db_home1/srvm/admin/getcrshome
Reapplying file permissions on /syed/db_home1/bin/gnsd
Reapplying file permissions on /syed/db_home1/bin/crsdiag.pl
Reapplying file permissions on /syed/db_home1/lib/libhasgen11.so
Reapplying file permissions on /syed/db_home1/lib/libclsra11.so
Reapplying file permissions on /syed/db_home1/lib/libdbcfg11.so
Reapplying file permissions on /syed/db_home1/lib/libocr11.so
Reapplying file permissions on /syed/db_home1/lib/libocrb11.so
Reapplying file permissions on /syed/db_home1/lib/libocrutl11.so
Reapplying file permissions on /syed/db_home1/lib/libuini11.so
Reapplying file permissions on /syed/db_home1/lib/librdjni11.so
Reapplying file permissions on /syed/db_home1/lib/libgns11.so
Reapplying file permissions on /syed/db_home1/lib/libgnsjni11.so
Reapplying file permissions on /syed/db_home1/lib/libagfw11.so
[oracle@rac1 9706490]$ su - root
Password:
Run the post script.
-------------------
As the root user execute:
/syed/grid_home/rdbms/install/rootadd_rdbms.sh (Root user)
[root@rac1 ~]# /syed/grid_home/rdbms/install/rootadd_rdbms.sh
* Now security settings need to be restored on the CRS Home. This script
* Now security settings need to be restored on the CRS Home. This script
will also restart the CRS daemons. Invoke this script as root.
/syed/grid_home/crs/install/rootcrs.pl -patch (Root user).
[root@rac1 ~]# /syed/grid_home/crs/install/rootcrs.pl -patch* Start the CRS managed resources that were earlier running from DB homes.
srvctl start home -o /syed/db_home1 -n rac1 -s output.out (RDBMS user).
[oracle@rac1 bin]$ srvctl start home -o /syed/db_home1 -n rac1 -s output.out
====================================================
[root@node1 rpm]# rpm -e cvuqdisk-1.0.7-1.rpm
[root@node1 rpm]# rpm -ivh cvuqdisk-1.0.9-1.rpm
Preparing... ########################################### [100%]
1:cvuqdisk ########################################### [100%]
Increase shmmax value
========================
node1]# cat > /etc/sysctl.conf
# added for Oracle 11gR2
kernel.shmall = 2097152
kernel.shmmax = 1610612736
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
fs.file-max = 6815744
fs.aio-max-nr = 1048576
net.ipv4.ip_local_port_range = 9000 65500
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048576
node1]# /sbin/sysctl -p
Restart the servers after change the value.
now again run /runcluvfy.sh tool and check the log.
./runcluvfy.sh stage -pre crsinst -upgrade -n rac1,rac2 -rolling -src_crshome
/u01/oragrid/11.2.0/grid1 -dest_crshome /u01/oragrid/11.2.0/grid2 -dest_version 11.2.0.4.0 -verbose > /home/oragrid/pre_crsinst_cluvfy1.lst
node1]# cat /home/oragrid/pre_crsinst_cluvfy1.lst
---------- ------------- --------------- -----------------
---------- ------------- -------------- ----------------
----------- ---------------- ----------------- ------------------------
Checking Oracle Cluster Voting Disk configuration...
ASM Running check passed. ASM is running on all specified nodes
Oracle Cluster Voting Disk configuration check passed
Clusterware version consistency passed
Pre-check for cluster services setup was successful.
=========================================================================================
now start the runInstaller which is there in grid location.
[oragrid@node1 grid]$./runInstaller
Check the status of clusterware
2.RDBMS Home up gradation.:-
==========================
* Create new home.
mkdir /syed/db_home2
chown -R oracle:oinstall /syed/db_home2
chmod -R 775 /syed/db_home2
* Create a directory to place the 11.2.0.4 zip files.
mkdir -p /backup/software/11.2.0.4
* copy the zip files and once unzipped change the permission.
cp p13390677_112040_Linux-x86-64_1of7.zip p13390677_112040_Linux-x86-64_2of7.zip /backup/software/11.2.0.4
chown -R oracle:oinstall database
chmod -R 775 database
3.Database upgradation. :-
======================
Start DBUA utility from new RDBMS home.
Check the status of database.
No comments:
Post a Comment