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.

Similar Messages

  • 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

  • Installing Oracle Management Agent in 11g database(11.2.0.3)

    Hi,
    Error occurred, While installing the agent in 11g database.
    Error is listed below
    [oracle@grid agent]$./agentDeploy.sh AGENT_BASE_DIR=/ebiz/oracle RESPONSE_FILE= agent.rsp
    AGENT_BASE_DIR=/ebiz/oracle
    Validating the OMS_HOST & EM_UPLOAD_PORT
    Executing command : /ebiz/oracle/core/12.1.0.1.0/jdk/bin/java -classpath /ebiz/o racle/core/12.1.0.1.0/jlib/agentInstaller.jar:/ebiz/oracle/core/12.1.0.1.0/oui/j lib/OraInstaller.jar oracle.sysman.agent.installer.AgentInstaller /ebiz/oracle/c ore/12.1.0.1.0 /tmp/agent /ebiz/oracle -prereq
    Validating oms host & port with url: http://prime.4iapps.com:7801/empbs/genwalle t
    Validating oms host & port with url: https://prime.4iapps.com:7801/empbs/genwall et
    Return status:3
    Unzipping the agentcoreimage.zip to /ebiz/oracle ....
    12.1.0.1.0_PluginsOneoffs_226.zip
    Executing command : /ebiz/oracle/core/12.1.0.1.0/jdk/bin/java -classpath /ebiz/o racle/core/12.1.0.1.0/oui/jlib/OraInstaller.jar:/ebiz/oracle/core/12.1.0.1.0/oui /jlib/xmlparserv2.jar:/ebiz/oracle/core/12.1.0.1.0/oui/jlib/srvm.jar:/ebiz/oracl e/core/12.1.0.1.0/oui/jlib/emCfg.jar:/ebiz/oracle/core/12.1.0.1.0/jlib/agentInst aller.jar:/ebiz/oracle/core/12.1.0.1.0/oui/jlib/share.jar oracle.sysman.agent.in staller.AgentInstaller /ebiz/oracle/core/12.1.0.1.0 /tmp/agent /ebiz/oracle AGEN T_BASE_DIR=/ebiz/oracle AGENT_BASE_DIR=/ebiz/oracle RESPONSE_FILE=agent.rsp
    Executing agent install prereqs...
    Executing command: /ebiz/oracle/core/12.1.0.1.0/oui/bin/runInstaller -ignoreSys rereqs -prereqchecker -silent -ignoreSysPrereqs -waitForCompletion -prereqlogl c /ebiz/oracle/core/12.1.0.1.0/cfgtoollogs/agentDeploy -entryPoint oracle.sysma .top.agent_Complete -detailedExitCodes PREREQ_CONFIG_LOCATION=/ebiz/oracle/core 12.1.0.1.0/prereqs -J-DORACLE_HOSTNAME=grid.4iapps.com -J-DAGENT_BASE_DIR=/ebi /oracle
    Prereq Logs Location:/ebiz/oracle/core/12.1.0.1.0/cfgtoollogs/agentDeploy/prere <timestamp>.log
    Agent install prereqs completed successfully
    Cloning the agent home...
    Executing command: /ebiz/oracle/core/12.1.0.1.0/oui/bin/runInstaller -ignoreSys rereqs -clone -forceClone -silent -waitForCompletion -nowait ORACLE_HOME=/ebiz/ racle/core/12.1.0.1.0 -responseFile agent.rsp AGENT_BASE_DIR=/ebiz/oracle AGEN BASEDIR=/ebiz/oracle RESPONSE_FILE=agent.rsp -noconfig ORACLE_HOME_NAME=agen 12c1 -force
    Clone Action Logs Location:/ebiz/oracle/app/oraInventory/logs/cloneActions<time tamp>.log
    ERROR: Agent Clone Failed
    [oracle@grid agent]$
    Kindly guide me to install agent on 11g database
    Thanks & Regards
    Kesavan G

    Hi,
    I have listed the logfiles details for your reference,
    -scratchPath
    /tmp/OraInstall2013-05-05_11-57-48AM
    -sourceType
    network
    -timestamp
    2013-05-05_11-57-48AM
    -ignoreSysPrereqs
    -clone
    -forceClone
    -silent
    -waitForCompletion
    -nowait
    ORACLE_HOME=/ebiz/oracle/core/12.1.0.1.0
    -responseFile
    agent.rsp
    AGENT_BASE_DIR=/ebiz/oracle
    AGENT_BASE_DIR=/ebiz/oracle
    RESPONSE_FILE=agent.rsp
    -noconfig
    ORACLE_HOME_NAME=agent12c1
    -force
    INFO: Environment Variables:
    INFO: ORACLE_HOME = /ebiz/oracle/core/12.1.0.1.0
    INFO: PATH = /ebiz/oracle/app/oracle/product/11.2.0/dbhome_1/bin:/bin:/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin
    INFO: CLASSPATH =
    INFO: Username:oracle
    INFO: Install area Control created with access level 1
    INFO: Oracle Universal Installer version is 11.1.0.9.0
    INFO: OUI-10203:The specified response file 'agent.rsp' is not found. Make sure that the response file specified exists and you have read privileges to this file.
    Thanks $ Regards
    Kesavan G

  • Oracle Management Agent 10.2.0.5 64-bit Solaris

    I am installing Oracle Management Agent 10.2.0.5 on Solaris box. It has been installed successfuly on box1 and on box2 it is giving me error message
    "Error in invoking target tnsping nnfgt.o mkldflags client_sharedlib of makefile". I am wondering both boxes box1 and box2 are identical and why I am getting error on box2. Help me please.

    I have already gone through that document
    Box1 got following output: On this box Agent Insalled successfuly
    /usr/ccs/bin/ld -V
    ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.490
    Box2 got following output: On this box getting above error message
    /usr/ccs/bin/ld -V
    ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.482
    As per MOS Doc 463826.1 output looks OK to me only last number are different and I believe it should not make any big difference.

  • Installation  Oracle  Management   Agent 11g  in Linux

    Hi,
    I am Arun From India..
    I am planning to Install Oracle management Agent 11g in a Linux (5.5 32-bit) Server...But I saw many methods in Website to Install........
    Please help me to select the Easy method to Install Oracle Management Agent and Please bring the document to Install Management Agent......
    Could you specify how can we Configure the DATABASE with AGENT.....?????????????
    Please help me........Hope your Support........
    Arun Kurungatt

    Hi slatterych,
    Thanks for your Valuable Support and Comments...I have some Doubts before Installation.
    I am going to Install Agent on Server-2 , which contains Oracle DB 11g only now ( No Grid Control )..So What are the Things I need to perform in Server-2 while installing Agent (Silent mode)??? Is That same like which you Sent???
    Already I have Installed OEMGC in Server-1.. How can I connected Agent from Server-2 to OEMGC (Server-1)????
    Should I add OMS details of Server-1 in additional_agent.rsp ( Server-2 ) before installing Agent????
    Hope your Support...Please
    Arun Kurungatt

  • 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

  • Can't install Oracle VM Agent 3.3.1 on T3-1 w/ Solaris 11.2

    Solaris and SPARC VM NOOB Alert!!!
    When attempting to run the installer (./install) as root for the Oracle VM Agent 3.3.1 for SPARC (from ovs-ldoms-3.3.1-b1065.tar.gz) I receive the following dependency errors.  This is a fresh install of the OS (Solaris 11.2) with a static IP.  No further customizations have been made.  How do I resolve the dependency errors so the installation can complete successfully?
    root@wtlsovm01:/var/tmp/ovs-ldoms-3.3.1-b1065# ./install
    Oracle VM Agent Release 3.3.1 Installer
    - Installing Packages
    Updating package cache                           1/1
    Creating Plan (Running solver): \
    pkg install: No solution was found to satisfy constraints
    maintained incorporations:
      pkg://solaris/consolidation/ldoms/[email protected],5.11-0.175.2.0.0.34.0:20140303T141819Z
      pkg://solaris/consolidation/gfx/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/admin/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/SunVTS/[email protected],5.11-0.175.2.0.0.42.4:20140623T214952Z
      pkg://solaris/consolidation/solaris_re/[email protected],5.11-0.175.2.0.0.42.0:20140623T214932Z
      pkg://solaris/consolidation/cacao/[email protected],5.11-0.175.2.0.0.38.0:20140428T130228Z
      pkg://solaris/consolidation/jdmk/[email protected],5.11-0.175.2.0.0.22.0:20130902T173003Z
      pkg://solaris/consolidation/dbtg/[email protected],5.11-0.175.2.0.0.38.0:20140428T130044Z
      pkg://solaris/consolidation/ips/[email protected],5.11-0.175.2.0.0.41.0:20140609T232518Z
      pkg://solaris/consolidation/cde/[email protected],5.11-0.175.2.0.0.23.0:20130916T152657Z
      pkg://solaris/consolidation/smcc/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.0.0.42.2:20140624T183842Z
      pkg://solaris/consolidation/man/[email protected],5.11-0.175.2.0.0.40.0:20140527T142047Z
      pkg://solaris/consolidation/desktop/[email protected],5.11-0.175.2.0.0.42.0:20140623T125512Z
      pkg://solaris/consolidation/l10n/[email protected],5.11-0.175.2.0.0.42.2:20140623T130256Z
      pkg://solaris/consolidation/X/[email protected],5.11-0.175.2.0.0.42.1406:20140623T215134Z
      pkg://solaris/consolidation/sic_team/[email protected],5.11-0.175.2.0.0.39.0:20140512T160329Z
      pkg://solaris/consolidation/sunpro/[email protected],5.11-0.175.2.1.0.4.0:20140728T200719Z
      pkg://solaris/[email protected],5.11-0.175.2.1.0.2.1:20140923T224940Z
      pkg://solaris/consolidation/cns/[email protected],5.11-0.175.2.0.0.39.0:20140512T125220Z
      pkg://solaris/consolidation/nspg/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/userland/[email protected],5.11-0.175.2.1.0.2.0:20140723T184045Z
      pkg://solaris/consolidation/desktop/[email protected],5.11-0.175.2.0.0.42.0:20140623T125514Z
      pkg://solaris/consolidation/sfw/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
    Plan Creation: dependency error(s) in proposed packages:
      No suitable version of required package pkg://solaris/developer/build/[email protected],5.11-0.151.0.1:20101104T230755Z found:
        Reject:  pkg://solaris/developer/build/[email protected],5.11-0.151.0.1:20101104T230755Z
        Reason:  All acceptable versions of 'require' dependency on pkg:/runtime/python-24 are obsolete
      No suitable version of required package pkg://ovm/ovm/[email protected],5.11-3.3.1.0.0.1065:20140620T001722Z found:
        Reject:  pkg://ovm/ovm/[email protected],5.11-3.3.1.0.0.1065:20140620T001722Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/[email protected],5.11-0.175.1 are rejected
          Reject:  pkg://solaris/system/[email protected],5.11-0.175.1.0.0.24.2:20120919T184646Z
          Reason:  Newer version pkg://solaris/system/[email protected],5.11-0.175.2.0.0.42.2:20140624T184927Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.0.0.42.2:20140624T183842Z
    There was an error during the installation. The Oracle VM Agent
    might not be fully installed or configured.

    I have updated the os using "pkg update entire" and am now getting a few new issues.  I was able to install the "onbld" package manually but don't know how to udpate the rest of them.  It looks like a newer version exists for all packages already.
    root@wtlsovm01:/var/tmp/ovs-ldoms-3.3.1-b1065# ./install
    Oracle VM Agent Release 3.3.1 Installer
    - Installing Packages
    Updating package cache                           1/1
    Creating Plan (Running solver): |
    pkg install: No solution was found to satisfy constraints
    maintained incorporations:
      pkg://solaris/consolidation/ldoms/[email protected],5.11-0.175.2.2.0.4.0:20140829T201617Z
      pkg://solaris/consolidation/gfx/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/admin/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/SunVTS/[email protected],5.11-0.175.2.1.0.5.1:20140801T185126Z
      pkg://solaris/consolidation/solaris_re/[email protected],5.11-0.175.2.0.0.42.0:20140623T214932Z
      pkg://solaris/consolidation/cacao/[email protected],5.11-0.175.2.0.0.38.0:20140428T130228Z
      pkg://solaris/consolidation/jdmk/[email protected],5.11-0.175.2.0.0.22.0:20130902T173003Z
      pkg://solaris/consolidation/dbtg/[email protected],5.11-0.175.2.0.0.38.0:20140428T130044Z
      pkg://solaris/consolidation/ips/[email protected],5.11-0.175.2.3.0.3.0:20140922T212539Z
      pkg://solaris/consolidation/cde/[email protected],5.11-0.175.2.0.0.23.0:20130916T152657Z
      pkg://solaris/consolidation/smcc/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      pkg://solaris/consolidation/man/[email protected],5.11-0.175.2.0.0.40.0:20140527T142047Z
      pkg://solaris/consolidation/desktop/[email protected],5.11-0.175.2.0.0.42.0:20140623T125512Z
      pkg://solaris/consolidation/l10n/[email protected],5.11-0.175.2.1.0.4.2:20140728T200523Z
      pkg://solaris/consolidation/X/[email protected],5.11-0.175.2.1.0.3.1413:20140722T155222Z
      pkg://solaris/consolidation/sic_team/[email protected],5.11-0.175.2.0.0.39.0:20140512T160329Z
      pkg://solaris/consolidation/sunpro/[email protected],5.11-0.175.2.1.0.4.0:20140728T200719Z
      pkg://solaris/[email protected],5.11-0.175.2.3.0.5.0:20141019T181440Z
      pkg://solaris/consolidation/cns/[email protected],5.11-0.175.2.0.0.39.0:20140512T125220Z
      pkg://solaris/consolidation/nspg/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/userland/[email protected],5.11-0.175.2.3.0.5.0:20141019T180830Z
      pkg://solaris/consolidation/desktop/[email protected],5.11-0.175.2.0.0.42.0:20140623T125514Z
      pkg://solaris/consolidation/sfw/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
    Plan Creation: dependency error(s) in proposed packages:
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.0.13.0.3.0:20121026T213105Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.0.13.0.3.0:20121026T213105Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/library/[email protected],5.11-0.175.0.0.0.2.1482 are rejected
          Reject:  pkg://solaris/system/library/[email protected],5.11-0.175.0.0.0.2.1482:20111019T122729Z
          Reason:  Newer version pkg://solaris/system/library/[email protected],5.11-0.175.2.0.0.42.2:20140624T185703Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.0.10.0.4.0:20120731T141438Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.0.10.0.4.0:20120731T141438Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/library/[email protected],5.11-0.175.0.0.0.2.1482 are rejected
          Reject:  pkg://solaris/system/library/[email protected],5.11-0.175.0.0.0.2.1482:20111019T122729Z
          Reason:  Newer version pkg://solaris/system/library/[email protected],5.11-0.175.2.0.0.42.2:20140624T185703Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.7.0.1.0:20130408T213640Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.7.0.1.0:20130408T213640Z
        Reason:  All versions matching 'incorporate' dependency pkg:/install/[email protected],5.11-0.175.1.0.0.24.1736 are rejected
          Reject:  pkg://solaris/install/[email protected],5.11-0.175.1.0.0.24.1736:20120912T193256Z
          Reason:  Newer version pkg://solaris/install/[email protected],5.11-0.175.2.0.0.42.2:20140624T184452Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.10.0.5.1736:20130805T155448Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.10.0.5.1736:20130805T155448Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/install/auto-install/[email protected],5.11-0.175.1.10.0.5.1736 are rejected
          Reject:  pkg://solaris/system/install/auto-install/[email protected],5.11-0.175.1.10.0.5.1736:20130805T155452Z
          Reason:  Newer version pkg://solaris/system/install/auto-install/[email protected],5.11-0.175.2.0.0.42.2:20140624T185337Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.0.0.0.2.1482:20111019T122620Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.0.0.0.2.1482:20111019T122620Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/library/[email protected],5.11-0.175.0.0.0.2.1482 are rejected
          Reject:  pkg://solaris/system/library/[email protected],5.11-0.175.0.0.0.2.1482:20111019T122729Z
          Reason:  Newer version pkg://solaris/system/library/[email protected],5.11-0.175.2.0.0.42.2:20140624T185703Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.0.0.24.1736:20120912T193249Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.0.0.24.1736:20120912T193249Z
        Reason:  All versions matching 'incorporate' dependency pkg:/install/[email protected],5.11-0.175.1.0.0.24.1736 are rejected
          Reject:  pkg://solaris/install/[email protected],5.11-0.175.1.0.0.24.1736:20120912T193256Z
          Reason:  Newer version pkg://solaris/install/[email protected],5.11-0.175.2.0.0.42.2:20140624T184452Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.151.0.1:20101104T230640Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.151.0.1:20101104T230640Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/install/auto-install/[email protected],5.11-0.151.0.1 are rejected
          Reject:  pkg://solaris/system/install/auto-install/[email protected],5.11-0.151.0.1:20101105T002200Z
          Reason:  Newer version pkg://solaris/system/install/auto-install/[email protected],5.11-0.175.2.0.0.42.2:20140624T185337Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.14.0.1.1736:20131111T172122Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.14.0.1.1736:20131111T172122Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/library/[email protected],5.11-0.175.1.14.0.1.1736 are rejected
          Reject:  pkg://solaris/system/library/[email protected],5.11-0.175.1.14.0.1.1736:20131111T172124Z
          Reason:  Newer version pkg://solaris/system/library/[email protected],5.11-0.175.2.0.0.42.2:20140624T185703Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.13.0.1.1736:20131004T215705Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.13.0.1.1736:20131004T215705Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/install/[email protected],5.11-0.175.1.0.0.24.1736 are rejected
          Reject:  pkg://solaris/system/install/[email protected],5.11-0.175.1.0.0.24.1736:20120912T193312Z
          Reason:  Newer version pkg://solaris/system/install/[email protected],5.11-0.175.2.0.0.5:20130107T162448Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.6.0.2.0:20130318T230320Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.6.0.2.0:20130318T230320Z
        Reason:  All versions matching 'incorporate' dependency pkg:/install/[email protected],5.11-0.175.1.0.0.24.1736 are rejected
          Reject:  pkg://solaris/install/[email protected],5.11-0.175.1.0.0.24.1736:20120912T193256Z
          Reason:  Newer version pkg://solaris/install/[email protected],5.11-0.175.2.0.0.42.2:20140624T184452Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.12.0.3.1736:20130920T234059Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.12.0.3.1736:20130920T234059Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/[email protected],5.11-0.175.1.0.0.24.1736 are rejected
          Reject:  pkg://solaris/system/[email protected],5.11-0.175.1.0.0.24.1736:20120912T193315Z
          Reason:  Newer version pkg://solaris/system/[email protected],5.11-0.175.2.0.0.42.2:20140624T185350Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.11.0.3.0:20130823T203748Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.11.0.3.0:20130823T203748Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/install/auto-install/[email protected],5.11-0.175.1.11.0.3.1736 are rejected
          Reject:  pkg://solaris/system/install/auto-install/[email protected],5.11-0.175.1.11.0.3.1736:20130823T203749Z
          Reason:  Newer version pkg://solaris/system/install/auto-install/[email protected],5.11-0.175.2.0.0.42.2:20140624T185337Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.18.0.5.1736:20140411T220750Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.18.0.5.1736:20140411T220750Z
        Reason:  All versions matching 'incorporate' dependency pkg:/install/[email protected],5.11-0.175.1.18.0.5.1736 are rejected
          Reject:  pkg://solaris/install/[email protected],5.11-0.175.1.18.0.5.1736:20140411T220752Z
          Reason:  Newer version pkg://solaris/install/[email protected],5.11-0.175.2.0.0.42.2:20140624T184449Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.8.0.1.0:20130510T213433Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.8.0.1.0:20130510T213433Z
        Reason:  All versions matching 'incorporate' dependency pkg:/install/[email protected],5.11-0.175.1.0.0.24.1736 are rejected
          Reject:  pkg://solaris/install/[email protected],5.11-0.175.1.0.0.24.1736:20120912T193256Z
          Reason:  Newer version pkg://solaris/install/[email protected],5.11-0.175.2.0.0.42.2:20140624T184452Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.0.7.0.2.0:20120416T210633Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.0.7.0.2.0:20120416T210633Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/library/[email protected],5.11-0.175.0.0.0.2.1482 are rejected
          Reject:  pkg://solaris/system/library/[email protected],5.11-0.175.0.0.0.2.1482:20111019T122729Z
          Reason:  Newer version pkg://solaris/system/library/[email protected],5.11-0.175.2.0.0.42.2:20140624T185703Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://ovm/ovm/[email protected],5.11-3.3.1.0.0.1065:20140620T001722Z found:
        Reject:  pkg://ovm/ovm/[email protected],5.11-3.3.1.0.0.1065:20140620T001722Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/[email protected],5.11-0.175.1 are rejected
          Reject:  pkg://solaris/system/[email protected],5.11-0.175.1.0.0.24.2:20120919T184646Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.1.0.4.2:20121105T233937Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.2.0.4.2:20121204T173533Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.3.0.2.2:20121213T171610Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.4.0.2.2:20130122T173821Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.5.0.4.2:20130228T222900Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.6.0.3.2:20130322T212821Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.7.0.2.2:20130413T005347Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.8.0.2.2:20130517T182805Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.9.0.3.2:20130624T215936Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.10.0.2.2:20130716T195531Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.11.0.4.2:20130905T154911Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.12.0.1.2:20130909T210753Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.13.0.5.2:20131031T144854Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.14.0.3.2:20131122T214859Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.15.0.4.2:20131227T175537Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.16.0.4.2:20140131T234551Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.17.0.4.2:20140228T002730Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.18.0.4.2:20140401T163828Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.19.0.5.2:20140505T164959Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.20.0.4.2:20140529T200718Z
          Reason:  Newer version pkg://solaris/system/[email protected],5.11-0.175.2.3.0.2.2:20140912T210357Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
    There was an error during the installation. The Oracle VM Agent
    might not be fully installed or configured.

  • How to install Oracle Management Server Oracle9i

    Please tell me the steps one takes to properly install Oracle Management Server (Oracle9i) on a PC.
    Which of the diskettes to use for installation, and what are the cookbook steps from 1 - 10 for a beginner. I thought I had
    loaded the software on my system, only to discover the next day that I had not.
    Thanks for your forthcoming help.
    Mary

    I also installed Oracle 9i yesterday but there is no Oracle Management Server Service in the Control Panel. How can this be rectified, any ideas anyone ?

  • Install oracle management server

    hi for all
    please if you can help me
    when i tru to backup any datafile from oracle enterprice manager
    error message tell me i must to install oracle management server
    can you help me how to install it

    Hello,
    I am attemtping to configure OMS using EMCA on Windows XP. I get the following errors:
    ORA-02084: datbase name is missing a component
    Creating local database with SID "OEMREP"...
    C:\oracle\ora92\bin\launch.exe C:\oracle\ora92\assistants\dbca dbca.cl -progress_only -emca_internal -createDatabase -templateName Transaction_Processing.dbc -gdbName OEMREP.hsd1.va.comcast.net. -sid OEMREP
    Failed to create local database.Processing failed.
    Question is what component is the database missing and how do I resolve it?
    Thanks.

  • 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

  • Installing Oracle Grid Agent on R12 E-Business suite

    All,
    I have 10.2.0.3 OEM Grid Server installed and configured. This has been monitoring few of my standalone and dataguard production databases in which Oracle grid agents are installed and configured.
    I have recently deployed R12 E-business suite with two application nodes and one database in a F5 load balancer environment. I am wanting to install and configure Oracle Grid agent on R12 EBS Application and Database nodes to monitor my R12 EBS by making use of existing Oracle Grid server.
    Has anyone installed and configured Oracle grid agent on R12 Application and database nodes?
    Any informantion/pointers that anyone can provide on the above would be greatly appreciated.
    Thanks,
    Palani

    Do you know the ports that need to be opened between Application Tier and Grid control server?Not sure what grid control version you are installing. However, if you choose to go with the default ports then see the documentation for the list of ports you need to open -- http://www.oracle.com/pls/em111/search?word=Ports&format=ranked&remark=quick_search
    Thanks,
    Hussein

  • How to install Oracle Management Server

    Hello Guys,
    I have installed oracle database9i on my computer now i want to configure Oracle Management Server. Please advice how to do it.
    Like when i start Enterprise Manager Console there are 2 options to Launch Standalone or Login to Management Server.
    I want to logon to Oracle Management Server.
    Regards,
    Imran

    You must create an OEM repository, and configure the OMS accordingly. From your start menu, you will find the Oracle Home Products menu -> Configuration and Migration Tools -> Enterprise Manager Configuration Assistant
    The emca is the graphical assistant tool you launch to perform oms configuration. It is recommended to create the repository in its own database.

  • Installing Oracle Management Server

    Hi,
    I've installed oracle 9i r2 enterprise edition for windows 2000. during the installtion process, i choose not to install any Oracle Management Server Database and proceeded to install a standalone database server.
    Now i have a need to install the Oracle Managment Server Database.
    Can anybody help me please ?
    Thanks in Advance,
    Piyush

    Hi Joel,
    I'm giving the full details of what exactly I've done.
    1. Started installing Oracle 9i r2 for windows 2000
    2. Choose for an Enterprise Edition setup
    (all default options)
    3. The installation process prompted me to choose
    whether the database am installing is going to be
    connected to an Oracle Management Server.
    3.1 If yes, then the provide the Server Name.
    3.1.1 If no such server exists, then would i
    like to create a Server right now.
    3.2 If No, then the database installed would be a
    standalone server.
    4. I chose to install the stand alone version only.
    5. Currently, I have a database up and running.
    6. Now i want to it to be controlled by an Oracle
    Management Server, which is not setup in my env.
    Hope this info is sufficient for you to provide me the steps to execute.
    Thanks in Advance,
    Piyush

  • After Installing Oracle Virtual Box and changing the network adapter to bridged mode cant access my server

    Hi ,
    I have installed Oracle Virtual box on windows server 2008 r2 hosted on 1und1.de.
    Till installtion and setting up untun on virtualbox it was fine, but once i changed the adapater to bridged mode. I immediatly lost connectivity with my server and now cant access.
    It is now 2 days i cant access my server and neither ping it, also the website hosted on it is also down.
    The 1und1 has following 2 options
    1) using putty i can connect to server command prompt using administrator but cant run any gui application
    2) Server Rescue mode: where i get special environment to start, stop services, access registry and command prompt.
    Till now i have tried lot of setting to enable network connectivity but not able to success
    This is the result of Ipconfig /all
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : s15453760
       Primary Dns Suffix  . . . . . . . :
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
    Ethernet adapter VirtualBox Host-Only Network:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : VirtualBox Host-Only Ethernet Adapter
       Physical Address. . . . . . . . . : 08-00-27-00-04-FD
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       Link-local IPv6 Address . . . . . : fe80::5d5c:5bbc:c61:e9b1%16(Preferred)
       Autoconfiguration IPv4 Address. . : 169.254.233.177(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.0.0
       Default Gateway . . . . . . . . . :
       DHCPv6 IAID . . . . . . . . . . . : 352845863
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-15-B9-51-EA-00-19-99-A5-E7-BE
       DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
                                           fec0:0:0:ffff::2%1
                                           fec0:0:0:ffff::3%1
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.{BBF9AA14-45EA-460C-8F23-E106D890D878}:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter 6TO4 Adapter:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft 6to4 Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Local Area Connection* 12:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    How can i restore my connection.
    Thanks

    Hi,
    According to the result of "ipconfig /all", the physical adapter dosen't appear.
    Please check if the physical network adapter works properly. We can verify this in Device Manager.
    To open Device Manager by using the Windows interface
    Click Start, and then click Control Panel.
    Click Hardware and Sound.
    Click Device Manager.
    If the network adapter is working properly, please make sure that the Internet Protocol Version 4(TCP/IPv4) has been checked in the properties of the physical network adapter.
    If issue persists, please try to uninstall the Oracle Virtual box.
    Best Regards.
    Steven Lee
    TechNet Community Support

  • 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?

Maybe you are looking for