Tuesday, June 7, 2011

Minor gotcha - 1

Don't forget to disconnect the Ubuntu iso file otherwise the VM will boot to it.

Monday, June 6, 2011

Setting up Pentaho Community Edition Java prerequisite

In the previous step, I skipped putting in Tomcat because it simply does not play nice with the included Tomcat that Pentaho ships with. I noticed in my google searches that somebody else had relatively recently (2009) tried to set up a Pentaho appliance. It obviously never got to the stage of being listed in the VMWare appliance list but I'm going to use it as a starting point for my own work.

So here's the stuff I actually did to get java rolling
sudo apt-get install python-software-properties
# This adds the add-apt-repository command
sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
# actually add the repository
sudo apt-get update
#update apt-get so that it knows where to find Sun's java
sudo apt-get install sun-java6-jdk sun-java6-jre
# install java 6 JRE and JDK
sudo vi ~/.bashrc
#edit your bash rc file
export JAVA_HOME=/usr
#add this to the end of the file

logout, log back in and echo $JAVA_HOME to make sure that /usr is listed as the java home directory

Now it's time to get Pentaho downloaded

Set up OS, Ubuntu 11.04 server

Set up ubuntu server iso as the cdrom on the vm and just let it install a core LAMP server. I wasn't sure how the vm would handle networking on a 1 network Windows box so I originally started it up without a network card. I added it later using these instructions. Also needed to set up DNS using sudo vi /etc/resolv.conf and the following nameserver lines

nameserver 208.67.222.222
nameserver 208.67.220.220
nameserver 202.51.5.52



YMMV

Up next, Java

Sunday, June 5, 2011

Need an unrar utility

Installed 7-zip and then immediately uninstalled the extra stuff they add. No link love for them.

Building on past work

There's a very old Pentaho VM machine for Pentaho 2.0 here. Thanks Dataprix for giving me something to start with.

Got vmware server

I've got a Windows 2003 server machine that has some spare capacity and it's now hosting vmware server.
No major gotchas except that my installer was @ the misiexec was at the 3.0 level and needed to be manually updated to 4.5 in order for the installer to work. VMWare server is now up.

Just starting up

I need a Pentaho BI setup and there doesn't appear to be any sort of recent virtual machine available so I'm making my own and documenting it here.