meta données pour cette page
  •  

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
oracle:install19c:goldenimage [29/01/2025 15:22] mdloracle:install19c:goldenimage [12/11/2025 07:46] (Version actuelle) mdl
Ligne 1: Ligne 1:
-====== Création Golden Image ======+====== 4 - Création Golden Image ======
  
 Mecanisme qui permet d'exporter un ORACLE_HOME patché. Mecanisme qui permet d'exporter un ORACLE_HOME patché.
Ligne 6: Ligne 6:
 == Sur la source en 19.23 == == Sur la source en 19.23 ==
  
-  * en ORACLE+  * en ORACLE (il faut 12 249 Mo d'espace libre)
 <code BASH>  <code BASH> 
 cd $ORACLE_HOME cd $ORACLE_HOME
Ligne 36: Ligne 36:
 <code BASH>  <code BASH> 
 sudo su - oracle sudo su - oracle
-export ORACLE_HOSTNAME=gvacoeoem.corp.sch.ch+export ORACLE_HOSTNAME=host1.labo.local
 export ORACLE_BASE=/u01/app/oracle export ORACLE_BASE=/u01/app/oracle
 export ORACLE_HOME=$ORACLE_BASE/product/19.0.0/dbhome_1 export ORACLE_HOME=$ORACLE_BASE/product/19.0.0/dbhome_1
Ligne 44: Ligne 44:
 </code> </code>
  
-Après l'avoir copiée sur la Target, décompresser la golden Image dans le répertoire $ORACLE_HOME+  * Après l'avoir copiée sur la Target, décompresser la golden Image dans le répertoire $ORACLE_HOME
 <code BASH>  <code BASH> 
 cd $ORACLE_HOME cd $ORACLE_HOME
Ligne 50: Ligne 50:
 </code> </code>
  
-Lancer l'installer+  * Lancer l'installer
 <code BASH>  <code BASH> 
 ./runInstaller -ignorePrereq -waitforcompletion -silent                    \ ./runInstaller -ignorePrereq -waitforcompletion -silent                    \
Ligne 69: Ligne 69:
 SECURITY_UPDATES_VIA_MYORACLESUPPORT=false                                 \ SECURITY_UPDATES_VIA_MYORACLESUPPORT=false                                 \
 DECLINE_SECURITY_UPDATES=true DECLINE_SECURITY_UPDATES=true
 +
 + Launching Oracle Database Setup Wizard...
 +
 + [WARNING] [INS-13001] Oracle Database is not supported on this operating system. Installer will not perform prerequisite checks on the system.
 +    CAUSE: This operating system may not have been in the certified list at the time of the release of this software.
 +    ACTION: Refer to My Oracle Support portal for the latest certification information for this operating system. Proceed with the installation if the operating system has been certified after the release of this software.
 + The response file for this session can be found at:
 + /u01/app/oracle/product/19.0.0/dbhome_1/install/response/db_2025-01-29_04-30-02PM.rsp
 +
 + You can find the log of this install session at:
 + /tmp/InstallActions2025-01-29_04-30-02PM/installActions2025-01-29_04-30-02PM.log
 +
 + As a root user, execute the following script(s):
 + 1. /u01/app/oraInventory/orainstRoot.sh
 + 2. /u01/app/oracle/product/19.0.0/dbhome_1/root.sh
 +
 + Execute /u01/app/oraInventory/orainstRoot.sh on the following nodes:
 + [xxxxx]
 + Execute /u01/app/oracle/product/19.0.0/dbhome_1/root.sh on the following nodes:
 + [xxxxx]
 +</code>
 +
 +  * En tant que ROOT:  
 +<code BASH>
 +/u01/app/oraInventory/orainstRoot.sh
 +/u01/app/oracle/product/19.0.0/dbhome_1/root.sh
 </code> </code>