Step 3: Configure and start the Pentaho Server after manual installation
Configure the Pentaho Server on Windows
1
Modify the Tomcat startup script
set LIBPATH=<pentaho_install_dir>\pentaho-server\pentaho-solutions\native-lib\win64SET DI_HOME=%~dp0..\..\pentaho-solutions\system\kettleSET CATALINA_OPTS=-Xms4096m -Xmx6144m -Djava.library.path=%LIBPATH% -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dpentaho.license.information.file=%PENTAHO_LICENSE_INFORMATION_PATH% -DDI_HOME=%DI_HOME%Configure the Pentaho Server on Linux
1
Modify the Tomcat startup script
export LIBPATH=<pentaho_install_dir>/pentaho-server/pentaho-solutions/native-lib/linux/x86_64DI_HOME=<pentaho_install_dir>/pentaho-server/pentaho-solutions/system/kettleexport CATALINA_OPTS="$CATALINA_OPTS -Xms4096m -Xmx6144m \
-Djava.library.path=$LIBPATH \
-Dsun.rmi.dgc.client.gcInterval=3600000 \
-Dsun.rmi.dgc.server.gcInterval=3600000 \
-Dpentaho.installed.licenses.file=$PENTAHO_INSTALLED_LICENSE_PATH \
-DDI_HOME=$DI_HOME"Start the Pentaho Server
Troubleshoot startup issues
Install Pentaho client tools
Last updated
Was this helpful?

