The document provides an introduction to the EMCLI (Enterprise Manager Command Line Interface) tool. Some key points:
- EMCLI allows accessing Enterprise Manager functionality from a command line instead of the web interface. It comes pre-installed on the OMS server and can also be installed on other machines.
- There are three modes of EMCLI - Standard, Interactive, and Scripting. Scripting mode allows running Python scripts containing EMCLI verbs.
- Over 400 verbs are available across 75+ categories to perform various monitoring and management tasks. Common verbs include get_targets, add_target, update_db_password.
- Python is introduced as the scripting language used with EMCLI in Script