Database Reference
In-Depth Information
oracle.install.asm.diskGroup.diskDiscoveryString=/dev/vd*1
oracle.install.asm.monitorPassword=
oracle.install.crs.config.ignoreDownNodes=false
oracle.installer.autoupdates.option=SKIP_UPDATES
oracle.installer.autoupdates.downloadUpdatesLoc=
AUTOUPDATES_MYORACLESUPPORT_USERNAME=
AUTOUPDATES_MYORACLESUPPORT_PASSWORD=
PROXY_HOST=
PROXY_PORT=0
PROXY_USER=
PROXY_PWD=
PROXY_REALM=
For the installation to succeed you need to supply passwords in the response files. Since that is a security problem
you can provide the passwords on the command line as well. If you do not choose to provide the passwords on the
command line please make sure the response file uses proper operating system security to prevent unauthorized
users from gaining access. Better still, change the passwords used during installation as soon as you can during the
post-installation steps. This step is so straightforward that it has not been included in the chapter. Do not forget to
apply it though!
With a response file in this format you are ready to begin the installation. To start it, use the -silent and
-responseFile command line arguments to runInstaller as shown here where passwords are supplied on the
command line rather than in the response file. Notice that variables that would normally be supplied in the response
file are enclosed in double quotes:
$ ./runInstaller -silent -responseFile /home/grid/grid.rsp \
> "oracle.install.asm.SYSASMPassword=randomSysThrowawayPassword" \
> "oracle.install.asm.monitorPassword=randomASMSNMPThrowawayPassword"
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 120 MB. Actual 4691 MB Passed
Checking swap space: must be greater than 150 MB. Actual 8947 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-09-06_07-15-58PM.
Please wait ...
You can find the log of this install session at:
/u01/app/oraInventory/logs/installActions2013-09-06_07-15-58PM.log
The installation of Oracle Grid Infrastructure 12c was successful.
Please check '/u01/app/oraInventory/logs/silentInstall2013-09-06_07-15-58PM.log' for more details.
As a root user, execute the following script(s):
1. /u01/app/grid/product/12.1.0.1/grid/root.sh
Successfully Setup Software.
As install user, execute the following script to complete the configuration.
1. /u01/app/grid/product/12.1.0.1/grid/cfgtoollogs/configToolAllCommands
RESPONSE_FILE=<response_file>
Note:
1. This script must be run on the same host from where installer was run.
2. This script needs a small password properties file for configuration
assistants that require passwords (refer to install guide documentation).
 
Search WWH ::




Custom Search