How to make available a different agent platform on EM13c

Suppose you have only AIX platform available on your EM13c and you want to deploy agents on Linux servers. This is what one needs to do: Step 1: Check the available platforms on OMS: Step 2: Login on EM13c GUI and follow the path:Setup -> Extensibility -> Self Update Step 3: Go to Agent Software…

Upload_Port/empbs/upload. [handshake has no peer]

I had to deploy an EM13c agent on an AIX box and I have noticed the following error in emoms_pbs.trc ( this is located on OMS box: /u01/app/oracle/em13c/gc_inst/em/EMGC_OMS1/sysman/log): oracle.sysman.emSDK.agent.comm.exception.VerifyConnectionException: unable to connect to http server at https://server1:3872/emd/main/. [handshake has no peer] After the agent was deployed, I tried to add targets using OMS graphical interface…

How to clone Oracle Software (11g/12c/18c) fast and easy on Linux and AIX

For AIX there is an extra step. When I ran the clone.pl on AIX, I got the following message: [[email protected] software]$ $ORACLE_HOME/perl/bin/perl $ORACLE_HOME/clone/bin/clone.pl ORACLE_BASE=/app/oracle ORACLE_HOME=/app/oracle/product/18.0.0.0/db ORACLE_HOME_NAME=OH_18000 Your platform requires the root user to perform certain pre-clone OS preparation. The root user should run the shell script ‘rootpre.sh’ before you proceed with cloning. rootpre.sh can be…