Response file template

You can create a valid Spotfire Statistics Services response file for automating cluster installations by basing it on the response file template.

The following printout is a template of a valid Spotfire Statistics Services response file.

#########################################################
#
# Install_SplusServer.properties
#
# TIBCO Spotfire Statistics Services
# Automated installation properties file
#
# To use this file with Install_SplusServer,
# issue the following command:
#
# Install_SplusServer -f Install_SplusServer.properties
#
# Provide a full path to the installer and the file.
#########################################################


#INSTALLER_UI: Set to silent for automated install
INSTALLER_UI=silent

#CHOSEN_INSTALL_SET: Install set options are:
#Solo, Manager, or Worker.
CHOSEN_INSTALL_SET=Solo

#USER_INSTALL_DIR: Enter the installation path
USER_INSTALL_DIR=/opt/TIBCO/statsvcs1010

#SERVICE_NAME: The name of the service instance you 
#are installing. The installation is placed into a #subdirectory of USER_INSTALL_DIR with this name.
SERVICE_NAME=<service_name>

#SERVICE_URL: Specify the main URL used to access 
#this server.
#Note: This may differ from the default when requests 
#come through a load balancer such as Apache HTTP Server 
#or Microsoft IIS.
SERVICE_URL=http://servername:port/service_name

#SERVICE_USER: Specify the user account that you want to 
#run the service under.
#On Windows, this should be in the format DOMAIN\\USERNAME. 
#To account for the format of Java properties files you 
#must escape the backlashes.
#If blank, the default account is used.
# On Windows this is LocalSystem 
# On UNIX this is the user account that is running 
# the installer).
#SERVICE_PASSWORD: On Windows, enter the SERVICE_USER 
#password.
SERVICE_USER=
SERVICE_PASSWORD=

#JMX_USER: Specify the username of the management user 
#for JMX.
#JMX_PASSWORD: Specify the password of the management 
#user for JMX.
JMX_USER=admin
JMX_PASSWORD=

#START_*_SERVICE: To start Spotfire Statistics Services 
#after installation, specify 'true', 'false' not to start 
#the service.
START_TOMCAT_SERVICE=true

#CLUSTER_METHOD: Specify the method that cluster nodes
#should use to communicate among themselves.  This should
#be either 'multicast' or 'jms'.
#Only consulted if the "Cluster" feature is used.
CLUSTER_METHOD=multicast

#PORT_*: Specify the ports required for Spotfire Statistics 
#Services.
#Note: If you are installing a Manager or Worker node, 
#the values you set here are overridden by values that 
#you specify in the shared cluster storage directory in 
#the CLUSTER_DIR parameter. 
PORT_SPSERVER=8080
PORT_JMX=9004
PORT_MULTICAST=5000
PORT_MULTICAST_GROUPADDR=224.0.0.224
PORT_JMS=61616

#TOMCAT_CONNECTOR: Specify either HTTP/1.1 or AJP to 
#define the Tomcat connection protocol to place into 
#the server.xml in the embedded Tomcat server.
#The value that you specify is placed directly 
#into the protocol attribute of the Connector 
#element of USER_INSTALL_DIR/tomcat/conf/server.xml.
TOMCAT_CONNECTOR=HTTP/1.1

#CLUSTER_DIR: Specify the path to a directory that 
#contains the shared cluster storage directory for 
#this cluster. This setting is only consulted if you 
#specify Manager or Worker in CHOSEN_INSTALL_SET.
#CLUSTER_DIR=/path/to/cluster/share

The Response File specifies properties and values that provide the details for the installation.