3 Install the Oracle Enterprise Manager App for Grafana
You can install the Oracle Enterprise Manager App for Grafana using the Grafana command line interface (preferred) or manually.
Using the Grafana CLI
- Navigate to
$GRAFANA_HOME/bin
- Install the Oracle Enterprise Manager App for Grafana.
Using --pluginUrl option through grafana-cli
./grafana cli --pluginUrl <FULL_PATH>/oracle-emcc-app-<VERSION>.zip plugins install oracle-emcc-app
Example:
grafana cli --pluginUrl /var/lib/grafana/plugins/emgrafana/work/oracle-emcc-app-1.0.0.zip plugins install oracle-emcc-app
- Restart the Grafana server.
cd $GRAFANA_HOME/bin ./grafana server
Without the Grafana CLI
- Navigate to the Grafana plugins directory.
cd $GRAFANA_HOME/data/plugins
- Extract the content of the Oracle Enterprise Manager App for Grafana zip file in the Grafana plugins directory. Create this directory if one does not exist.
cd $GRAFANA_HOME/data/plugins unzip <EM App for Grafana>.zip
- Restart the Grafana server.
cd $GRAFANA_HOME/bin ./grafana server
Note:
If you are installing Grafana 8 or above, you must complete an additional step in order to complete the configuration process. See Grafana 8 and above Configuration.