Multiple RAC databases in Enterprise Manager

Hey, I installed 3 databases on a 2-node rac.
srvctl show database -d <dbname>
shows all 3 database are up and running. Everything is working fine.
Just the Enterprise Manager is working on the first database (port 1158)
For all other databases (port 5500 and 5501) the EM comes up with: Cluster status not available
Is there anything I need to do, so that I can see all 3 database within the EM ?
I know, Grid Control is the tool to choose, but anyway, I should see the status of the cluster for all 3 databases, correct ?
Chris

I configured my 3 databases.
db1 and db2 have as remote_listener parameter the scan listener:1521 configured
db3 has another value for the remote_listener, because I need this remote listener, so that my db3 is registering on my connection manager servers
In this scenario db1 and db2 are working with the EM - db3 is not - but db3 is registering its services on my connection managers
When changing the remote_listener entry for db3 the Enterprise Manager is running here as well - but no more registering of services at cman servers :-(
So thats the questions:
How to register all databases with the listener, so that EM is running for all databases, and also how to configure db3 so that its registers its services at cman servers ???
Thx for your help in advance
Chris
Thats my listener configuration in the Grid Home
LISTENER=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))) # line added by Agent
LISTENER_SCAN1=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1)))) # line added by Agent
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN1=ON # line added by Agent
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER=ON # line added by Agent
the part for the scan listener (which is configured in the database as the remote_listener parameter) looks like:
remote_listener=listener_cluster:1521
listener-cluster=
(address_list=
(address=(protocol=tcp)(host=dbsrv01)(port=1521))
(address=(protocol=tcp)(host=dbsrv02)(port=1521))
#Remote Listener fuer Connection Manager
cman_listener =
(address_list=
(address=(protocol=tcp)(host=cmansrv01)(port=1610))
(address=(protocol=tcp)(host=cmansrv02)(port=1610))
)

Similar Messages

  • Import database using enterprise manager

    Hello,
    I am trying to import a database using enterprise manager. I've finished the installation of 10g and i need to import a database that is in a different server.
    The Oracle Enterprise Manager window, has a tab 'maintenance' that allows me to import from another database.
    The problem is that at some point the wizard ask's me for the user credentials (user and password), and i don't no who is the user, is it refering to the others server's credentials or is it referring to the database credentials?
    Can You help me, please?
    Is there some tutorial for this?
    Thank you,
    Sara.

    I don't know of a tutorial, sorry. This forum is about Globalization Support (e.g. national language support features) so it is really the wrong place for EM Grid/Database Control questions. I suggest your try here instead:
    Enterprise Manager

  • How to connect 10g database through Enterprise manager???

    Hi All,
    I want to connect the database through Enterprise manager.
    My database is on 10g. Version is 10.1
    Please tell me the procedure to connect the database through E.M.
    Thanks and Regards,
    Prathamesh.

    Are you thinking of the Enterprise Manager supplied with Oracle9i? If yes - it doesn't work quite that way ... and the 9i java OEM is not compatible.
    Use the enterprise manager supplied with the 10g database, called the dbconsole (look for a service or start it using 'emctl start dbconsole') and access it using http://{localhost}:5500/em
    If that doesn't satisfy you, load the updated version of the OEM 9i java standalone from the 10g client disk.

  • DBUA Failed at "Configuring Database with Enterprise Manager"

    Hi All,
    We upgraded our production database and we have configured OEM in that, while upgrading from 10.2.0.3 to 10.2.0.5, it failed at the stage "Configuring Database with Enterprise Manager". Could anyone suggest how to upgrad OEM to 10.2.0.5.

    I don't think you will find logging regarding failed jobs on the system. But you can create a "view only" user, see MOS: How To Create Administrator Accounts (Super Admin, Admin, View Only, etc) In Grid Control [ID 377310.1]
    Eric

  • Multiple RAC databases on same GI using different subnets for Public i/face

    Hello. We are configuring a 2 node cluster. That cluster will host several RAC databases. For security reasons our networking team want to create separate subnets for the application traffic to each specific RAC database on the cluster.
    E.g. application 1 has 2 application servers that will connect to RAC database PROD1 via one subnet, application 2 has 3 application servers that will connect to RAC database PROD2 via a different subnet, etc.
    In addition the networking team want to configure a separate management subnet that DBAs etc. will use to administer all RAC databases and infrastructure in the cluster.
    Grid Infrastructure version 11.2.0.2. Database versions will vary from 10.2.0.x to 11.2.0.2. All databases will utilise RAC.
    We want to take advantage of SCAN listener functionality to support connectivity to all databases on the cluster. Forum thread 2199620 [https://cn.forums.oracle.com/forums/thread.jspa?threadID=2199620] suggests that 11gR2 supports multiple subnets, which looks to be exactly the feature we need. Please can you confirm how this works and point us to any documentation (standard docs, white papers, MOS, etc.) that might help us configure this.
    Document referenced in thread 2199620 was not exactly what we were looking for, and didn't translate too well in Google Translate.
    Any guidance much appreciated. Thanks, Rich.
    Similar threads:
    https://cn.forums.oracle.com/forums/thread.jspa?messageID=9846298? (Dual SCAN on multi homed cluster)
    https://cn.forums.oracle.com/forums/thread.jspa?threadID=2199620 (scan listener in OAM VLAN)
    Edited by: 887449 on 26-Sep-2011 01:41

    Thanks Levi. Your advice is very much appreciated.
    Your statement that we can only have one SCAN listener listening on one public network is actually the clarification I was looking for.
    For anyone else reading this thread I believe this gives us 3 options:
    1) Configure a SCAN listener and have all applications, and all management/administration, connecting to the corresponding database on the same cluster via that SCAN listener, all on the same subnet.
    2) Configure a SCAN listener for use by all applications connecting to the corresponding database on the same cluster, and use TNSNAMES/VIP for management/administration traffic, both on separate subnets (by configuring the LISTENER_NETWORKS parameter)
    3) Configure a SCAN listener for use by applications connecting to one of the databases on the cluster via one subnet, use TNSNAMES/VIP for all other applications connecting to other databases, each using their own subnet. Plus, the management/administration could be via another subnet utilising TNSNAMES/VIP.
    From our perspective we will work out the best one for us and implement accordingly.
    Thanks again for your timely and comprehensive response.

  • Oracle Database 11gR1 Enterprise Manager Console Cannot Display in Browser

    Folks,
    Hello. I am running Oracle Database 11gR1 with Operaing System Oracle Linux 5. I have some issues regarding EM connects with the Database Server as below:
    First, the default listener is LISTENER with standard port number 1521 and protocol TCP/IP.
    Its corresponding service naming S1 is with port 1521 and protocol TCP/IP and hostname localhost.localdomain.
    I run this listener in the following way:
    Step 1: [user@localhost bin]./lsnrctl start LISTENER (This command runs sucessfully.)
    Step 2: [user@localhost bin] ./sqlplus SYS/SYS as sysdba (This command starts sqlplus sucessfully.)
    Step 3: [user@localhost sqldeveloper] ./sqldeveloper.sh (This command invokes SQL Developer sucessfully.)
    But when start Enterprise Manager Console, it cannot connect with the Database. I do it in this way:
    [user@localhost bin] ./emctl start dbconsole
    The above command's output is:
    https://localhost.localdomain:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ... ...
    When open the link https://localhost.localdomain:1158/em/console/aboutApplication in browser, this message comes up:
    The connection to localhost.localdomain: 1158 cannot be established.
    Thus, I add Port Number 1158 into both LISTENER and Service Naming S1. I run ./emctl start dbconsole again and get this message:
    The connection to localhost.localdomain:1158 was interrupted while the page was loading.
    In order to solve the above issue, I create another listener LISTENER2 and another Service Naming S2 with Port Number 1158 and protocol TCP/IP because
    in my point of view, each listener only can have one Port Number(1521 or 1158) and its corresponding Service Naming (S1 or S2) need to have the same Port Number and Protocol (TCP/IP).
    But when I run [user@localhost bin]./lsnrctl start LISTENER2, this message comes up: the listener supports no service.
    From the message, it seems that LISTENER2 cannot work with its corresponding Service Naming S2 with Port 1158.
    EM with Port 1158 cannot display in Browser.
    My questions are :
    First, Is there any relationship needed to be established between listener(LISTENER2) and Service Naming(S2) in order to display EM in Browser ?
    Second, how do folks display EM in browser ?
    Thanks.

    Folks,
    Hello. Thanks a lot for replying. I do the following command: [user@localhost bin]$ wget http://localhost.localdomain:1158/em
    The command returns the message:
    --11:36:33-- http://localhost.localdomain:1158/em
    Resolving localhost.localdomain... 127.0.0.1
    Connecting to localhost.localdomain|127.0.0.1|:1158... connected.
    HTTP request sent, awaiting response... 200 No headers, assuming HTTP/0.9
    Length: unspecified
    Saving to: `em'
    [ <=>                                                                                                              ] 7 --.-K/s in 0.002s
    11:36:33 (4.15 KB/s) - Read error at byte 7 (Connection reset by peer).Retrying.
    --11:36:34-- (try: 2) http://localhost.localdomain:1158/em
    Connecting to localhost.localdomain|127.0.0.1|:1158... connected.
    HTTP request sent, awaiting response... 200 No headers, assuming HTTP/0.9
    Length: unspecified
    Saving to: `em.1'
    100%[=================================================================================================================>] 7 --.-K/s in 0s
    11:36:34 (16.8 KB/s) - Read error at byte 7 (Connection reset by peer).Retrying.
    The above message repeats again and again until finally returns the following message:
    11:39:02 (40.2 KB/s) - Read error at byte 7 (Connection reset by peer).Giving up.
    In browser, http://localhost.localdomain:1158/em cannot display and pop up a Windows with the message: You have chosen to open whicn is BIN file from http://localhost.localdomain:1158 What sholud FireFox do with this file ? Save to Disk ?
    My question is:
    I don't know how to display http://localhost.localdomain:1158/em in Browser. How to solve the issue ?
    Thanks.

  • How to create a new database using Enterprise manager?

    hi all,
    thank you for all your support. i want to create a new database . I tried following these steps
    i am using Oracle 9i and windows XP
    1, opened the enterprise manager by clicking from programs
    2,selected launch standalone Application
    3, from the tree i expanded the network node and expanded the databases node ,now i can see the globaldatabase i created during installation . i can login that database using systems and manager (username & password )
    4, clicked the new database icon from the window , a small window with node named database appeared
    5 , I tried to expand that by clicking on the database node ,but it pops up a new window showing no active session selected
    I would be grateful if anyone can suggest a solution for this
    thanks & regards

    Hi,
    How can i access DBCA
    start ---> run ---> DBCA <<hit enter>>
    or
    start ---> program ---> oracle home ---> configuration tools ---> database configuration assistant.Regards
    Mohammed Taj
    http://dbataj.blogspot.com

  • 10g RAC Node down Enterprise Manager

    Hello
    We have a 2 node Oracle 10g RAC Rel2 Linux setup. Enterprise Manager was first stalled on Node1 and we access it using http://node1:5500/em.
    This node has a hardware failure and is out of commision at the moment. When I try to connect to http://node2.5500/em it does not work.
    I see the dbconsole process is running onthe node2.
    How can I use the Enterprise Manager if the node1 is down?
    Thanks

    Can you try deconfig and config again on node 2?
    emctl stop dbconsol
    emca -deconfig dbcontrol
    emca -config dbcontrolSalman

  • Deleting/dropping/removing database using Enterprise Manager  (12c)

    Hi,
    I have run some searches and review the documentation... but I haven't found any way to drop/remove/delete databases using 12c EM.
    We have multi-instance environments (one physical server with several instances/database). And from time to time we have to remove one or more instances when they are decommissioned.
    So far we are using DBCA, but I wonder if there is any way to do the same with EM "out of the box ...
    Could someone point me in the right direction?
    Thanks in advance,
    Francisco Palomares

    Hello Francisco,
    the only "out of the box" methods to delete/remove a database would be:
    - Create a "User defined procedure" to do the job - Checkout the "Lifecycle Management" guide in the documentation
    - When using the Self Service Portal as part of the Cloud Management feature, users would be able to request for a database to be created. When requesting for a database to be created the user can also identify for what period he/she would need the database. Meaning that you can indicate the moment a database need to be decommissioned. In that case not only a Job will be scheduled to create the requested database, but also a job will be scheduled to remove the database after the indicated time frame has passed. Check for this the Cloud Management Guide.
    - You could of course also think about doing this using a custom made script that you could schedule from the EM job system.
    Well enough material to think about ;-)
    Regards
    Rob
    http://oemgc.wordpress.com

  • Securing Database from Enterprise Manager

    Hi all
    How to secure Database from EM console?
    Thanks
    Edited by: user13332773 on Dec 1, 2010 4:00 AM

    user13332773 wrote:
    By saying secure a database I meant that we can have database in secure mode.Yes .. you can secure agent and dbconsole.
    Check :
    http://oracle-magician.blogspot.com/2008/05/how-to-secure-oracle-10g11g-enterprise.html
    http://download.oracle.com/docs/html/B12013_03/security2.htm#i1042301
    Regards
    Rajesh

  • Trying to add oinstall and dba (for Oracle Database and Enterprise Manager) to my LDAP account

    I want to add groups to my LDAP user account abc. Currently I have uid=243782(abc) gid=10(wheel) groups=1275(nsn-emp),9834(nsn-moh),10(wheel), but I want groups oinstall, oper and dba added.
    According to the database installation document, local os group must include oinstall and dba.
    The following local operating system groups and users are required if you are
    installing Oracle Database:
    ■ The Oracle Inventory group (typically, oinstall)
    ■ The OSDBA group (typically, dba)
    ■ The Oracle software owner (typically, oracle)
    I tried to add abc groups oinstall and dba using root user, but it failed.
    Could you please inform me how to add these groups?
    Thanks.
    lf

    Folks,
    Hello. Thanks a lot for replying. I do the following command: [user@localhost bin]$ wget http://localhost.localdomain:1158/em
    The command returns the message:
    --11:36:33-- http://localhost.localdomain:1158/em
    Resolving localhost.localdomain... 127.0.0.1
    Connecting to localhost.localdomain|127.0.0.1|:1158... connected.
    HTTP request sent, awaiting response... 200 No headers, assuming HTTP/0.9
    Length: unspecified
    Saving to: `em'
    [ <=>                                                                                                              ] 7 --.-K/s in 0.002s
    11:36:33 (4.15 KB/s) - Read error at byte 7 (Connection reset by peer).Retrying.
    --11:36:34-- (try: 2) http://localhost.localdomain:1158/em
    Connecting to localhost.localdomain|127.0.0.1|:1158... connected.
    HTTP request sent, awaiting response... 200 No headers, assuming HTTP/0.9
    Length: unspecified
    Saving to: `em.1'
    100%[=================================================================================================================>] 7 --.-K/s in 0s
    11:36:34 (16.8 KB/s) - Read error at byte 7 (Connection reset by peer).Retrying.
    The above message repeats again and again until finally returns the following message:
    11:39:02 (40.2 KB/s) - Read error at byte 7 (Connection reset by peer).Giving up.
    In browser, http://localhost.localdomain:1158/em cannot display and pop up a Windows with the message: You have chosen to open whicn is BIN file from http://localhost.localdomain:1158 What sholud FireFox do with this file ? Save to Disk ?
    My question is:
    I don't know how to display http://localhost.localdomain:1158/em in Browser. How to solve the issue ?
    Thanks.

  • Clone Database Using Enterprise Manager

    Hi all,
    Can some on provide me link regarding a clone db using EM tools when i am trying do that i am getting error as OS credentials fail though i gave valid username and password (OS user)
    Thanks Much,
    Napi

    Napi wrote:
    Hi all,
    Can some on provide me link Try this
    Thanks Much,ok

  • Unable start up the Enterprise Manager is not able to connect to database

    hi,
    i am unable to start up the Enterprise Manager is not able to connect to the database instance.
    This is the status
    Host          
    chinna
    Port          
    1521
    SID          
    orcl
    Oracle Home          
    C:\app\Administrator\product\11.1.0\db_3
    Listener
    Status          
    Down
    Host          
    akil
    Port          
    1521
    Name          
    LISTENER
    Oracle Home          
    C:\app\Administrator\product\11.1.0\db_3
    Location          
    C:\app\Administrator\product\11.1.0\db_3\network\admin
    Details          TNS-12541: TNS:no listener
    Agent Connection to Instance
    Status          
    Failed
    Details          ORA-12541: TNS:no listener (DBD ERROR: OCIServerAttach)

    Hi,
    Details     ORA-12541: TNS:no listener (DBD ERROR: OCIServerAttach)Please check Listener, Database and enterprise manager Service is up and running.
    regards,
    Xaheer

  • Oracle Enterprise Manager Database Control

    Please help me.
    Here's oracle installing step:
    1. Install Oracle 11g software with "Advance" option. I just install software without creating a Data base at this time.
    2. Create a Data base with DBCA
    I couldn't see the Oracle Enterprise Manager Database Control at "Services " window while
    "Chapter 3: Getting Started with Oracle Enterprise Manager" says that:
    This chapter introduces you to Oracle Enterprise Manager Database Control. The Oracle Universal Installer installs Oracle Enterprise Manager Database Control when you install the Oracle software. Enterprise Manager Database Control provides a Web-based interface that you can use to manage your Oracle instance and database.
    Thank in advance!

    Hi,
    You didn’t create a Database that’s why you don’t have Oracle Enterprise Manager Database Control.
    Create Database with DBCA and you will get an option “Configure database with Enterprise manager” (step 5).
    At the end of DB creation you will get a link for Oracle Enterprise Manager Database Control.
    Browse the link to open EM Database control.
    If you choose to create DB with Oracle installation then you will get Oracle Enterprise Manager Database Control.
    Regards,
    Satishbabu Gunukula
    http://oracleracexpert.blogspot.com

  • Accessing Enterprise Manager for multiple db's on same machine

    I've installed Oracle 11g Enterprise Edition (basic installation with starter database) on my laptop. I've created two databases and the link to
    access Database Control (Enterprise Manager) for each is as follows
    [https://192.168.2.3:5500/em]
    [https://192.168.2.2:1158/em]
    I cannot access either of them. I've tried [https://localhostname:####/em,] still no access.
    The system variable(s) ORACLE_HOME is not currently defined. I've tried to define it as follows, ORACLE_HOME=C:\app\product\11.1.0\db_1.
    In Windows XP services OracleDBConsoleMyDB1 and OracleDBConsoleMyDB2 each service is
    set to Automatic . . . but neither shows current status.
    The databases are up and running, I can connect and query from each.
    How can I get the web interface to Enterprise Manager to work?
    Thanks.

    Ok, I found the two directories;
    C:\app\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_192.168.2.2_alpdev
    C:\app\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_192.168.2.3_cnpdev
    I also found these two as well;
    C:\app\product\11.1.0\db_1\192.168.2.2_alpdev
    C:\app\product\11.1.0\db_1\192.168.2.3_cnpdev
    My machine name is xxxxxx1700, so I had to make the following changes to get
    any meaningful output.
    Renamed directories (folders) under C:\app\product\11.1.0\db_1
    to xxxxxx1700_alpdev and xxxxx1700_cnpdev, OC4J_DBConsole_xxxxx1700_alpdev did not work,
    neither did OC4J_DBConsole_xxxxx1700_alpdev.
    Under C:\app\product\11.1.0\db_1\oc4j\j2ee, created two new directories OC4J_DBConsole_xxxxx1700_alpdev
    and OC4J_DBConsole_xxxxxx1700_cnpdev and copied contents into these two folders from
    OC4J_DBConsole_192.168.2.2_alpdev and OC4J_DBConsole_192.168.2.3_cnpdev.
    I then SET ORACLE_SID's;
    C:\> set ORACLE_SID=alpdev
    C:\>emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://192.168.2.2:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ...The OracleDBConsolealpdev service is starting.
    The OracleDBConsolealpdev service could not be started.
    A system error has occurred.
    System error 3 has occurred.
    The system cannot find the path specified.
    C:\>set ORACLE_SID=cnpdev
    C:\>emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://192.168.2.3:5500/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ...The OracleDBConsolecnpdev service is starting.
    The OracleDBConsolecnpdev service could not be started.
    A system error has occurred.
    System error 3 has occurred.
    The system cannot find the path specified.

Maybe you are looking for

  • How do you get iTunes purchased songs to automatically play one after the other

    How do you get iTunes purchased songs to play automatically one after the other without having to hit play for each song ? Also I lost all my pictures on my iPad when I installed iOS 7 upgrade. Any way to get them back? Thanks. Dr Ron.

  • Why isn't Downloadhelper working with Youtube?

    I have been using the Downloadhelper add-on for years on my laptop with no problem. I noticed about three days ago it was no longer working with any Youtube videos. The rotating icon is still working, and when I click on it, it still gives me the fil

  • Jar file and classPath

    Hi, I have created a jar file using jar cvmf manifest classes.jar *.* in a directory under wich I can have put all my class files. When I run the class containing the main program, everything works fine. However, when I run the executable jar file, I

  • How can I take measurements in PS5?

    Hey Folks, I'm a current Elements user and have been looking into PS5 for the Mac to solve a problem. What I need to do is take measurements within a photo. Here's the scenerio... We're cataloging trays of food, before and after its eaten...school tr

  • Distributing multiple BO reports in single e-mail ?

    Hi Everyone, Hi Everyone, I want to schedule 2 BO reports and sent to users e-mail as PDF. (All the user should see all data.) When I schedule 2 reports separately, the user is getting 2 e-mails.(Each mail for each reports). My Requirement:-  User sh