But Today its About RAC Issue while try to create dbconsole Like the following :
emca -config dbcontrol db -repos create -cluster
=============
STARTED EMCA at Jan 30 , 2012 1:01:00 PM
EM Configuration Assistant, Version 11.2.0.0.2 Production
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Enter the following information:
Database unique name: ORCL
Service name: ORCL
Listener port number: 1561
Listener ORACLE_HOME [ /u01/grid/11.2.0 ]: /u01/oracle/product/db/11.2.0
Password for SYS user:
Password for DBSNMP user:
Password for SYSMAN user:
Cluster name: CRS
Email address for notifications (optional):
Outgoing Mail (SMTP) server for notifications (optional):
ASM ORACLE_HOME [ /u01/grid/11.2.0 ]:
ASM port [ 1561 ]: 1521
ASM username [ ASMSNMP ]:
ASM user password:
Invalid username/password or database/scan listener not up or database service is not registered with scan listener.
ASM user password:
This Error is related to Database which is configured with listener port 1561 while ASM instance is not configured with port 1521.
Export ORACLE_SID=+ASM1
sqlplus / as sysasm
Thank you
Osama Mustafa