Setting Up Pentaho BI on Windows Box

I am not sure if this works anymore or not. I don’t use Pentaho now but this post seems popular, so leaving it here for now. Contact me if this is incorrect and needs to be corrected or taken down. Download Pentaho BI Pre-Configured Installation from [http://www.pentaho.org/download/ga.php] Install JDK5. Open C:\pentaho-demo\pentaho-solutions\system\publisher_config.xml. Add a password for publishing reports. Delete all folders except reporting under C:\pentaho-demo\pentaho-solutions\samples. Delete all .xaction and .properties files under reporting. Copy JDBC driver for your database under C:\pentaho-demo\jboss\server\default\lib. I used Oracle 10g driver, it is called ojdbc.jar. Edit .jsp file to change the look of default Pentaho website under C:\pentaho-demo\jboss\server\default\deploy\pentaho.war\jsp. Add path to your JDK in start-pentaho.bat located under C:\pentaho-demo. For example, set JAVA\_HOME=C:\Program Files\Java\jdk1.5.0\_11 Double click on start-pentaho.bat. Open C:\pentaho-demo\jboss\server\default\deploy\pentaho.war\WEB-INF\web.xml. Search for base-url and add your server’s IP. Now you should be able to publish reports to Pentaho using Report Wizard or Report Designer. Once you publish report, you will need to go to C:\pentaho-demo\jboss\server\default\deploy and open the newly created data source file named something like ???????-ds.xml. If your database is Oracle you will need to change driver class property to oracle.jdbc.driver.OracleDriver And your newly published report should be accessible via Pentaho now.

April 22, 2010 · 1 min · Amer Khalid

Useful Sar Sysstat Examples for Unix Linux Performance Monitoring

Using sar, you can also collect all performance data on an on-going basis, store them, and do historical analysis to identify bottlenecks. via 10 Useful Sar (Sysstat) Examples for UNIX / Linux Performance Monitoring.

July 7, 2009 · 1 min · Amer Khalid