Installing Silently
Logi Report provides .properties files for installing Logi Report Server silently without user participation in the installation process on Windows, Unix, and Linux.
To install Logi Report Server silently:
- Get the appropriate .properties file used for silent Logi Report Server installation from Logi Analytics Support and put it to the directory where the Logi Report Server installation file is saved.
Logi Report provides two files for installing Logi Report Server silently, which are ServerInstall_typical.properties for the Typical Installation for Standalone Server type and ServerInstall_custom.properties for the Custom Installation for Standalone Server type.
- Edit the .properties file to suit your requirements.
- Logi Report Server provides built-in demo reports with Derby as the data source. At the end of the installation, the installer will configure the reports and catalog to the correct data path. This calls some AWT classes that require GUI support.
So, if you have an X server installed, you should set the Display variable so that this step can be performed successfully.
$ DISPLAY=hostname(or IP address):0.0
$ export DISPLAY - Open a console window and change the directory to the location of the installation file.
$ cd thepath
- Run commands to install the Update/Service Pack in the designated path:
- For Windows, run the following command:
$ server-xxx-win64.exe -i silent -f ServerInstall_xxx.properties
- For Unix/Linux:
First run the following command to make the installation file executable:
$ chmod +x server-xxx-linux.bin
Then run the command:
$ ./server-xxx-linux.bin
LAX_VM
"USER_JAVA_HOME/bin/java" -i silent -f ServerInstall_xxx.properties
Change server-xxx-win64.exe/server-xxx-linux.bin and ServerInstall_xxx.properties to the real file names of the installation and properties files.
- For Windows, run the following command:
Notes:
- When installing Logi Report Server silently, make sure you do not use upgrade installation. It is not supported for now.
- If you do not have X server or a pure text environment, step 3 can be ignored. However, you may find that you cannot run the demo reports after you start Logi Report Server due to the data source path is not configured correctly. In this case, you can use Logi Report Designer to publish some working reports for testing purposes.