之前在自己的测试环境上做了个异机恢复,原来的库上是配置过EM的,但是在恢复的库上去启动EM就报错了,下面看具体解决过程:

PS:原主机名为zlm,恢复出来的主机名为bak

[root@bak ~]# su - Oracle

[oracle@bak ~]$ emctl status dbconsole

TZ set to PRC

OC4J Configuration issue. /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_bak_ora10g not found.

[oracle@bak ~]$ cd /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/

[oracle@bak j2ee]$ ll

total 24

-rw-r--r--  1 oracle oinstall  256 Aug 22 16:42 deploy_db.ini

drwxr-x--- 15 oracle oinstall 4096 Aug 22 16:29 home

drwxr-x---  9 oracle oinstall 4096 Aug 22 16:24 isqlplus

drwxr-x---  3 oracle oinstall 4096 Aug 22 16:24 oc4j_applications

drwxr-x---  5 oracle oinstall 4096 Aug 22 16:24 OC4J_DBConsole

drwxr-x---  7 oracle oinstall 4096 Aug 25 11:25 OC4J_DBConsole_zlm_ora10g

既然提示文件找不到,很显然是因为主机名变更的缘故,那么把名字变一下,用mv命令

[oracle@bak j2ee]$ mv -r OC4J_DBConsole_zlm_ora10g/ OC4J_DBConsole_bak_ora10g/

[oracle@bak j2ee]$ ll

total 24

-rw-r--r--  1 oracle oinstall  256 Aug 22 16:42 deploy_db.ini

drwxr-x--- 15 oracle oinstall 4096 Aug 22 16:29 home

drwxr-x---  9 oracle oinstall 4096 Aug 22 16:24 isqlplus

drwxr-x---  3 oracle oinstall 4096 Aug 22 16:24 oc4j_applications

drwxr-x---  5 oracle oinstall 4096 Aug 22 16:24 OC4J_DBConsole

drwxr-x---  7 oracle oinstall 4096 Oct 20 10:58 OC4J_DBConsole_bak_ora10g

[oracle@bak j2ee]$ emctl status dbconsole

TZ set to PRC

EM Configuration issue. /u01/app/oracle/product/10.2.0/db_1/bak_ora10g not found.

[oracle@bak j2ee]$ cd /u01/app/oracle/product/10.2.0/db_1/

[oracle@bak db_1]$ ll

total 260

drwxr-x---  7 oracle oinstall  4096 Aug 22 16:24 assistants

drwxr-xr-x  2 oracle oinstall 12288 Aug 22 16:42 bin

drwxr-x---  3 oracle oinstall  4096 Aug 22 16:33 cdata

drwxr-x---  6 oracle oinstall  4096 Aug 25 11:08 cfgtoollogs

drwxr-x---  4 oracle oinstall  4096 Aug 22 16:24 clone

drwxr-x---  2 oracle oinstall  4096 Aug 22 16:33 config

drwxr-x---  6 oracle oinstall  4096 Aug 22 16:24 crs

drwxr-x---  7 oracle oinstall  4096 Aug 22 16:33 css

drwxr-x--- 10 oracle oinstall  4096 Aug 22 16:33 ctx

drwxr-x---  2 oracle oinstall  4096 Oct 20 09:17 dbs

drwxr-x---  3 oracle oinstall  4096 Aug 22 16:24 demo

drwxr-x---  3 oracle oinstall  4096 Aug 22 16:24 diagnostics

drwxr-x---  3 oracle oinstall  4096 Aug 22 16:24 has

drwxr-x---  6 oracle oinstall  4096 Aug 22 16:42 hs

drwxr-x---  5 oracle oinstall  4096 Aug 25 11:27 install

-rw-r-----  1 oracle oinstall    37 Aug 22 16:24 install.platform

drwxr-x--- 12 oracle oinstall  4096 Aug 22 16:42 inventory

drwxr-x---  7 oracle oinstall  4096 Aug 22 16:24 javavm

drwxr-x---  4 oracle oinstall  4096 Aug 22 16:31 jdbc

drwxr-x---  7 oracle oinstall  4096 Aug 22 16:32 jdk

drwxr-x---  2 oracle oinstall  4096 Aug 22 16:32 jlib

drwxr-x---  3 oracle oinstall  4096 Aug 22 16:24 jre

