패치 진행시 에러발생
No read or write permission to ORACLE_HOME/.patch_storage
Central Inventory is locked by another OUI instance
No read permission to Central Inventory
The lock file exists in ORACLE_HOME/.patch_storage
The Oracle Home does not exist in Central Inventory
ApplySession failed: ApplySession failed to prepare the system. Lock file left by a different patch, OPatch will not try re-using the lock file. System intact, OPatch will not attempt to restore the system
# ./opatch apply /ofm/jwchoi/sw/tp/OPatch/patch/33735306.zip -invPtrLoc /ofm/jwchoi/sw/tp/oraInventory/oraInst.loc
Invoking OPatch 11.2.0.1.2
Oracle Interim Patch Installer version 11.2.0.1.2
Copyright (c) 2010, Oracle Corporation. All rights reserved.
Oracle Home : /ofm/jwchoi/sw/tp
Central Inventory : /ofm/jwchoi/sw/tp/oraInventory/
from : /ofm/jwchoi/sw/tp/oraInventory/oraInst.loc
OPatch version : 11.2.0.1.2
OUI version : 12.2.0.1.0
OUI location : /ofm/jwchoi/sw/tp//oui
Log file location : /ofm/jwchoi/sw/tp/cfgtoollogs/opatch/opatch2022-10-19_15-58-46PM.log
Patch history file: /ofm/jwchoi/sw/tp/cfgtoollogs/opatch/opatch_history.txt
ApplySession applying interim patch '33735306' to OH '/ofm/jwchoi/sw/tp'
OPatchSession cannot load inventory for the given Oracle Home /ofm/jwchoi/sw/tp. Possible causes are:
No read or write permission to ORACLE_HOME/.patch_storage
Central Inventory is locked by another OUI instance
No read permission to Central Inventory
The lock file exists in ORACLE_HOME/.patch_storage
The Oracle Home does not exist in Central Inventory
ApplySession failed: ApplySession failed to prepare the system. Lock file left by a different patch, OPatch will not try re-using the lock file.
System intact, OPatch will not attempt to restore the system
OPatch failed with error code 73
Opatch fails with Lock file error (Doc ID 257800.1) |
SOLUTION
1. Check if the file "patch_locked" is present in the directory $ORACLE_HOME/.patch_storage
2. If present, rename, move or remove the patch_locked file from $ORACLE_HOME/.patch_storage
3. Re-apply the patch
[node2@jwchoi:/ofm/jwchoi/sw/tp]# find . -name *storage
./.patch_storage
./.patch_storage/34182899_Jun_15_2022_12_00_49/backup/.patch_storage
[node2@jwchoi:/ofm/jwchoi/sw/tp]# cd ./.patch_storage
[node2@jwchoi:/ofm/jwchoi/sw/tp/.patch_storage]#
[node2@jwchoi:/ofm/jwchoi/sw/tp/.patch_storage]#
[node2@jwchoi:/ofm/jwchoi/sw/tp/.patch_storage]#
[node2@jwchoi:/ofm/jwchoi/sw/tp/.patch_storage]# ls
33735306_Feb_4_2022_14_55_23 34182899_Jun_15_2022_12_00_49 LatestOPatchSession.properties interim_inventory.txt patch_locked record_inventory.txt
[node2@jwchoi:/ofm/jwchoi/sw/tp/.patch_storage]#
[node2@jwchoi:/ofm/jwchoi/sw/tp/.patch_storage]#
[node2@jwchoi:/ofm/jwchoi/sw/tp/.patch_storage]#
[node2@jwchoi:/ofm/jwchoi/sw/tp/.patch_storage]#
[node2@jwchoi:/ofm/jwchoi/sw/tp/.patch_storage]# rm patch_locked
패치 중간에 또 다시 에러가 남
Copy failed from '/ofm/jwchoi/sw/tp/.patch_storage/patch_unzip/33735306/files/tuxedo12.2.2.0.0/lib/libengine.so' to '/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libengine.so'...
Please verify all applications associated with the Oracle Home '/ofm/jwchoi/sw/tp' are shut down. If this is AIX, please perform solution documented in Note 739963.1 on https://myoraclesupport.oracle.com.
1. 기동중인 어플리케이션이 있는지 확인한다.
2. kill 후 패치 재기동한다.
ps -ef | grep tuxedo
# ps -ef | grep tuxedo
shdo 42598910 1 0 Oct 04 - 0:00 JREPSVR -C dom=simpapp -g 300 -i 400 -u node2 -U /ofm/shdo/tux103/log/ULOG -m 0 -A -- -W -P /ofm/product/tuxedo/tux103/udataobj/jolt/repository/jrepository
jwchoi 54001968 1 0 Oct 07 - 0:00 simpserv -C dom=simpapp -g 1 -i 3 -u node2 -U /ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/samples/atmi/simpapp/ULOG -m 0 -A
jwchoi 57606634 34931154 0 16:38:15 pts/0 0:00 grep tuxedo
jwchoi 11141712 1 0 Oct 07 - 0:00 simpserv -C dom=simpapp -g 1 -i 1 -u node2 -U /ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/samples/atmi/simpapp/ULOG -m 0 -A
jwchoi 11469538 1 0 Oct 07 - 0:00 simpserv -C dom=simpapp -g 1 -i 2 -u node2 -U /ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/samples/atmi/simpapp/ULOG -m 0 -A
[node2@jwchoi:/ofm/jwchoi/sw/tp/OPatch]# kill -9 54001968 11141712 11469538
패치 성공
# ./opatch apply /ofm/jwchoi/sw/tp/OPatch/patch/33735306.zip -invPtrLoc /ofm/jwchoi/sw/tp/oraInventory/oraInst.loc
Invoking OPatch 11.2.0.1.2
Oracle Interim Patch Installer version 11.2.0.1.2
Copyright (c) 2010, Oracle Corporation. All rights reserved.
Oracle Home : /ofm/jwchoi/sw/tp
Central Inventory : /ofm/jwchoi/sw/tp/oraInventory/
from : /ofm/jwchoi/sw/tp/oraInventory/oraInst.loc
OPatch version : 11.2.0.1.2
OUI version : 12.2.0.1.0
OUI location : /ofm/jwchoi/sw/tp//oui
Log file location : /ofm/jwchoi/sw/tp/cfgtoollogs/opatch/opatch2022-10-19_16-40-31PM.log
Patch history file: /ofm/jwchoi/sw/tp/cfgtoollogs/opatch/opatch_history.txt
ApplySession applying interim patch '33735306' to OH '/ofm/jwchoi/sw/tp'
Running prerequisite checks...
OPatch detected non-cluster Oracle Home from the inventory and will patch the local system only.
Backing up files and inventory (not for auto-rollback) for the Oracle Home
Backing up files affected by the patch '33735306' for restore. This might take a while...
Backing up files affected by the patch '33735306' for rollback. This might take a while...
Execution of 'sh /ofm/jwchoi/sw/tp/.patch_storage/patch_unzip/33735306/custom/scripts/pre -apply 33735306 ':
Return Code = 0
Patching component joltJrly, 12.2.2.0.0...
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/RpReleaseNote.txt"
Patching component tuxedoClientCorbaCore, 12.2.2.0.0...
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/liborb.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/liborbcmdcc.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/liborbiiop.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/liborbssl.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/liborbtcp.so"
Patching component tuxedoServer, 12.2.2.0.0...
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/BBL"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/BRIDGE"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/BSBRIDGE"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/DBBL"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/DMADM"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/GAUTHSVR"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/GWADM"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/GWTDOMAIN"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/ISH"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/JRAD"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/JSH"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/JSL"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/LAUTHSVR"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/TMADMSVR"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/TMFAN"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/TMMETADATA"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/TMSYSEVT"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/TMUSREVT"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/WSH"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/WSL"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/XAUTHSVR"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/build_dgw"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/buildobjserver"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/buildserver"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/dmadmin"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/dmloadcf"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/dmunloadcf"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/evt2trapd"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/jrly"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/restartsrv"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/sbbl"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/snmptrapd"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/tlisten"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/tmadmbclist"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/tmadmin"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/tmboot"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/tmloadcf"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/tmshutdown"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/tmunloadcf"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/tmwsloadcf"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/tmwsunloadcf"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/tux_snmpd"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/gwserver.o"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libgw.a"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libgw.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libgwt.a"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libgwt.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libish.a"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libish.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libnative.a"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libnative.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/liborbpoa.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/liborbtgiop.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libtmib.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libtuxj.a"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libtuxj.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libtuxmq.a"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libtuxmq.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libtuxmq_c.a"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libtuxmq_c.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libwsh.a"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libwsh.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/C/JOLT.text"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/C/JOLT_CAT"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/C/WSNAT.text"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/C/WSNAT_CAT"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/ja_JP.SJIS/TMADMIN.text"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/ja_JP.SJIS/TMADMIN_CAT"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/ja_JP.eucJP/TMADMIN.text"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/ja_JP.eucJP/TMADMIN_CAT"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/ja_JP.utf8/TMADMIN.text"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/ja_JP.utf8/TMADMIN_CAT"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/samples/atmi/simpapp/simpcl.c"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/dmadmin"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/salt/console/css/override.css"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/salt/console/index.html"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/salt/console/js/main.js"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/salt/console/js/modules/common.js"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/salt/console/js/modules/global.js"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/salt/console/js/modules/home.js"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/salt/console/js/modules/metarepos.js"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/salt/console/js/modules/osbmtp.js"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/salt/console/js/modules/rest.js"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/salt/console/js/modules/saltin.js"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/salt/console/js/modules/saltmtpin.js"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/salt/console/js/modules/saltmtpout.js"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/salt/console/js/modules/saltout.js"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/salt/console/js/modules/tmaconfig.js"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/salt/console/templates/global.tmpl.html"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/salt/console/templates/home.tmpl.html"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/salt/console/templates/metarepos.tmpl.html"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/salt/console/templates/osbmtp.tmpl.html"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/salt/console/templates/rest.tmpl.html"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/salt/console/templates/saltmtpin.tmpl.html"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/salt/console/templates/tmaconfig.tmpl.html"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/tuxj/com.oracle.tuxedo.tjatmi_12.2.2.0.jar"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/tuxj/oam/com.oracle.tuxedo.tjoam_12.2.2.0.jar"
Patching component joltClient, 12.2.2.0.0...
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/RpReleaseNote.txt"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/jolt/jolt.jar"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/jolt/jolt_unsigned.jar"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/jolt/jolti18n.jar"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/jolt/joltwls.jar"
Patching component Tuxedo, 12.2.2.0.0...
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/patchlev"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/releasenotes.txt"
Patching component tuxedoClientCore, 12.2.2.0.0...
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/tmcrdom"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/bin/tmdeldom"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/include/tpadm.h"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libengine.a"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libengine.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libfml.a"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libfml.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libfml32.a"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libfml32.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libgpnet.a"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libgpnet.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libplugin.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libqm.a"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libqm.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libsec.a"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libsec.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libsecssl.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libtldap.a"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libtldap.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libtldapwithssl.a"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libtldapwithssl.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libtmib.a"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libtrep.a"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libtrep.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libtux.a"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libtux.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libtxml25.0.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libwsc.a"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/lib/libwsc.so"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/C/CMDGW.text"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/C/CMDGW_CAT"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/C/CMDTUX.text"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/C/CMDTUX_CAT"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/C/LIBGW.text"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/C/LIBGWT.text"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/C/LIBGWT_CAT"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/C/LIBGW_CAT"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/C/LIBTUX.text"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/C/LIBTUX_CAT"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/C/LIBWSC.text"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/C/LIBWSC_CAT"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/ja_JP.SJIS/LIBTUX.text"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/ja_JP.SJIS/LIBTUX_CAT"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/ja_JP.eucJP/LIBTUX.text"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/ja_JP.eucJP/LIBTUX_CAT"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/ja_JP.utf8/LIBTUX.text"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/locale/ja_JP.utf8/LIBTUX_CAT"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/RpReleaseNote.txt"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/egen.jar"
Copying file to "/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/udataobj/tpadm"
ApplySession adding interim patch '33735306' to inventory
Verifying the update...
Inventory check OK: Patch ID 33735306 is registered in Oracle Home inventory with proper meta-data.
Files check OK: Files from Patch ID 33735306 are present in Oracle Home.
Execution of 'sh /ofm/jwchoi/sw/tp/.patch_storage/patch_unzip/33735306/custom/scripts/post -apply 33735306 ':
Return Code = 0
OPatch succeeded.
패치 확인
# ./opatch lsinventory -invPtrLoc /ofm/jwchoi/sw/tp/oraInventory/oraInst.loc
Invoking OPatch 11.2.0.1.2
Oracle Interim Patch Installer version 11.2.0.1.2
Copyright (c) 2010, Oracle Corporation. All rights reserved.
Oracle Home : /ofm/jwchoi/sw/tp
Central Inventory : /ofm/jwchoi/sw/tp/oraInventory/
from : /ofm/jwchoi/sw/tp/oraInventory/oraInst.loc
OPatch version : 11.2.0.1.2
OUI version : 12.2.0.1.0
OUI location : /ofm/jwchoi/sw/tp//oui
Log file location : /ofm/jwchoi/sw/tp/cfgtoollogs/opatch/opatch2022-10-19_16-42-25PM.log
Patch history file: /ofm/jwchoi/sw/tp/cfgtoollogs/opatch/opatch_history.txt
Lsinventory Output file location : /ofm/jwchoi/sw/tp/cfgtoollogs/opatch/lsinv/lsinventory2022-10-19_16-42-25PM.txt
--------------------------------------------------------------------------------
Installed Top-level Products (1):
Oracle Tuxedo 12.2.2.0.0
There are 1 products installed in this Oracle Home.
Interim patches (1) :
Patch 33735306 : applied on Wed Oct 19 16:41:22 KST 2022
Created on 4 Feb 2022, 14:55:23 hrs PST8PDT
Bugs fixed:
25219794, 25083037, 23742025, 23549348, 23597937, 28808198, 23184083
25187259, 24501026, 26035269, 30581096, 25118554, 23190575, 31536444
30834989, 30630977, 25116594, 26955000, 25434979, 31871952, 25702089
24803446, 27149568, 31259650, 24832511, 24830624, 29513310, 23191231
23302949, 22868726, 23606892, 23085242, 29599988, 23603910, 24347836
23025798, 27916920, 26694189, 23343387, 23294947, 29491558, 24509891
26645370, 23000607, 32152995, 23634446, 26645378, 24794074, 26442169
31786661, 30314204, 24677518, 27142749, 24450061, 30241160, 25332153
25267245, 23150019, 28199799, 27155633, 24452963, 27878553, 23557526
29296341, 24946941, 27841785, 26694193, 29750648, 27105804, 24502926
25349616, 24442622, 24443351, 23747275, 24336700, 27847380, 29426139
32072303, 22829476, 32261035, 26897043, 23034552, 22970016, 26645381
33141168, 30965825, 25686875, 28156755, 27802230, 31509933, 30254349
32043747, 25053333, 24298110, 21753577, 23006217, 25600710, 23314761
23318180, 24694584, 31346506, 23024075, 24007043, 25061572, 24731874
23110682, 23491201, 23006291, 27919418, 32522665, 27819199, 27175390
25303678, 30634921, 30461874, 33370545, 29839786, 27144504, 28007439
29132612, 27349248, 25893104, 25213506, 30378533, 24411534, 27306561
25791711, 25140609, 33735306, 23281215, 20894215, 32529282, 31639531
28038327, 23334086, 23149784, 23037619, 32481819, 26453186, 22857251
22856094, 32396089, 31181120, 28916475, 33182194, 29189714, 23189853
31917130, 32887013, 25343463, 28761209, 23134293, 27928399, 31628616
27719272, 23705849, 23747151, 23124962, 24681422, 20977971, 26115428
25203972, 30342146, 30421179, 33610770, 27105905, 26479906, 30513239
26354855, 24908439, 25885822, 30012472, 27019800, 24486645, 23029325
26198613, 32976321, 27167828, 23120181, 25181569, 25180045, 28987949
22840892, 24352412, 32873777, 24347809, 25119982, 23756056, 31639480
22842783, 33623231, 23496316, 24340908, 24497791, 26432223, 28875203
25229109, 28582980, 33512883, 23729677, 31865593, 32714761, 27109196
23121136, 30848224, 33664689, 30284975, 28090531, 31323960, 27149119
30642613, 24452140, 33252281, 23190705, 22978268, 32184152, 23125205
33680295, 30729782, 25363300, 25811119, 24973301, 26369142, 26617375
29942618, 30004183, 23333891, 33482894, 22921680, 25391869, 30462136
22986073, 24950150, 26634214, 23728888, 25081215, 24478934, 23000300
23294719, 24683124, 31681913, 25072979, 30386880
This patch overlays patches:
23024075, 23120181, 23029325, 23000300, 23034552, 22829476, 23085242
22986073, 23037619, 20977971, 23121136, 23184083, 22840892, 23318180
21753577, 22970016, 23149784, 23294719, 23025798, 23134293, 23496316
22856094, 22868726, 23191231, 23294947, 23302949, 23281215, 23343387
23557526, 23314761, 23491201, 23334086, 23110682, 22842783, 23705849
23189853, 23124962, 22978268, 23190575, 23190705, 20894215, 22857251
23729677, 23747151, 23000607, 23603910, 23606892, 23634446, 23742025
23756056, 24298110, 23728888, 23006291, 24352412, 24411534, 24007043
23125205, 24452140, 24486645, 24509891, 24501026, 24452963, 24443351
23333891, 24478934, 24442622, 24502926, 22921680, 24347836, 24683124
24694584, 24803446, 24830624, 24336700, 24832511, 24908439, 24950150
24794074, 23549348, 24681422, 24347809, 24946941, 24731874, 25083037
25180045, 25116594, 25072979, 25053333, 25203972, 25181569, 24973301
25213506, 23150019, 25140609, 25219794, 25118554, 25187259, 25343463
25363300, 25332153, 25267245, 25229109, 25434979, 24497791, 25081215
25391869, 25349616, 24677518, 25303678, 25600710, 25061572, 25686875
25702089, 23747275, 25119982, 24450061, 25893104, 25811119, 26035269
26115428, 25885822, 26369142, 26354855, 26453186, 26432223, 26198613
26617375, 26634214, 26479906, 26897043, 27019800, 26694189, 26645381
26645378, 26645370, 26694193, 27105804, 27105905, 27142749, 27144504
27149568, 27155633, 27175390, 25791711, 26442169, 27109196, 27149119
26955000, 27167828, 27306561, 27349248, 27719272, 27819199, 27847380
27878553, 27841785, 27928399, 27916920, 28090531, 27802230, 28199799
28156755, 28038327, 28582980, 28007439, 28761209, 28875203, 28916475
28987949, 28808198, 27919418, 29296341, 29132612, 29426139, 29189714
29491558, 29513310, 29750648, 29839786, 30004183, 30012472, 28156755
30254349, 30378533, 30241160, 30314204, 30284975, 30513239, 30630977
30342146, 30642613, 30421179, 30729782, 30386880, 30581096, 30462136
30848224, 30965825, 30634921, 30834989, 31181120, 30461874, 31259650
31346506, 31323960, 29942618, 31509933, 31536444, 31628616, 31639531
31681913, 29599988, 31786661, 31865593, 31871952, 31917130, 32043747
32152995, 32184152, 32072303, 31639480, 32522665, 32714761, 32529282
32873777, 32261035, 32887013, 32396089, 32976321, 32481819, 33141168
33182194, 33252281, 33370545, 33482894, 33512883, 33623231, 33680295
33610770, 33664689
--------------------------------------------------------------------------------
OPatch succeeded.
'Trouble Shooting' 카테고리의 다른 글
[Tuxedo] TMADMIN_CAT:188: ERROR: Error while obtaining the Bulletin Board parameters (0) | 2022.10.24 |
---|---|
[Tuxedo] OPatch failed with error code 135 / rollback 에러 (0) | 2022.10.19 |
[Tuxedo] OPatch failed with error code 74 에러 (0) | 2022.10.19 |
[DataBase] opatch 73 에러 (0) | 2022.10.18 |
[Tuxedo] ERROR: BB semaphore not initialized within 10 seconds (key=0xkey_val). (0) | 2022.10.11 |