The Enterprise Manager Command Line Interface (EM CLI) enables users to access Enterprise Manager functionality through a command-line interface or scripts. It is accessible through classic programming language constructs, enabling tasks to be created and run either from the command-line or programatically. EM CLI enables you to access Enterprise Manager Cloud Control functionality from text-based consoles (shells and command-line windows) for a variety of operating systems.
For Overview and concept about it Read Oracle Documentation Here
The Setup to enable emcli so simple and already provided with Enterprise manager 12c,
From Setup –> Command Line Interface.
After Access Command Line Interface you should be able to install emcli kit by press the below :
Jar File will be installed,Upload it to the server.
Create New Folder On the Server Using :
mkdir /u01/emcli
Set The Variable:-
export JAVA_HOME=/u01/app/fmw/jdk
export PATH=$JAVA_HOME/bin:$PATH
Run the Below Command
java -jar emcliadvancedkit.jar client -install_dir=/u01/emcli
cd /u01/emcli
emcli setup -url=https://EM12c:7802/em -username=sysman -trustall -autologin
Thank you
Osama Mustafa
Like this:
Like Loading...
Related
Published by Osama Mustafa
Osama considered as one of the leaders in Cloud technology, DevOps and database in the Middle-East. I have more than ten years of experience within the industry. moreover, certfied 4x AWS , 4x Azure and 6x OCI, have also obtained database certifications for multiple providers.
In addition to having experience with Oracle database and Oracle products, such as middle-ware, OID, OAM and OIM, I have gained substantial knowledge with different databases.
Currently, I am architecting and implementing Cloud and DevOps. On top of that, I'm providing solutions for companies that allow them to implement the solutions and to follow the best practices.
View all posts by Osama Mustafa
Thanks for sharing the informationOcp Certification
LikeLike