drwxr-x--- 13 oracle oinstall  4096 Aug 22 16:33 ldap

drwxr-x---  3 oracle oinstall 12288 Aug 22 16:42 lib

drwxr-x--T  3 oracle oinstall  4096 Aug 25 11:24 log

drwxr-x---  6 oracle oinstall  4096 Aug 22 16:24 md

drwxr-x---  2 oracle oinstall  4096 Aug 22 16:25 mesg

drwxr-x---  7 oracle oinstall  4096 Aug 22 16:32 mgw

drwxr-x--- 11 oracle oinstall  4096 Aug 22 16:42 network

drwxr-x---  6 oracle oinstall  4096 Aug 22 16:24 nls

drwxr-x--- 15 oracle oinstall  4096 Aug 22 16:42 oc4j

drwxr-x---  6 oracle oinstall  4096 Aug 22 16:24 odbc

drwxr-x---  5 oracle oinstall  4096 Aug 22 16:24 olap

drwxr-x---  4 oracle oinstall  4096 Aug 22 16:32 OPatch

drwxr-x---  7 oracle oinstall  4096 Aug 22 16:32 opmn

drwxr-x---  4 oracle oinstall  4096 Aug 22 16:24 oracore

-rw-r--r--  1 oracle oinstall    63 Aug 22 16:22 oraInst.loc

drwxr-x---  8 oracle oinstall  4096 Aug 22 16:24 ord

drwxr-x---  7 oracle oinstall  4096 Aug 22 16:32 oui

drwxr-x---  4 oracle oinstall  4096 Aug 22 16:24 owm

drwxr-x---  6 oracle oinstall  4096 Aug 22 16:24 perl

drwxr-x---  7 oracle oinstall  4096 Aug 22 16:25 plsql

drwxr-x---  7 oracle oinstall  4096 Aug 22 16:24 precomp

drwxr-x---  7 oracle oinstall  4096 Aug 22 16:33 racg

drwxr-x--- 13 oracle oinstall  4096 Aug 22 16:42 rdbms

drwxr-x---  4 oracle oinstall  4096 Aug 22 16:31 relnotes

-rwxr-xr-x  1 oracle oinstall  9522 Aug 22 16:42 root.sh

-rwxr-xr-x  1 oracle oinstall     0 Jun  7  2005 root.sh.old

drwxr-x---  3 oracle oinstall  4096 Aug 22 16:24 slax

drwxr-x---  3 oracle oinstall  4096 Aug 22 16:24 sqlj

-rw-r-----  1 oracle oinstall  9338 Aug 25 11:42 sqlnet.log

drwxr-x---  9 oracle oinstall  4096 Aug 22 16:33 sqlplus

drwxr-x--- 12 oracle oinstall  4096 Aug 22 16:33 srvm

drwxr-x--- 12 oracle oinstall  4096 Aug 22 16:33 sysman

drwxr-x---  4 oracle oinstall  4096 Aug 22 16:24 uix

drwxr-x---  3 oracle oinstall  4096 Aug 22 16:24 wwg

drwxr-x---  6 oracle oinstall  4096 Aug 22 16:30 xdk

drwxr-----  3 oracle oinstall  4096 Aug 25 11:25 zlm_ora10g

这次是找不到zlm_ora10g目录,同样的,也mv为bak_ora10g

[oracle@bak db_1]$ mv zlm_ora10g bak_ora10g

[oracle@bak db_1]$ emctl status dbconsole

TZ set to PRC

Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0

Copyright (c) 1996, 2005 Oracle Corporation.  All rights reserved.

http://zlm:1158/em/console/aboutApplication

Oracle Enterprise Manager 10g is not running.

------------------------------------------------------------------

Logs are generated in directory /u01/app/oracle/product/10.2.0/db_1/bak_ora10g/sysman/log

[oracle@bak j2ee]$ emctl start dbconsole

TZ set to PRC

Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0

Copyright (c) 1996, 2005 Oracle Corporation.  All rights reserved.

http://zlm:1158/em/console/aboutApplication

Starting Oracle Enterprise Manager 10g Database Control .................................. started.

------------------------------------------------------------------

Logs are generated in directory /u01/app/oracle/product/10.2.0/db_1/bak_ora10g/sysman/log

无法启动,看到url里的信息是原主机zlm,分析一下提示的错误日志

