meta données pour cette page
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| oracle:emterprisemanager:install_agent_13c [13/02/2025 06:56] – créée mdl | oracle:emterprisemanager:install_agent_13c [14/02/2025 10:39] (Version actuelle) – mdl | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ##### Install OEM Agent 13CR5 ###### | + | ===== Install OEM Agent 13CR5 ===== |
| - | => ROOT | + | |
| - | cd / | + | |
| - | wget https:// | + | |
| - | mv AutoDL\? | + | |
| - | dnf install jre-8u441-linux-x64.rpm | + | |
| - | => ORACLE | + | == En tant que ROOT == |
| - | mkdir / | + | |
| - | . oraenv | + | * soit on installe le JDK Oracle |
| - | OMS | + | <code BASH> |
| - | emcli setup -url=https://oem1.labo.local:7803/em/ -username=sysman | + | [root@oem1]# |
| - | fOsprl_6nCywp | + | [root@oem1]# |
| + | [root@oem1]# | ||
| + | [root@oem1]# | ||
| + | </ | ||
| - | emcli sync | ||
| - | emcli get_supported_platforms | + | * soit on installe OPENJDK 1.8 (les JDK plus récent ne sont pas compatibles avec les agents 13CR5) |
| + | <code BASH> | ||
| + | [root@oem1]# | ||
| + | </ | ||
| + | \\ | ||
| + | == En tant qu' | ||
| + | |||
| + | * Connexion à OMS et récupération des binaires d' | ||
| + | <code BASH> | ||
| + | [oracle@oem1]# | ||
| + | [oracle@oem1]# | ||
| + | [oracle@oem1]# | ||
| + | [oracle@oem1]# | ||
| + | [oracle@oem1]# | ||
| + | [oracle@oem1]# | ||
| + | [oracle@oem1]# | ||
| ----------------------------------------------- | ----------------------------------------------- | ||
| Version = 13.5.0.0.0 | Version = 13.5.0.0.0 | ||
| Ligne 24: | Ligne 35: | ||
| - | emcli get_agentimage -destination=/ | + | [oracle@oem1]# |
| === Partition Detail === | === Partition Detail === | ||
| Space free : 58 GB | Space free : 58 GB | ||
| Ligne 39: | Ligne 50: | ||
| Exit status is:0 | Exit status is:0 | ||
| Agent Image Download completed successfully. | Agent Image Download completed successfully. | ||
| + | </ | ||
| + | * Installation de l' | ||
| + | <code BASH> | ||
| + | [oracle@oem1]# | ||
| + | [oracle@oem1]# | ||
| + | [oracle@oem1]# | ||
| - | rm -rf /u01/app/oracle/ | + | [oracle@oem1]# |
| - | cd / | + | |
| - | unzip 13.5.0.0.0_AgentCore_226.zip | + | |
| - | + | ||
| - | vi agent.rsp | + | |
| #################################################################### | #################################################################### | ||
| ## copyright (c) 1999, 2012 Oracle. All rights reserved. | ## copyright (c) 1999, 2012 Oracle. All rights reserved. | ||
| Ligne 87: | Ligne 100: | ||
| - | ./ | + | [oracle@oem1]# |
| The space available is .... 59573 MB | The space available is .... 59573 MB | ||
| Ligne 143: | 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 | ||
| + | </ | ||
| - | + | * En ROOT, post install script | |
| - | . oraenv | + | <code BASH> |
| - | agent13cR5 | + | [root@oem1]# |
| + | </ | ||
| + | * Vérification du statut de l' | ||
| + | <code BASH> | ||
| + | [oracle@oem1]# | ||
| + | [oracle@oem1]# | ||
| [oracle@oem1 agent]$ emctl status agent | [oracle@oem1 agent]$ emctl status agent | ||
| Ligne 184: | Ligne 202: | ||
| --------------------------------------------------------------- | --------------------------------------------------------------- | ||
| Agent is Running and Ready | Agent is Running and Ready | ||
| + | </ | ||