Saturday, September 27, 2008

How to Start/Stop Enterprise Manager Application Server Console?

To Start/Stop AS Console in 9i & 10g (up to 10.1.2)
$ emctl start iasconsole
$ emctl stop iasconsole
You can access IAS console screen from browser by URL

http://host.domain:em_port/emd

Usage e.g.
http://host.domain:1156/emd (This prompts basic authentication, use ias_admin)
or
http://host.domain:1810 (This prompts basic authentication, use ias_admin)

To Start/Stop AS Console in 10g Rel3 (10.1.3) & higher
$ opmnctl startproc application=ascontrol
$ opmnctl stopproc application=ascontrol

Access AS console from the following URL

http://host.domain:Webcache_Listener_Port/em

Usage e.g
http://hostname.com:7778/em

No comments:

Post a Comment