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:emterprisemanager:install_agent_13c [13/02/2025 07:31] mdloracle:emterprisemanager:install_agent_13c [14/02/2025 10:39] (Version actuelle) mdl
Ligne 1: Ligne 1:
-== Install OEM Agent 13CR5 ==+===== Install OEM Agent 13CR5 =====
  
-  * en tant que ROOT+== En tant que ROOT == 
 + 
 +  * soit on installe le JDK Oracle
 <code BASH> <code BASH>
 [root@oem1]# cd /u01/Downloads [root@oem1]# cd /u01/Downloads
Ligne 9: Ligne 11:
 </code> </code>
  
-  En tant qu'ORACLE+ 
 +       soit on installe OPENJDK 1.8 (les JDK plus récent ne sont pas compatibles avec les agents 13CR5)
 <code BASH> <code BASH>
-[oracle@oem1]# mkdir /u01/Downloads/agent+[root@oem1]# dnf install java-1.8.0-openjdk 
 +</code> 
 + \\ 
 +== En tant qu'ORACLE ==
  
 +  * Connexion à OMS et récupération des binaires d'installation
 +<code BASH>
 +[oracle@oem1]# mkdir /u01/Downloads/agent
 +[oracle@oem1]# cd /u01/Downloads/agent
 [oracle@oem1]# . oraenv [oracle@oem1]# . oraenv
 [oracle@oem1]# OMS [oracle@oem1]# OMS
 [oracle@oem1]# emcli setup -url=https://oem1.labo.local:7803/em/ -username=sysman -trustall [oracle@oem1]# emcli setup -url=https://oem1.labo.local:7803/em/ -username=sysman -trustall
-[oracle@oem1]#emcli sync +[oracle@oem1]# emcli sync 
-[oracle@oem1]#emcli get_supported_platforms+[oracle@oem1]# emcli get_supported_platforms
  -----------------------------------------------  -----------------------------------------------
  Version = 13.5.0.0.0  Version = 13.5.0.0.0
Ligne 42: Ligne 52:
 </code> </code>
  
 +  * Installation de l'agent en mode silencieux
 +<code BASH>
 [oracle@oem1]# rm -rf /u01/app/oracle/product/agent/agent_13.5.0.0.0 [oracle@oem1]# rm -rf /u01/app/oracle/product/agent/agent_13.5.0.0.0
 [oracle@oem1]# cd /u01/Downloads/agent [oracle@oem1]# cd /u01/Downloads/agent
Ligne 88: Ligne 100:
  
  
-./agentDeploy.sh AGENT_BASE_DIR=/u01/app/oracle/product/agent/ RESPONSE_FILE=/u01/Downloads/agent/agent.rsp    INVENTORY_LOCATION=/u01/app/oraInventory/+[oracle@oem1]# ./agentDeploy.sh AGENT_BASE_DIR=/u01/app/oracle/product/agent/ RESPONSE_FILE=/u01/Downloads/agent/agent.rsp    INVENTORY_LOCATION=/u01/app/oraInventory/
  
  The space available is ....  59573 MB  The space available is ....  59573 MB
Ligne 144: Ligne 156:
  Waiting for agent targets to get promoted...  Waiting for agent targets to get promoted...
  Successfully Promoted agent and its related targets to Management Agent  Successfully Promoted agent and its related targets to Management Agent
 +</code>
  
- +  * En ROOT, post install script 
-. oraenv +<code BASH> 
-agent13cR5 +[root@oem1]# /u01/app/oracle/product/agent/agent_13.5.0.0.0/root.sh 
 +</code> 
 +  * Vérification du statut de l'agent 
 +<code BASH> 
 +[oracle@oem1]# . oraenv 
 +[oracle@oem1]# agent13cR5
  
 [oracle@oem1 agent]$ emctl status agent [oracle@oem1 agent]$ emctl status agent
Ligne 185: Ligne 202:
 --------------------------------------------------------------- ---------------------------------------------------------------
 Agent is Running and Ready Agent is Running and Ready
 +</code>