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:26] 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>
-cd /u01/Downloads +[root@oem1]# cd /u01/Downloads 
-wget https://javadl.oracle.com/webapps/download/AutoDL?BundleId=251645_7ed26d28139143f38c58992680c214a5 +[root@oem1]# wget https://javadl.oracle.com/webapps/download/AutoDL?BundleId=251645_7ed26d28139143f38c58992680c214a5 
-mv AutoDL\?BundleId\=251645_7ed26d28139143f38c58992680c214a5 jre-8u441-linux-x64.rpm +[root@oem1]# mv AutoDL\?BundleId\=251645_7ed26d28139143f38c58992680c214a5 jre-8u441-linux-x64.rpm 
-dnf install jre-8u441-linux-x64.rpm+[root@oem1]# dnf install jre-8u441-linux-x64.rpm
 </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>
-mkdir /u01/Downloads/agent+[root@oem1]# dnf install java-1.8.0-openjdk 
 +</code> 
 + \\ 
 +== En tant qu'ORACLE ==
  
-. oraenv +  * Connexion à OMS et récupération des binaires d'installation 
-OMS +<code BASH> 
-emcli setup -url=https://oem1.labo.local:7803/em/ -username=sysman -trustall +[oracle@oem1]# mkdir /u01/Downloads/agent 
-fOsprl_6nCywp +[oracle@oem1]# cd /u01/Downloads/agent 
- +[oracle@oem1]# . oraenv 
-emcli sync +[oracle@oem1]# OMS 
- +[oracle@oem1]# emcli setup -url=https://oem1.labo.local:7803/em/ -username=sysman -trustall 
-emcli get_supported_platforms+[oracle@oem1]# emcli sync 
 +[oracle@oem1]# emcli get_supported_platforms
  -----------------------------------------------  -----------------------------------------------
  Version = 13.5.0.0.0  Version = 13.5.0.0.0
Ligne 28: Ligne 35:
  
  
-emcli get_agentimage -destination=/u01/Downloads/agent -platform="Linux x86-64" -version=13.5.0.0.0+[oracle@oem1]# emcli get_agentimage -destination=/u01/Downloads/agent -platform="Linux x86-64" -version=13.5.0.0.0
  === Partition Detail ===  === Partition Detail ===
  Space free : 58 GB  Space free : 58 GB
Ligne 45: Ligne 52:
 </code> </code>
  
-rm -rf /u01/app/oracle/product/agent/agent_13.5.0.0.0 +  * Installation de l'agent en mode silencieux 
-cd /u01/Downloads/agent +<code BASH> 
-unzip 13.5.0.0.0_AgentCore_226.zip+[oracle@oem1]# rm -rf /u01/app/oracle/product/agent/agent_13.5.0.0.0 
 +[oracle@oem1]# cd /u01/Downloads/agent 
 +[oracle@oem1]# unzip 13.5.0.0.0_AgentCore_226.zip
  
-vi agent.rsp+[oracle@oem1]# vi agent.rsp
  ####################################################################  ####################################################################
  ## copyright (c) 1999, 2012 Oracle. All rights reserved.          ##  ## copyright (c) 1999, 2012 Oracle. All rights reserved.          ##
Ligne 91: 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 147: 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 188: Ligne 202:
 --------------------------------------------------------------- ---------------------------------------------------------------
 Agent is Running and Ready Agent is Running and Ready
 +</code>