EC2 インストール メモ

必要メモリ容量
・Server:8GB以上(Pentahoサーバ:4GB、Pentahoエンタープライズコンソール:1GB)
ちょっと足りないけど m3.large (7.5GiB) で動かす

http://sourceforge.jp/projects/sfnet_pentaho/releases/
biserver-ce-5.0.1-stable.zip  ダウンロード
unzip biserver-ce-5.0.1-stable.zip
cd biserver-ce

vi tomcat/webapps/pentaho/WEB-INF/web.xml
 ホスト名を変更
<param-value>http://localhost:8080/pentaho/</param-value>
↓ 
<param-value>http://ec2-XX-XX-XX-XX.ap-northeast-1.compute.amazonaws.com:8080/pentaho/</param-value>

./start-pentaho.sh


start-pentaho.sh 中で↓の記述がされている。
64ビットと32ビットでは必要なメモリサイズが異なる

  if [ ${linuxbitness} == '64' ]; then
    export CATALINA_OPTS="-Xms1024m -Xmx2048m -XX:MaxPermSize=256m -Dsun.rmi.dgc
.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
  else
    export CATALINA_OPTS="-Xms256m -Xmx768m -XX:MaxPermSize=256m -Dsun.rmi.dgc.c
lient.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
  fi


ログイン
8080ポートにアクセスできるようにセキュリティグループの設定で 8080 ポートはオープンしておく

http://ec2-XX-XX-XX-XX.ap-northeast-1.compute.amazonaws.com:8080/pentaho/Login
admin / password