#----------------------------------------------------------------------------
# featureSmartReporting is the feature name for TrueSight Smart Reporting - Platform.
# Do not change anything here.
#----------------------------------------------------------------------------
-A featureSmartReporting
#----------------------------------------------------------------------------
# Enter the directory path to install TrueSight Smart Reporting - Platform.
#----------------------------------------------------------------------------
-P installLocation=
#----------------------------------------------------------------------------
# Enter the directory where Java is installed.
#----------------------------------------------------------------------------
-J BMC_JAVA_JRE_HOME_PATH=
#----------------------------------------------------------------------------
# Enter the port number for TrueSight Smart Reporting - Platform. The default port number is 8443.
#----------------------------------------------------------------------------
-J REPORTING_PORT=8443
#----------------------------------------------------------------------------
# Enter one of the following database types for TrueSight Smart Reporting - Platform:
# ORACLE - for the Oracle database
# SQL_SERVER - for the Microsoft SQL server Database
# POSTGRESQL - for the PostgreSQL database
#----------------------------------------------------------------------------
-J REPORTING_DB_TYPE=POSTGRESQL
#----------------------------------------------------------------------------
# Enter one of the following database options for TrueSight Smart Reporting - Platform:
# NEW_DB - The installer creates a database for TrueSight Smart Reporting - Platform.
# EXISTING_DB - (Valid only for the SQL Server and PostgreSQL database) The installer uses an existing database for TrueSight Smart Reporting - Platform.
#----------------------------------------------------------------------------
-J REPORTING_DB_OPTION=NEW_DB
#----------------------------------------------------------------------------
# Enter one of the following database user options for TrueSight Smart Reporting - Platform:
# NEW_USER - The installer creates a database user for TrueSight Smart Reporting - Platform.
# EXISTING_USER - (Valid only for the SQL Server and PostgreSQL database) The installer uses an existing database user for TrueSight Smart Reporting - Platform.
#----------------------------------------------------------------------------
-J REPORTING_USER_OPTION=NEW_USER
#----------------------------------------------------------------------------
# Enter the following TrueSight Smart Reporting - Platform database details:
# REPORTING_DB_HOST - Database host name
# REPORTING_DB_PORT - Database port
# REPORTING_DB_NAME - Database name
# REPORTING_DB_USER - Database user name
# REPORTING_DB_AUTH_TYPE - Database authentication type for the SQL Server database only (SQL_AUTH OR WIN_AUTH)
# REPORTING_DB_USER_PASSWORD - Database user password
# REPORTING_DB_USER_CONFIRM_PASSWORD - Confirmation of the database user password
# REPORTING_ORACLE_CONNECTION_OPTION - Database connection type for the Oracle database only (SERVICE OR SID)
#----------------------------------------------------------------------------
-J REPORTING_DB_HOST=
-J REPORTING_DB_PORT=
-J REPORTING_DB_NAME=
-J REPORTING_DB_USER=
-J REPORTING_DB_AUTH_TYPE=SQL_AUTH
-J REPORTING_DB_USER_PASSWORD=
-J REPORTING_DB_USER_CONFIRM_PASSWORD=
-J REPORTING_ORACLE_CONNECTION_OPTION=SERVICE
#----------------------------------------------------------------------------
# (Valid only for the SQL Server and PostgreSQL database) Enter the database admin user credentials for creating a new database or database user.
#----------------------------------------------------------------------------
-J REPORTING_DB_ADMIN_USER=
-J REPORTING_DB_ADMIN_USER_PASSWORD=
#----------------------------------------------------------------------------
# Enter the memory requirements for TrueSight Smart Reporting - Platform in MB. The default values are:
# REPORTING_TOMCAT_MAX_HEAP=12884
# REPORTING_TOMCAT_MIN_HEAP=2048
#----------------------------------------------------------------------------
-J REPORTING_TOMCAT_MAX_HEAP=12884
-J REPORTING_TOMCAT_MIN_HEAP=2048
#----------------------------------------------------------------------------
# Enter the admin user password for TrueSight Smart Reporting - Platform.
#----------------------------------------------------------------------------
-J SMARTREPORTING_ADMIN_USER_PASSWORD=
-J SMARTREPORTING_ADMIN_USER_CONFIRM_PASSWORD=