Grid control and non-default listener

I have oem 10.2.0.5 on linux redhat 5
i have a series of databases with 2 oracle homes on solaris.
1. we use virtual IPs instead of the host ip. so one IP for each database. This is due to our active/passive cluster. I have read the documentation on this. I was able to configure for this by taking the tnsnames file and using that in the target configration.
My problem now is that the OEM sees my listener as being down. I think this is because it is looking for the default listener on port 1521. We have 1 listener per database and they are on non-default ports. This is for our active/passive failover.
how do I configure the target to look for the correct listener? so I do not have a listener called listner.
My listener has the same name as the database name and is on the same port as my database.

Guess2 wrote:
I have oem 10.2.0.5 on linux redhat 5
i have a series of databases with 2 oracle homes on solaris.
1. we use virtual IPs instead of the host ip. so one IP for each database. This is due to our active/passive cluster. I have read the documentation on this. I was able to configure for this by taking the tnsnames file and using that in the target configration.
My problem now is that the OEM sees my listener as being down. I think this is because it is looking for the default listener on port 1521. We have 1 listener per database and they are on non-default ports. This is for our active/passive failover.
how do I configure the target to look for the correct listener? so I do not have a listener called listner.
My listener has the same name as the database name and is on the same port as my database.Your database isn't "on" a port, so the fact that you make a statement like "My listener . . . is on the same port as my database." indicates you don't yet have a clear understanding of the relationship of the listener to the database. The fact that you would name your listener the same as your database further indicates you don't yet have a clear understanding of the relationship of the listener to the database.
The database (actually, we're talking about the instance) really has no inherent relationship to the listener. The listener is just a connection broker. One listener, listening on one port, can service requests for multiple databases, even multiple versions (9.x, 10.x) databases, even databases running out of different homes. For that reason alone, I consider it bad practice to name a listener the same as a database. That implies a relationship that simply doesn't exist. Only under extraordinary circumstances would it be necessary to have more than one listener running on a server, regardless of how many database instances may be on that server. And for that reason it really doesn't make much sense to name your listener anything but the default - "listener".
You configure your listener to listen on a certain ip and port. You configure your clients (via tnsnames or other naming method) to send connection requests to the ip and port the listener was configured to listen for, requesting a connection to a service name the listener knows about. The listener knows about service names either through coding in the SID_LIST section of listener.ora, or through self-registration by the instance.
I worked with active/passive clusters with virtual IP's a few years ago and there was really nothing special I had to do as far as the databases, clients, or listeners.

Similar Messages

  • GRID Control and management  hostname

    With a HA deployment you have to set :
    emd.properties:#AgentListenOnAllNICs=FALSE
    This is ok for me but the servers have 3 differents IP adresses (3 differents hostname), one is foucuss for management tasks and this is not the name registered by the Agent.
    Do you know if it is possible to run host scripts (external jobs) with Grid Control and to specify the hostname where these jobs have to run by default the jobs will run on the hostname registered by the Agent.

    Hello,
    There is currently no support for CEP in Grid Control.
    andy

  • How to find Parameter values of a non-default listener using LSNRCTL

    Hi,
    I have a non-default listener with name like "lsnr_abcd" in non-default port.
    I am on 10.2.0.4 database version. If I want to find out parameter values (like displaymode,dynamic_registration,etc)
    for a non-default listener, which command should I use?
    I know that for default listener, we can do the following
    1) Execute lsnctl
    2) show dynamic_registration
    What should I execute if I want to get this details for a listener "lsnr_abcd"
    Thank You
    Sarayu

    After setting your current listener to non default listener like this
    lsnrctl> SET CURRENT_LISTENER lsnr_abcd
    You can execute the further commands without your listener name
    lsnrctl>set DISPLAYMODE
    Edited by: vreddy on Jul 19, 2012 6:53 AM
    Edited by: vreddy on Jul 19, 2012 6:54 AM

  • Figures in Grid Control and Enterprise Manager Console don't match!

    Hi,
    I have just installed Oracle 10g Grid Control and it is managing an existing database on another server. It appears to gather information as expected in most areas (I can look at the alert log through grid control and it is up to date to the nearest 60 seconds as I expect) but today I looked at how full my undo tablespace is and the figures seemed completely wrong. When looking through grid control it showed me that Undo was 20% full. When I looked in the old java console, it showed it was 30% full!
    Is there any reason why figures in Grid Control would not be accurate or up to date? I have no error messages and it seems to be gathering data fine.
    Is it more likely the old java console is not accurate? (I've always found it accurate in the past I think!).
    These are Solaris Sparc servers, Oracle 10.2.0.3 Grid Control monitoring an Oracle 10.2.0.3 database on a remote server via management agent.
    Thanks,
    Paula

    And this morning my old console says 21%, and the new Grid Control says 14%. So they both seem to be gathering the info and putting it out but they have completely different opinions on how much space is used. I think that makes the whole thing fairly useless. Not so glad I spent an age trying to get grid control set up now!!!
    Any thoughts much appreciated!!!!
    Thanks,
    Paula

  • Oracle 10.2.0.3 Grid Control and ReNew the IP Address

    Hello
    I have installed Grid Control and added few hosts and was working fine. But I have changed the IP address of Grid Server host. I mean I have been given new IP address for Grid Control host.
    I have changes the ip address in /etc/hosts and reboot the server. But Grid Control Console page is not coming up on IE. Help Please...
    Regards
    Sindhi

    It has been sorted out. As Grid Control use FQDN and it do not use IP address. Just I changes the IP address and FQDN was same. I was forgot to change IP address from Terminal Server where I was accessing Grid Control Console using IE. Thanks for you both to response my query.

  • Install Grid Control and use repository within a DataGuard configuration

    Hello,
    I need some information if anyone has experience in the following
    We have severel database running in DataGuard standby configuration.
    I want to install OMS 11.1 and use the repository in a primary and standby configuration.
    My configuration will look like this:
    host 1     Primary Repository database
         OMS service 1
    host 2     Standby Repository database
         OMS service 2
    During normal operation i want to have 2 OMS services running.
    Whenever a failover is necessary, i want to active my standby database and run OMS service 2.
    Can this be a working configuration?
    Any help is appreciated.
    Regards,
    Ben

    Hi.
    As far as I know, the dbconsole installed with the Oracle database applies for only one database on one server. The information accessed by the dbconsole relies within the sysman schema inside the actual database. For a database environment with 10 databases, it is possible to install grid control and manage all these databases despite version and OS. And I think that grid is a good solution to such an environment.
    The grid installation itself is a application server installation, and I suggest if possible that you separate the rdbms server and the server that contains the grid control.
    The repository database the grid control uses can either be installed in the 10g environment or in the grid control environment (server). You can place the repository in a new database in a separate ORACLE_HOME from the actual grid control application server.
    Good luck.
    rgds
    Kjell Ove

  • Installing Grid Control and not using ASM

    Is it possible to install Grid Control and not be using ASM? We are on the brink of beginning our install (Peoplesoft) and may not use ASM. It seems to me from documentation that I'm reviewing that installing GC assumes you will be using ASM.
    Any info would be appreciated.

    Hi,
    the Grid Control Repository database does not require ASM. It works perfectly fine with datafiles on a normal filesystem.
    Best regards,
    Robert

  • Grid Control and CEP

    Hi,
    We are building for one of our clients a solution that is comprized from several products. One of them is CEP. For all theother products we can use Grid Control to "watch" the status and "health" of the products but we could not find any reference to CEP.
    We know that we can get the statistics on the EPNs using Visualizer or JMX but we prefer to have it all in one place. Is it possible to use Grid Control?
    Is there any information regarding Grid Control and CEP?
    Thanks,
    Shimon

    Hello,
    There is currently no support for CEP in Grid Control.
    andy

  • When to install Grid Control and when to just use 10g built in?

    1. is Grid Control really the only way to Enterprise Manage multiple databases? (if not, how do i switch from different databases on the 10g built in EM)
    2. I only have about 10 databases, is Grid Control overboard?
    3. Is it a bad or good idea to install GC on the 10g server?
    thanks,

    Hi.
    As far as I know, the dbconsole installed with the Oracle database applies for only one database on one server. The information accessed by the dbconsole relies within the sysman schema inside the actual database. For a database environment with 10 databases, it is possible to install grid control and manage all these databases despite version and OS. And I think that grid is a good solution to such an environment.
    The grid installation itself is a application server installation, and I suggest if possible that you separate the rdbms server and the server that contains the grid control.
    The repository database the grid control uses can either be installed in the 10g environment or in the grid control environment (server). You can place the repository in a new database in a separate ORACLE_HOME from the actual grid control application server.
    Good luck.
    rgds
    Kjell Ove

  • Installing Grid Control and managing DBs on desktop

    I want to install Grid Control, and manage DB on my own testing environment on desktops...I tried one time to install Grid Control on my desktop i become very slow. Now i am thinking to buy new Desktop dedicated for Grid Control only and see how it goes...any suggestions?
    2nd how i can access my DB on the other desktop? Like i should install agents on that...and how to configure....

    When teaching this class I typically have 6 pairs of students sharing a single P4 3Ghz with 4Gb of RAM gridserver. (combined 10.1.0.4 emrep with single OMS on RH 3 AS)
    THis is more than enough for the 150 or so targets that we configure during class
    The agents are deployed in any of several methods.(the install DVD is probabally the easiest for 1's and 2's) If you are monitoring a db expect to use about 150Mb of RAM for the agent. After setting up the agent ensure that your computer has local security policy configured so that "Login as Batch" is enabled for the user account that will be used for authentication to the desktop. (this also means that you need to have a windows password configured for that account as well).
    The database configuration is semi-automatic once you have the agent installed on the desktop (it's called discovery)

  • Grid Control and Default Date value

    I am facing 3 problems:
    1) One is I want to know how to create a grid control with combo
    box/drop down list control for certain fields within that grid.
    when I place the grid control no rows or columns can be seen
    everything is grey so how the heel should I know where to have
    the drop down list controls.these drop down list controls have
    some constant values bound to a difeerent stand alone table.
    2) In a grid control/in a single text box how can I set the
    default value to the today's date in the design environment.
    I tried setting the format of the date in the formatterinfo to
    MM/DD/yyyy but as soon as I try to click on the insert for the
    detail table in a Master-detail table relationship there is an
    error.
    3)I also wanted to know if anyone knows if there is a calendar
    control so that the user over the web can click on a particular
    date through the control so that formatting can be avoided.
    tHANKS
    null

    I am facing 3 problems:
    1) One is I want to know how to create a grid control with combo
    box/drop down list control for certain fields within that grid.
    when I place the grid control no rows or columns can be seen
    everything is grey so how the heel should I know where to have
    the drop down list controls.these drop down list controls have
    some constant values bound to a difeerent stand alone table.
    2) In a grid control/in a single text box how can I set the
    default value to the today's date in the design environment.
    I tried setting the format of the date in the formatterinfo to
    MM/DD/yyyy but as soon as I try to click on the insert for the
    detail table in a Master-detail table relationship there is an
    error.
    3)I also wanted to know if anyone knows if there is a calendar
    control so that the user over the web can click on a particular
    date through the control so that formatting can be avoided.
    tHANKS
    null

  • OEM Grid Control and PSOVM

    Hi,
    Oracle provides templates for OEM Grid Control (x86 32bits), it would be really great to have it more integrated within PSOVM.
    How could it be integrated within PSOVM ?
    1. On the PSOVM database server, have a database agent installed
    2. On the PSOVM App/Batch/PIA server, have a Peoplesoft agent installed
    Whether the first is over used almost everywhere, the latter is not used by many customers, and really that's a pity and would be great to have it in first place in demo purpose.
    Is that doable to have it installed by default ?
    If done, we'll just have to install the Peoplesoft plugin in OEM Grid Control...
    Nicolas.

    Assuing this a regular backup . by any chance had the box credential changed?

  • ITANIUM Grid Control and Oracle 10.2.0.3 update

    QA and PROD databases were installed as 10.2.0.1 on Itanium servers.
    QA was taken to 10.2.0.3 two weeks ago.
    Grid Control AGENT was applied to QA early last week.
    QA database continues to perform
    PROD was not taken to 10.2.0.3
    Grid Control AGENT was applied to PROD early last week.
    PROD continued to perform.
    THIS MORNING applying 10.2.0.3 upgrade to PROD: Installation set passed Deinstall and Install then at LINKING returned "Error in invoking target 'client_sharedlib" of makefile '/oracle/CDWP/orahome/nedtwork/lib/ins_net_client.mk" See '/home...log'. Examining the log led to libclntsh.so.10.1 WITH ZERO FILESIZE LENGTH. Further testing had repeated results.
    THIS THREAD WILL BE PLACED IN ENTERPRISE MANAGER AND METALINK.
    It appears the ITANIUM GRID CONTROL release was not well QC'd. I am FORCED to recover the PROD database from backup.
    ANYONE with any insight on how to install 10.2.0.3 AFTER Grid Control please respond.

    Hi Rob Zoeteweij
    This is the output of command "emctl status agent" .
    $ emctl status agent
    Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
    Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
    Agent Version     : 10.2.0.5.0
    OMS Version       : 10.2.0.5.0
    Protocol Version  : 10.2.0.5.0
    Agent Home        : /opt/app/oracle/product/agent10g
    Agent binaries    : /opt/app/oracle/product/agent10g
    Agent Process ID  : 11715
    Parent Process ID : 11680
    Agent URL         : https://oracledev.test.com:3872/emd/main/
    Repository URL    : https://oracledev.test.com:1159/em/upload
    Started at        : 2010-09-06 11:06:28
    Started by user   : em10g
    Last Reload       : 2010-09-06 11:06:28
    Last successful upload                       : (none)
    Last attempted upload                        : (none)
    Total Megabytes of XML files uploaded so far :     0.00
    Number of XML files pending upload           :      577
    Size of XML files pending upload(MB)         :    22.89
    Available disk space on upload filesystem    :    31.20%
    Last attempted heartbeat to OMS              : 2010-09-06 11:06:39
    Last successful heartbeat to OMS             : unknown
    Agent is Running and Ready

  • Grid control and all its services start by itself

    Hi all,
    We've got 10g OEM Grid Control running on RHEL4. It was working without the server reboot for about two month. Yesterday, I rebooted the server and was veeeery surprised when connecting to the repository it turned out that it's already started. listener was started as well and Grid Control page was working perfectly...
    /etc/oratab file contain all "N" there. My question is such is this a GC-only feature and if yes, where exactly this automatic startup script resides? (Because I know that people always struggling with the automatic startup process on Linux and they need to create their own scripts for it.) Probably, because it's Grid and it needs to be up and running always, there is some parameter, that I'm not aware of?
    PS: I tested it three times, shut down the database and reboot the server, reboot server without shutting down the DB, shutting down the server etc.. Each time listener, DB and OMS services started by itself...
    Please, advise where to take a look about it.
    Thanks,
    M.

    You can find the reason why here --> Oracle® Enterprise Manager Grid Control Installation and Basic Configuration
    10g Release 3 (10.2.0.3.0)
    Part Number B40103-01
    What's New
    Automated Startup Scripts (UNIX Only)
    In this release of Enterprise Manager, the startup scripts to run the Oracle database, Management Service, listener, and agent are automatically executed in case a machine reboots. The services that are automatically started depend on the installation type that you chose.
    ~ Madrid
    http://hrivera99.blogspot.com/

  • Grid Control and Segment Advisor

    I ran the segment advisor (within Grid Control) against a 10.1.0.4 target (picked a few tablespaces) and it ended up generating a 7 gigabyte tracefile in bdump of that target database. I did not turn on any kind of tracing. Is this expected behavior?!?
    The header of the trace file, if you're curious...
    /usr2/app/oracle/admin/GMWM/bdump/gmwm_j001_17425.trc
    Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    ORACLE_HOME = /usr2/app/oracle/product/10.1.0/db_1
    System name: SunOS
    Node name: web440-1
    Release: 5.9
    Version: Generic_118558-06
    Machine: sun4u
    Instance name: GMWM
    Redo thread mounted by this instance: 1
    Oracle process number: 134
    Unix process pid: 17425, image: oracle@web440-1 (J001)
    *** 2005-11-30 10:48:36.596
    *** ACTION NAME:() 2005-11-30 10:48:36.571
    *** MODULE NAME:() 2005-11-30 10:48:36.571
    *** SERVICE NAME:(SYS$USERS) 2005-11-30 10:48:36.571
    *** CLIENT ID:([email protected]@Mozilla/4.0 (compatible; MSIE 6.0; Win) 2005-11-3
    0 10:48:36.571
    *** SESSION ID:(471.58192) 2005-11-30 10:48:36.571
    9ir2 HEAP BLOCK FORMAT
    Block header dump: 0x01455008
    Object id on Block? Y
    seg/obj: 0x17bce csc: 0x28c.2ec02c6 itc: 3 flg: E typ: 1 - DATA
    brn: 0 bdba: 0x1455005 ver: 0x01 opc: 0
    inc: 0 exflg: 0
    Itl Xid Uba Flag Lck Scn/Fsc
    0x01 0xffff.000.00000000 0x00000000.0000.00 C--- 0 scn 0x028c.02ec02c6
    0x02 0x0000.000.00000000 0x00000000.0000.00 ---- 0 fsc 0x0000.00000000
    0x03 0x0000.000.00000000 0x00000000.0000.00 ---- 0 fsc 0x0000.00000000
    data_block_dump,data header at 0x3fd6f007c
    ===============
    tsiz: 0x3f80
    hsiz: 0x2be
    pbl: 0x3fd6f007c
    bdba: 0x01455008

    I have the same problem

Maybe you are looking for

  • Does Acrobat X (Pro) work properly in OS 10.9 Mavericks?

    Does anyone know if Acrobat X (Pro) works properly in 10.9 Mavericks? Acrobat 9 Pro does not work all that smoothly, and has the sidebar issue. I am thinking of upgrading the whole Creative Suite from CS5 to CS6, but it doesn't make sense if I will s

  • Impdp work with system but doesn't work with another user

    Hi, We have troubles with import of transportable tablespace, when i try to import it with system the import is done currectly, when i try to use another user we receive this message : impdp bmcese/***** directory=TTS_DIR dumpfile=RMCCO_RMC_ANA_STS_A

  • 06 Macbook Pro Coreduo - New Macbook Pro, Superduper Question

    I sold my old macbook pro this weekend. It was from March just after they released the first intel machines and before I sold it I used superduper to clone the internal drive to an external. I had planned to just plug the external into my new macbook

  • Adding login page to framework page for anonymous user/access

    Hi all, I have created all iviews, page and a role with anonymous authentication. Created desktop,set theme, added rules for the custom framework page for anonymous access.  We need to show some information even before user logs in. How should I add

  • Date comparison exception

    Greetings, I've got an object like the following: java.sql.Date fromDate; java.sql.Date toDate; direct-to-field mapped to an oracle table like: FROM_DATE DATE TO_DATE DATE When I try to query using the following expression I get: Expression exp = new