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 :
Thank you
Osama Mustafa
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/emcliSet The Variable:-
export JAVA_HOME=/u01/app/fmw/jdkRun the Below Command
export PATH=$JAVA_HOME/bin:$PATH
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