How to Install 11g Management Agent

Hi
I installed 11g EM Grid Control (11.1.0.1.0) on RHES 5U2 64bit server. Installation was successful. Now I wish to monitor my other database servers through this OEM. My servers are RHES 4U5 32bit so I downloaded 11g Agent Software for 32bit. runInstaller doesnt seem to work in GUI hence I had to modify the additional_agent.rsp file in the unzipped directory /../response and included details. When I run the installer with -silent option it fails after 5 minutes with Error: Connection timed out.
Since I cannot access internet therefore I have set these values in the .rsp file
SECURITY_UPDATES_VIA_MYORACLESUPPORT="false"
DECLINE_SECURITY_UPDATES="true"
Is there a workaround?
Thank you all
Edited by: user560883 on Jun 10, 2010 3:52 AM

Hi Rob
It worked while I was typing my response. Now I can see the target in OEM but when I try to set Target Credentials for the DB it fails.
OEM->Home->Preferences->Preferred Credentials->Database Instance->Set Credentials-> Target Credentials
I tried with two different user accounts but both are not accepted. I verified that the accounts are not locked.
Also if I go to Database Instance Page and click on Configure, it doesnt show the property where I can set username and password (dbsnmp). Instead it is showing following error on top
Error occurred while getting information for the specified target. Possible reasons include: the target doesn't exist; connection to the target failed
Any clues?

