Grid Control Post Changes Slow

I have a primary database on one server, a standby database on another server. The fast start failover observer is on the same server as the grid control. When I do a fast start failover it takes approximately 25 minutes to update the grid control. Is there a way to speed up the time it takes to update the grid control.

You can change/increase the frequesncy of the Agent upload. But this may add more load to the database and network.

Similar Messages

  • Little help about Grid Control

    Hello,
    is it possible to reconfigure EM Grid Control after changing hots's IP and name? Do I need to install it again or there's something like emca -config dbcontrol db in EM Database Console?
    Thx in advance,
    Aliq

    you can reconfigure EM using emctl reconfigure

  • Grid Control access issue after ip change

    Hi
    The ip address of the server was changed. In this server there was repisotory database and OMS.
    After that, I couldnt manage to start oms.
    When I try:
    opmnctl start all , I notice that it is hanging.
    I also cannot display Grid Control url, however I can start repisotory database successfully.
    Any recommendation?

    I had the same problem, logged a TAR and waited several weeks, only to be told to resinstall OMS. That was 2 years ago with 10.2.0.3. There may be an article now on metalink which has the process. But I agree with the previous posts, the IP address is everywhere, so it's a real pain in the proverbial.

  • Color change of a field  in ALV Grid Control

    Hi,
    One small help needed....
    My req is explained below:
    I have 3 fields empno, ename and deptno. and the records of these fields would be displayed in ALV grid control.
    When I hover the mouse on ename field, the color of the complete field should change to other color, say "RED".
    How do I get this. Are there any Mouse events in SAP?
    Kalyan

    Hi,
    Once i changed the color of a field in a alv (not grid alv), i suspose that the same in alv grid. Also i used an mouse event.
    To manage the color:
    TYPE-POOLS : SLIS, and check this type:  SLIS_T_SPECIALCOL_ALV.
    when you call the function to display the alv, there is a parameter in which you should pass an internal table that references the type  SLIS_T_SPECIALCOL_ALV.
    To manage the mouse:
    1.- You should add the event user command:
    for example:
    DATA: I_EVENT TYPE SLIS_ALV_EVENT.
    Llamo al la función que obtiene los eventos validos para el ALV
      CALL FUNCTION 'REUSE_ALV_EVENTS_GET'
           EXPORTING
                I_LIST_TYPE     = 0
           IMPORTING
                ET_EVENTS       = P_EVENTS
           EXCEPTIONS
                LIST_TYPE_WRONG = 1
                OTHERS          = 2.
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ELSE.
      agrega evento user command
        READ TABLE P_EVENTS INTO I_EVENT
          WITH KEY NAME = SLIS_EV_USER_COMMAND.
        IF SY-SUBRC EQ 0.
          I_EVENT-FORM  = SLIS_EV_USER_COMMAND.
          MODIFY P_EVENTS FROM I_EVENT INDEX SY-TABIX.
        ENDIF.
      ENDIF.
    2.- you work with the user command event:
    FORM USER_COMMAND USING R_UCOMM LIKE SY-UCOMM
                            RS_SELFIELD TYPE SLIS_SELFIELD .
      CASE R_UCOMM.
        WHEN C_DOBLE_CLICK.
        here you do the things that you need when the mouse *     bottom it's pressed
          PERFORM xxxxxxx.
      ENDCASE.
    ENDFORM.
    3.- you can change the form of the mouse, but i don't remember exactly how to do that... try to check that, it's helpfull in order to display the fields that can execute a funtion in your alv.
    I hope this help you, and sorry for my english.
    Albio.-

  • EM10gR2 Grid Control / Change Management Pack does not support TYPE objects

    I wonder any Oracle EM10gR2 Grid Control users, implementing Oracle Change Management Pack, have used it for the release and proper packages management.
    Issue1 - On an EM console / Web GUI the DDL comparison and synchronization is not supported at all. Implementing it @ customer it appeared that we have to install a 10g Java Client in order to use the code comparison and sync functionalities.
    Issue2 - and this is more serious - it appears that even with Java client in use, you cannot compare or sync objects related to TYPE or TYPE BODY data types. The comparison simply hangs.
    Asked help from support, they mentioned an ER from 8i and logged a new ER for 10g/11g. That is surprising especially as the doc (http://download.oracle.com/docs/html/A96679_01/toc.htm) about code comparison does not exclude the TYPE objects from the supported options.
    Any fellow DBA running to a same problem? What solutions & recommendations might you have?

    Hi Mugunthan,
    Can you provide links to any tutorial or example (screenshots) of using Setup Manager to transfer something between two environments (say Users or DFFs)?
    Thanks,
    Gareth

  • Grid Control : Change Management Across Non-Prod and Prod

    All,
    I had some questions with regards to Grid Control Implementation Architechture on Prod and Non-Prod Env's
    The best practice is to configure a production Grid Control (GC) environment to monitor only production targets. This prevents nonproduction targets from adversely impacting a production environment.Another issue could be the compliance policy where in the production systems are to be isolated from Non-Production Environments.
    If this is the case then we have to have 2 GC environments , 1 for Prod and 1 for Non-Prod. In such a scenario how well can we do change management (Version control ) across the Non-Prod and Prod Environments ?
    To be more specific
    How is version control managed for Oracle builds if we have separate GC for Prod and Non-PROD? (Change Management pack / Configuration Management Packs are there but what is the real depth of these? )
    Change management for the Oracle Environments from DEV -> Test -> Pre-Production-> Production? We aim to have consist build across the environments can we achieve this if the GC is managed by Different OMS/OMR and if we have 2 separate environments how do we sync the GC environments managing PROD/NON-PROD after a change?

    This is feature is not there in 10.2
    This situation can be avoid by chagning the 9i port to 1522
    or install the GC on diffrent box

  • Bapi to create/change MM/SD grid control data (AFS)

    Hi experts,
    I'm looking for a way to create and change MM/SD grid control data by bapi (or by other way that can be implemented in ABAP).
    I mean the data that you can see when you go to trx J3AB, enter a material and push the buttons: "MM grid control data" or "SD grid control data"
    Thank you in advance.
    -francesco

    I found it by myself, there's the FM J_3A_CREA_GRCD_MASTER_GRID, inside the J3AGRI idoc FM J_4A_IDOC_INPUT_J3AGRI.

  • Error after ip address change of the grid control server

    Hi All,
    I got the error below, after i changed the ip address of the server. What would i do? Both db and the application are running on the same machine.
    [oracle@YDFULGRID bin]$ ./emctl start oms
    Oracle Enterprise Manager 11g Release 1 Grid Control
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Starting WebTier...
    WebTier Successfully Started
    Starting Oracle Management Server...
    Oracle Management Server Could Not Be Started
    Oracle Management Server is not functioning because of the following reason:
    Connection to the repository failed. Verify that the repository connection information provided is correct.
    Please check /oracle/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log for error details
    when i checked the error log:
    2012-09-13 16:23:56,602 [main] DEBUG oms.StatusOMSCmd processStatusOMS.155 - Using http port.
    2012-09-13 16:23:56,602 [main] DEBUG oms.StatusOMSCmd processStatusOMS.195 - Attempting to connect to http://YDFULGRID.YILDIZ.DOMAIN:7202/em/console/logon/logon
    2012-09-13 16:24:17,638 [main] DEBUG oms.StatusOMSCmd processStatusOMS.200 - page status code is 503
    2012-09-13 16:24:17,638 [main] DEBUG oms.StatusOMSCmd processStatusOMS.202 - header is 3
    2012-09-13 16:24:17,639 [main] INFO wls.OMSController statusOMS.950 - statusOMS finished with result: 3
    Edited by: user5199319 on 13.Eyl.2012 06:45

    Nowadays it's fairly painless - most issues arise around the admin server. With 5.x Sun provides scripts to help with this (admin_ip.pl) in the shared directory ...
    HTH

  • Domain name change broke oms/agents/grid control

    We merged with another company and the domain names changed for all servers last weekend. I fixed all servers (tnsnames, listner.ora and db_domain parameter), so sqlplus works and all processes work.
    My question is: which parameters do I need to change in the agents and the oms for gridcontrol to work again. Where are those parameters? Is there any documentation I can follow?
    Thanks.

    Hi.
    if the domain name from EM GC has changed you need to migrate the repository
    and reinstall the oms.
    *T
    Oracle® Enterprise Manager
    Grid Control Installation and Configuration Guide
    10g Release 5 (10.2.0.5.0)
    E10953-11
    September 2009
    Oracle® Enterprise Manager
    Advanced Configuration
    10g Release 5 (10.2.0.5)
    E10954-03
    Edited by: tbrinkmann on Feb 16, 2010 6:00 AM

  • Change hostname for Grid Control

    Hi All,
    I have installed OEM grid control 10gr2(10.2.0) on solaris. The installation was successfull.
    the grid control login page appeared to be as
    http://localhost:4889/em
    I do not understand why grid control installation has picked up the localhost and local ip address 127.0.0.1 instead of using the server hostname and server ipaddress
    Lets say i have following entries in /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    192.168.4.51 abc.xyz.com abc
    how to change the GRID url to http://abc.xyz.com:4889/em?
    thanks all in advance.

    Thanks for the reply
    The files are there,
    $OMS_HOME/sysman/config/emoms.properties
    And $AGENT_HOME/sysman/config/emd.properties
    bash-3.00$ emctl status agent
    Oracle Enterprise Manager 10g Release 10.2.0.1.0.
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Agent Version : 10.2.0.1.0
    OMS Version : 10.2.0.1.0
    Protocol Version : 10.2.0.0.0
    Agent Home : /u01/app/OracleHomes/agent10g
    Agent binaries : /u01/app/OracleHomes/agent10g
    Agent Process ID : 9997
    Parent Process ID : 9988
    Agent URL : https://localhost:3872/emd/main/
    Repository URL : https://localhost:1159/em/upload
    Started at : 2010-04-09 10:24:50
    Started by user : oracle
    Last Reload : 2010-04-09 10:36:08
    Last successful upload : 2010-04-09 12:15:37
    Total Megabytes of XML files uploaded so far : 22.36
    Number of XML files pending upload : 0
    Size of XML files pending upload(MB) : 0.00
    Available disk space on upload filesystem : 35.24%
    Last successful heartbeat to OMS : 2010-04-09 12:17:07
    Agent is Running and Ready

  • How do you change Host Domain in Grid Control (OMS)

    Background:
    Grid control is all installed on one server (AGENT, REPOSITORY, and OMS).
    Beside reintalling Grid Control, is there another method of changing the host domain in OMS?

    Recreate the Grid Control repository, update required config files.

  • Grid Control 11.1.0.1.0. Troubles after changing TZ.

    Hi!
    I've changed TZ region on servers with Grid Control 11.1.0.1.0 agents and OMS.
    After that, I changed value in $AGENT_HOME/sysman/config/emd.properties for agentTZRegion to new TZ and ran
    "Exec mgmt_target.set_agent_tzrgn('bla-bla:3872', 'New TZ');" for each agent.
    I restarted servers, agents and OMS but I've got some troubles:
    1. for servers that TZ was changed on DB-targets home pages "Page Refreshed" displays old TZ.
    2. status for some DBs is Down with error of Agent Connection to Instance "Failed to connect to database instance: ORA-12528: TNS:listener: all appropriate instances are blocking new connections (DBD ERROR: OCIServerAttach).", but test connection on configuring page works.

    Some DBs work fine and some have a trouble on the same server
    -bash-3.00$ /u01/app/oracle/product/agent11g/bin/emctl status agent
    Oracle Enterprise Manager 11g Release 1 Grid Control 11.1.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Agent Version : 11.1.0.1.0
    OMS Version : 11.1.0.1.0
    Protocol Version : 11.1.0.0.0
    Agent Home : /u01/app/oracle/product/agent11g
    Agent binaries : /u01/app/oracle/product/agent11g
    Agent Process ID : 4462
    Parent Process ID : 4454
    Agent URL : https://+'agent'+:3872/emd/main/
    Repository URL : https://+'server'+:1159/em/upload
    Started at : 2011-03-09 12:24:22
    Started by user : oracle10
    Last Reload : 2011-03-10 09:40:06
    Last successful upload : 2011-03-10 15:06:21
    Total Megabytes of XML files uploaded so far : 67.54
    Number of XML files pending upload : 0
    Size of XML files pending upload(MB) : 0.00
    Available disk space on upload filesystem : 36.55%
    Last successful heartbeat to OMS : 2011-03-10 15:11:25
    Agent is Running and Ready
    Here is Home page of DB target:
    Database Instance
    Status          
    Open
    Host          
    +'agent'+
    Port          
    1522
    SID          
    retail
    Oracle Home          
    /u01/app/oracle/product/10.2.0
    Details          
    The instance is open.
    Listener
    Status          
    Unavailable
    Agent Connection to Instance
    Status          
    Failed
    Details          Failed to connect to database instance: ORA-12528: TNS:listener: all appropriate instances are blocking new connections (DBD ERROR: OCIServerAttach).

  • Grid control 10g proxy change

    Dear all.
    I am new in oracle grid control 10g.
    I just did the installation, but I have an critical alert " Number of Active Agents exceeded the critical threshold (1). Current value: 0"
    As I understand this is because I put a proxy wile installing grid control and because of our proxy does not see local addresses grid controls does not see this agent.
    How can I tell grid control to avoid proxy if he tries to connect to local address?

    Have a look at $ORACLE_HOME\install\portlist.ini for the ports in use for your installation.
    By Default, it uses the non-secure port of 4889 which I do not think requires opening.

  • Grid Control stops sending emails?

    Hello everyone. Interesting thing happened today. For whatever reasons, Grid Control stopping sending out email alerts that we have configured. Let me give some details.
    We have customized some rules so we can receive email alerts if something goes wrong with our production databases. It has worked great until today.
    We have setup an alert to let us know the 'state' of the database. This worked extremely well on our dataguard box, which would change status to 'MOUNT" twice a day as we applied redo logs from the primary database. Each time this happened, Grid Control would fire off an email alert stating the database was in the 'MOUNT' stage.
    Once all the logs were applied and the database would return to 'OPEN', we could get a email saying the database was 'CLEAR' and now 'OPEN'.
    This worked great, until our 17:00 log applies happened.
    We did not receive anything at all and now I am trying to figure out why.
    To my knowledge, nothing has changed on the Grid Control server.
    I logged in and checked everything out, and it seemed ok.
    I did restart some of the services and restarted the DB instance.
    Doing some testing, I stopped a database to check the rule. It took a while for Grid Control to recognize that the database was down and it eventually fired off a email alert stating the database was unreachable. But this was after at least 3-5 minutes, where as before, it was almost instant.
    My guess is that for whatever reasons, is that when the database status changes, Grid Control is not finding out right away. Due to the latency of the issue, by the time all the logs have applied (no more than 5 minutes), the database is back 'OPEN' and the database looks good to grid control.
    I'm a little baffled by this because Grid Control has worked great for months.
    Does anyone have any idea on what could be wrong?
    Any ideas on where to start looking?
    Any additional information I can post to help troubleshoot? Logs?
    I appreciate it.
    Jason

    hi,
    Has a schedule been set-up for the user. This normally happens when a user is created.
    Does the user have access to the rule set that has been created.
    For example, in my system SYSMAN creates all the rules and then makes them public. Individual users then subscribe to the public rules to get the alerts.
    regards
    Alan

  • Grid control switchover issue

    Hi,
    I have carried out the following
    a 10g database install on 2 servers
    enabled dataguard between them so I have a primary and a standby database.
    I then installed Grid Control onto each server using the opetion to install into an existing database. this worked.
    On the standby server opmnctl is shutdown and the database is a PHYSICAL STANDBY.
    when I do a dataguard switchover I see the standby database is now the primary. I restart opmnctl and go to the web browser to look at Grid Control.
    The issue I have is that Grid Control, even though it is on the standby server, points to the primary server. How can I change this behaviour
    When I first started Grid Control I had to perform the following actions
    [oracle@griddg bin]$ ./emctl status emkey
    Oracle Enterprise Manager 10g Release 3 Grid Control
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Please enter repository password:
    The Em Key exists in the Management Repository, but is not configured properly or is corrupted in the file system.
    Configure the Em Key by running "emctl config emkey -repos".
    [oracle@griddg bin]$ ./emctl config emkey -repos
    Oracle Enterprise Manager 10g Release 3 Grid Control
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Please enter repository password:
    The Em Key has been configured successfully.
    after this gridcontrol was able to start but points to the wrong host.
    rgds
    alan

    hi,
    the steps I took are as follows
    1 - precreate a database on the primary and standby.
    2 - configure the tnsnames and listener files so that the databases can talk to each other
    3 - create a standby control file from the primary database.
    4 - copy all database files from the primary to the standby
    5 - copy the standby controlfile to the standby
    6 - start the primary database
    7 - start the standby database but only mounted, check database_role from v$database; it should be physical standby
    8 - install Grid Control on the primary server with the option to install onto an existing database. Complete this installation.
    9 - Install Grid Control onto the standby server with the option to install onto an existing database. Complete the installation and then carry out an 'opmnctl stopall'
    10 - all being well Grid Control should now show both hosts and databases.
    11 - create a dataguard configuration from within GC
    The standby database cannot be discovered correctly in GC and this must be because it is in a mount state, not sure what to do about this. This then meant that I had to carry out a switchover from the command line. I am just testing this now and will post back when complete.
    regards
    Alan

Maybe you are looking for

  • U00BFIs it possible to print a .TIFF from SAP?

    I am developing CRM, and in the CRM Activities it is possible to attach files of different types (.TIFF, .XLS, .DOC, etc). The client wants the application to print directly the document without their having to open a new application. For example, th

  • How to create search/Entry screen in Oracle apps forms.

    HI All, I want to develop a form in such a way that if user enter the values in the master block and Tab out or if i use a button GO then all the detailed records need to be display in the detailed block field, if thers no matching data in the detail

  • Flex builder 3 beta installer doesn't work

    WE are having trouble installing the windows installer version of Flex 3 builder. We tried several machines. We keep getting this screen no matter what we click. ! Please select another location to extract the installer to: This message comes with tw

  • Supported Primary Key Types

    Could someone please help as I haven't been able to find the answer from the TopLink doc? In the TopLink's implementation of JDO Spec, what are the allowed the primary key types for a Persistence class? I appreciate your information. Haiwei

  • My brand new osx tiger dvd is scratched!

    Right, is was initially meant to be an email to apple themselves but i seem unable to find an email address for them, i would write out my problem again but this per written email seems to sum everything up quite nicely... so perhaps my question is w