Running Oracle Universal Installer Using a Response File
After creating the response file, run Oracle Univeral Installer at the command line, specifying the response file you created, to perform the installation.
Run Oracle Universal Installer at the command line, specifying the response file you created. The Oracle Universal Installer executable, runInstaller
, provides several options. For help information on the full set of these options, run the runInstaller
command with the -help
option. For example:
$ directory_path/runInstaller -help
The help information appears in a window after some time.
To run the installer using a response file:
-
Complete the preinstallation tasks as for a normal installation
-
Log in as the software installation owner user.
-
If you are completing a response file mode installation, then set the operating system
DISPLAY
environment variable for the user running the installation.Note:
You do not have to set the
DISPLAY
environment variable if you are completing a silent mode installation. -
To start the installer in silent or response file mode, enter a command similar to the following:
$ /directory_path/runInstaller [-silent] [-noconfig] \ -responseFile responsefilename
Note:
Do not specify a relative path to the response file. If you specify a relative path, then the installer fails.
In this example:
-
directory_pathis the path of the directory where you have copied the installation binaries.
-
-noconfig
suppresses running the configuration assistants during installation, and a software-only installation is performed instead. -
responsefilename
is the full path and file name of the installation response file that you configured.
-
-
If this is the first time you are installing Oracle software on your system, then Oracle Universal Installer prompts you to run the orainstRoot.sh script.
Log in as the
root
user and run theorainstRoot.sh
script:$ su root password: # /u01/app/oraInventory/orainstRoot.sh
Note:
You do not have to manually create theoraInst.loc
file. Running theorainstRoot.sh
script is sufficient as it specifies the location of the Oracle Inventory directory. -
When the installation completes, log in as the
root
user and run theroot.sh
script. For example$ su root password: # /oracle_home_path/root.sh