meta données pour cette page
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| oracle:emterprisemanager:install_agent_13c [13/02/2025 07:26] – 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 ===== |
| - | * en tant que ROOT | + | == En tant que ROOT == |
| + | |||
| + | * soit on installe le JDK Oracle | ||
| <code BASH> | <code BASH> | ||
| - | cd / | + | [root@oem1]# |
| - | wget https:// | + | [root@oem1]# |
| - | mv AutoDL\? | + | [root@oem1]# |
| - | dnf install jre-8u441-linux-x64.rpm | + | [root@oem1]# |
| </ | </ | ||
| - | | + | |
| + | * 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/ | + | [root@oem1]# |
| + | </code> | ||
| + | \\ | ||
| + | == En tant qu' | ||
| - | . oraenv | + | * Connexion à OMS et récupération des binaires d' |
| - | OMS | + | <code BASH> |
| - | emcli setup -url=https:// | + | [oracle@oem1]# |
| - | fOsprl_6nCywp | + | [oracle@oem1]# |
| - | + | [oracle@oem1]# | |
| - | emcli sync | + | [oracle@oem1]# |
| - | + | [oracle@oem1]# | |
| - | emcli get_supported_platforms | + | [oracle@oem1]# |
| + | [oracle@oem1]# | ||
| ----------------------------------------------- | ----------------------------------------------- | ||
| Version = 13.5.0.0.0 | Version = 13.5.0.0.0 | ||
| Ligne 28: | Ligne 35: | ||
| - | emcli get_agentimage -destination=/ | + | [oracle@oem1]# |
| === Partition Detail === | === Partition Detail === | ||
| Space free : 58 GB | Space free : 58 GB | ||
| Ligne 45: | Ligne 52: | ||
| </ | </ | ||
| - | rm -rf / | + | * Installation de l' |
| - | cd / | + | <code BASH> |
| - | unzip 13.5.0.0.0_AgentCore_226.zip | + | [oracle@oem1]# |
| + | [oracle@oem1]# | ||
| + | [oracle@oem1]# | ||
| - | vi agent.rsp | + | [oracle@oem1]# |
| #################################################################### | #################################################################### | ||
| ## copyright (c) 1999, 2012 Oracle. All rights reserved. | ## copyright (c) 1999, 2012 Oracle. All rights reserved. | ||
| Ligne 91: | Ligne 100: | ||
| - | ./ | + | [oracle@oem1]# |
| 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 | ||
| + | </ | ||
| - | + | * 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 188: | Ligne 202: | ||
| --------------------------------------------------------------- | --------------------------------------------------------------- | ||
| Agent is Running and Ready | Agent is Running and Ready | ||
| + | </ | ||