Configure and start the Pentaho Server after manual installation
Legacy page. Content moved to the main topic.
Configure the Pentaho Server
Windows
1
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%
2
3
4
Linux
1
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"
2
3
Start the Pentaho Server
Troubleshoot startup issues
Last updated
Was this helpful?

