Linux Installation
This page includes the following:
Steps to Install the Reporting Server
-
Uncompress the Reporting Server software Installation bundle for Linux (tgz file).
-
The Reporting Server installation for Linux can only be completed using the command-line. The installer can not be run as root. Run the installation command as a user who has permissions to write files into the current directory and the directory specified as the Reporting Server installation home.
Linux Command Line Options
Verify that Java 1.8 is installed before running the terma-bi-installer.sh
command below.
To check, run the following command from the command-line prompt: [/home/apps/BiReporting] java -version
-
Java version
1.8.0_121
-
Java SE Runtime Environment (build 1.8.0_121-b13)
-
Java HotSpot 64-Bit Server VM (build 25.121-b13, mixed mode)
To get a list of the installation options for the Reporting Server, run the following command below specifying the -h option.
[/home/apps/BiReporting] ./terma-bi-installer.sh -h
Usage
./terma-bi-installer.sh [options]
Options
Option | Description |
---|---|
-d, --directory
|
Directory for installation. Required For instance |
-w, --db-password
|
Terma BI embedded DB password. Required |
-r, --db-port
|
Terma BI embedded DB port. Optional. Default is 5432 |
-t, --port
|
Terma BI Report Server Tomcat port (default 8080). Changed this port if the Automic Automation Intelligence Server is already using port 8080 and both run on the same physical server. |
-s, --shutdown-port
|
Tomcat shutdown port. Optional. Default is 8005 |
-a, --ajp-port
|
Tomcat AJP port. Optional. Default is 8009 |
--jaws-protocol
|
Automic Automation Intelligence server protocol. Optional. Default is http |
-j, --jaws-host
|
Automic Automation Intelligence server host. Required |
-p, --jaws-port
|
Automic Automation Intelligence S port. Optional. Default is 8080 |
-o, --jaws-oracle
|
Automic Automation Intelligence database type is set to Oracle when specified. Otherwise, it is set to MS SQL Server. |
--mail-host
|
Email server hostname for sending scheduled reports. Required |
--mail-from
|
Email address to send reports from. Required |
--mail-port
|
Email server port. Optional. Default is 25 |
--mail-protocol
|
Email server protocol. Optional. Default is SMTP |
--mail-auth
|
Email server authentication required when specified. Optional. |
--mail-username
|
Email server user name. Required if --mail- auth is specified |
--mail-password
|
Email server password. Required if --mail- auth is specified |
-f, --file
|
Config file. This config file is read instead of the above parameters. A config file named |
-y, --yes
|
Accept all prompts. No user input is required. |
-h, --help
|
For this help |
Linux Command Examples
Usage: terma-bi-installer.sh
[-d
Directory for installation] [-j
Automic Automation Intelligence server host] [-o
Automic Automation Intelligence database type is set to Oracle] [-w
Reporting Server embedded database password] [-t
Reporting Server Tomcat port] [--mail-host
Email server host] [--mail-from
Email address to send reports from]
The user is prompted with the following: Continue with these settings? [y/n]
The installation includes a build of the software that can take up to 10 minutes. There might not be any output displayed on the screen during this time.
SQL Server Database Example
[/home/apps/BiReporting] ./terma-bi-installer.sh -d /home/apps/BI_Installer -j Prod01 -w postgres -t 8090 --mail-host TSL-U01 --mail-from john.doe@broadcom.com
-
Terma BI Reporting server will be installed to directory /home/apps/BI_Installer
-
JAWS host set to Prod01
-
Terma BI embedded DB password is set
-
Tomcat port will be 8090
-
Mail host will be set to TSL-U01
-
Mail from will be set to john.doe@broadcom.com
-
Continue with these settings? (y/n) y
Oracle Database Example
[/home/apps/BiReporting] ./terma-bi-installer.sh -d/home/apps/BI_installer -j Prod01 -o -w postgres -t 8090 --mail- host TSL-U01 --mail-from john.doe@broadcom.com
-
Terma BI Reporting will be installed to directory /home/apps/BI_installer
-
JAWS host set to Prod01
-
JAWS Database is set to Oracle
-
Terma BI embedded DB password is set
-
Tomcat port will be 8090
-
Mail host will be set to TSL-U01
-
Mail from will be set to john.doe@broadcom.com
Continue with these settings? (y/n) y
Mail Authentication Example
[/home/apps/BiReporting] ./terma-bi-installer.sh -d/home/apps/BI_installer -j Prod01 -o -w postgres -t 8090 --mail-auth --mail-host TSL-U01 --mail-username jdoe --mail-password password --mail-from john.doe@broadcom.com
-
Terma BI Reporting will be installed to /home/apps/BI_installer
-
JAWS host set to Prod01
-
JAWS Database is set to Oracle
-
Terma BI embedded DB password is set
-
Tomcat port will be 8090
-
Mail auth will be set to true
-
Mail host will be set to TSL-U01
-
Mail username will be set to jdoe
-
Mail password is set
-
Mail from will be set to john.doe@broadcom.com
Continue with these settings? (y/n) y