[oracle@bak j2ee]$ cd /u01/app/oracle/product/10.2.0/db_1/bak_ora10g/sysman/log

[oracle@bak log]$ ll

total 1656

-rw-r----- 1 oracle oinstall    180 Aug 25 11:28 emagentfetchlet.log

-rw-r----- 1 oracle oinstall    180 Aug 25 11:28 emagentfetchlet.trc

-rw-r----- 1 oracle oinstall    500 Oct 20 11:06 emagent.log

-rw-r----- 1 oracle oinstall  42010 Oct 20 11:14 emagent.trc

-rw-r----- 1 oracle oinstall   9816 Oct 20 11:05 emdb.nohup

-rw-r----- 1 oracle oinstall   4096 Oct 20 11:05 emdb.nohup.lr

-rw-r----- 1 oracle oinstall      0 Aug 25 11:25 emdctl.log

-rw-r----- 1 oracle oinstall   7330 Oct 20 11:14 emdctl.trc

-rw-r----- 1 oracle oinstall 802261 Aug 25 11:45 emoms.log

-rw-r----- 1 oracle oinstall 802261 Aug 25 11:45 emoms.trc

[oracle@bak log]$ cat emoms.log

2014-08-25 11:26:23,952 [Orion Launcher] WARN  jdbc.ConnectionCache _getConnection.303 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retrying

2014-08-25 11:26:23,991 [Orion Launcher] WARN  jdbc.ConnectionCache _getConnection.306 - Io exception: The Network Adapter could not establish the connection

java.sql.SQLException: Io exception: The Network Adapter could not establish the connection

at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:111)

at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:145)

at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:254)

at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:386)

at oracle.jdbc.driver.PhysicalConnection.(PhysicalConnection.java:493)

at oracle.jdbc.driver.T4CConnection.(T4CConnection.java:164)

at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)

at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:767)

at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:324)

at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:114)

at oracle.jdbc.pool.OracleConnectionCacheImpl.getNewPoolOrXAConnection(OracleConnectionCacheImpl.java:694)

at oracle.jdbc.pool.OracleConnectionCacheImpl.getPooledConnection(OracleConnectionCacheImpl.java:540)

at oracle.jdbc.pool.OracleConnectionCacheImpl.getConnection(OracleConnectionCacheImpl.java:346)

at oracle.jdbc.pool.OracleConnectionCacheImpl.getConnection(OracleConnectionCacheImpl.java:324)

at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:296)

at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:423)

at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:156)

at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:605)

at oracle.sysman.emSDK.svc.conn.ConnectionService.getRepositoryVersionAndMode(ConnectionService.java:368)

at oracle.sysman.emSDK.svc.conn.ConnectionService.verifyRepositoryEx(ConnectionService.java:395)

at oracle.sysman.emSDK.svc.conn.ConnectionService.verifyRepository(ConnectionService.java:450)

at oracle.sysman.eml.app.ContextInitializer.contextInitialized(ContextInitializer.java:174)

at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:807)

at com.evermind.server.http.HttpApplication.(HttpApplication.java:533)

at com.evermind.server.Application.getHttpApplication(Application.java:886)

at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:688)

at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:570)

at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:263)

at com.evermind.server.http.HttpServer.setSites(HttpServer.java:259)

at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:160)

at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2330)

at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1503)

at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:93)

at java.lang.Thread.run(Thread.java:534)

2014-08-25 11:26:23,999 [Orion Launcher] ERROR conn.ConnectionService verifyRepositoryEx.433 - Invalid Connection Pool. ERROR = Io exception: The Network Adapter could not establish the connection

2014-08-25 11:26:26,673 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ias.ias.IASIntegration

2014-08-25 11:26:27,386 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.eml.target.slb.common.SLBIntegration

2014-08-25 11:26:27,676 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.eml.ssl.intg.SSLIntegration

2014-08-25 11:26:27,915 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.tip.oem.central.domain.ProcessConnectDomainIntg

2014-08-25 11:26:27,918 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.tip.oem.central.instance.ProcessConnectInstanceIntg

2014-08-25 11:26:27,932 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.webdb.admin.em.PortalIntegration

2014-08-25 11:26:27,934 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.webdb.admin.em.SSOIntegration

2014-08-25 11:26:27,937 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.reports.em.RepIntg

2014-08-25 11:26:27,940 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsEmailIntegration

