通过 adop -status 查看 pending ADOP session的情况。
[applmgr@tsv387host scripts]$ adop -status
Enter the APPS password:
==============================================================
ADOP (C.Delta.6)
Session Id: 17
Command: status
Output: /data01/oracle/SPP2/fs_ne/EBSapps/log/status_20150516_212525/adzdshowstatus.out
===============================================================
Node Name Node Type Phase Status Started Finished Elapsed
--------------- ---------- --------------- --------------- -------------------- -------------------- ------------
tsv387host master
PREPARE COMPLETED 2015/05/15 13:39:50 2015/05/15 13:43:42 0:03:52
APPLY NOT STARTED
FINALIZE NOT STARTED
CUTOVER NOT STARTED
CLEANUP NOT STARTED
File System Synchronization Type: None
adop exiting with status = 0 (Success)
[applmgr@tsv387host scripts]$
如果需要处理, 可以通过 adop phase=abort 退出之前的session , 也可以通过 abandon + restart 来重新运行。
abandon:指定是否重启之前运行的adop,如果之前运行的有错误 ,那就可以用它。取值:yes/no 。
restart:也是指定是否重启之前运行的adop,如果之前运行的有错误。restart和abandon的区别是,restart是接着上次失败的地方往下打,abandon是放弃上次的,这次从头开始打。 这两个参数必须同时出现而且必须是一个yes另一个no(mtP85):
abandon=no restart=yes will retry a patching operation
abandon=yes restart=no will not retry a patching operation
本文转自ITPUB博客tolywang的博客,原文链接:adop -status 查看pending ADOP session,如需转载请自行联系原博主。