EBS R12.2 ADOP (R12.2 AD Online Patching) - 5
生活随笔
收集整理的這篇文章主要介紹了
EBS R12.2 ADOP (R12.2 AD Online Patching) - 5
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
三, 運行ADOP ?
?# 注意adop需要在解壓的目錄 12345 同一目錄執行,而不需要cd到12345下。和adpatch不同。
$ .?/EBSapps.env run
$ adop phase=prepare ?
$ adop phase=apply patches=123456 worker=8?
$ adop phase=finalize?worker=8?
$ adop phase=cutover?worker=8?
$ .?/EBSapps.env run
$ adop phase=cleanup
監控狀態: $ adop -status?
? ? ? ? ? ? ? ?$ adop -status -detail ?列出最新10個adop session
? ? ? ? ? ?
2. 如果在cutover之前碰到錯誤,可以abort.
$ adop phase=prepare
$ adop phase=apply patches=123456 ?worker=8?
? ?[Patch application encounters problems and you want to abort]
$ adop phase=abort
$ adop phase=cleanup cleanup_mode=full
$ adop phase=fs_clone
3. restart ADOP?
見前面的 abandon/restart 參數 。?
4. 在cutover時不希望啟動app tier 可加入參數mtrestart=no
$ adop phase=cutover mtrestart=no?
With this parameter, cutover will complete without restarting the application tier services. You?can perform any additional steps that require the services to be shut down, and then start the?application tier services manually using the adstrtal.sh script.
5. 多語言patch merge
To apply multiple patches to an NLS installation
This example assumes the system has American English, French, and German installed.
Use adop to start a new patching cycle (adop phase=prepare).
Use AD Merge Patch to merge the US (American English) patches into a single patch.
Use AD Merge Patch to merge the French and German patches into a single NLS patch.
Use adop to apply all drivers of the merged US patch.
Use adop to apply all drivers of the merged NLS patch.
Use adop to complete the patching cycle (finalize, cutover, cleanup phases). 本文轉自ITPUB博客tolywang的博客,原文鏈接:EBS R12.2 ADOP (R12.2 AD Online Patching) - 5,如需轉載請自行聯系原博主。
總結
以上是生活随笔為你收集整理的EBS R12.2 ADOP (R12.2 AD Online Patching) - 5的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【grunt整合版】30分钟学会使用gr
- 下一篇: IOS UIAlertControlle