Please could someone help me here? I put Ora10g onto Fedore Core 2 Linux and all is well I can start up a database and create tables etc.
Now I want to run OEM Database Control on the same local machine. I start the listener (however it says status unknow, see below if this could be a problem) and then run:
$ emctl start dbconsole
It puts up all the "........" dots for about 2 mins, and then states FAILED. Here is the first error message in the trace
/app/oracle/product/10.1.0/db_1/localhost.localdomain_ACT1/sysman/log/emdctl.trc)
TRACE:
2004-08-24 10:09:21 Thread-4144096448 WARN http: snmehl_connect: connect failed to (localhost.localdomain:1830): Connection refused (error = 111)
2004-08-24 10:09:26 Thread-4144653504 WARN http: snmehl_connect: connect failed to (localhost.localdomain:5500): Connection refused (error = 111)
2004-08-24 10:09:29 Thread-4144239808 WARN http: snmehl_connect: connect failed to (localhost.localdomain:5500): Connection refused (error = 111)
2004-08-24 10:09:32 Thread-4144194752 WARN http: snmehl_connect: connect failed to (localhost.localdomain:5500): Connection refused (error = 111)
And the emagent trace starts with:
2004-08-24 10:10:53 Thread-4144567232 WARN http: snmehl_connect: connect failed to (localhost.localdomain:5500): Connection refused (error = 111)
2004-08-24 10:10:53 Thread-4144567232 ERROR pingManager: nmepm_pingReposURL: Cannot connect to
http://localhost.localdomain:5500/em/upload/: retStatus=-32
2004-08-24 10:10:53 Thread-4144567232 WARN command: Job Subsystem Timeout set at 600 seconds
2004-08-24 10:10:53 Thread-66694064 WARN http: snmehl_connect: connect failed to (localhost.localdomain:5500): Connection refused (error = 111)
2004-08-24 10:10:53 Thread-66694064 ERROR command: nmejcn: failed http connection to
http://localhost.localdomain:5500/em/upload/: retStatus=-32
2004-08-24 10:10:53 Thread-4144567232 WARN upload: Upload manager has no Failure script: disabled
Could anyone please tell me where to start here? Is there a serive or something that I need to start before running the command?
Thanks very much,
Dean Brown
LSNRCTL> start
Starting /app/oracle/product/10.1.0/db_1/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 10.1.0.2.0 - Production
System parameter file is /app/oracle/product/10.1.0/db_1/network/admin/listener.ora
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.177)(PORT=1521)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=ORCL)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.177)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 10.1.0.2.0 - Production
Start Date 24-AUG-2004 11:18:19
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /app/oracle/product/10.1.0/db_1/network/admin/listener.ora
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.177)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=ORCL)))
Services Summary...
Service "ACT1" has 1 instance(s).
Instance "ACT1", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully