Saturday, December 7, 2013

Apply Phase Scenario 1 - R12.2 Online Patching Cycle

Scenario

You have been asked to apply a patch and you completed the prepare phase and now you start with the phase “APPLY”.





Staging the patches to the PATCH_TOP

$ pwd
/inst122i/product/patchtop
$
$ unzip p17443805_R12.FND.C_R12_GENERIC.zip
Archive:  p17443805_R12.FND.C_R12_GENERIC.zip
  inflating: 17443805/README.html   
  inflating: 17443805/u17443805.drv 
  inflating: 17443805/f17443805.ldt 
  inflating: 17443805/fnd/patch/115/import/US/fndgscst.ldt 
  inflating: 17443805/fnd/patch/115/import/US/fndgtst.ldt 
  inflating: 17443805/marker1.txt   
  inflating: 17443805/b17443805.ldt 
  inflating: 17443805/README.txt    
  inflating: 17443805/patch_metadata.xml 
$
$ mv 17443805 /inst122i/applmgr/fs_ne/EBSapps/patch
$




$ adop phase=apply patches=17443805

Enter the APPS password:
Enter the SYSTEM password:
Enter the WLSADMIN password:

 Please wait. Validating credentials...


RUN file system context file: /inst122i/applmgr/fs2/inst/apps/INST122I_testserver01/appl/admin/INST122I_testserver01.xml
PATCH file system context file: /inst122i/applmgr/fs1/inst/apps/INST122I_testserver01/appl/admin/INST122I_testserver01.xml

************* Start of  session *************
 version: 12.2.0
 started at: Sun Nov 17 2013 02:27:58

APPL_TOP is set to /inst122i/applmgr/fs2/EBSapps/appl
  Using ADOP Session ID from currently incomplete patching cycle
[START 2013/11/17 02:28:34] adzdoptl.pl run
  ADOP Session ID: 9
  Phase: apply
  Log file: /inst122i/applmgr/fs_ne/EBSapps/log/adop/9/adop_20131117_022734.log
  [START 2013/11/17 02:28:50] apply phase
    Calling: adpatch  workers=4      flags=autoskip   console=no interactive=no  defaultsfile=/inst122i/applmgr/fs1/EBSapps/appl/admin/INST122I_patch/adalldefaults.txt patchtop=/inst122i/applmgr/fs_ne/EBSapps/patch/17443805 driver=u17443805.drv logfile=u17443805.log
    ADPATCH Log directory: /inst122i/applmgr/fs_ne/EBSapps/log/adop/9/apply_20131117_022734/INST122I_testserver01/17443805/log
  [END   2013/11/17 02:34:53] apply phase
 [END   2013/11/17 02:35:08] adzdoptl.pl run
adop phase=apply - Completed Successfully

Log file: /inst122i/applmgr/fs_ne/EBSapps/log/adop/9/adop_20131117_022734.log

adop exiting with status = 0 (Success)



Apply Phase  - Scenario

Popular Posts