OEM grid control host migration

We intend to pass OEM Grid Control Application and database repository of Solaris 8 box to box of Solaris 10.
Host names will be different for a box of two.
Please sujjest how can proceed us to this activity?
How to reconfigure agents?

I think that this document 'Grid Control Migration to new server with different hostname or Domainname [ID 1159544.1]' will give you all the answers you need.

Eric

Repository of grid control: steps for Cross Platform Migration of the Grid Control Repository/SGD [388090.1 ID] is also good reading.

Tags: Enterprise Manager

Similar Questions

  • How to use the OEM grid control to find databases, not in archivelog mode?

    Hello

    We have currently 130 databases, say, if I want to come off as any database currently NOT in archivelog mode, is there a quick way to find out?

    using the OEM grid control

    or

    a similar trick,

    but really do not need to manually check each database.

    Thank you very much!

    This query works in 12 c - please run as SYSMAN.
    It is based on undocumented assumptions well + (AND key_value = "NOARCHIVELOG") +.

      SELECT *
      FROM SYSMAN.MGMT$GROUP_DERIVED_MEMBERSHIPS O ,
        SYSMAN.MGMT$TARGET T ,
        sysman.MGMT$AVAILABILITY_CURRENT st
      WHERE
      o.member_target_type     IN ('oracle_database', 'rac_database')
      AND ( t.target_type           ='rac_database'
      OR (t.target_type             ='oracle_database'
      AND t.type_qualifier3        != 'RACINST'))
      AND o. member_target_guid     = t.target_guid
      AND t.target_guid             = st.target_guid
      AND st.availability_status    = 'Target Up'
      AND ( EXISTS
        (SELECT *
        FROM sysman.mgmt$metric_current i
        WHERE I.TARGET_GUID = O.MEMBER_TARGET_GUID
        AND metric_name     = 'archFull'
        AND Metric_Column   = 'archTotal'
        AND metric_label    = 'Archive Area'
        AND column_label    = 'Total Archive Area (KB)'
        AND key_value       = 'NOARCHIVELOG'
        ));
    

    Another way to achieve the goal is to push the extended parameters (SELECT LOG_MODE FROM V$ DATABASE) on each DB and monitor the values they return to the repository. This is an example for a (slightly) different problem - http://iiotzov.wordpress.com/2012/08/08/how-to-use-the-new-oem-12c-metric-extensions-to-enforce-enterprise-wide-custom-policies.

    OEM repository has many other uses grand-http://iiotzov.files.wordpress.com/2012/05/oem-repository-a-second-look.doc, http://iiotzov.files.wordpress.com/2011/08/iotzov_oem_repository.pdf

    Lordane Iotzov
    http://iiotzov.WordPress.com/

  • OEM Grid Control

    Hi all

    My boss wants to test me OEM Grid Control.

    I saw a forum here before, but I can't find it now:(tout ce que je vois est > GRID COMPUTING, sont_elles les mêmes?)

    News of grid control? has it been used successfully? What is the latest version of production?


    Thank you very much.

    KinsaKaUy? wrote:
    Hi all

    My boss wants to test me OEM Grid Control.

    I saw a forum here before, but I can't find it now:(tout ce que je vois est > GRID COMPUTING, sont_elles les mêmes?)

    News of grid control? has it been used successfully? What is the latest version of production?

    Thank you very much.

    If you use 10g, then check out my video tutorial on installation and configuration of Grid Control:
    http://kamranagayev.com/2011/01/31/video-tutorial-installing-Oracle-10gR2-grid-control-and-deploying-agent/

  • I can't install OEM Grid control on the client computer?

    Hello
    I have two instances of database (11g). I would like to install Oracle Enterprise Manager Grid Control they manage. Can I install OEM Grid Control on the client machine, or just on the server, where are instances of database?

    Thanks awfully for help.
    Concerning

    Hello

    You can install OEM Grid control on a separate server.

    But remember that for OEM grid control, you need a database in the repository. This repository can be on the server used for the OMS (Oracle Management Service) or on a separate server:

    http://download.Oracle.com/docs/CD/E11857_01/install.111/e15838/overview.htm#CJAHHFEA

    In any case, it must be aware that Oracle, Oracle Management Service and the repository Agent must be able to communicate with each other and to use specific Ports.

    So be sure that these Ports are open and free to use.

    http://download.Oracle.com/docs/CD/E11857_01/install.111/e16847/firewalls.htm#i1005951

    Hope this helps.
    Best regards
    Jean Valentine

  • OEM Grid Control 11 GR 1 material - 64-bit?

    OEM Grid Control 11g R1 has been released and is (somewhat) available for download via http://www.oracle.com/technology/software/products/oem/index.html

    The 'a little' above stems from the page showing the two Linux 32-bit and 64-bit versions available, BUT the two links currently points to the 32-bit version. (The Canada West)

    Problem is resolved at the same time, the site shows the correct zip files:

    GridControl_11.1.0.1.0_Linux_x86 - 64_1of3.zip...

    Werner

  • Add the server as a target OEM grid control to monitor

    Hi Experts,

    I installed the grid control OEM 11.1.0.1.0 on server 'A', which has a database version Oracle 11.2.0.1.
    The operating system on the server 'A' is 5.5 OEL. The grid control installed on this server works fine and I have deployed agents on remote hosts that I am able to monitor successfully using this grid control.

    Now, I want to add the server ('A') on which the grid control is installed to be monitored by the grid control. Could someone let me know how to do this? I felt that it's the same way deploy us agents to remote hosts, but here, the agent is already installed at time of installation of control Grid.

    http://arpitagrawaloracle.blogspot.com/2012/05/manually-add-host-target-to-grid.html

  • Installation of 10g (10.2.0.1) on Linux86 OEM grid control

    Hi friends,

    I managed to install OEM grid in our RHEL 4.6 Server (1st time).

    At the end of installation, I received this message:
    See below for information pertaining to your Enterprise Manager installation:
    
    
    1. Use the following URL to access the Enterprise Manager Grid Control:
    
    http://server01.ebiztech.biz:4889/em
    
    
    2. The Enterprise Manager installation includes an Oracle Application Server instance, which is administered using a special "ias_admin" user account. The following information was defaulted for the embedded Application Server instance:
    
    Instance Name:    EnterpriseManager0.server01.ebiztech.biz
    ias_admin password: This password is the same the SYSMAN account.
    
    
    3. The connection details for the Enterprise Manager Repository are:
    
    Host: server01.ebiztech.biz
    Port: 1521
    SID: emrep
    I can do #1 and #3.
    How do you get #2? What is the URL to it? Or is it done through SQLPlus?

    Thank you very much

    Ms. K

    ytterp2009 wrote:
    REDA thanks, but the e-mail screen does not appear in my installation :(

    Ok.. no problem... I think in 10.2.0.1 as this option is not there

    you are also able to go forward in the installation?

    Concerning
    Rajesh

    Published by: Rajesh Larry on May 24, 2010 16:11

  • How start/stop 11g OEM/GRID control

    Please describe how stop and start OEM/GRID 11 g command line and how to make so that it starts all of its services. Thanks in advance!

    The first version of the OEM manual is misleading with respect to the stopping and starting of grid 11g. See this link on how to stop and start the 11g grid.

    http://Oracle-wiki.NET/startdocsgridcontrollinuxknownissues11g#toc6

    Concerning

  • OEM Grid Control for EBS

    Hi hussein/helios,

    OEM 10.2.0.5
    RHEL 4.6

    How can you Clone or backup OEM Grid (server (WHO), agent and database management repository)? disaster?
    They are all under my X11R6 folder. If I have a backup of my/home/oracle external tape or disk, then it
    happened that my OEM server crashed and it cannot be fixed. Then, we buy another server with the same
    Specs and OS. Then copy/download the backup. How can I start it? Like the original installation?


    Thank you very much.

    Ms. K

    Hello

    I don't think that you can clone the grid itself, but you can use it to clone ORACLE_HOMEs, databases, officers... etc.

    Oracle Enterprise Manager search result: Clone
    http://www.Oracle.com/pls/em102/search?word=clone&format=ranked&remark=quick_search

    You could log an SR to verify this with the support of the Oracle.

    Thank you
    Hussein

  • OEM grid control screenshots

    Hi all

    can someone send me the screenshots on the installation and operation of oracle 10 g grid control...


    Kind regards
    Deepak

    In addition...

    http://www.idevelopment.info/data/Oracle/DBA_tips/enterprise_manager/OEM_10.shtml

    http://www.Oracle-base.com/articles/10G/Oracle10gR2GridControlInstallationOnRedHatAndCentOS.php

    Enjoy!

    Kind regards

    Marcello M.

  • 10g (10.2.0.1) for Linux86 OEM grid control

    Hello

    I managed to install OEM 10 g control Grind for RHEL 4.6

    How to stop services? and also the EMREP database?

    Is there a .env to the source file so that I can run "sqlplus" like EBS?


    Thank you very much

    Ms. K

    Hello

    Use the emctl start/stop command services.

    Start and stop of the Enterprise Manager components
    http://download.Oracle.com/docs/CD/B14099_19/manage.1012/b16242/emctl.htm

    Thank you
    Hussein

  • Unable to connect to databases via Grid Control

    Hello world

    I have seen similar topics on the forums, but none of them could help me.

    I installed version OEM Grid Control 5 on a rhel 5.3. I started to deploy agents on multiple hosts (windows 2003 and linux). I now opened ports in the firewall:
    TCP_4889: agent-> control grid
    TCP_1521: grid-> agent control
    TCP_3872: grid-> agent control

    Agents are up and I see all the instances in the target/databases tab.
    Here's my problem:
    The State of each instance is Metric Collection error and the message is * "this database is not configured."

    When I click on Configure , then test the connection , I have the following error:
    Unable to connect to the database: IO exception: connection is the connection descriptor was (description = (address = (host = myserver_hostname)(protocol=tcp) (port = 1521)) (connect_data = (service_name = instance_name) (instance_name = instance_name)(UR=A)))

    When I connect to the server, I can connect to the database, the listener is in place. But emctl status dbconsole says:
    TZ set to Europe/Paris
    OC4J Configuration problem. $ORACLE_HOME/oc4j/j2ee/OC4J_DBConsole_servername_instancename not found.

    But this file is...

    Any idea?
    Thank you very much

    ORA-01017: name of user and password invalid.

    Network server connect to the use of target-> "general" user database

    "" So, make target you as 'general' on the database "not blocking" status and course of password.

    Example: on the basis of data target

    SQL > select username, account_status from dba_users where username = "GENERAL";

    USERNAME ACCOUNT_STATUS
    ------------------------------ --------------------------------
    OPEN DBSNMP

    SQL > connect dbsnmp/pasword@target_database

    After this trial once again ;)

  • Need information on installing oracle 11 g R2 grid control

    Hello
    I am new to oracle grid control and his game.
    I have no idea abt SGD and Agent.
    steps I performed.
    (1) I have 1 DB on my machine.
    (2) download the grid software linux.x64_11gR2_grid.zip.
    (3) run the runinstaller.
    (4) for the opening of running Installer GUI there are 4 options.i chose no option No 4 - install the grid software only.

    Now please help me what is the next step that I have to perform. How do I place my checklist. How to fit my DB in the grid.
    I use the grid control because I have to configure the plugin EM for ten times.

    Kind regards

    Hello

    If you want to use EM 11 g Grid Control on 64-bit Linux, you must install the 11.1.0.1.0 version, which is available here:

    http://www.Oracle.com/technetwork/OEM/grid-control/downloads/linuxx8664soft-085949.html

    Note that the latest version of the EM is 12 c; However, if you still want to go with EM 11 g, the following support note documents the installation steps and has references to other useful notes:

    Enterprise Manager Grid Control 11.1.0.1 step by step installation (Doc ID 1059516.1)

    Moreover, the Concepts guide below contains information about 11 g EM including WHO and the agent components:
    http://docs.Oracle.com/CD/E11857_01/EM.111/e11982/overview.htm#CEGBFJIC

    Kind regards
    -Loc

  • Grid control - catalog RMAN issues

    Hello

    I have listed under questions.

    We use a grid of 11 GR 2 control.

    (1) for all target/databases saved with the grid control, I want to find from a query or report if the objectives/databases are configured to use the control or RMAN catalog for the backup file

    as if I have 10 databases registered in the grid control, I want to know the breakdown of databases using the control file and catalog RMAN.

    (2) question / View / report in grid control for the status of all backup jobs (success / failures / warnings etc.)

    Thanks in advance for your answers.

    Published by: user1368801 on July 19, 2011 15:34

    1-all the databases that are configured to use the catalog (this does not mean that they will use the catalog) are visible by using the rc_database view in the catalog. If a database is not configured in the catalog of the db uses the control file.

    2 - A query, you can use: see http://lianggang.wordpress.com/2009/06/08/create-your-own-reports-on-oem-grid-control-part-1/
    You may need to change a little bit, but it's a start.

    Eric

    ADDES later:
    2 regarding: or use something like
    SELECT
    JOB_NAME,
    STEP_NAME, START_TIME,
    TARGET_NAME END_TIME, STATUS,
    TARGET_TYPE
    OF SYSMAN. MGMT$ JOB_STEP_HISTORY
    WHERE STEP_NAME = "Rman".
    AND THE VALUE OF START_TIME > SYSDATE-2
    ORDER BY START_TIME CSA

    I can't verify this request because the site where I work, we use RMAN catalog.

  • Grid Control 11g R1 installation YES-10133 error

    Hi all

    I'm installing Oracle Enterprise Manager 11 g Release 1 on x86_64 SUSE Linux 10. Here I am faced with an error * "YES-10133:Invalid rest area. There is no top-level for Linux for the Installation component in the transit area. » *. Installation packages have been downloaded from http://www.oracle.com/technetwork/oem/grid-control/downloads/linuxx8664soft-085949.html. All three zip files are fully downloaded, verified and unpacked. Someone on the internet said that these zip files must be extracted to a directory. But I see some folders exist in all the three unzipped files are the same, but contain different files. If I put them in a directory that they would be "crushed." What should I do? Please suggest. Thanks in advance.

    Best regards
    Guangming Duan

    864397 wrote:
    Hi all

    I'm installing Oracle Enterprise Manager 11 g Release 1 on x86_64 SUSE Linux 10. Here I am faced with an error * "YES-10133:Invalid rest area. There is no top-level for Linux for the Installation component in the transit area. » *. Installation packages have been downloaded from http://www.oracle.com/technetwork/oem/grid-control/downloads/linuxx8664soft-085949.html. All three zip files are fully downloaded, verified and unpacked. Someone on the internet said that these zip files must be extracted to a directory. But I see some folders exist in all the three unzipped files are the same, but contain different files. If I put them in a directory that they would be "crushed." What should I do? Please suggest. Thanks in advance.

    Best regards
    Guangming Duan

    Hello Sylvia,.

    You must decompress all the files in the same directory. Don't worry about records. Unzip tool will extract the files in the correct folders (will not overwrite the contents of the folder).

    Concerning

    Grosbois

Maybe you are looking for