LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Linux 5, Oracle 11G Enterprise manager question (https://www.linuxquestions.org/questions/linux-general-1/linux-5-oracle-11g-enterprise-manager-question-616532/)

bzachd 01-26-2008 08:31 PM

Linux 5, Oracle 11G Enterprise manager question
 
If anyone has experience with 11G running on RHEL5, I have a quick question. I am not a Linux expert by any means, but I installed Linux, and have installed 11G. After the initial install, I was able to use Enterprise Manager, no problem. After a reboot, I started the database through SQLPLus, but now the bookmark I set for the EM cannot connect. Do I have to start another process to have EM start? Listener?

Thanks for your help, always get great responses from you guys.

Zach

harry edwards 01-27-2008 04:47 PM

I used RHEL 4 with Oracle 11G.

Hopefully the commands below will help: (The following commands assume you have $ORACLE_HOME environment variable set)

To view the status of EM:

Code:

$ORACLE_HOME/bin/emctl status agent
The last line of the output should be:

Code:

Agent is Running and Ready
If not, you need to start the DM console:

Code:

$ORACLE_HOME/bin/emctl start dbconsole
To grab the URL required to connect:

Code:

$ORACLE_HOME/bin/emctl status dbconsole
If you cannot connect configure your firewall to permit port 1158.

bzachd 01-28-2008 11:02 PM

11g
 
Harry,

Thanks for the great info, glad to say that they did work.
I was able to check the EM, as well as start it up. Still have some bugs to work out, but thanks for the advice.

Zach


All times are GMT -5. The time now is 02:02 AM.