emagent.trc errors [message #279678] |
Fri, 09 November 2007 10:05 |
roopla
Messages: 52 Registered: May 2006
|
Member |
|
|
I was trying to setup Enterprise Manager on one of our servers. I was able to log on to main page but it says my listener is down eventhough it is running. Then I checked emagent.trc file to check any errors. I got the following errors in the trc file
SQL = " OCIServerAttach"...
LOGIN = dbsnmp/<PW>@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xxxxxxx)(PORT=1521))(CONNECT_DATA=(SID=crolpp01)))
2007-10-12 16:00:02 Thread-8 ERROR vpxoci: ORA-12541: TNS:no listener
My listener is running on Host xxxxxxx-db on the port 1521. I am just wondering from where this information picked up. It's definitely not picking up from listerner.ora as it referes to Host xxxxxxx-db only. Do I have to change somewhere in config files so that Host name picked by it correctly
|
|
|
|
Re: emagent.trc errors [message #279696 is a reply to message #279686] |
Fri, 09 November 2007 12:11 |
roopla
Messages: 52 Registered: May 2006
|
Member |
|
|
Status says, it's running and I am able to logon to the page but after that it says listerner is down. That's because it's looking at the wrong host xxxxxxxx instead of xxxxxxxx-db. My question, where is this hostname picking up from, definitely not from listener.ora
emctl status dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.2.0.2.0
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
http://xxxxxxxx-db:5500/em/console/aboutApplication
Oracle Enterprise Manager 10g is running.
------------------------------------------------------------------
Logs are generated in directory /app/u01/oracle/product/10.2.0/xxxxxxxx_testdb/sysman/log
|
|
|
Re: emagent.trc errors [message #279697 is a reply to message #279696] |
Fri, 09 November 2007 12:12 |
roopla
Messages: 52 Registered: May 2006
|
Member |
|
|
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = testdb)
(SID_NAME = testdb)
(ORACLE_HOME = /app/u01/oracle/product/10.2.0)
)
)
LOGGING_LISTENER = OFF
LISTENER =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = xxxxxxxx-db)(PORT = 1521))
)
|
|
|