Home » Infrastructure » Linux » Enterprise Manager error (Oracle 11g Enterprise, 11.2.0, Fedora 15)
Re: Enterprise Manager error [message #524613 is a reply to message #524599] Sun, 25 September 2011 11:12 Go to previous messageGo to next message
John Watson
Messages: 8930
Registered: January 2010
Location: Global Village
Senior Member
This topic is totally confused, man. Asking about XDB And SE Linux might be better done in a separate topic.
Anyway, I think at least some of your problems are because you are confusing HTTP with HTTPS. You must use HTTPS to conenct to Database Control, not HTTP.
Re: Enterprise Manager error [message #524628 is a reply to message #524613] Sun, 25 September 2011 13:20 Go to previous messageGo to next message
JiXO
Messages: 28
Registered: September 2011
Location: S.A
Junior Member
yup .... solved man after 4 days of hard working ....
the listener.ora has the answer, the default configuration is totally worng.
alright lets start from the begining, the setup process ....
When the Installer shows you an error about the file /usr/local/oracle/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk DO NOT IGNORE IT !!!!!!!!!!
first DON NOT TELL THE INSTALLER TO CONTINUE OR ABORT
just open the file and edit the following line
#===========================
# emdctl
#===========================

$(SYSMANBIN)emdctl:
$(MK_EMAGENT_NMECTL)

Replace $(MK_EMAGENT_NMECTL) with $(MK_EMAGENT_NMECTL) -lnnz11
second hit Retry and walla evey thing works fine

after that IN THE PROCESSES OF CONFIGURING THE DATABASE
if the installer flaged you with error saying Failed to configure the Database and suggesting the listener is off .....
just hit close and continue normally

NOW FOCUS THIS IS WHERE MY PROBLEM (IF YOU ARE HAVING THE SAME)

go to /usr/local/oracle/oracle/product/11.2.0/dbhome_1/network/admin or what ever is your directory and you will see the following

# listener.ora Network Configuration File: /usr/local/oracle/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
# Generated by Oracle configuration tools.
#1521

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
)
)

ADR_BASE_LISTENER = /usr/local/oracle/oracle

NOW FOCUS :
replace the KEY = EXTPROC1521 with KEY = EXTPROC0

HOLDON WE ARE NOT FINISHED YET
issue these two commands
emca -deconfig dbcontrol db
emca -config dbcontrol db -repos recreate
this will recreate your EM repo.
and then try
then issue these to activate the oracle service
dbstart $ORACLE_HOME
emctl start dbconsole

and everything will work fine

I hope that will help
regards

[Updated on: Sun, 25 September 2011 13:25]

Report message to a moderator

Re: Enterprise Manager error [message #524629 is a reply to message #524628] Sun, 25 September 2011 13:27 Go to previous message
JiXO
Messages: 28
Registered: September 2011
Location: S.A
Junior Member
I would like to thank BlackSwan (It was really nice from you to answer very fast and try to help)
thank you very much BlackSwan. I hope you the best.
and also John Watson Thank you very much for your help
Regards
Previous Topic: libclntsh.so.10.1: cannot open error...
Next Topic: Data Pump expdp to root directory
Goto Forum:
  


Current Time: Tue Apr 23 03:05:55 CDT 2024