Hi Friends, :)
OEM Grid 10.2.0.5 (both OMS and OMA)
RHEL 4.6
I want to install OMA for our remote offshore EBS 11i to be able to monitor it.
I want to use "silent mode" so I dont need to run OUI or gui console or VNC viewer or go onsite there personally.
I am reading now
Oracle® Enterprise Manager
Grid Control Installation and Configuration Guide
10g Release 5 (10.2.0.5.0)
E10953-12
Chapter 11 Deploying Management Agent in Silent Mode
11.1 Available Response Files ........................................................................................................ 11-1
11.2 Running Response Files .......................................................................................................... 11-1
11.3 Silent Installation Process ....................................................................................................... 11-2
11.4 Using Silent Mode to Install Additional Management Agent........................................... 11-2
In 11.1 it says I will run the command only as
./runInstaller -silent -responseFile=<absolute path of the response file> -waitforcompletion
Q2. Is this all I need ?
Q3. After I run the above command, do I still need to do the ff.? Or it is just redundant?
or is it a pre-requisite. If it is a pre-reqs the docs should have mentioned it first becuase its confusing :(
11.3 Silent Installation Process
The silent installation on a UNIX environment can bee seen as a three-step process:
1. noconfig: In the first step, you must execute the -noconfig option. This will
copy all the bits into the corresponding Oracle homes.
2. allroot.sh/orainstRoot.sh: After the bits are copied, the installer will
prompt you to run the allroot.sh script (and orainstRoot.sh) or root.sh
script (depending on the installation type).
■ Run the orainstRoot.sh script if this is the first Oracle product installation
on your host.
■ Run the allroot.sh script from the first Oracle home that was created
during installation.
3. runconfig.sh: You must pass this command to run the configuration assistants.
For an additional Management Agent installation, run:
<AGENT_HOME>/oui/bin/runConfig.sh ORACLE_HOME=<Agent Home> MODE=perform
ACTION=configure
In #1 , it says to run "noconfig" , but did not give the command of how to run it
this is getting me crazy :( . Can you give me the command on how to run "noconfig" pls
Thanks a lot,
Ms K