Search This Blog

Tuesday, July 31, 2007

error during dbconsole shutting down...


Database Version : 10.1.0.3.0
OS : Linux Update 4






If you getting below error message during shutdown dbconsole services on Linux
then please refer Metalink Note : 335532.1



[oracle@ora bin]$ export ORACLE_SID=orcl
[oracle@ora bin]$ ./emctl status dbconsole

Oracle Enterprise Manager 10g Database Control Release 10.1.0.3.0
Copyright (c) 1996, 2004 Oracle Corporation. All rights reserved.
http://xxx.xxxxx.local:5500/em/console/aboutApplication
Oracle Enterprise Manager 10g is running.
------------------------------------------------------------------
Logs are generated in directory /db/app/oracle/OraHome_1/xxxx.xxxxxx.local_orcl/sysman/log

[oracle@ora bin]$ ./emctl stop dbconsole

Oracle Enterprise Manager 10g Database Control Release 10.1.0.3.0
Copyright (c) 1996, 2004 Oracle Corporation. All rights reserved.
http://xxx.xxxxx.local:5500/em/console/aboutApplication
Stopping Oracle Enterprise Manager 10g Database Control ...

--- Failed to shutdown DBConsole Gracefully ---
failed.

1 comment:

Sunil Bhola said...

The issue is with emctl.pid file. This file contains process id for dbconsole. Just either rename or create new file with "touch" command.