Similar Messages

  • How do I install a management agent

    How do I install a management agent?
    I have OMS installed on Server A.
    I have server B that I need to manage with OMS, how do I install an agent on that?
    There seems to be no clear way of installing an agent, and pointing it to Server A for registration.
    I have tried:
    1. Downloading the management agent from http://www.oracle.com/technology/software/products/oem/htdocs/agentsoft.html
    a. Running the ./runInstaller
    b. It fails with missing .rsp files, I've touched .rsp files in order to get the installer to run
    c. But it does not give me an option to install an agent, only an 'additional service'
    2. The mass installer
    a. I unzipped the agent .zip file into the appropriate directory on Server A
    b. Modified the agentDownload.linux_x64 file
    c. Copied the agentDownload.linux_x64 file to Server B
    d. Run the agentDownload script, with -b option
    i. The script downloaded some files from Server A
    ii. The script quit
    I can't seem to find any real documentation on how to do this that actually makes sense and works.
    I only need to install the agent on a few servers, so I don't need any mass install, surely, how hard can it be?

    Here is some output from agentDownload
    [oracle@drora02 ~]$ scp -p prdgrid01.uto:/opt/oracle/Middleware/oms11g/sysman/agent_download/11.1.0.1.0/linux_x64/agentDownload.linux_x64 .
    [oracle@drora02 ~]$ egrep '^(OMShost|httpPort)' agentDownload.linux_x64
    OMShost=prdgrid01.uto
    httpPort=4900
    [oracle@drora02 ~]$ ./agentDownload.linux_x64 -b $ORACLE_BASE -dt
    agentDownload.linux_x64 invoked on Tue Aug 10 09:52:23 EST 2010 with Arguments "-b /opt/oracle -dt"
    Platform=Linux.x86_64, OS=linux_x64
    GetPlatform:returned=0, and os is set to: linux_x64, platform=Linux.x86_64
    Creating /home/oracle/agentDownload11.1.0.1.0Oui ...
    LogFile for this Download can be found at: "/home/oracle/agentDownload11.1.0.1.0Oui/agentDownload.linux_x64081010095223.log"
    Running on Selected Platform: Linux.x86_64
    Installer location: /home/oracle/agentDownload11.1.0.1.0Oui
    Downloading Agent install response file ...
    Downloading Agent install response file ...
    Executing wget_get_file http://prdgrid01.uto:4900/agent_download/11.1.0.1.0/agent_download.rsp
    using the url http://prdgrid01.uto:4900/agent_download/11.1.0.1.0/ to access OMS
    --2010-08-10 09:52:23-- http://prdgrid01.uto:4900/agent_download/11.1.0.1.0/agent_download.rsp
    Resolving prdgrid01.uto... 10.200.200.36
    Connecting to prdgrid01.uto|10.200.200.36|:4900... connected.
    HTTP request sent, awaiting response... 200 No headers, assuming HTTP/0.9
    Length: unspecified
    Saving to: `agent_download.rsp'
    [ <=>                                                                                                                            ] 7 --.-K/s in 0s
    2010-08-10 09:52:23 (570 KB/s) - `agent_download.rsp' saved [7]
    Finished Downloading agent_download.rsp with Status=0
    Response file check complete - Failed
    Could not download through url . Trying secure download..
    Executing wget_get_file https://prdgrid01.uto:4900/agent_download/11.1.0.1.0/agent_download.rsp
    using the url https://prdgrid01.uto:4900/agent_download/11.1.0.1.0/ to access OMS
    --2010-08-10 09:52:23-- https://prdgrid01.uto:4900/agent_download/11.1.0.1.0/agent_download.rsp
    Resolving prdgrid01.uto... 10.200.200.36
    Connecting to prdgrid01.uto|10.200.200.36|:4900... connected.
    WARNING: cannot verify prdgrid01.uto's certificate, issued by `/O=EnterpriseManager on prdgrid01.uto/OU=EnterpriseManager on prdgrid01.uto/L=EnterpriseManager on prdgrid01.uto/ST=CA/C=US/CN=prdgrid01.uto':
    Self-signed certificate encountered.
    HTTP request sent, awaiting response... 200 OK
    Length: 10008 (9.8K) [text/plain]
    Saving to: `agent_download.rsp'
    100%[===============================================================================================================================>] 10,008 --.-K/s in 0.005s
    2010-08-10 09:52:23 (1.93 MB/s) - `agent_download.rsp' saved [10008/10008]
    Finished Downloading agent_download.rsp with Status=0
    Response file check Complete - Success
    Checking the writable permission for baseDir - passed
    If you wish to receive security updates, provide MYORACLESUPPORT_USERNAME in the <OMS_HOME>/sysman/agent_download/11.1.0.1.0/agent_download.rsp
    If you do not want security updates, set DECLINE_SECURITY_UPATES to true in the <OMS_HOME>/sysman/agent_download/11.1.0.1.0/agent_download.rsp (or) invoke agentDownload with -y option
    [oracle@drora02 ~]$ echo $?
    1
    And that is it, it stops there with no more information, and does not try to do anything further

  • How to install Oracle Grid Agent 11g into windows hosts ?

    Hi there, I was not able to deploy management agents into windows hosts machines !
    I followed steps below and I am getting these errors :
    On windows 2003 server, I have downloaded grid agent here :
    D:\grid\Windows_X64_Grid_Control_agent_download_11_1_0_1_0\windows_x64\agent
    I have setup.exe file ! When I double click it, I got this message :
    Only silent installation is supported search help.
    Well, I did a lot of times setup.exe -silent -responseFile <path>additional_response.rsp and the setup process tells me that I am not following the security procedures.
    I am newbie on Grid!
    I don´t want deploy agent using deployment wizard due to security resctrictions, they do not allow openssh servers on windows servers.
    Have you guys succeeded with this installation ? I mean, install fresh agent on single target windows server machine!
    I would appreciate any help.
    Tks.
    Edson - CLARO

    Edson,
    what I would do is go for the cloning option.
    On the OMS Server an Agent has been installed as part of the OMS installation.
    Stop this Agent
    AGENT_HOME/bin/emctl stop agent
    Create a zip file from the agent11g folder
    Copy it to a server where you want to install the Agent
    unzip the folder in the location where you want to install
    Restart the Agent you had stopped on your OMS server
    AGENT_HOME/bin/emctl start agent
    On the destination server
    Then from the AGENT_HOME/oui/bin
    runInstaller -clone -forceClone ORACLE_HOME=<full path of Agent Folder> ORACLE_HOME_NAME=OracleHomeAgent11g -noconfig -silent b_chainedInstall=false oracle.sysman.top.agent:s_installType=AGENT
    Then from AGENT_HOME/bin/agentca -f
    AGENT_HOME/root.sh (Under Unix this needs to be run as user root, not sure if this procedure is the same under Windows)
    This is based on the procedure described in MOS note : How to Clone a Management Agent And Known Issues [ID 579156.1] which referes to a 10.2.0 Agent, but I have been able to use this procedure under Windows with a 11.1 Agent as well.
    Goodluck
    Regards
    Rob
    http://oemgc.wordpress.com

  • How To: Install a Client Agent link broken

    I wanted to know if there was a new version of the agent and found the link broken
    [Quote]
    When you select an agent from the table of sync groups and sync agents on the SQL Data Sync landing page, you go to the sync agent page.
    SQL Data Sync Client Agent
    When you select a client agent from the SQL Data Sync landing page, three buttons appear at the bottom of the page.
    REFRESH
    MANAGE KEY
    Create a new agent key. After you create an agent key, launch the agent and submit the new key value.
    DELETE
    Delete the selected client agent.
    For more information on Client Agents, see the topics
    How To: Install a Client Agent,
    How To: Register a SQL Server database with a Client Agent, and
    How To: Change an Agent's Key on MSDN.
    [/Quote]
    I keep getting redirected to http://www.microsoft.com/fr-fr/default.aspx

    Hi,
    Thank you for the feedback. I will have the relevant team notified.
    You can have a check on the below link for SQL Data Sync (Preview) Client Agent.
    http://msdn.microsoft.com/en-us/library/azure/jj823137.aspx
    Regards,
    Mekh.

  • Installing oracle management agent 12.1.0.2.0 in silent mode.

    version: 12.1.0.2.0
    platform: IBM Aix power systems 64bit
    I installed the oracle management service along with the oracle management agent that comes along with the the first installation. I deinstalled the first installed OMA and tried to install it again using the silent install mode with the response file.
    (oms host and the oma host are the same)
    among the 3 modes of silent install described in the installation guide, i used agent deploy method.
    Here are the steps i followed with the install
    1. this the status of my OMS
    <oracle>chh-aix-beta/oem12c/product/oms/bin> ./emctl status oms -details
    Oracle Enterprise Manager Cloud Control 12c Release 2
    Copyright (c) 1996, 2012 Oracle Corporation.  All rights reserved.
    Enter Enterprise Manager Root (SYSMAN) Password :
    Console Server Host        : chh-aix-beta
    HTTP Console Port          : 7788
    HTTPS Console Port         : 7799
    HTTP Upload Port           : 4889
    HTTPS Upload Port          : 1159
    EM Instance Home           : /oem12c/product/gc_inst/em/EMGC_OMS1
    OMS Log Directory Location : /oem12c/product/gc_inst/em/EMGC_OMS1/sysman/log
    OMS is not configured with SLB or virtual hostname
    Agent Upload is locked.
    OMS Console is unlocked.
    Active CA ID: 1
    Console URL: https://chh-aix-beta:7799/em
    Upload URL: https://chh-aix-beta:1159/empbs/upload
    WLS Domain Information
    Domain Name      : GCDomain
    Admin Server Host: chh-aix-beta
    Managed Server Information
    Managed Server Instance Name: EMGC_OMS1
    Managed Server Instance Host: chh-aix-beta
    WebTier is Up
    Oracle Management Server is Up2. I got the version and the platform info of the oms by doing the following
    <oracle>chh-aix-beta/oem12c/product/oms/bin> ./emcli get_supported_platforms
    Getting list of platforms ...
    Check the logs at /oem12c/product/gc_inst/em/EMGC_OMS1/sysman/emcli/setup/.emcli/agent.log
    About to access self-update code path to retrieve the platforms list..
    Getting Platforms list  ...
    Version = 12.1.0.2.0
    Platform = IBM AIX on POWER Systems (64-bit)
    Platforms list displayed successfully.3. I downloaded the management agent software by doing the following ()
    $<OMS_HOME>/bin/emcli get_agentimage -destination=/oem12102 -platform="IBM AIX on POWER Systems (64-bit) "  -version=12.1.0.2.04. I unzipped the management agent software.
    5. I edited the response file as follows. (i edited only the oms_host, em_upload_port, agent_registration_password, since they are the only ones that are mandatory)
    OMS_HOST=172.16.24.65
    EM_UPLOAD_PORT=1159
    AGENT_REGISTRATION_PASSWORD=cchorcl01
    #AGENT_INSTANCE_HOME=
    #AGENT_PORT=
    b_startAgent=true
    #ORACLE_HOSTNAME=
    #s_agentHomeName=
    EM_INSTALL_TYPE="AGENT"6. then i ran the AgentDeploy.sh script using the following.
    ./agentDeploy.sh -ignorePrereqs AGENT_BASE_DIR=/oem12c/base/agent RESPONSE_FILE=/oem12102/agent.rsp(I ignored the prereqs because, i was getting an error with the hostname and the hostname is correct)
    7. this the following output i am getting after running step 6.
    -e Validating the OMS_HOST & EM_UPLOAD_PORT
    Executing command : /oem12c/base/agent/core/12.1.0.2.0/jdk/bin/java -classpath /oem12c/base/agent/core/12.1.0.2.0/jlib/agentInstaller.jar:/oem12c/base/agent/core/12.1.0.2.0/oui/jlib/OraInstaller.jar oracle.sysman.agent.installer.AgentInstaller /oem12c/base/agent/core/12.1.0.2.0 /oem12102 /oem12c/base/agent -prereq
    Validating oms host & port with url: http://172.16.24.65:1159/empbs/genwallet
    Validating oms host & port with url: https://172.16.24.65:1159/empbs/genwallet
    Return status:3
    Unzipping the agentcoreimage.zip to /oem12c/base/agent ....
    12.1.0.2.0_PluginsOneoffs_212.zip
    Executing command : /oem12102/unzip -o /oem12102/12.1.0.2.0_PluginsOneoffs_212.zip -d /oem12c/base/agent
    Executing command : /oem12c/base/agent/core/12.1.0.2.0/jdk/bin/java  -d64 -classpath /oem12c/base/agent/core/12.1.0.2.0/oui/jlib/OraInstaller.jar:/oem12c/base/agent/core/12.1.0.2.0/oui/jlib/xmlparserv2.jar:/oem12c/base/agent/core/12.1.0.2.0/oui/jlib/srvm.jar:/oem12c/base/agent/core/12.1.0.2.0/oui/jlib/emCfg.jar:/oem12c/base/agent/core/12.1.0.2.0/jlib/agentInstaller.jar:/oem12c/base/agent/core/12.1.0.2.0/oui/jlib/share.jar oracle.sysman.agent.installer.AgentInstaller /oem12c/base/agent/core/12.1.0.2.0 /oem12102 /oem12c/base/agent /oem12c/base/agent/agent_inst AGENT_BASE_DIR=/oem12c/base/agent -ignorePrereqs AGENT_BASE_DIR=/oem12c/base/agent RESPONSE_FILE=/oem12102/agent.rsp
    Cloning the agent home...
    Executing command: /oem12c/base/agent/core/12.1.0.2.0/oui/bin/runInstaller -ignoreSysPrereqs -clone -forceClone -silent -waitForCompletion -nowait ORACLE_HOME=/oem12c/base/agent/core/12.1.0.2.0 -responseFile /oem12102/agent.rsp  AGENT_BASE_DIR=/oem12c/base/agent AGENT_BASE_DIR=/oem12c/base/agent RESPONSE_FILE=/oem12102/agent.rsp -noconfig  ORACLE_HOME_NAME=agent12c3 -force b_noUpgrade=true AGENT_PORT=-1
    Clone Action Logs Location:/software/oracle/logs/cloneActions<timestamp>.log
    Cloning of agent home completed successfully
    Attaching sbin home...
    Executing command: /oem12c/base/agent/core/12.1.0.2.0/oui/bin/runInstaller -ignoreSysPrereqs -attachHome -waitForCompletion -nowait ORACLE_HOME=/oem12c/base/agent/sbin ORACLE_HOME_NAME=sbin12c3 -force
    Attach Home Logs Location:/oem12c/base/agent/core/12.1.0.2.0/cfgtoollogs/agentDeploy/AttachHome<timestamp>.log
    Attach home for sbin home completed successfully.
    Updating home dependencies...
    Executing command: /oem12c/base/agent/core/12.1.0.2.0/oui/bin/runInstaller -ignoreSysPrereqs -updateHomeDeps -waitForCompletion HOME_DEPENDENCY_LIST={/oem12c/base/agent/sbin:/oem12c/base/agent/core/12.1.0.2.0,} -invPtrLoc /oem12c/base/agent/core/12.1.0.2.0/oraInst.loc -force
    Update Home Dependencies Location:/oem12c/base/agent/core/12.1.0.2.0/cfgtoollogs/agentDeploy/UpdateHomeDeps<timestamp>.log
    ERROR: Update home dependency failed.I am getting stuck at updating home dependencies. I dont know what that means. If you have faced similar problems while installing oracle management agent please do share your solution. if you need more info please let me know.

    All these commands are run on the host (hostname=chh-lpar20) where the agent is being installed, and these commands are run as root user.
    ifconfig -a
    en0: flags=5e080863,c0<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD(ACTIVE),PSEG,LARGESEND,CHAIN>
            inet 172.16.28.222 netmask 0xfffffc00 broadcast 172.16.31.255
             tcp_sendspace 131072 tcp_recvspace 65536 rfc1323 0
    lo0: flags=e08084b,c0<UP,BROADCAST,LOOPBACK,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,LARGESEND,CHAIN>
            inet 127.0.0.1 netmask 0xff000000 broadcast 127.255.255.255
            inet6 ::1%1/0
             tcp_sendspace 131072 tcp_recvspace 131072 rfc1323 1ping chh-lpar20
    PING chh-lpar20: (172.16.28.222): 56 data bytes
    64 bytes from 172.16.28.222: icmp_seq=0 ttl=255 time=0 ms
    64 bytes from 172.16.28.222: icmp_seq=1 ttl=255 time=0 msnslookup chh-lpar20
    Server:         172.16.29.213
    Address:        172.16.29.213#53
    ** server can't find chh-lpar20: NXDOMAINnslookup 172.16.28.222
    Server:         172.16.29.213
    Address:        172.16.29.213#53
    ** server can't find 222.28.16.172.in-addr.arpa: NXDOMAINto check the if the port 3872 and 1830-1849 are free I ran the follwoing command
    ./agentDeploy.sh -prereqOnly AGENT_BASE_DIR=/oem12102/base/agent
    this was the result i got inregards to the ports
    Check complete: Passed
    ========================================================
    Performing check for PortCheck
    Checking for port availability and hostname validity...
    Trying for host : chh-lpar20/172.16.28.222 and port : 3872
    Trying for host : chh-lpar20/192.168.12.23 and port : 3872
    Port= 3872 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1830
    Trying for host : chh-lpar20/192.168.12.23 and port : 1830
    Port= 1830 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1831
    Trying for host : chh-lpar20/192.168.12.23 and port : 1831
    Port= 1831 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1832
    Trying for host : chh-lpar20/192.168.12.23 and port : 1832
    Port= 1832 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1833
    Trying for host : chh-lpar20/192.168.12.23 and port : 1833
    Port= 1833 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1834
    Trying for host : chh-lpar20/192.168.12.23 and port : 1834
    Port= 1834 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1835
    Trying for host : chh-lpar20/192.168.12.23 and port : 1835
    Port= 1835 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1836
    Trying for host : chh-lpar20/192.168.12.23 and port : 1836
    Port= 1836 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1837
    Trying for host : chh-lpar20/192.168.12.23 and port : 1837
    Port= 1837 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1838
    Trying for host : chh-lpar20/192.168.12.23 and port : 1838
    Port= 1838 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1839
    Trying for host : chh-lpar20/192.168.12.23 and port : 1839
    Port= 1839 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1840
    Trying for host : chh-lpar20/192.168.12.23 and port : 1840
    Port= 1840 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1841
    Trying for host : chh-lpar20/192.168.12.23 and port : 1841
    Port= 1841 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1842
    Trying for host : chh-lpar20/192.168.12.23 and port : 1842
    Port= 1842 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1843
    Trying for host : chh-lpar20/192.168.12.23 and port : 1843
    Port= 1843 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1844
    Trying for host : chh-lpar20/192.168.12.23 and port : 1844
    Port= 1844 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1845
    Trying for host : chh-lpar20/192.168.12.23 and port : 1845
    Port= 1845 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1846
    Trying for host : chh-lpar20/192.168.12.23 and port : 1846
    Port= 1846 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1847
    Trying for host : chh-lpar20/192.168.12.23 and port : 1847
    Port= 1847 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1848
    Trying for host : chh-lpar20/192.168.12.23 and port : 1848
    Port= 1848 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1849
    Trying for host : chh-lpar20/192.168.12.23 and port : 1849
    Port= 1849 is busy.
    Check complete. The overall result of this check is: Failed <<<<
    Check complete: Failed <<<<
    Problem: Either port is unavailable or hostname configuration is not valid.
    Recommendation: Make sure the port is available and the hostname configuration i
    s proper.I don't know what to make of the results I got for executing the nslookup command.

  • Packages error while installing Oracle Management Agent.

    Hi,
    We have configured the oracle grid on our production server.
    Now we also want to include all other database on situated on different server.
    So we are installing oracle management agent software.
    while installiing this software we encounterd following error:
    Exception in thread "main" java.lang.Unsatisfied LinkError :/tmp/OraInstall2011-05-04_10-05-58PM /jre/1.4.2/lib/i386/libawt.so :libXp.so.6 :cannot open shared object file:
    No such file or directory.
    Please help me as this is urgent.
    Regards,
    Milan

    You need to install libXp package.
    The rpm which contains this package is libXp-1.0.0-8.i386.rpm. It is located in the /server direrctory of the OS install DVD. You copy this rpm from the DVD and install it using
    # rpm -ivh libXp-1.0.0-8.i386.rpm
    or if you have setup yum or up2date repository:
    yum install libXp.i386

  • Sun Management Center - how to install the SMC agent on linux

    Dear Gents,
    I have one X86 Solaris Server configured and installed to be Sun Management Center Server.
    successfully i could monitor the Sun Solaris Servers after i have installed the SMC agent on them.
    my problem is that i could not install the SMC agent on Red Hat Linux. as i could not find an easy document or steps to do so.
    could you guide please?
    appreciate your support and cooperation
    Best Regards
    Hisham

    Hi Hisham,
    hishooooo wrote:
    Dear Gents,
    I have one X86 Solaris Server configured and installed to be Sun Management Center Server.
    successfully i could monitor the Sun Solaris Servers after i have installed the SMC agent on them.
    my problem is that i could not install the SMC agent on Red Hat Linux. as i could not find an easy document or steps to do so.
    could you guide please?If you still have a copy of your SunMC media around, the same ["es-inst"|http://docs.sun.com/app/docs/doc/820-2215/command-line-1?l=en&a=view] program you use to install Solaris Agents should work on Linux as well. It autodetects OS type and will install Solaris packages or RPMs as appropriate.
    Regards,
    [email protected]
    http://www.HalcyonInc.com

  • How to install grid control agent

    Hi All,
    I have a two node rac cluster 11gr2 named rac1,rac2.And I have also installed OEM 11g on RHEL 5 on node3 i.e rac3.
    Now i want to install agents on all of the rac nodes.And i have a oracle 10g agent.
    Can anybody let me know how to install the agent and will there be any compatibility issues be there or not?

    you can start with
    How To Install Oracle 10g Grid Agent on RAC
    http://repettas.wordpress.com/2007/10/21/how-to-install-oracle-10g-grid-agent-on-rac/

  • How to delete a management agent from grid control completely?

    I have installed oem grid control 10.2.0.4.0 on single host(oemlinux.oracle.com), and I removed agent10g, and reinstall a new management agent into a new location, but when I wanted to add a weblogic server to monitor, I got error as below:
    More than one Enterprise Manager Agent was found for the host.oemlinux.oracle.com
    I found there were 2 agents in em console, how to delete the old agent from em console,anybody can help me?

    Click on the All targets tab, delete the agent.
    Then confirm that the delete is in fact happening.
    Click Setup, Management & Services Repository tab.
    Deleted Targets link.
    Time Deleted Completed must have a date in there...
    If all that fails - do a quick search - I posted the sql you can run against the repository to wipe it clean of an agent :-)
    Not too that if you are removing the O/S software - you need to use the runinstaller to remove the Oracle Home from the inventory.
    If you don't do this - future auto installs using the agentDownload script of the agent will fail.
    .Daryl

  • How to install  megaraid manager on sun fire x4170 m2 running on oracle vm

    hi..
    hope some can help me about below issue
    1.how to install lsi megaraid manager on sun fire x4170 m2 running on oracle vm server 3.0.3 ?
    sun fire x4170 m2 --> oracle vm server 3.0.3
    sun fire x4170 m2 --> oracle linux 6.2 ( install lsi megaraid manager and able to open megaraid manager locally )
    what i want is install megaraid manager or agent on oracle vm server , then i can use oracle linux with megaraid manager to ocntrol raid disk on oracle vm server 3.0.3 , i download the driver and software from my oracle support , unlucky not include oracle vm 3.0.3 .
    hope some one can help me
    tq

    889759 wrote:
    1.how to install lsi megaraid manager on sun fire x4170 m2 running on oracle vm server 3.0.3 ?You can't: MegaRAID Manager is not supported on Oracle VM 3.0.

  • How to install the windows7 agent and monitor the same machine

    Hi ,
    I have installed OMS on Oracle Linux 5.7-64 bit machine. Now I am able monitor the OIM which is installed on Linux. I have some of oracle applications (domains) on windows7 machine. I want monitor the same. On em, agent deployment page I am not able to see the windows agents.
    Can you please guide me how to install the agent on windows and monitor the same?
    OEM version: 11.1.0.1
    Thanks in advance
    Regards,
    Kishore Tummeti

    If you just need to install some agents on Windows the best (imho) option is not to use the push option because getting Cygwin to run can take hours (if at all).
    Here you find a good instruction how to install the agent by hand: http://www.peasland.net/?p=122
    Sometimes the –silent mentioned in step 4b needs not to be put as second argument but as last argument.
    Eric

  • How to install 11g ODBC client drivers to access OBIEE 11g server?

    I have a user running Microsoft Excel on Wondows XP that wants to use ODBC to access an OBIEE 11g server running on Linux. The OBIEE 11g installation documentation indicates that a full install of OBIEE is required to install OBI client tools (including ODBC drivers). OBIEE version 10 had a separate client installation kit that made it very easy to install ODBC drivers. Does 11g have a client only installation kit like version 10? OR do I really have to perform a full OBIEE install on each client machine just to get the ODBC driver installed?
    Any recommendations on how to install the OBIEE 11g ODBC driver, that DOES NOT require a full OBIEE installation, would be greatly appreciated.
    Thanks,
    Richard Brooks

    Does 11g have a client only installation kit like version 10? No
    do I really have to perform a full OBIEE install on each client machine just to get the ODBC driver installed?Yes
    Any recommendations on how to install the OBIEE 11g ODBC driver, that DOES NOT require a full OBIEE installation, would be greatly appreciated.Wait for the next 11g patch release, it should be fixed.

  • How to install Solution Manager 7.0 ehp 1 on Laptop

    Dear Expert !
    I have a laptop Sony Vio only support 32 bit, but I need install Solution Manager 7.0 EhP 1 on this laptop to test. So you can show me how to do that . I hope, you show me as soon as possible.
    Thanks and Best Regards,
    Tru Hang

    Tru Hang,
    Even when 32 bit Solution Manager was supported, it is very doubtful your laptop would have the required memory or diskspace to install and run the system. You can see the system requirements in the SAP installation guides.
    Hope this information was helpful.
    Regards,
    Paul

  • How to install Oats linux agent

    hi,
    Already i have installed oracle database 11G release1in oracle enterprise linux5(32 bit).Now i need to install oats-linux-agent-9.00.1355 in my existing database.
    provide me the solution for installing it.

    Hi
    Have you tried following the instructions in the HowToInstall.txt file located in the oats-linux-agent-9.00.1355.zip ?
    Regards
    Alex

  • How to install Enterprise manager

    Hi all,
    I unable to access to enterprise manager console URL.I was thinking the solution of this problem is EM unstalled and then reinstalled.So i have unstalled Enterprise manager product using
    Oracle Universal installer. i don't know how to install the EM in my database. Please tell me how to install the ORACLE?
    where to download Oracle EM?
    Thanks,
    michael.

    Hi there,
    for downloads of Enterprise manager, use the following link:
    http://www.oracle.com/technology/software/products/oem/index.html
    For instructions on how to install, use this link:
    http://www.oracle.com/technology/obe/start/index.html
    scroll down the page to "EM Grid Control 10g" and select "Oracle Enterprise Manager 10g Grid Control", there are currently 4 versions supported with screenshots here, enjoy.
    --Grummy.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for