Server Plugins
Installation of Reporting Plugins ..
Pentaho Server Reporting Plugins
The Pentaho Analyzer (PAZ) plugin installation involves downloading the appropriate plugin files from the Pentaho marketplace or official repository and extracting them to the server's plugin directory, typically located in the pentaho-server/pentaho-solutions/system folder. After copying the files, you'll need to restart the Pentaho Server to register the new plugin. The Analyzer plugin provides OLAP analysis capabilities, allowing users to create interactive pivot tables and charts from multidimensional data sources.
The Pentaho Interactive Reports (PIR) plugin follows a similar installation process, where the plugin files are downloaded and placed in the designated plugin directory structure. This plugin extends Pentaho's reporting capabilities by enabling users to create and modify reports directly within the web interface, providing drag-and-drop functionality for report design and real-time data visualization without requiring the separate Report Designer tool.
The Pentaho Dashboard Designer (PDD) plugin installation requires extracting the dashboard designer files to the appropriate system plugin folder and ensuring proper permissions are set. This plugin integrates seamlessly with the Pentaho User Console, providing a web-based interface for creating interactive dashboards that can incorporate various data visualizations, reports, and analysis components. After installation, users can access the dashboard designer through the PUC interface to build and deploy custom dashboards for their business intelligence needs.
Unpack Pentaho Server Plugin Packages
The jar command is a general-purpose archiving and compression tool, based on ZIP and the ZLIB compression format.
x - Extract files from a JAR archive
f - Sets the file specified by the jarfile operand to be the name of the JAR file that is created
Analyzer Reports
Analyzer Reports is an intuitive analytical visualization tool that filters and drills down into business information contained in Pentaho analysis data sources. Use Analyzer Reports if you want to compile data quickly in an interactive environment, perform advanced sorting and filtering of your data, and want to see chart visualizations that include conditional stop-lighting.
Stop Pentaho Server.
cd
cd /opt/pentaho/server/pentaho-server
sudo ./stop-pentaho.sh
Check for server plugins.
cd
cd /opt/pentaho/software/server
ls
Unjar paz-plugin-ee-10.2.0.0-222.zip.
cd
cd /opt/pentaho/server/pentaho-server/pentaho-solutions/system
sudo jar -vxf /opt/pentaho/software/server/paz-plugin-ee-10.2.0.0-222.zip
Check that it matches the following directory structure:
Start Pentaho server.
cd
cd /opt/pentaho/server/pentaho-server
sudo ./start-pentaho.sh

Last updated
Was this helpful?