Start Stop OEM 10gAS
So are you managing server application such as web application server by Oracle? One thing you need to know is about the OEM security. OEM stands for Oracle Enterprise Manager which was a web based interface tools used to monitor the system health on Oracle application server.
When you install the Oracle Application 10g, the OEM was installed by default. For safe side in security, just double check whether the OEM was up and running or not using emctl command in Oracle Application 10g.
To hardening the security, it it wise to shutdown the OEM in Oracle Application 10g using emctl command which deals with OEM security
$ ps -ef | grep emagent disco 15873 15872 0 Dec 1 ? 1731:33 /Disco/discohome/bin/emagent disco 6959 3395 0 01:38:11 pts/1 0:00 grep emagent $ $ORACLE_HOME/bin/emctl status iasconsole Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.2.0 Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved. http://10gAS.oracle.server.com:1156/emd/console/aboutApplication Oracle Enterprise Manager 10g Application Server Control is running. ------------------------------------------------------------------ Logs are generated in directory /Disco/discohome/sysman/log $ $ORACLE_HOME/bin/emctl stop iasconsole Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.2.0 Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved. http://10gAS.oracle.server.com:1156/emd/console/aboutApplication Stopping Oracle Enterprise Manager 10g Application Server Control ... ... Stopped. $ $ORACLE_HOME/bin/emctl status iasconsole Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.2.0 Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved. http://10gAS.oracle.server.com:1156/emd/console/aboutApplication Oracle Enterprise Manager 10g Application Server Control is not running. $ ps -ef | grep emagent disco 7019 3395 1 01:39:17 pts/1 0:00 grep emagent $ $ORACLE_HOME/bin/emctl start iasconsole Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.2.0 Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved. http://10gAS.oracle.server.com:1156/emd/console/aboutApplication Starting Oracle Enterprise Manager 10g Application Server Control ...... started successfully. $ $ORACLE_HOME/bin/emctl status iasconsole Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.2.0 Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved. http://10gAS.oracle.server.com:1156/emd/console/aboutApplication Oracle Enterprise Manager 10g Application Server Control is running. ------------------------------------------------------------------ Logs are generated in directory /Disco/discohome/sysman/log
Related Posts
PreviousNext» Oracle Apps Autoconfig
Leave a Comment



