To start installing Oracle software:
$CD/tmp/database
$./RUNINSTALLER-SILENT-RESPONSEFILE/HOME/ORACLE/ETC/DB_INSTALL.RSP
During the installation, if [WARNING] is not heeded, the installer is still in progress, and if [FATAL] is present, the Setup program has stopped. Open another terminal and execute
#tail -100 F/u01/app/oracle/orainventory/logs/installactions......log
You can track the installation logs in real time to see the progress of the installation.
when it appears
The following configuration script needs to be executed as a "root" user.
#!/bin/sh
#要运行的 Root Script
/u01/app/oracle/orainventory/orainstroot.sh
/u01/app/oracle/product/11.2.0/db_1/root.sh
to perform a configuration script, do the following:
1. Open a terminal window
2. Log in as "root"
3. Run the script
4. Return to this window and press "Enter" key to continue
successfully Setup software.
indicates that the installation was successful. Follow its instructions.
$ log in with root and execute the following script
#/u01/app/oracle/orainventory/orainstroot.sh
#/u01/app/oracle/product/11.2.0/db_1/root.sh
This article is from "Allen Lee Oracle" blog, please make sure to keep this source http://lipengfei666666.blog.51cto.com/6384154/1635660
oracle11g silent Installation----> Media Installation "two" (2)