adop -status 檢視pending ADOP session

tolywang發表於2015-05-16
 透過 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部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-1657958/,如需轉載,請註明出處,否則將追究法律責任。

相關文章