2014-08-25 11:26:27,945 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOidIntegration

2014-08-25 11:26:27,948 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOvfIntegration

2014-08-25 11:26:27,970 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWebconfIntegration

2014-08-25 11:26:27,975 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWirelessIntg

2014-08-25 11:26:27,978 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsCalGrpIntegration

刷屏了,中间省略相同错误一堆,按Ctrl+C才终止的

2014-08-25 11:29:24,713 [HttpRequestHandler-23603795] ERROR conn.ConnectionService verifyRepositoryEx.433 - Invalid Connection Pool. ERROR = Io exception: The Network Adapt

怀疑是否是因为监听没起来的缘故,先启动监听

[oracle@bak log]$ lsnrctl status

LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 20-OCT-2014 11:15:26

Copyright (c) 1991, 2005, Oracle.  All rights reserved.

Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))

TNS-12541: TNS:no listener

TNS-12560: TNS:protocol adapter error

TNS-00511: No listener

Linux Error: 111: Connection refused

[oracle@bak log]$ lsnrctl start

LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 20-OCT-2014 11:15:29

Copyright (c) 1991, 2005, Oracle.  All rights reserved.

Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...

TNSLSNR for Linux: Version 10.2.0.1.0 - Production

Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log

Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=bak)(PORT=1521)))

Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))

STATUS of the LISTENER

------------------------

Alias                     LISTENER

Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production

Start Date                20-OCT-2014 11:15:29

Uptime                    0 days 0 hr. 0 min. 0 sec

Trace Level               off

Security                  ON: Local OS Authentication

SNMP                      OFF

Listener Log File         /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log

Listening Endpoints Summary...

(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=bak)(PORT=1521)))

The listener supports no services

The command completed successfully

[oracle@bak log]$ lsnrctl status

LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 20-OCT-2014 11:16:17

Copyright (c) 1991, 2005, Oracle.  All rights reserved.

Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))

STATUS of the LISTENER

------------------------

Alias                     LISTENER

Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production

Start Date                20-OCT-2014 11:15:29

Uptime                    0 days 0 hr. 0 min. 48 sec

Trace Level               off

Security                  ON: Local OS Authentication

SNMP                      OFF

Listener Log File         /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log

Listening Endpoints Summary...

(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=bak)(PORT=1521)))

Services Summary...

Service "ora10g" has 1 instance(s).

Instance "ora10g", status READY, has 1 handler(s) for this service...

Service "ora10gXDB" has 1 instance(s).

Instance "ora10g", status READY, has 1 handler(s) for this service...

Service "ora10g_XPT" has 1 instance(s).

Instance "ora10g", status READY, has 1 handler(s) for this service...

The command completed successfully

[oracle@bak log]$ emctl status dbconsole

TZ set to PRC

Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0

Copyright (c) 1996, 2005 Oracle Corporation.  All rights reserved.

http://zlm:1158/em/console/aboutApplication

Oracle Enterprise Manager 10g is not running.

------------------------------------------------------------------

Logs are generated in directory /u01/app/oracle/product/10.2.0/db_1/bak_ora10g/sysman/log

显然,EM启动不了不是监听的问题,那么重新配置一下EM是否会有效呢?

[oracle@bak log]$ emca -config dbcontrol db

STARTED EMCA at Oct 20, 2014 11:22:43 AM

EM Configuration Assistant, Version 10.2.0.1.0 Production

Copyright (c) 2003, 2005, Oracle.  All rights reserved.

Enter the following information:    --注意,此处信息需要手动输入

Database SID: ora10g

Database Control is already configured for the database ora10g

You have chosen to configure Database Control for managing the database ora10g

This will remove the existing configuration and the default settings and perform a fresh configuration

Do you wish to continue? [yes(Y)/no(N)]: y

Listener port number: 1521

Password for SYS user:

Password for DBSNMP user:

Password for SYSMAN user:

Password for SYSMAN user: oEmail address for notifications (optional):

Invalid email.

Email address for notifications (optional):

Outgoing Mail (SMTP) server for notifications (optional):

-----------------------------------------------------------------

You have specified the following settings

Database ORACLE_HOME ................ /u01/app/oracle/product/10.2.0/db_1

Database hostname ................ bak

Listener port number ................ 1521

Database SID ................ ora10g

Email address for notifications ...............

Outgoing Mail (SMTP) server for notifications ...............

