Hello --
I am stuck during the installation of OEM client (Linux_x86_64_Grid_Control_Agent_11.1.0.1.0) on Linux. Here is my environment:
<db1> cat /etc/*-release
Oracle Linux Server release 6.1
Red Hat Enterprise Linux Server release 6.1 (Santiago)
Oracle Linux Server release 6.1
<db1>
Linux version 2.6.32-131.4.1.el6.x86_64 (mockbuild@ca-build44.us.oracle.com) (gcc version 4.4.4 20100726 (Red Hat 4.4.4-13) (GCC) ) #1 SMP Wed Jun 15 13:25:00 EDT 2011
I am running installation in silent mode as follows:
. runInstaller -silent -responseFile /app/oracle/dist/linux_x64/response/erpdba_additional_agent.rsp
Installation gets stuck on this:
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 150 MB. Actual 762 MB Passed
Checking swap space: must be greater than 150 MB. Actual 4041 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-05-02_09-34-03AM. Please wait ...<cmsprddb1.es.gwu.edu:OEMAgentR1v11101> Warning: Is the following line present in /app/oracle/dist/linux_x64/response/erpdba_additional_agent.rsp correct?
MYORACLESUPPORT_USERNAME=
Warning: This line is not added to HashMap
Warning: Is the following line present in /app/oracle/dist/linux_x64/response/erpdba_additional_agent.rsp correct?
MYORACLESUPPORT_PASSWORD=
Warning: This line is not added to HashMap
Warning: Is the following line present in /app/oracle/dist/linux_x64/response/erpdba_additional_agent.rsp correct?
COLLECTOR_SUPPORTHUB_URL=
Warning: This line is not added to HashMap
Warning: Is the following line present in /app/oracle/dist/linux_x64/response/erpdba_additional_agent.rsp correct?
PROXY_USER=
Warning: This line is not added to HashMap
Warning: Is the following line present in /app/oracle/dist/linux_x64/response/erpdba_additional_agent.rsp correct?
PROXY_PWD=
Warning: This line is not added to HashMap
Warning: Is the following line present in /app/oracle/dist/linux_x64/response/erpdba_additional_agent.rsp correct?
PROXY_HOST=
Warning: This line is not added to HashMap
Warning: Is the following line present in /app/oracle/dist/linux_x64/response/erpdba_additional_agent.rsp correct?
PROXY_PORT=
Warning: This line is not added to HashMap
*** Check for updates ***
*** Select Installation Type ***
*** Check Prerequisites ***
*** Specify Oracle Management Service Location ***
And it just sits there. Here is the log:
oracle.sysman.install.oneclick.EMGCInstaller
-scratchPath
/tmp/OraInstall2012-05-02_09-34-03AM
-sourceLoc
/app/oracle/dist/linux_x64/agent/install/../stage/products.xml
-sourceType
network
-timestamp
2012-05-02_09-34-03AM
-nowelcome
-silent
-responseFile
/app/oracle/dist/linux_x64/response/erpdba_additional_agent.rsp
INFO: Using an existing InstallAreaControl for this Inventory Session with existing access level 1
INFO: Using an existing InstallAreaControl for this Inventory Session with existing access level 1
INFO: Using an existing InstallAreaControl for this Inventory Session with existing access level 1
INFO: *** Check for updates ***
INFO: The Option selected is skip
INFO: *** Select Installation Type ***
INFO: *** Check Prerequisites ***
INFO: The PrereqLoc is: /app/oracle/dist/linux_x64/agent//stage/prereq
INFO: *** Specify Oracle Management Service Location ***
INFO: validating variable: ORACLE_AGENT_HOME_LOCATION
INFO: Using an existing InstallAreaControl for this Inventory Session with existing access level 1
What can it be? Please help.