EBS中怎样监视打patch的进度

1598阅读 0评论2009-04-14 舒风星
分类:Oracle

可以使用OAM来监控,但要保证web server started in restricted mode。
 
具体步骤如下:
Unlock the ad_monitor user:  SQL> alter user ad_monitor account unlock; 
 
-》停止所有应用层服务,开启维护模式 。
 
-》Start the Web server in restricted mode.
 
$ adaprstctl.sh start 
 
-》Run AutoPatch to start the patch session 
 
-》Access OAM through restricted mode URL: :/servlets/weboamLocal/oam/oamLogin 
 
-》Log in to OAM as the ad_monitor user. 
 
-》Navigate to the Timing Reports (Navigation: Sitemap=>Maintenance=>Patching and utilities=>Timing Reports)。 
 
-》打完patch后,$ adaprstctl.sh stop 
 
-》禁用维护模式,重启所有服务。

也可以通过以下方法来查看patch的运行信息:AutoPatch messages;Patch log files;Worker status
上一篇:实战LVCB的恢复
下一篇:安装statspack导致大量对象invalid的问题