Instalación Oracle Database 18.3.0 StandAlone - Silent


Instalación Oracle Database 18.3.0 StandAlone - Silent


Ref:



Como usuario Oracle:
mkdir –p /u01/app/oracle/product/18.3.0
cd /u01/app/oracle/product/18.3.0
unzip -q /home/oscar/Desktop/STAGE/BBDD/LINUX.X64_180000_db_home.zip
# Silent mode.

Utilizo el fichero de respuesta generado anteriormente:

[oracle@suez 18.3.0]$ ./runInstaller -ignorePrereq -waitforcompletion -silent -responseFile /home/oracle/db_soft_standalone.rsp
Launching Oracle Database Setup Wizard...

[WARNING] [INS-13014] Target environment does not meet some optional requirements.
   CAUSE: Some of the optional prerequisites are not met. See logs for details. installActions2018-07-26_05-39-06PM.log
   ACTION: Identify the list of failed prerequisite checks from the log: installActions2018-07-26_05-39-06PM.log. Then either from the log file or from installation manual find the appropriate configuration to meet the prerequisites and fix it manually.
The response file for this session can be found at:
 /u01/app/oracle/product/18.3.0/install/response/db_2018-07-26_05-39-06PM.rsp

You can find the log of this install session at:
 /tmp/InstallActions2018-07-26_05-39-06PM/installActions2018-07-26_05-39-06PM.log

As a root user, execute the following script(s):
        1. /u01/app/oraInventory/orainstRoot.sh
        2. /u01/app/oracle/product/18.3.0/root.sh

Execute /u01/app/oraInventory/orainstRoot.sh on the following nodes:
[suez]
Execute /u01/app/oracle/product/18.3.0/root.sh on the following nodes:
[suez]


Successfully Setup Software with warning(s).
Moved the install session logs to:
 /u01/app/oraInventory/logs/InstallActions2018-07-26_05-39-06PM


En el log vemos que se trata del prerequisite de la memoria fisica, podemos ignorar:
[oracle@suez 18.3.0]$ more ./cfgtoollogs/oui/InstallActions2018-07-26_05-39-06PM/installActions2018-07-26_05-39-06PM.log


INFO:  [Jul 26, 2018 5:39:17 PM] *********************************************
INFO:  [Jul 26, 2018 5:39:17 PM] Physical Memory: This is a prerequisite condition to test whether the system has at least 8GB (8388608.0KB) of total physical memory.
INFO:  [Jul 26, 2018 5:39:17 PM] Severity:IGNORABLE
INFO:  [Jul 26, 2018 5:39:17 PM] OverallStatus:VERIFICATION_FAILED
INFO:  [Jul 26, 2018 5:39:17 PM] -----------------------------------------------
INFO:  [Jul 26, 2018 5:39:17 PM] Verification Result for Node:suez
INFO:  [Jul 26, 2018 5:39:17 PM] Expected Value:8GB (8388608.0KB)
INFO:  [Jul 26, 2018 5:39:17 PM] Actual Value:3.7354GB (3916872.0KB)
INFO:  [Jul 26, 2018 5:39:17 PM] Error Message:PRVF-7530 : Sufficient physical memory is not available on node "suez" [Required physical memory = 8GB (8388608.0KB)]
INFO:  [Jul 26, 2018 5:39:17 PM] Cause: Amount of physical memory (RAM) found does not meet minimum memory requirements.
INFO:  [Jul 26, 2018 5:39:17 PM] Action: Add physical memory (RAM) to the node specified.
INFO:  [Jul 26, 2018 5:39:17 PM] -----------------------------------------------
INFO:  [Jul 26, 2018 5:39:17 PM] *********************************************
INFO:  [Jul 26, 2018 5:39:17 PM] Available Physical Memory: This is a prerequisite condition to test whether the system has at least 50MB (51200.0KB) of available phys
ical memory.
INFO:  [Jul 26, 2018 5:39:17 PM] Severity:IGNORABLE

Comentarios

Entradas populares de este blog

[ORACLE] Script Espacio ocupado y libre de tablespaces (incluyendo los temporary)

Oracle - Apuntes sobre LOBs para DBAs

Oracle - Traza 10046 (SQL_TRACE)