EM Cloud 12c Management Agent Software for linux x86

Hello folks
I need to acquire Management Agent Software for linux x86 using offline mode. I followed steps described in online documentation of Oracle Cloud Control 12c, section "4.2.3.2 Acquiring Management Agent Software in Offline Mode"
I downloaded the catalog file p9348486_112000_Generic.zip, but when I executed import_update_catalog as follow:
/em12c/oms12cr3/oms/bin/emcli import_update_catalog -file=/app/em12c/swlib/p9348486_112000_Generic.zip -omslocal
this error apears:
"Internal error while validating catalog file format: error in opening zip file"
thanks in advance

--> $/AGENT_INST/bin/emctl stop agent
If agent does not shutdown gracefully then kill all agent background processes by first grepping for agent perl and java processes only
--> Move your existing target.xml file
mv target.xml target.xml.old
--> Create an empty targets.xml file under /AGENT_INST/sysman/emd with the below content
<Targets>
</Targets>
--> Start the agent
$AGENT_INST/bin/emctl start agent
This starts agent but without any targets populated in targets.xml
To discover targets perform agent resynchronization operation from console
Regards
Krishnan

Similar Messages

  • 12c management agent on repository server doesn't start following a system crash

    My environment architecture for 12c Cloud Control (Used for personal practice purpose) can be explained as follows:
    @DBSERVER: (OEL6.5, x86-64)
         - 12c Enterprise Manager Cloud Control (EMCC)
         - 11.2.0.4 database that acts as a repository for 12c EMCC
    Monitored host is on a virtual machine (VM12) that is currently in the DBSERVER:
    VM12: (OEL6.5, x86-64)
         - 12c Management Agent that monitors the host and the database (12.1.0.1)
    The server was running fine for the last few months until recently when the computer had rebooted abruptly. Abrupt rebooting occurred a few times in the past, but this time it had an issue at the time of rebooting. The DBSERVER at the time of a startup starts the OMS and the AGENT. The OMS starts perfectly, but the AGENT does not start. Upon trying to start the agent, it shows the following error message:
    [orcl11204g@dbserver bin]$ ./emctl start agent
    Oracle Enterprise Manager Cloud Control 12c Release 3 
    Copyright (c) 1996, 2013 Oracle Corporation.  All rights reserved.
    Starting agent ................. failed.
    Target Manager failed at Startup: targets.xml was rejected: loaded with a wrong agent token
    Consult emctl.log and emagent.nohup in: /home/u01/oemrel3/agent/agent_inst/sysman/log
    [orcl11204g@dbserver bin]$
    The targets.xml file contains the following information which doesn't seem to be of any help:
    [orcl11204g@dbserver emd]$ cat targets.xml
    <?xml version = "1.0"?>
    <Targets>
    </Targets>
    [orcl11204g@dbserver emd]$
    Can anybody provide the help during such circumstances?
    The DBSERVER repository database, listener and oms are up and running while the agent is down. The VM12 database, listener and agent is up and running. Is there any other file that needs to be checked for additional information?

    --> $/AGENT_INST/bin/emctl stop agent
    If agent does not shutdown gracefully then kill all agent background processes by first grepping for agent perl and java processes only
    --> Move your existing target.xml file
    mv target.xml target.xml.old
    --> Create an empty targets.xml file under /AGENT_INST/sysman/emd with the below content
    <Targets>
    </Targets>
    --> Start the agent
    $AGENT_INST/bin/emctl start agent
    This starts agent but without any targets populated in targets.xml
    To discover targets perform agent resynchronization operation from console
    Regards
    Krishnan

  • 12c OCI Instant Client for Linux is on OTN

    The Oracle Database 12c Linux x86 and x86_64 Instant Client bundles were pushed to OTN a few minutes ago:
    Instant Client downloads for Linux x86
    Instant Client downloads for Linux x86-64
    Other platforms are still pending.
    (The top level page for Instant Client is http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html)

    just curious... which distro are you running on SPARC 64??? :)

  • Where is Grid Control Download for Linux-x86-64 ?

    Help please, Trying to download Grid Control base release from
    http://www.oracle.com/technology/software/products/oem/index.html
    All links point to the Patch download for Release 4, which requires an earlier version. I just want the full 10.2.0.3 base install.

    hi,
    in the following page
    http://www.oracle.com/technology/software/products/oem/index.html
    the following is 10.2.0.3 full installer
    Full Installers (Agent, Repository, OMS, and Management Packs)
    Oracle Enterprise Manager 10g Grid Control Release 3 (10.2.0.3) for Linux x86-64 (README)

  • Oracle 10g R 10.2 for Linux x86-64 - /proc/sys/vm/disable_cap_mlock problem

    Hi All,
    During installation - Oracle Database Configuration Assistance, I have got below error and thus I stuck. As per Metalink note 293988.1, this will be resolved if I do [root@localhos]# echo 1 > /proc/sys/vm/disable_cap_mlock . But problem is when I do this because I dont have /proc/sys/vm/disable_cap_mlock file in my system, it giving ¨bash: /proc/sys/vm/disable_cap_mlock: No such file or directory¨ error. So I am unable to get rid of this error. I also set SELinux Default and Current mode as permissible and rebooted it.
    No use, Its giving same error.
    ORA-27125: Unable to create shared memory segment.
    DB Details_
    Oracle 10g Release 2 (10.2) for Linux x86-64
    Choosen Basic Installation
    OS Details:_
    *[root@localhost vm]# uname -rm*
    2.6.32-100.0.19.el5 x86_64
    *[root@localhost vm]# uname -a*
    Linux localhost.localdomain 2.6.32-100.0.19.el5 #1 SMP Fri Sep 17 17:51:41 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
    *[root@localhost etc]# cat /etc/redhat-release*
    Red Hat Enterprise Linux Server release 5.5 (Tikanga)
    *[root@localhost etc]# make -v*
    GNU Make 3.81
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    This program built for x86_64-redhat-linux-gnu
    This is bugging me since last two days. Any help would be appreciated.
    Thanks in advance.
    Regards,
    Mahi

    From what I can gather form your post, the ORA-27125: Unable to create shared memory segment is probably the result of:
    a) not enough physical memory available.
    b) /dev/shm not configured properly.
    c) kernel parameters are not set according to Oracle requirements.
    Since this is happening during the installation of Oracle I suggest to check the SHMMAX kernel parameter. This is all mentioned in the pre-installation steps. Oracle 11g will actually check these kernel parameters prior to installing. Not sure about 10g now, which you are trying to install.
    The most common, easiest way to prepare the system for Oracle RDBMS is to install the "oracle-validated" package. If you don't have access to ULN, you can setup public yum.
    http://public-yum.oracle.com/ Then you can simply type as the root user: yum install oracle-validated
    Edited by: waldorfm on Nov 3, 2010 1:18 PM

  • Oracle 10g Release 2 (10.2) for Linux x86-64

    Hi All,
    During installation - Oracle Database Configuration Assistance, I have got below error and thus I stuck. As per Metalink note 293988.1, this will be resolved if I do [root@localhos]# echo 1 > /proc/sys/vm/disable_cap_mlock . But problem is when I do this because I dont have /proc/sys/vm/disable_cap_mlock file in my system, it giving ¨bash: /proc/sys/vm/disable_cap_mlock: No such file or directory¨ error. So I am unable to get rid of this error. I also set SELinux Default and Current mode as permissible and rebooted it.
    No use, Its giving same error.
    ORA-27125: Unable to create shared memory segment.
    DB Details_
    Oracle 10g Release 2 (10.2) for Linux x86-64
    Choosen Basic Installation
    OS Details:_
    *[root@localhost vm]# uname -rm*
    2.6.32-100.0.19.el5 x86_64
    *[root@localhost vm]# uname -a*
    Linux localhost.localdomain 2.6.32-100.0.19.el5 #1 SMP Fri Sep 17 17:51:41 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
    *[root@localhost etc]# cat /etc/redhat-release*
    Red Hat Enterprise Linux Server release 5.5 (Tikanga)
    *[root@localhost etc]# make -v*
    GNU Make 3.81
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    This program built for x86_64-redhat-linux-gnu
    This is bugging me since last two days. Any help would be appreciated.
    Thanks in advance.
    Regards,
    Mahi

    Trust me I verified installtion guide and release notes atleast 20 times. I never had luck witht any thing. I was wondering how come edelivery.oracle.com packages (both Linux 64 bit Linux with upgrade to Unbreakable and Oracle 10g db version) is not workign for me. Finally below trick to the installed file could make my installation work(Ref link http://www.oracle-base.com/articles/10g/OracleDB10gInstallationOnFedora2.php) . In this I am setting DISABLE_HUGETLBFS to value 1. My only doubt is, does this have any impact on performance? Can some one relay on such tweeking for prod installtions? Ofcourse I am yet to go for commercial. At present I dont have ULN or metalink authorised access.
    cd $ORACLE_HOME/bin
    mv oracle oracle.bin
    cat >oracle <<"EOF"
    #!/bin/bash
    export DISABLE_HUGETLBFS=1
    exec $ORACLE_HOME/bin/oracle.bin $@
    EOF
    chmod +x oracle
    Edited by: TechMahi.com on Nov 7, 2010 10:15 PM

  • Error when trying to install 9.2.0.4 for Linux x86

    I downloaded oracle 9.2.0.4 for Linux x86 from here:
    http://www.oracle.com/technology/software/products/oracle9i/htdocs/linuxsoft.html
    When I did the necessary extractions, and then ran the runInstaller, I get the following java error:
    [oracle@zeus Disk1]$ Initializing Java Virtual Machine from /tmp/OraInstall2006-08-15_11-27-09AM/jre/bin/java. Please wait...
    Error occurred during initialization of VM
    Unable to load native library: /tmp/OraInstall2006-08-15_11-27-09AM/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
    I'm logged on to the server as the oracle user. Is this the correct version for Oracle for Linux x86.
    Here's what I get from uname -a:
    [oracle@zeus]$ uname -a
    Linux zeus 2.4.21-40.ELsmp #1 SMP Thu Feb 2 22:22:39 EST 2006 i686 i686 i386
    GNU/Linux
    I have installed Oracle 10g successfully on this server as well.

    Installation howto you can find on http://www.puschitz.com
    Try use "Search" function before you create new topic. This one was discussed many times.

  • Is it possible to install 10r2 for linux x86 on RH AS5 64bits?

    hi
    i have a DVD for oracle 10 r2 for linux x86 and my opérating system is an RH 5 advanced server 64bits. is it possible to install oracle on this manner?

    You need to have one with Linux x86-64.
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201linx8664soft.html
    **Edited**
    http://www.oracle.com/technology/support/metalink/index.html
    Check the certification matrix for this combination.
    Edited by: Bobcatalog on Apr 6, 2009 12:08 PM

  • Oracle E-Business Suite Release 12.2.2 Media Pack v1 for Linux x86-64-bit avaliable NOW!

    Hi Friends;
    Finally Oracle E-Business Suite Release 12.2.2 Media Pack is available at e-delivery site.
    For a now it has been published for linux x86-64.
    Setup size almost 83G
    Here is the some notes:
    New Installation Customers who do not have access to My Oracle Support will not have access to key documents needed to perform a New Installation of Oracle E-Business Suite Release 12.2. This Part Number includes Document files which should be referred to when a ‘Document xxxxxx.1′ is referenced within the Documentation.
    The first document to review is the “READ FIRST – Document 1320300.1, Oracle E-Business Suite Release Notes, Release 12.2.html”. This is your starting point for performing a New Installation.
    Documents included under the Documents directory:
    Check first:- Document 1320300.1, Oracle E-Business Suite Release Notes, Release 12.2.html
    Document 389422.1, Recommended Browsers for Oracle E-Business Suite Release 12.html
    Document 1155883.1, Oracle E-Business Suite Desktop Client Hardware and Software Requirements.html
    Document 1314621.1, Oracle E-Business Suite NLS Release Notes, Release 12.2.html
    Document 1330701.1, Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Linux x86-64.html
    Document 1330702.1, Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Oracle Solaris (64-bit).html
    Document 1330703.1, Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for IBM AIX (64-bit).html
    Document 1330704.1, Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for HP-UX Itanium.html
    Document 1355068.1, Oracle E-Business Suite 12.2 Patching Technology Components Guide.html
    Document 1376618.1, Oracle E-Business Suite Technology Stack Release Notes for Release 12.2.2.html
    Document 1469456.1, DATAINSTALL AND HRGLOBAL APPLICATION 12.2 SPECIFICS.html
    Document 1506669.1, Oracle E-Business Suite Release 12.2.2 Readme.html
    Document 1560906.1, Applying the Release 12.2.2 AD and TXK Release Update Packs.html
    This information&entery is avaliable at Oracle E-Business Suite Release 12.2 Supplemental Documentation – REVIEW FIRST V39664-01 at  e-delivery site.
    Enjoy it
    Oracle E-Business Suite Release 12.2.2 Media Pack v1 for Linux x86-64-bit avaliable NOW! | Helios&amp;#039;s Blog
    Regard
    Helios

    Hi Friends;
    Thanks for inputs...  Still there is no input at  Steven Chan blog yet
    Anyway
    @Hussein Sawwan
    We know very well who is the fastest gun in forum  so well And yes let the fun begins
    @Asif
    Thanks for input man
    @Nayas
    Let us know how the installation goes
    Regard
    Helios

  • How download 10g Release 10.0.0.2 for Linux x86

    This is a misison of experience, my boss has asked me that try to startup a database on a Cold Backup, it's in Itanium's server to 64 bits and with the release 10.1.0.2, but in the official homepage of oracle do not I find it, not this release for Linux x86 appears.
    Someone would be able me to help with this?
    Greetings
    Daniel

    it's a copy and paste from sqlplus....
    SQL*Plus: Release 10.1.0.2.0 - Production on Tue Sep 13 07:53:33 2005
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    SQL>
    SQL> column comp_name format a40
    column version format a15
    column schema format a15
    column status format a7
    Select comp_name, version, schema, status from dba_registry;SQL> SQL> SQL> SQL> SQL>
    COMP_NAME VERSION SCHEMA STATUS
    Oracle Database Catalog Views 10.1.0.2.0 SYS VALID
    Oracle Database Packages and Types 10.1.0.2.0 SYS VALID
    Oracle Workspace Manager 10.1.0.2.0 WMSYS VALID
    JServer JAVA Virtual Machine 10.1.0.2.0 SYS VALID
    Oracle XDK 10.1.0.2.0 SYS VALID
    Oracle Database Java Packages 10.1.0.2.0 SYS VALID
    Oracle Expression Filter 10.1.0.2.0 EXFSYS VALID
    Oracle interMedia 10.1.0.2.0 ORDSYS VALID
    Oracle Data Mining 10.1.0.2.0 DMSYS VALID
    Oracle Text 10.1.0.2.0 CTXSYS VALID
    Oracle Enterprise Manager 10.1.0.2.0 SYSMAN VALID
    COMP_NAME VERSION SCHEMA STATUS
    Oracle Real Application Clusters 10.1.0.2.0 SYS INVALID
    12 rows selected.
    SQL>
    SQL> select * from v$instance;
    INSTANCE_NUMBER INSTANCE_NAME
    HOST_NAME VERSION
    STARTUP_ STATUS PAR THREAD# ARCHIVE LOG_SWITCH_ LOGINS SHU
    DATABASE_STATUS INSTANCE_ROLE ACTIVE_ST
    1 siladver
    itanium 10.1.0.2.0
    29/08/05 OPEN NO 1 STOPPED ALLOWED NO
    ACTIVE PRIMARY_INSTANCE NORMAL
    SQL> select CREATED, VERSION_TIME, DATABASE_ROLE, PLATFORM_NAME from v$database;
    CREATED VERSION_ DATABASE_ROLE
    PLATFORM_NAME
    11/02/05 11/02/05 PRIMARY
    Linux IA (64-bit)
    SQL>
    do you belive me now ?????

  • Where can I find the Oracle Clusterware 11.1.0.7 for Linux x86

    Hello,
    I am testing upgrading Oracle 11g RAC from 11.1.0.6 to 11.1.0.7 on Linu x86 (RedHat 5.3/OEL 5.3)
    I haven't been able to find the Oracle Clusterware 11.1.0.7 for Linux x86 download, which is required for the RAC upgrade.
    Could someone tell me the patch/patchset number or how can I search for it in metalink?
    Thanks!

    Hi,
    You need to download patch 6890831
    Please see the metalink note 800603.1 for 11.1.0.7 patch set and installation instructions for Linux x86.
    Hope this helps.
    Regards
    Satishbabu Gunukula
    http://oracleracexpert.blogspot.com
    [Click here to delete archive logs using RMAN|http://oracleracexpert.blogspot.com/2009/08/delete-archive-logs-using-rman.html]
    [Click here for Oracle Data pump export/Import with Examples|http://oracleracexpert.blogspot.com/2009/08/oracle-data-pump-exportimport.html]
    Edited by: Satishbabu Gunukula on Aug 26, 2009 10:32 PM

  • 10g Release 2 (10.2.0.4) Patch Set 3 for Linux x86 is available

    For all those who were in need of some bug fixing, maybe it has been patched in 10g Release 2 (10.2.0.4) Patch Set 3 for Linux x86, which is now available for download.

    Hello Srini, thanks for your answer.
    I haven´t Oracle Dataguard, I have a disk replication with other supplier, for this reason, I need to know the files that will be modified, because if the patch modifies a file that I haven´t on replication, I will have problems.
    Thanks again.

  • Oracle 10g (10.1.0.2) for Linux x86 missing from download page?

    Hello,
    Why isn't there a download link to Oracle 10g (10.1.0.2) for Linux x86 on the 10g download page?
    And what's the difference between 10.1.0.3 and 10.1.0.2?
    Thanks

    Hi,<br></br>
    <br>The level of one release is different with plateform.
    On the Oracle Database 10g Downloads you can find only final release, and not intermediare patch.</br><br>For example, the 10gR1 for Linux x86 is 10.1.0.3, and for Windows 32-bits this is 10.1.0.2, after what you can upgrade to the last patchset.
    </br>
    <br>Nicolas.</br>

  • Oracle 10.2.0.3 for Linux x86-64 patchset

    Dear Team,
    Let us know the url for Oracle 10.2.0.3 for Linux x86-64
    64bit patchset
    Thanks,
    Aj

    Hi,
    Download patch
    Let us know the url for Oracle 10.2.0.3 for Linux x86-64 *5337014* ---------------> RDBMS 10.2.0.3 patchset from http://metalink.oracle.com
    Regards,
    Xaheer

  • Reg: Oracle 9i Enterprise Edition software for solaris x86 (32-bit)

    Hi,
    Where can i download the Oracle 9i Enterprise Edition software for solaris x86 (32-bit).
    Thanks in advance.
    Edited by: ora_man_8873786 on May 14, 2011 12:50 AM

    If you have a CSI you can always order the CD at My Oracle Support by submitting a SR.
    Sybrand Bakker
    Senior Oracle DBA

Maybe you are looking for

  • I accidentally deleted the iCloud Tabs in Safari on my iPhone...How do I get it back??

    So I accidentally deleted the iCloud Tabs in Safari on my iPhone. Is there a way to get it back so I can view what tabs are open on my Macbook?

  • Copy and paste clips in different tracks

    Hi everyone! Since i upgrade from premiere pro to CS4, some easy stuff like copying and pasting my clip from one track to another one does't work. When a select a clip in my timeline then i hit CTRL+C then i select another video track and hit CTRL+V

  • Low current charge

    My MacBook Air 1.1 will not charge at full power. At the same time the hinges broke on my A1237 MBA the ability to charge went away. The MBA was sent in for repair og the hinges and to checked for the charging issue. Hinges was pepaired under the App

  • Recovery Hanging at Startup

    Hi, I'm a first time poster here, I usually do my own research and fix my own problems but this problem has led me to the ends of my patience. So I have an HP G60, great machine, it served all my purposes. That is until an inconsiderate aunt pulled t

  • Missing driver for my HP 15 r-249 TU laptop

    hiPlease provide me drivers for my new laptop HP 15 r-249 TU which were missing.I need the following drivers PCI\VEN_8086&DEV_9C22&SUBSYS_2211103C&REV_04 PCI\VEN_10EC&DEV_5229&SUBSYS_2211103C&REV_01 ACPI\VEN_HPQ&DEV_6001 kindly help me.