Skip to Main Content

Enterprise Manager

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error Enterprise manager console setup RAC 11gR2

864988Jun 13 2011 — edited Apr 4 2012
Hi,

I am trying to configure Enterprise manager dbcontrol in 11gR2 RAC on Linux Redhat;

1- I connected to grid system user
2- create a response file:
The content is:

CLUSTER_NAME= dbcluster
DB_UNIQUE_NAME=db1
SERVICE_NAME=db.example.com
SYS_PWD=mypwd1234
SYSMAN_PWD=mypwd1234
DBSNMP_PWD=mypwd1234
PORT=1522
ASM_OH=/opt/11.2.0/grid
ASM_SID=+ASM1
ASM_PORT=1522
ASM_USER_ROLE=SYSASM
ASM_USER_NAME=SYS
ASM_USER_PWD=mypwd1234
EM_NODE_LIST=db02,db03,db04
EM_NODE=db01

3- Run the emca:
-bash-3.2$ ./emca -config dbcontrol db -repos create -cluster -silent -respfile  /tmp/emca_config.rsp
 
STARTED EMCA at Jun 13, 2011 4:44:08 PM
EM Configuration Assistant, Version 11.2.0.0.2 Production
Copyright (c) 2003, 2005, Oracle.  All rights reserved.
 
Jun 13, 2011 4:44:10 PM oracle.sysman.emcp.util.EMCALogManager addLogFileInternal
WARNING: Adding log file /opt/app/oracle/cfgtoollogs/emca/db/emca_2011_06_13_16_44_10.log failed. Messages will not be logged in this file.
Jun 13, 2011 4:44:10 PM oracle.sysman.emcp.EMConfig perform
INFO: This operation is being logged at /opt/app/oracle/cfgtoollogs/emca/db/emca_2011_06_13_16_44_10.log.
Jun 13, 2011 4:44:13 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineRemotely
WARNING: Error during db connection : ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
 
Jun 13, 2011 4:44:19 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineRemotely
WARNING: ORA-12541: TNS:no listener
 
Jun 13, 2011 4:44:19 PM oracle.sysman.emcp.EMConfig perform
SEVERE: Password validation failed. Some of the possible reasons may be:
 
1) Invalid username/password.
2) Database is not up.
3) Scan listener not up.
4) Database service is not registered with scan listener.
5) Password file may be missing or configured incorrectly.
 
Refer to the log file at /opt/app/oracle/cfgtoollogs/emca/cmsdb/emca_2011_06_13_16_44_10.log for more details.
Could not complete the configuration. Refer to the log file at /opt/app/oracle/cfgtoollogs/emca/cmsdb/emca_2011_06_13_16_44_10.log for more details.
4- I have checked the database is up, the Scan listener is up, the password is correct. and the Database service is UP.

Any idea please how to check if the Database service is not registered with scan listener?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 2 2012
Added on Jun 13 2011
3 comments
1,246 views