-----------------------------------------------------------------

Do you wish to continue? [yes(Y)/no(N)]: y

Oct 20, 2014 11:24:36 AM oracle.sysman.emcp.EMConfig perform

INFO: This operation is being logged at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/ora10g/emca_2014-10-20_11-22-43-AM.log.

Oct 20, 2014 11:24:49 AM oracle.sysman.emcp.util.DBControlUtil stopOMS

INFO: Stopping Database Control (this may take a while) ...

Oct 20, 2014 11:25:53 AM oracle.sysman.emcp.ParamsManager getLocalListener

WARNING: Error retrieving listener for bak

Oct 20, 2014 11:26:15 AM oracle.sysman.emcp.EMConfig perform

SEVERE: Cannot start Database Control. The following ports are already in use: [EM agent port:3938].

Refer to the log file at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/ora10g/emca_2014-10-20_11-22-43-AM.log for more details.

Could not complete the configuration. Refer to the log file at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/ora10g/emca_2014-10-20_11-22-43-AM.log for more details.

[oracle@bak log]$ cat /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/ora10g/emca_2014-10-20_11-22-43-AM.log

发现也是一堆报错,其中有一段是这样的,显示地主机命名还是之前旧的信息(原来的主机名为zlm,现在的为bak):

CONFIG: emdProps: /u01/app/oracle/product/10.2.0/db_1/bak_ora10g/sysman/config/emd.properties url: http://zlm:1158/em

Oct 20, 2014 11:24:49 AM oracle.sysman.emcp.EMDBPreConfig isDBControlSecure

CONFIG:  isDbcSecure: false

Oct 20, 2014 11:24:49 AM oracle.sysman.emcp.ParamsManager setFlag

CONFIG: Flag 'IS_DBCONSOLE_SECURED' set to false

Oct 20, 2014 11:24:49 AM oracle.sysman.emcp.util.DBControlUtil stopOMS

INFO: Stopping Database Control (this may take a while) ...

Oct 20, 2014 11:24:49 AM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray

CONFIG: New Env List: [DISPLAY=, NEED_EXIT_CODE=1, ORACLE_SID=ora10g, PATH=/usr/sbin:/u01/app/oracle/product/10.2.0/db_1/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/mysql/bin:/usr/local/mysql/bin:/home/oracle/bin, TZ=]

Oct 20, 2014 11:24:49 AM oracle.sysman.emcp.util.PlatformInterface executeCommand

CONFIG: Starting execution: /u01/app/oracle/product/10.2.0/db_1/bin/emctl stop dbconsole

Oct 20, 2014 11:25:43 AM oracle.sysman.emcp.util.PlatformInterface executeCommand

CONFIG: Exit value of 0

Oct 20, 2014 11:25:43 AM oracle.sysman.emcp.util.PlatformInterface executeCommand

CONFIG: Execution of /u01/app/oracle/product/10.2.0/db_1/bin/emctl stop dbconsole  completed successfully

Oct 20, 2014 11:25:43 AM oracle.sysman.emcp.util.PlatformInterface executeCommand

CONFIG: TZ set to PRC

Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0

Copyright (c) 1996, 2005 Oracle Corporation.  All rights reserved.

http://zlm:1158/em/console/aboutApplication

Stopping Oracle Enterprise Manager 10g Database Control ...

...  Stopped.

看来仅仅重新配置一下EM资料库是不行的,需要重建一下(先删除,后创建)

[oracle@bak log]$ emca -repos recreate

shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory

Error occurred during initialization of VM

java.lang.Error: Properties init: Could not determine current working directory.

该错误表示 getcwd 命令无法定位到当前工作目录。一般来说是因为 cd 到了某个目录之后又rm 了这个目录这时去执行某些命令就会报 getcwd错误​,只需要 cd 到任何一个实际存在的目录下在执行命令即可。

出现这种现象的原因还有,当前用户没有当前目录的可执行权限,如没有正确设置ORACLE_SID环境变量,我这里属于这种情况。

[oracle@bak log]$ set ORACLE_SID=ora10g

[oracle@bak log]$ emca -repos recreate

STARTED EMCA at Oct 20, 2014 11:49:36 AM

EM Configuration Assistant, Version 10.2.0.1.0 Production

Copyright (c) 2003, 2005, Oracle.  All rights reserved.

