Oracle 12c RDBMS Silent Installation on HP Server

Oracle 12c RDBMS Silent Installation on HP Server

Silent _ installations:

nohup /u01/software/database/runInstaller -ignoreSysPrereqs -ignorePrereq -waitforcompletion -showProgress -silent -responseFile /u01/software/db_install.rsp > 12c_db_install_on_hp_new1


Starting Oracle Universal Installer…

Checking Temp space: must be greater than 930 MB. Actual 10295 MB Passed
Checking swap space: must be greater than 150 MB. Actual 32672 MB Passed
Preparing to launch Oracle Universal Installer from /var/tmp/OraInstall2021-08-25_02-35-51AM. Please wait …You can find the log of this install session at:
/home/oracle/oraInventory/logs/installActions2021-08-25_02-35-51AM.log

Prepare in progress.
………………………………………….. 8% Done.

Prepare successful.

Copy files in progress.
………………………………………….. 18% Done.
………………………………………….. 23% Done.
………………………………………….. 29% Done.
………………………………………….. 34% Done.
………………………………………….. 39% Done.
………………………………………….. 44% Done.
………………………………………….. 49% Done.
………………………………………….. 56% Done.
………………………………………….. 61% Done.
………………………………………….. 67% Done.
………………………………………….. 72% Done.
………………………………………….. 77% Done.
………………………………….
Copy files successful.

Link binaries in progress.
………………………………………….. 82% Done.

Link binaries successful.

Setup files in progress.
………………..
Setup files successful.

Setup Inventory in progress.

Setup Inventory successful.

Finish Setup successful.
The installation of Oracle Database 12c was successful.
Please check ‘/home/oracle/oraInventory/logs/silentInstall2021-08-25_02-35-51AM.log’ for more details.

Setup Oracle Base in progress.

Setup Oracle Base successful.
………………………………………….. 95% Done.

As a root user, execute the following script(s):
1. /u01/app/oracle/product/12.2.0/dbhome_1/root.sh

………………………………………….. 100% Done.
Successfully Setup Software.
[2] + Done nohup /u01/software/database/runInstaller -ignoreSysPrereqs -ignorePrereq -waitforcompletion -showProgress -silent -responseFile /u01/software/db_install.rsp > 12c_db_install_on_hp_new1 &

$sudo su –
# /u01/app/oracle/product/12.2.0/dbhome_1/root.sh
Check /u01/app/oracle/product/12.2.0/dbhome_1/install/root_ORAHP_2021-08-25_02-54-08-20.log for the output of root script
# cat /u01/app/oracle/product/12.2.0/dbhome_1/install/root_ORAHP_2021-08-25_02-54-08-20.log
Performing root user operation.


The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /u01/app/oracle/product/12.2.0/dbhome_1
Copying dbhome to /usr/local/bin …
Copying oraenv to /usr/local/bin …
Copying coraenv to /usr/local/bin …

Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Oracle Trace File Analyzer (TFA) is available at : /u01/app/oracle/product/12.2.0/dbhome_1/suptools/tfa/release/tfa_home/bin/tfactl
#
# exit
logout root
ORAHP:/u01/app/oracle/product/12.2.0/dbhome_1>

 

See Also: