Installing Using the Installation Wizard
This topic shows you how to install Logi Report Server to different systems with the Installation Wizard.
Select the following links to view the topics:
- Installing on Windows
- Installing on Unix/Linux
- Installing on Linux on IBM Z
- Solving Installation Problems
Installing on Windows
- Download the Logi Report Server installation file for Windows from the Logi Report download center.
- Double-click the installation file to run it, and select Yes in the prompt message dialog box.
- The Logi Report Server Installation Wizard appears. Select Next in the Welcome screen.
- In the License Agreement screen, select the option I accept the terms of the License Agreement and select Next.
- In the User ID and License Key screen, type the user ID and the license key separately. If you haven’t received the key, contact Logi Analytics at +1 240-477-1000 or salesteam@logianalytics.com. Then select Next.
If the license is machine specific, you need to make sure the name of the computer on which this Logi Report Server is being installed matches that defined in the license file.
- In the Choose Installation Set screen, type the directory in the text box or select the Browse button to specify the directory to install Logi Report Server and select the installation type from the following two:
- Typical Installation for Standalone Server
Installs Logi Report Server with the default configuration settings. - Custom Installation for Standalone Server
Installs Logi Report Server in a standalone environment. If you choose this installation type, you can configure the server system environment in the Installation Wizard. The option is not available when the specified installation directory already contains a Logi Report Server.
- Typical Installation for Standalone Server
- Select Next.
If you select to install Logi Report Server in a folder that already contains an Logi Report Server, you will be prompted to choose whether to overwrite or upgrade the existing server. If you select Upgrade, the installer will replace the packages and create new batch/script files. Meanwhile a copy of the old batch/script files will be kept for your reference. You should use the batch/script files that come with the installer in order to make sure that all new packages are added to the class path and manually merge any changes you made into the new version. However, your configuration files and server runtime data of the existing copy will be kept, and you can choose to recover the previous version during the uninstallation of the newly installed Logi Report Server.
- In the System Environment screen (available only when the option Custom Installation for Standalone Server is selected in the Choose Installation Set screen), configure the following server system environment factors according to your requirements. System configuration can also be done in the Logi Report Server console after the server is installed and started.
- Service
- Cluster
- Cache
- Performance
- Maximum Number of Concurrent Reports in the Queue
Specifies the maximum number of concurrent reports in the queue, which must be less than or equal to the number that the license permits.
- Maximum Number of Concurrent Reports in the Queue
- Advanced
- Demo
Specifies whether to install the Logi Report demo reports and dashboards which will be available in the Public Reports folder in the server resource tree.
- Select Next.
- In the System Database screen (not available when you upgrade Logi Report Server), configure the system database as required.
- Trial Database
Installs Logi Report Server with the default trial database Derby which is provided for testing and evaluation purposes only and which should not be used in a production system. The port is configurable in case it is being used. - Production Database
Installs Logi Report Server with a production database. In a production environment, you need to configure your own production DBMS. Set the correct database connection information. If the connection fails after selecting Next, a message will pop up and you can choose to reset the connection. Or if you choose to continue after the failure, you will need to configure the database later. For details, see Configuring the Server Database.See an example below of using the Sybase SQL Anywhere JDBC driver sajdbc4.jar as the Logi Report Server system database.
- Make sure that the folder that contains the JDBC driver support files has been added to the system environment variable. Refer to JDBC client deployment for the required support files for different platforms.
- Select the Production Database radio button.
- Select Sybase from the Database drop-down list.
- Specify the JDBC URL as
jdbc:sqlanywhere:DBN=dbname;ServerName=servernane;Host=IP_Address;port=2638
or
jdbc:sqlanywhere:eng=servernane;database=dbname;host=IP_Address;port=2638.
- In the JDBC Driver Class Name text box, type sybase.jdbc4.sqlanywhere.IDriver.
- Select Add to choose sajdbc4.jar as the driver.
- Provide the user name and password respectively.
- Trial Database
- Select Next.
- In the Select JDK screen (not available when you upgrade Logi Report Server) choose the JDK to use with Logi Report Server. You can select one from the Installed JDKs box or select the Browse button to locate a JDK.
- Select Next.
- In the Add Class Path screen (not available when you upgrade Logi Report Server), you can add the additional class paths. You can also choose to add them manually into the file setenv.bat in
<install_root>\bin
after the installation. Select Next. - In the Lists screen (available only when you upgrade Logi Report Server), review the removed patches, modified configuration files, and backup files if you want. Select Next.
- In the Installation Summary screen, review the installation information and select Install to install Logi Report Server.
- In the Installing screen, the installing process and status are shown.
- After installation, Report Server displays the Read Me screen. Read the information and specify what to do next:
- To start Logi Report Server right away, keep the option Start Logi Report Server once installation is completed (available only on Windows) selected.
- To run Logi Report Server as a Windows service, select Install Logi Report Server as a Windows Service.
- To close the Installation Wizard, make sure that neither options are selected.
Installing on Unix/Linux
Logi Report Server supports Solaris, HP-UX, AIX, and Linux. In the following process, an X server is running and Java 8 is available, otherwise ask your administrator for help. Installing and running Logi Report Server requires that an X server has been configured.
- Download the Logi Report Server installation file for Unix/Linux from the Logi Report download center.
If you need to transfer the installation file from your download machine to your Unix/Linux box, you should transfer it using FTP in binary mode.
- Select the installation file to launch the Installation Wizard. Alternatively, you can open a console window by right-clicking on the blank area of the Desktop and selecting Open Terminal from the shortcut menu, and change the directory to the location of the file. Following are examples of the commands that can be used:
$ cd /opt/LogiReport/Server
(or your preferred installation path)To make the installation file executable, type the command:
$ chmod +x server-xxx-linux.bin
(change server-xxx-linux.bin to the actual name of the installation file)To run the installation file:
$ ./server-xxx-linux.bin
(change server-xxx-linux.bin to the actual name of the installation file) - Once the Installation Wizard has successfully loaded, you can follow the standard prompts to install Logi Report Server.
Installing on Linux on IBM Z
Logi Report Server supports Linux on IBM System z. In the following process, an X server is running and a JDK specially used for IBM is available, otherwise ask your administrator for help. Installing and running Logi Report Server requires that an X server has been configured.
- Download the Logi Report Server installation file for Linux on IBM Z from the Logi Report download center.
If you need to transfer the installation file from your download machine to your Linux on IBM Z box, you should transfer it using FTP in binary mode.
- Open a console window by right-clicking on the blank area of the Desktop and selecting Open Terminal from the shortcut menu. Then:
- Change the directory to the location of the file. You can type the following command in the console window:
cd /opt/LogiReport/Server
(input the absolute install location). Then press the Enter key on the keyboard. - Type the following command to make the installation file executable:
chmod +x server-xxx-linux.bin
(change server-xxx-linux.bin to the actual name of the installation file). Then press the Enter key on the keyboard. - Type the following command to run the installation file:
./server-xxx-linux.bin
(change server-xxx-linux.bin to the actual name of the installation file). Then press the Enter key on the keyboard.
See the following example.
- Change the directory to the location of the file. You can type the following command in the console window:
- The Logi Report Server Installation Wizard appears. Follow the standard prompts to install Logi Report Server.
Solving Installation Problems
If errors occur during the installation, you can check the log information recorded to find out what the problem is. Where logs are generated depends on when the installation process get stuck:
- If the installation is canceled before you select the Install button in the Installation Wizard, logs are created on the desktop for Windows and in the userhome directory for Unix/Linux.
- If the installation is canceled after you select the Install button in the Installation Wizard, logs are created in the logs folder in the installation root directory.
You can also specify the log destination that should use absolute path and log file name when launching the Installation Wizard by running the following command:
server-xxx-win64.exe -D$INSTALL_LOG_NAME$="Install.log" -D$INSTALL_LOG_DESTINATION$="D:\temp"
or
$ ./server-xxx-linux.bin -D\$INSTALL_LOG_NAME\$="Install.log" -D\$INSTALL_LOG_DESTINATION\$="/opt/temp"
Change server-xxx-win64.exe or server-xxx-linux.bin to the real file name of the installation file.
Feel free to send your questions to support@logianalytics.com.