Enter the following information:

Database SID: ora10g

Listener port number: 1521

Password for SYS user:

Password for SYSMAN user:

Password for SYSMAN user:

Do you wish to continue? [yes(Y)/no(N)]: y

Oct 20, 2014 11:49:59 AM oracle.sysman.emcp.EMConfig perform

INFO: This operation is being logged at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/ora10g/emca_2014-10-20_11-49-36-AM.log.

Oct 20, 2014 11:50:01 AM oracle.sysman.emcp.EMReposConfig dropRepository--删除

INFO: Dropping the EM repository (this may take a while) ...

Oct 20, 2014 11:54:25 AM oracle.sysman.emcp.EMReposConfig invoke

INFO: Repository successfully dropped

Oct 20, 2014 11:54:25 AM oracle.sysman.emcp.EMReposConfig createRepository--创建

INFO: Creating the EM repository (this may take a while) ...

Oct 20, 2014 11:59:58 AM oracle.sysman.emcp.EMReposConfig invoke

INFO: Repository successfully created

Enterprise Manager configuration completed successfully

FINISHED EMCA at Oct 20, 2014 11:59:58 AM

可以看到3个successfully,重建后并把em配置也重新刷了一遍

[oracle@bak log]$ emctl status dbconsole

TZ set to PRC

Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0

Copyright (c) 1996, 2005 Oracle Corporation.  All rights reserved.

http://bak:1158/em/console/aboutApplication    --重建EM资料库后,现在的主机名已经更正为“bak”了

Oracle Enterprise Manager 10g is not running.

再次重新启动EM

[oracle@bak log]$ emctl start dbconsole

TZ set to PRC

Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0

Copyright (c) 1996, 2005 Oracle Corporation.  All rights reserved.

http://bak:1158/em/console/aboutApplication

Agent Version     : 10.1.0.4.1

OMS Version       : Unknown

Protocol Version  : 10.1.0.2.0

Agent Home        : /u01/app/oracle/product/10.2.0/db_1/bak_ora10g

Agent binaries    : /u01/app/oracle/product/10.2.0/db_1

Agent Process ID  : 29136

Parent Process ID : 28566

Agent URL         : http://zlm:3938/emd/main    --agent还是有原主机残留信息,没有更新,不过不影响登陆EM

Started at        : 2014-10-20 11:05:11

Started by user   : oracle

Last Reload       : 2014-10-20 11:05:11

Last successful upload                       : (none)

Last attempted upload                        : (none)

Total Megabytes of XML files uploaded so far :     0.00

Number of XML files pending upload           :       40

Size of XML files pending upload(MB)         :     5.84

Available disk space on upload filesystem    :     5.14%

Agent is already started. Will restart the agent

Stopping agent ... stopped.

Starting Oracle Enterprise Manager 10g Database Control ........ started.

------------------------------------------------------------------

Logs are generated in directory /u01/app/oracle/product/10.2.0/db_1/bak_ora10g/sysman/log

[oracle@bak log]$ emctl status dbconsole

TZ set to PRC

Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0

Copyright (c) 1996, 2005 Oracle Corporation.  All rights reserved.

http://bak:1158/em/console/aboutApplication

Oracle Enterprise Manager 10g is running.

------------------------------------------------------------------

Logs are generated in directory /u01/app/oracle/product/10.2.0/db_1/bak_ora10g/sysman/log

[oracle@bak log]$

通过重建EM后,就可以用web浏览器登陆EM管理界面了,新的url为:http://bak:1158/em

总结:

遇到各种原因造成的EM无法登陆的问题,通常是因为旧的EM资料库配置有问题,或者是因为改变了主机或IP地址所造成,可以使用emca -repos recreate重建,就能直接解决问题,仅仅通过emca -config dbconsole db来重新配置是不够彻底的,因为还会有之前错误信息的残留,除了这几个命令外,emca还有很多其他参数,可以通过emca --help查看,这里就不列举了。

