OEM on LINUX?

Is there an Oracle Enterprise Manager for the LINUX platform?
If there is what is the file name and what are the important system variables needed.
I think the file name is oemevent But I get an error. I really should write those down!!
I will post the error as a reply to this note if it is needed.

As much as I know there isn't. Take a look at orasoft.mattshouse.com (or org) and get object browser. It has some bugs but as I can see it is very good.

Similar Messages

  • Starting OEM on Linux

    Hi,
    Please, how do I start Oracle Enterprise Manager on Linux. RDBMS is Oracle 816 on RedHat 6.2

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Adeyemi Ayofe ([email protected]):
    thank you very much. After installation of Oracle816, I thought I saw something like using OEM Intelligent Agent<HR></BLOCKQUOTE>
    Intelligent Agent IS included. It is a tool which OEM needs for starting/stopping/monitoring the remote databases. It can be started with
    lsnrctl dbsnmp_start
    and stopped with
    lsnrctl dbsnmp_stop
    Oracle 8.1.7 will probably include the OEM management console and DBA studio!
    Marcus
    null

  • OEM for Linux?

    Is Oracle Enterprise Manager available for Linux. Or am I stuck with NT?

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Is Oracle Enterprise Manager available for Linux. Or am I stuck with NT?<HR></BLOCKQUOTE>
    DBA Studio and the standard management packs and the CGI scripts from the HTML interface work on linux, but -as usual- it's not supported by Oracle. Use at Your own risk by manually copying and configuring the OEM over from e.g. a Solaris box or an NT box.
    bye!
    null

  • EM and OEM on linux

    Hi guys
    I did a clean install 10gr2 on linux over ASM
    the problem is.:
    in the first days EM was reachable by the url machine.mydomain.org:1158/em
    after a week (no changes overall) i just can reach via IP 192.168.xxx.xxx:1158/em
    now is unreachable...
    OEM (old java version) works fine...
    any suggestion???
    thx in advance
    Message was edited by:
    Ciuoto

    IT WORKS!!!!
    Thanks oradba.
    in the metalink note there is the solution...
    for your knowledge :
    Solution
    The solution given here is not meant to be implemented in all cases, but worked on this case.
    The TCP Loopback was inactivated then uninstalled
    The windows server was rebooted
    The RDBMS 10.2 was uninstalled and reinstalled (this is because there were also issues contacting
    the database with either tool (sqlplus, tnsping, ....)
    But it could be sufficient to drop and recreate the DB Control if no issue are hit with the
    database itself:
    - Open a DOS Command Window
    - set ORACLE_HOME and ORACLE_SID
    - go to %ORACLE_HOME%\bin
    - > emca -deconfig dbcontrol db
    - > emca -config dbcontrol db
    of course the note is windows version...but i did deconfigure/configure and it works..
    now i'll try to investigate about this problem...
    Bye

  • How do you start Oracle OEM in Linux?

    Thanks in advance

    from linux type
    "oemapp console"
    To get a list of what client apps you have just type "oemapp"
    null

  • OEM in Linux and Unix Memory difference on Deployed OC4J Container

    I have 2 Oracle 9iAS environments 1 each for production and test.
    My Prod servers are on AIX (Unix)
    My Test server is on Linux
    Under Enterprise Manager If I create an OC4J container exactly the same in both and deploy an application exactly the same in both could someone tell me why the memory usage display is widely different - on linux its much more used than on unix?
    Perplexing.

    The code gets pretty messy as I have both a SendMail and MailMessage class that I use. Basically for not authenticated messages (I need authenticated), the example on metalink Doc ID: Note:234490.1 with subject "Mail Service Setup" is what I used to get this going.
    I updated the local application.xml file located in C:\jdev1012\jdev\system10.1.2.2.0.1929\oc4j-config\application.xml
    <mail-session location="mail/mailsession" smtp-host="my.mail.server">
    <property name="mail.transport.protocol" value="smtp"/>
    </mail-session>
    On a datapage, I have a button with event_Email. In the action class I have an onEmail() method that calls the code to create a message and send it with the email transport.
    In my libraries in JDeveloper, I created one called JavaMail which has activation.jar and mail.jar. This is added to the project.
    Everything works fine when running locally. The problem is in deployment. The OC4J container that I deploy to has a java2.policy file. At first the classpath, and the location in the policy file for mail.jar and activate.jar were not the same. I updated the policy file to use the files in the classpath. Since mail.jar and activate.jar on the OAS server are in the classpath, I didn't include these files in the deployment.
    When trying to run, I don't get any messages, just a 500 Error.
    If I try to implement a policy file on the local OC4J in JDeveloper, I get lots of problems, and I gave up on that route.
    Hope that adds more info. Thanks, Ken

  • Oem in linux

    Hi,
    We installed the OEM 10.2.0.1 in red hat 4.2 in vmware.I can access the url http://per.com:4889/em in host machine only .But i can't access it remotely
    It is ping each other machines.
    Edited by: user3266490 on Apr 12, 2010 12:28 PM

    Hi,
    Thanks for reply.I got the output.what is the meaning of that.
    [root@per1 /]# */etc/init.d/iptables status*
    Table: filter
    Chain INPUT (policy ACCEPT)
    target prot opt source destination
    RH-Firewall-1-INPUT all -- 0.0.0.0/0 0.0.0.0/0
    Chain FORWARD (policy ACCEPT)
    target prot opt source destination
    RH-Firewall-1-INPUT all -- 0.0.0.0/0 0.0.0.0/0
    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination
    Chain RH-Firewall-1-INPUT (2 references)
    target prot opt source destination
    ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
    ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 255
    ACCEPT esp -- 0.0.0.0/0 0.0.0.0/0
    ACCEPT ah -- 0.0.0.0/0 0.0.0.0/0
    ACCEPT udp -- 0.0.0.0/0 224.0.0.251 udp dpt:5353
    ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:631
    ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
    ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:22
    REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited
    [root@per1 /]#
    [root@per1 /]# /etc/init.d/iptables stop
    Flushing firewall rules: [  OK  ]
    Setting chains to policy ACCEPT: filter [  OK  ]
    Unloading iptables modules: [  OK  ]
    [root@per1 /]# /etc/init.d/iptables status
    Firewall is stopped.
    [root@per1 /]#
    still we getting the same error
    The requested URL could not be retrieved
    Edited by: user3266490 on Apr 12, 2010 12:53 PM
    Edited by: user3266490 on Apr 12, 2010 12:55 PM

  • Problem running 9iR2 OEM on Linux

    I've installed 9iR2 on a RedHat 8 system. The db runs fine. When I want to bring up the Enterprise Manager Server, there was error and it failed.
    1. I've configured the system with emca
    2. there was error log in oms.nohup after "oemctl start oms", it read as below:
    Starting the management server at Thu Feb 13 20:22:11 HKT 2003
    OEMCTL for Linux: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server...
    Error starting Oracle Management Server. ORBSingleton: access deniedjava.lang.SecurityException: ORBSingleton: access denied
    at com.sun.corba.se.internal.corba.ORBSingleton.connect(ORBSingleton.java:314)
    at oracle.sysman.vxn.VxnNamingContext.<init>(VxnNamingContext.java:285)
    at oracle.sysman.vxn.VxnNamingContext.getNewContext(VxnNamingContext.java:222)
    at oracle.sysman.vxn.VxnNamingService.getInitialContext(VxnNamingService.java:1072)
    at oracle.sysman.vxn.VxnNamingService.enableBootstrap(VxnNamingService.java:1080)
    at oracle.sysman.vxn.VxnNamingService.init(VxnNamingService.java:238)
    at oracle.sysman.vxn.VxnNamingService.getNamingService(VxnNamingService.java:103)
    at oracle.sysman.vxn.VxnNamingService.getNamingService(VxnNamingService.java:112)
    at oracle.sysman.vxa.VxaAppServer.initServer(VxaAppServer.java:3417)
    at oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:3048)
    OMS exited on Thu Feb 13 20:22:14 HKT 2003 with return value 56
    Could not start management server. Initialization failure
    \nManagement server startup failed. Check the file /var/oracle/9.2/sysman/log/oms.nohup for details
    Can any one help me?
    Thx!

    Have you checked the log file located under
    /var/oracle/9.2/sysman/log/oms.nohup?
    I had similar OMS startup issues which I was able to solve by checking entries in this log.

  • Starting OEM in Linux

    As part of starting the Oracle Enterprise Manager, while trying to create the repository using the command
    emca -repos create, We are getting the following error.
    STARTED EMCA at Jun 4, 2012 2:56:15 PM
    EM Configuration Assistant, Version 11.2.0.3.0 Production
    Copyright (c) 2003, 2011, Oracle. All rights reserved.
    Enter the following information:
    Database SID: blr22111
    Listener port number: 1522
    Password for SYS user:
    Password for SYSMAN user:
    Do you wish to continue? [yes(Y)/no(N)]: Y
    Jun 4, 2012 2:56:36 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /scratch/oradba/db/tech_st/11.2.0/cfgtoollogs/emca/blr22111/emca_2012_06_04_14_56_15.log.
    Jun 4, 2012 2:56:36 PM oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
    WARNING: ORA-01031: insufficient privileges
    Jun 4, 2012 2:56:36 PM oracle.sysman.emcp.EMConfig perform
    SEVERE:
    Database connection through listener failed. Fix the error and run EM Configuration Assistant again.
    Some of the possible reasons may be:
    1) Listener port 1522 provided is incorrect. Provide the correct port.
    2) Listener is not up. Start the Listener.
    3) Database service blr22111 is not registered with listener. Register the database service.
    4) Listener is up on physical host and ORACLE_HOSTNAME environment variable is set to virtual host. Unset ORACLE_HOSTNAME environment variable.
    5) Listener is up on virtual host. Set environment variable ORACLE_HOSTNAME=<virtual host>.
    6) /etc/hosts does not have correct entry for hostname.
    Refer to the log file at /scratch/oradba/db/tech_st/11.2.0/cfgtoollogs/emca/blr22111/emca_2012_06_04_14_56_15.log for more details.
    Could not complete the configuration. Refer to the log file at /scratch/oradba/db/tech_st/11.2.0/cfgtoollogs/emca/blr22111/emca_2012_06_04_14_56_15.log for more details.
    In the error file mentioned, this is the error
    CONFIG: Error accessing inventory.
    oracle.sysman.oii.oiii.OiiiInventoryDoesNotExistException: The inventory pointer location /etc/oraInst.loc is either not readable or does not exist
    at oracle.sysman.oii.oiii.OiiiInstallAreaControl.initAreaControl(OiiiInstallAreaControl.java:1874)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:301)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:240)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:189)
    at oracle.sysman.emcp.util.OUIInventoryUtil.getOUILoc(OUIInventoryUtil.java:135)
    at oracle.sysman.emcp.util.ClusterUtil.isHASInstalled(ClusterUtil.java:279)
    at oracle.sysman.emcp.EMConfig.<clinit>(EMConfig.java:159)
    at oracle.sysman.emcp.EMConfigAssistant.<clinit>(EMConfigAssistant.java:211)
    Please let me know how to proceed.

    931017 wrote:
    As part of starting the Oracle Enterprise Manager, while trying to create the repository using the command
    emca -repos create, We are getting the following error.
    STARTED EMCA at Jun 4, 2012 2:56:15 PM
    EM Configuration Assistant, Version 11.2.0.3.0 Production
    Copyright (c) 2003, 2011, Oracle. All rights reserved.
    Enter the following information:
    Database SID: blr22111
    Listener port number: 1522
    Password for SYS user:
    Password for SYSMAN user:
    Do you wish to continue? [yes(Y)/no(N)]: Y
    Jun 4, 2012 2:56:36 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /scratch/oradba/db/tech_st/11.2.0/cfgtoollogs/emca/blr22111/emca_2012_06_04_14_56_15.log.
    Jun 4, 2012 2:56:36 PM oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
    WARNING: ORA-01031: insufficient privileges
    Jun 4, 2012 2:56:36 PM oracle.sysman.emcp.EMConfig perform
    SEVERE:
    Database connection through listener failed. Fix the error and run EM Configuration Assistant again.
    Some of the possible reasons may be:
    1) Listener port 1522 provided is incorrect. Provide the correct port.
    2) Listener is not up. Start the Listener.
    3) Database service blr22111 is not registered with listener. Register the database service.
    4) Listener is up on physical host and ORACLE_HOSTNAME environment variable is set to virtual host. Unset ORACLE_HOSTNAME environment variable.
    5) Listener is up on virtual host. Set environment variable ORACLE_HOSTNAME=<virtual host>.
    6) /etc/hosts does not have correct entry for hostname.
    Refer to the log file at /scratch/oradba/db/tech_st/11.2.0/cfgtoollogs/emca/blr22111/emca_2012_06_04_14_56_15.log for more details.
    Could not complete the configuration. Refer to the log file at /scratch/oradba/db/tech_st/11.2.0/cfgtoollogs/emca/blr22111/emca_2012_06_04_14_56_15.log for more details.
    In the error file mentioned, this is the error
    CONFIG: Error accessing inventory.
    oracle.sysman.oii.oiii.OiiiInventoryDoesNotExistException: The inventory pointer location /etc/oraInst.loc is either not readable or does not exist
    at oracle.sysman.oii.oiii.OiiiInstallAreaControl.initAreaControl(OiiiInstallAreaControl.java:1874)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:301)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:240)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:189)
    at oracle.sysman.emcp.util.OUIInventoryUtil.getOUILoc(OUIInventoryUtil.java:135)
    at oracle.sysman.emcp.util.ClusterUtil.isHASInstalled(ClusterUtil.java:279)
    at oracle.sysman.emcp.EMConfig.<clinit>(EMConfig.java:159)
    at oracle.sysman.emcp.EMConfigAssistant.<clinit>(EMConfigAssistant.java:211)
    Please let me know how to proceed.So starting from the first error pointed, is your listener port number is correct?
    Aman....

  • Start OEM with 9iR2 on Linux

    How can I startup OEM in linux? I couldn't find oemctl and emca in oracle folder. I installed Oracle 9.2 for itanum in linux enterprise sever 2.1.

    Dear Joel,
    Hi this is varinder ,i am facing a problem .
    Althoug I am able to find oemctl,emca in $ORACLE_HOME/bin
    but when i try to start OEM ,it is not starting.
    After the installation OEM once was started which i closed that time.Now even running these oemctl,emca scripts ,is am not able to start OEM.
    Pls help

  • Linux and OEM

    Ok, I couldnt run OEM on linux (couldnt find any actually), so I installed one on windows 98 and used that to access the DB on my linux box. The problem is I can only run DBA-Studio (and access my DB from Linux) and cant run Enterprise Manager cause it asks me for a management server which I cant find (nor the installation). Is there any other way to run OEM and access my database?

    you need to install Oracle Management Server
    if you want to use some of the features of
    OEM 2.x (SQL Analyzer, for example), and
    you need to enable the intelligent agent and data gatherer on your database, also.
    Afaik, OMS requires an NT machine for the server, only client-side tools can be installed on WinXX.
    Anyway, some the tools (Storage manager, schema manager, etc) can be used connecting
    directly to the database.
    The version 2.0.4 found at technet is beta (alpha?) software, use 2.1 version found at same site, but unfortunatelly this version is buggy, and you need a 20M patch found at metalink to use some of the tools (SQL Analyzer IIRC)
    Saludos
    -- Marcos.
    null

  • How to move an OEM grid control install?

    oem: 10.2.0.5
    Redhat: 5
    our oem server is going to be taken away and used for something else. we want to clone the oem install and move it. Reinstalling OEM on redhat 5 is difficult. It has to be done at the command line since 10.2.0.1 is not compatible with redhat 5 and we have to upgrade to 10.2.0.5.
    if we move the database, and oem install to a new server, what needs to be done with the oem install to make this work? I can get the database started pretty easily. We would have to change IPs around. What files do we have to go into to change IPs?
    yes I know we need to reconfigure the agents.

    in normal situations people who don't have anything positive to say shouldn't say anything at all. you have been a jerk on every forum you have been on for years.
    I did read the installation and configuration guide. I don't see anything about how if I install a 10.2.0.1 OEM on linux 5(which is not compatible) and at the command line to make it work, then do a command line upgrade and configure it to 10.2.0.5, is this easy to clone to a new server.
    don't respond. if he does can a moderator just delete it? anyway to get him barred from posting in any thread I create?

  • Error while starting up OEM

    Hi all,
    When I try to start OEM on linux with oracle 10g, I get the following error
    ./emctl
    TZ set to US/Pacific
    EM Configuration issue. /u01/app/oracle/product/10.2.0/db_1/$hostname_xxdb not found.
    Any pointers or any logs to look at.
    _Pete                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    hi,
    You need to set the timezone in the agent the same on GC as on the target machines.
    I think it is stored in a file called emd.properties
    rgds
    Alan

  • Whre can I get these packages for linux?

    Hi,
    I installed OWB in Linux Server.
    Database oracle10g, Workflow server 2.6.3 are installed on Linux server.
    Now I want to install OEM in Linux server. While I am trying to install OEM, it is showing that, the prerequisites are not satisfied.
    Oracle Grid Control 10g Release 1 (10.1) installs.
    Specifically, please ensure the following:
    * Availability of gcc-3.2.3, setarch-1.3, pdksh-5.2,
    openmotif21-2.1.30, sysstat-4.0.7, gnome-libs-1.4.1.2.90-34.1,
    libstdc++-3.2.3, etc.
    * Availability of Compat libraries:
    compat-libstdc++-devel-7.3-2.96.122,
    compat-glibc-7.x-2.2.4.32.5, etc.
    * Patch for libcwait.so (Patch no. 3006854)
    * Symbolic links for gcc/g++
    Finally I checked the packages in my linux server. I found as follows
    gcc-3.2.3-20
    setarch-1.3-1
    package pdksh-5.2 is not installed
    package openmotif21-2.1.30 is not installed
    package sysstat-4.0.7 is not installed
    gnome-libs-1.4.1.2.90-34.1
    libstdc++-3.2.3-20
    compat-libstdc++-devel-7.3-2.96.122
    package compat-glibc-7.x-2.2.4.32.5 is not installed
    How to get the components (Not Installed components).
    Is there any site that provides this software?
    Any help is appreciated.
    Thanks and regards
    Gowtham Sen.

    Which version of Linux are you using?
    Read this:
    http://lists.suse.com/archive/suse-oracle/2004-Jul/0033.html
    Maybe it can be useful help.
    Also, try to re-open this thread in the OEM Forum (Enterprise Manager
    Good luck.
    Marcos

  • Intelligent Agent and OEM

    I find the node, but not coupling the DataBase.
    My configuration
    - OEM Oracle 9i (Windows 2000)
    - DB Oracle9 and 8i (Solaris 8 and Windows 2000)

    hello,
    I have a problem with the installation of a agent in OEM on linux (Fedora).
    this error has occur :
    Oracle9i Enterprise Edition Release 9.0.1.5.0 - Production
    With the Partitioning option
    JServer Release 9.0.1.4.0 - Production
    SQL> SQL> SQL> WEBSITE Creation FAILED = EM Website ERR:Host not found
    CREATE DEFAULT WEBSITE FAILED : ORA-20998: Host not found
    BEGIN
    ERROR at line 1:
    ORA-20999: CREATE DEFAULT WEBSITE FAILED : ORA-20998: Host not found
    ORA-06512: at line 234
    Disconnected from Oracle9i Enterprise Edition Release 9.0.1.5.0 - Production
    With the Partitioning option
    JServer Release 9.0.1.4.0 - ProductionWebsite target creation script failed.
    Apr 19, 2004 11:26:04 AM oracle.agent.ConfigureAgent startAgentService
    INFO: Starting the agent...
    Starting the agent...TZ set to Europe/ParisOracle Enterprise Manager 10g Release 10.1.0.2.0.
    Copyright (c) 1996, 2004 Oracle Corporation. All rights reserved.Starting agent .................... failed.
    Apr 19, 2004 11:26:38 AM oracle.agent.ConfigureAgent startAgentService
    INFO: Started agent Successfully
    Started agent Successfully
    The Management Agent Configuration Assistant has failed. The following failures were recorded:
    Enterprise Manager Website target configuration failed.
    Agent Service Failed to start.
    Exit status: 1
    Configuration assistant "Agent Configuration Assistant" failed
    Can you help me please to resolve this problem.
    ps:
    OEM is succesfully installed in my computer.

Maybe you are looking for