Podemos usar el paquete de prerrequisitos de cualquier base de datos # yum install oracle-database-server-12cR2-preinstall |
[oracle@develop ~]$ cd /u01/stage/cloudagent [oracle@develop stage]$ wget https://storage.us2.oraclecloud.com/v1/Storage-a511425/omcprodglobal/cloudagent/linux.x64/latest/cloudagent_linux.x64.zip --2020-07-15 18:47:23-- https://storage.us2.oraclecloud.com/v1/Storage-a511425/omcprodglobal/cloudagent/linux.x64/latest/cloudagent_linux.x64.zip Resolving storage.us2.oraclecloud.com (storage.us2.oraclecloud.com)... 129.152.***.*, 129.152.***.* Connecting to storage.us2.oraclecloud.com (storage.us2.oraclecloud.com)|129.152.***.*|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 320480581 (306M) [application/octet-stream] Saving to: ‘cloudagent_linux.x64.zip’ 18% [======> ] 59,782,360 3.36MB/s eta 1m 44s |
$ unzip cloudagent_linux.x64.zip |
############ Registration Parameters ############################### TENANT_NAME=3294******6e6a1 AGENT_REGISTRATION_KEY=R5uBGXd4ry0jScYqKj1BonfR6w AGENT_BASE_DIRECTORY=/u01/omc_agent ###################### Communication Parameters #################### OMC_URL=https://omc-*****************.api.omc.ocp.oraclecloud.com/ |
8) ejecutamos la instalación
[root@develop u01]# mkdir /u01/omc_agent [root@develop u01]# chown oracle:oinstall /u01/omc_agent [root@develop u01]# su – oracle [oracle@develop ~]$ cd /u01/stage/cloudagent/ [oracle@develop cloudagent]$ sh AgentInstall.sh Unzipping agent software, this may take some time... Installing Cloud Agent... Cloud Agent parameter validation started... Cloud Agent pre-requisite checks started... Cloud Agent base directory creation started... Security artifacts download started... Cloud Agent setup started... Registering Cloud Agent... Starting Cloud Agent... Cloud Agent started. Cloud Agent installation completed. Cloud Agent post installation checks started. Cloud Agent is up and running. Cloud Agent is communicating to Oracle Management Cloud. Cloud Agent is monitored in Oracle Management Cloud. Cloud Agent post installation checks completed. To start Cloud Agent upon Operating System restart include '/u01/omc_agent/agent_inst/bin/omcli start agent' in the start-up scripts. For further details please refer http://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/management-cloud&id=deploy_agent |