adop -status 查看pending ADOP session

简介:

通过 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,如需转载请自行联系原博主。
相关文章
|
6月前
|
数据库 数据库管理
【异常解决】svn报“Previous operation has not finished; run ‘cleanup‘ if it was interrupted”的错误解决方案
【异常解决】svn报“Previous operation has not finished; run ‘cleanup‘ if it was interrupted”的错误解决方案
153 0
|
5月前
Install fail! Error: EBUSY: resource busy or locked, symlink
Install fail! Error: EBUSY: resource busy or locked, symlink
56 0
|
存储 API 流计算
Flink - checkpoint Failure reason: Not all required tasks are currently running
Flink 程序增加 readFile 生成文件流后,最初运行期间 CheckPoint 存储没有问题,待文件流 Finished 后 CheckPoint 存储报错: checkpoint Failure reason: Not all required tasks are currently running,下面分析并解决下。
2111 0
Flink - checkpoint Failure reason: Not all required tasks are currently running
Error:svn:E155037:Previous operation has not finished; run ‘cleanup‘ if it was interrupted(完美解决)
Error:svn:E155037:Previous operation has not finished; run ‘cleanup‘ if it was interrupted(完美解决)
299 0
Error:svn:E155037:Previous operation has not finished; run ‘cleanup‘ if it was interrupted(完美解决)
成功解决ConvergenceWarning: lbfgs failed to converge (status=1): STOP: TOTAL NO. of ITERATIONS REACHED L
成功解决ConvergenceWarning: lbfgs failed to converge (status=1): STOP: TOTAL NO. of ITERATIONS REACHED L
svn报错:“Previous operation has not finished; run ‘cleanup‘ if it was interrupted“ 的解决办法
svn报错:“Previous operation has not finished; run ‘cleanup‘ if it was interrupted“ 的解决办法
219 0
svn报错:“Previous operation has not finished; run ‘cleanup‘ if it was interrupted“ 的解决办法
‘Client‘ is not allowed to run in parallel.Would you like to stop the running one?
‘Client‘ is not allowed to run in parallel.Would you like to stop the running one?
448 0
‘Client‘ is not allowed to run in parallel.Would you like to stop the running one?
Starting a Gradle Daemon, 5 busy and 1 incompatible and 1 stopped Daemons could not be reused, use --status for details FAILURE: Build failed with an
执行gradle build出的问题,查看hs_err_pid11064.log日志文件发现,是电脑的RAM不足导致
3969 0
|
关系型数据库 Shell 网络安全
|
SQL XML 数据格式