Database Reference
In-Depth Information
Listing 6-11. Examples of Stopping and Status
[oracle@patty bin]$ ./emctl stop dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.2.0.3.0
Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
https://patty.enkitec.com:1158/em/console/aboutApplication
Stopping Oracle Enterprise Manager 11g Database Control ...
... Stopped.
[oracle@patty bin]$ ./emctl status dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.2.0.3.0
Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
https://patty.enkitec.com:1158/em/console/aboutApplication
Oracle Enterprise Manager 11g is not running.
Deconfigure Database Console
Start Database Control
If Database Control is down, you will need it to be up in order to monitor the database instances that are running on
your server. Starting Database Control is as easy as stopping the Database Control. To start Database Control, you use
the start option to the emctl c ommand. Listing 6-12 illustrates.
Listing 6-12. Start Database Control
$ cd $ORACLE_HOME/bin
$ ./emctl stop dbconsole
Again, it is a good practice to check the status to verify that Database Control came up successfully. Listing 6-13
shows a start command followed by a status check.
Listing 6-13. Examples of Starting and Status
[oracle@patty bin]$ ./emctl start dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.2.0.3.0
Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
https://patty.enkitec.com:1158/em/console/aboutApplication
Starting Oracle Enterprise Manager 11g Database Control .... started.
------------------------------------------------------------------
Logs are generated in directory /u01/app/oracle/product/11.2.0.3/dbhome_1/patty_dboda/sysman/log
[oracle@patty bin]$ ./emctl status dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.2.0.3.0
Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
https://patty.enkitec.com:1158/em/console/aboutApplication
Oracle Enterprise Manager 11g is running.
------------------------------------------------------------------
Logs are generated in directory /u01/app/oracle/product/11.2.0.3/dbhome_1/patty_dboda/sysman/log
Up to this point, you have taken a look at how to check the status, how to stop, and how to start Database Control.
In some environments, there will be times when you either need to create or re-create Database Control in order to
reconfigure it. In the next section, you will take a look at how to reconfigure the Database Control.
 
Search WWH ::




Custom Search