oracle故障一例,Oracle 10g异机恢复后EM无法启动故障处理一例相关推荐

  1. be2014备份oracle,veritas be 对oracle10g 备份异机恢复测试

    1.在介质服务器上进行恢复作业 在备份服务器上,创建一个"恢复"作业,源选择 ORACEL_DATASERVER1/ORCL下面的某个备份集合: 在"文件重定向" ...

  2. Oracle RMAN备份和异机恢复

    RMAN备份 备份策略 每周日2点数据库全备 每天4点备份归档 以下仅为备份脚本, 没有定时任务脚本 准备工作 查看数据库是否处于归档模式: archive log list; 进入sqlpuls: ...

  3. Oracle 单实例 迁移到 RAC 实例 -- 使用RMAN 异机恢复

    Oracle 官网有关单实例迁移到RAC的一个步骤说明: How to Convert 10g Single-Instance database to 10g RAC using Manual Con ...

  4. nbu还原oracle,NBU异机恢复ORACLE成功版本

    经过<NBU异机恢复ORACLE(遇到的问题) >,成功版本如下 源端:oracle10grac1 oracle10grac2 RAC+ASM 目标端:ora10 master serve ...

  5. NBU 异机恢复Oracle操作步骤

    一. 准备工作 1.  DBA 恢复服务器安装与原库相同版本的数据库软件.NBU客户端 双向开通到NBU备份服务器的1556.13724.13720.13782.13790端口的防火墙策略(应该只要1 ...

  6. Oracle 运维篇+RAC集群转单实例/RMAN异机恢复/RMAN迁移/RMAN备份恢复操作概要

    说明:本文为Oracle RAC集群转单实例/RMAN异机恢复/RMAN迁移/RMAN备份恢复操作概要方便用户查阅 温馨提示:如果您发现本文哪里写的有问题或者有更好的写法请留言或私信我进行修改优化 说 ...

  7. oracle rman异机恢复

      Oracle源主机 Oracle目标主机 主机平台 CentOS6.2(final) CentOs6.2(FInal) 主机名 vick rman IP地址 192.168.1.11 192.16 ...

  8. linux dump命令 异机,Oracle 11.2.0.4 从单实例,使用RMAN 异机恢复到RAC

    Oracle 11.2.0.4从单实例,使用RMAN异机恢复到RAC 注意: (1)迁移的2个db版本版本要一致.包括小版本. (2)RMAN异机恢复的时候,db_name必须相同.如果说要想改成其他 ...

  9. oracle异机复制,oracle冷备份恢复和oracle异机恢复使用方法

    一.冷备份1. 冷备份发生在数据库已经正常关闭的情况下,在进行冷备份之前通常要知道需要进行备份文件的名称以及路径 SQL>select name from v$datefile; SQL> ...

最新文章

  1. 【Qt】监视文件和目录的修改:QFileSystemWatcher
  2. VINS紧耦合优化公式及代码解析
  3. C语言windows编程编写窗口
  4. jquery 判断元素内容是否为空
  5. 笔记:Matrix completion by Truncated Nuclear Norm Regularization
  6. html5着陆页模板,多用途着陆页HTML模板
  7. c中获取python控制台输出_在真实的tim中用C捕获控制台python打印
  8. NET命令的基本用法
  9. 项目5 BBS博客项目
  10. 转换到bot模式失败_《认知觉醒》:为什么越“努力”,会越失败
  11. windows server2008 r2 下启用 sqlserver 2008的远程连接
  12. php 实现背景图片轮换,纯js实现背景图片切换效果代码
  13. Rockchip Android12 Codec2 插件 多线程实现代码
  14. android 照片裁剪_如何在Android上裁剪和编辑照片
  15. [Python爬虫] 一、爬虫原理之HTTP和HTTPS的请求与响应
  16. 争议不断的AI绘画,如今成为了顶流?
  17. GPS模块和北斗的区别
  18. 单例模式-DoubleCheck
  19. Error: Can't place multiple pins assigned to pin location……解决办法
  20. 720度全景带你vr云游景区,vr云游在景区的应用优势

热门文章

  1. json vue 对象转数组_json 将对象转化成数组第二种方式
  2. iOS图片压缩成指定大小
  3. xmp预设怎么导入pr_【教程】如何使用xmp格式的预设,看完这篇就懂了
  4. HDU 6194 string string string (后缀数组+线段树)
  5. Python之Split函数
  6. 中国开发者真实现状:40 岁不做开发,算法工程师最稀缺!
  7. 数据库基础知识及概念
  8. 卷积神经网络 ——卷积神经网络的结构
  9. apktool解包和打包apk
  10. Mockman-Mock服务工具的安装与使用以及mock的一些扩展