0% found this document useful (0 votes)
198 views14 pages

ARSystem Ini Template

The document provides instructions for installing the AR System product version 7.5.00 in silent mode using an options file. It lists the available features that can be installed and provides sample configuration options for the AR System server and various database types including SQL Server, Oracle, Sybase, and DB2.

Uploaded by

Ankit Prakash
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
198 views14 pages

ARSystem Ini Template

The document provides instructions for installing the AR System product version 7.5.00 in silent mode using an options file. It lists the available features that can be installed and provides sample configuration options for the AR System server and various database types including SQL Server, Oracle, Sybase, and DB2.

Uploaded by

Ankit Prakash
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 14

################################################################################

# Options File
#
# Product Name: AR System
# Product Version: 7.5.00
#
# To invoke the installer in silent mode with an options file:
#
# 1. Create a text file called Options.txt.
# 2. For the products you want to install, copy the ARSystem-ini-template.txt
# options to the Options.txt file.
# 3. Set the installer option for the features you are installing.
# Use the installation worksheets in the Installation Guide as a guide for se
tting
# the options. Remove the comment markers (#) from the options you want to
# include. All property values are case-sensitive.
# 4. Run the installer with the -i silent option.
#
# On Windows, enter:
# setup.exe -i silent -DOPTIONS_FILE=<pathToFile>\Options.txt
#
# On UNIX, enter:
# setup.bin -i silent -DOPTIONS_FILE=<pathToFile>/Options.txt
################################################################################
################################################################################
# Available Features
#
# The following features correspond to the feature selection tree in the install
er.
# To produce the same behavior as selecting a feature in the selection tree,
# add the following line to the options file for each feature you want to instal
l:
#
# -A featureName
#
# "featureName" is the name of the feature to select. For example:
#
# -A featureARServer
# -A featureAREALDAPDirectoryServiceAuthentication
# -A featureDeveloperStudio
#
# --productARSuiteKit
# |--featureARSystemServers
# | |--featureARServer
# | | |--featureAREALDAPDirectoryServiceAuthentication
# | | |--featureARDBCLDAPDirectoryServiceAuthentication
# | | |--featureWebServicesPlugin
# | | |--featureSNMPConfiguration
# | | |--featureFullTextSearchConfiguration
# | |--featureApprovalServer
# | |--featureAssignmentEngine
# | |--featureEmailEngine
# | |--featureFlashboards
# | |--featureMidTier
# | |--featureARCrystalWebApplication
# |--featureARSystemClients
# |--featureDeveloperStudio
# |--featureUserTool
# | |--featureCrystalReports
# | |--featureOdbc
# |--featureAlertTool
# |--featureDataImportTool
#
################################################################################

################################################################################
# Product Install Location and Common Options
#
# Use the -P option to specify a valid directory into which the product should
# be installed, and use the J options to specify Java properties.
#
# If the -P option is not set, the default location is:
# - %ProgramFiles%\\BMC Software\\ARSystem (Windows)
# - /opt/bmc/ARSystem (UNIX)
#-P installLocation=<Installation Directory>
# JAVA JRE PATH (Server|MidTier|Email|Flashboards|DevStudio)
# Enter the entire path to the Java JRE Home directory.
#-J BMC_JAVA_JRE_HOME_PATH=<Java JRE Home Directory>
# JAVA JDK PATH (MidTier)
#-J BMC_JAVA_JDK_HOME_PATH=<Java JDK Home Directory>
# The BMC_AR_APPLICATION_PASSWORD, BMC_MIDTIER_PASSWORD,
# and BMC_AR_DSO_PASSWORD options are REQUIRED if you are installing the
# AR System server, Email Engine, or Flashboards.
# AR application password (Server|MidTier)
# A default password is not provided.
#-J BMC_AR_APPLICATION_PASSWORD=
# Mid-tier password
# A default password is not provided.
#-J BMC_MIDTIER_PASSWORD=
# AR DSO password
# A default password is not provided.
#-J BMC_AR_DSO_PASSWORD=
# View languages (Server|Approval)
# Using semicolon-separated values, specify the languages you want to install fo
r views.
# The full set of available languages is:
# de;en;es;fr;it;ja;ko;ru;zh_CN;pt_BR
#-J BMC_USER_SELECTED_VIEW_LANGUAGES=<View Languages>
# Data language (Server|Approval)
# Use one of the following values for the data language:
# de
# en
# es
# fr
# it
# ja
# ko
# ru
# zh_CN
# pt_BR
#-J BMC_USER_SELECTED_DATA_LANGUAGE=<Data Language>

################################################################################
# AR System Server Properties
################################################################################
# Use the following options to install the AR System server.
#-A featureARSystemServers

################################################################################
# Server Properties
################################################################################
# Use the following options to install the AR System Server:
#-A featureARServer
# The following options are for all databases.
# Database type
#-J BMC_DATABASE_TYPE=<ORACLE|SQL_SERVER|DB2|SYBASE|INFORMIX>
# Database client home ( Only for Unix platform)
#-J BMC_DATABASE_CLIENT_HOME_PATH=<Database Home Path>

# UNICODE
#-J BMC_DATABASE_UTF=<true|false>
# Database option
#-J BMC_DATABASE_OPTION=<Overwrite|Upgrade|ServerGroup>
# Database host
#-J BMC_DATABASE_HOST=<Database Server (FQDN)>
# Database port
#-J BMC_DATABASE_PORT=<Database Port Address>
# Database login
# For SQL Server with Windows authentication, enter <Domain Name>\<User Name>.
# For all other databases, enter <Database User Name>.
#-J BMC_DATABASE_LOGIN=<Database User Name>
# Database password
#-J BMC_DATABASE_PASSWORD=<Database User Password>
# Database confirm password
#-J BMC_DATABASE_CONFIRM_PASSWORD=<Database User Password>
# Database DBA login (not required for Informix, SQLServer with Windows authenti
cation, or DB2)
#-J BMC_DATABASE_DBA_LOGIN=<DBA User Name>
# Database DBA password (not required for Informix, SQLServer with Windows authe
ntication,
# or DB2)
#-J BMC_DATABASE_DBA_PASSWORD=<DBA User Password>

# AR user
#-J BMC_AR_USER=<AR System Admin User>
# AR password
#-J BMC_AR_PASSWORD=<AR System User Password>
# AR server ID
#-J BMC_AR_SERVER_NAME=<Server Alias>
# AR host name
#-J BMC_AR_SERVER_HOST_NAME=<Fully Qualified Host Name, Server Host Name, or IP
Address>
# Java plugin port
#-J BMC_JAVA_PLUGIN_PORT=<Java Plugin Port>
# Whether portmapper is enabled or not
#-J BMC_PORT_MAPPER_ENABLED=<true|false>
# AR port
#-J BMC_AR_PORT=<AR System TCP Port>
# AR Plugin port
#-J BMC_AR_PLUGIN_PORT=<AR System Plugin TCP Port>

# The following sections contain the options for specific databases. Copy the o
ptions
# for your database only and paste them to the Options.txt file.
########################## SQL SERVER PARAMETERS ##########################
# Database Server name
#-J BMC_DATABASE_INSTANCE=<Database Server name>
# Windows authentication or SQL Authentication
# For Windows authentication, enter WINDOWSAUTH
# For SQL Authentication, enter SQLAUTH
#-J BMC_SQLSERVER_WINDOWSAUTH_OR_SQLAUTH=<WINDOWSAUTH or SQLAUTH>
#Database name
#-J BMC_DATABASE_DBA_TABLESPACE_NAME=<Database Name>
# Database data file name
# Enter the entire path name.
#-J BMC_DATABASE_DBA_DATAFILE_NAME=<Database File Name>
# Database data file size
# Enter the value in MB.
#-J BMC_DATABASE_DBA_DATAFILE_SIZE=<Database File Size>
# Database log file name
# Enter the entire path name.
#-J BMC_DATABASE_DBA_LOGFILE_NAME=<Database Log File Name>
# Database log file size
# Enter the value in MB.
#-J BMC_DATABASE_DBA_LOGFILE_SIZE=<Database Log File Size>
######################### SQL SERVER PARAMETERS END #######################

############################ ORACLE PARAMETERS ############################


# Database Instance
# This is the Oracle Service Name or Oracle SID, depending on what you entered f
or
# the BMC_DATABASE_ORACLE_SID_OR_SERVICE option.
#-J BMC_DATABASE_INSTANCE=<SID or Service Name>
# Database Connect Identifier (Oracle)
#-J BMC_DATABASE_ORACLE_CONNECTION_IDENTIFIER=<Oracle Connect Identifier>
# Database SID or Service Name (Oracle)
# If you set the following option to TRUE, the database is configured with the
# Oracle SID, and you must enter the Oracle SID for the BMC_DATABASE_INSTANCE op
tion.
# If you set the option to FALSE, the database is configured with Oracle Service
Name, and you
# must enter the Oracle Service Name for the BMC_DATABASE_INSTANCE option.
#-J BMC_DATABASE_ORACLE_SID_OR_SERVICE=<TRUE|FALSE>
# Database tablespace name
#-J BMC_DATABASE_DBA_TABLESPACE_NAME=<Tablespace name>
# Database data file name
# Enter the entire path name.
#-J BMC_DATABASE_DBA_DATAFILE_NAME=<Database File Name>
# Database data file size
# Enter the value in MB.
#-J BMC_DATABASE_DBA_DATAFILE_SIZE=<Database File Size>
# New Temporary Tablespace required
#-J BMC_DATABASE_ORACLE_NEW_TEMP_TABLESPACE=<NEW|OLD>
# Temporary tablespace
# Use this option if only if you entered NEW for
# the BMC_DATABASE_ORACLE_NEW_TEMP_TABLESPACE option.
#-J BMC_DATABASE_DBA_TEMP_DATAFILE_NAME=<Temporary Tablespace File Name>
# Use this option if only if you entered NEW for
# the BMC_DATABASE_ORACLE_NEW_TEMP_TABLESPACE option.
# Temporary Tablespace size (Oracle)
#-J BMC_DATABASE_DBA_TEMP_DATAFILE_SIZE=<Temporary Tablespace Size>
# TNSNAMES.ORA Directory Path (UNIX only)
#-J ORACLE_TNS_ADMIN=<tnsnames.ora directory path>
########################## ORACLE PARAMETERS END ##########################

############################ SYBASE PARAMETERS #############################


# Database Server Name
#-J BMC_DATABASE_INSTANCE=<Database Server Name>
# Database name
#-J BMC_DATABASE_DBA_TABLESPACE_NAME=<Database Name>
# Database data file name
# Enter the entire path name.
#-J BMC_DATABASE_DBA_DATAFILE_NAME=<Database File Name>
# Database data file size
# Enter the value in MB.
#-J BMC_DATABASE_DBA_DATAFILE_SIZE=<Database File Size>
# Database log file name
# Enter the entire path name.
#-J BMC_DATABASE_DBA_LOGFILE_NAME=<Database Log File Name>
# Database log file size
# Enter the value in MB.
#-J BMC_DATABASE_DBA_LOGFILE_SIZE=<Database Log File Size>
######################### SYBASE PARAMETERS END #########################
############################## DB2 PARAMETERS ############################
# DB2 instance
#-J BMC_DATABASE_DB2_INSTANCE=<Database Instance>
# Database alias
#-J BMC_DATABASE_INSTANCE=<Database Alias>
# Database SMS or DMS
#-J BMC_DATABASE_DBA_SMS_OR_DMS=
#-J BMC_DATABASE_DBA_TABLESPACE_NAME=<Container name>
# Database data file name
# Enter the entire path name.
#-J BMC_DATABASE_DBA_DATAFILE_NAME=<Database File Name>
# Database data file size
# Enter the value in MB.
#-J BMC_DATABASE_DBA_DATAFILE_SIZE=<Database File Size>
# Temporary Tablespace Name
#-J BMC_DATABASE_DBA_TEMP_TABLESPACE_NAME=<Temporary Tablespace Name>
# Temporary tablespace temp file name
#-J BMC_DATABASE_DBA_TEMP_DATAFILE_NAME=<Temporary Tablespace File Name>
# Temporary Tablespace size
# Enter the value in MB.
#-J BMC_DATABASE_DBA_TEMP_DATAFILE_SIZE=<Temporary Tablespace Size>
############################# DB2 PARAMETERS END ############################

############################ INFORMIX PARAMETERS ###########################


# Database Server name
#-J BMC_DATABASE_INSTANCE=<Database Instance>
# Informix database name
#-J BMC_INFORMIX_AR_DATABASE_NAME=<Informix Database Name>
# Informix configuration file name
# For example, onconfig
#-J BMC_DATABASE_INFORMIX_CONFIGURATION=<Onconfig File Name>
# Informix Dbspace
# This is an optional setting. If the Dbspace already exists and you want to us
e it in a new
# installation, enter the Dbspace with the following option. If root dbspace is
going to be used leave it blank.
#-J BMC_INFORMIX_AR_DBSPACE=
######################## #INFORMIX PARAMETERS END ##########################

################################################################################
# AREA LDAP Directory Service Authentication Properties
################################################################################
# Use the following option to install AREA LDAP Directory Service Authentication
:
#-A featureAREALDAPDirectoryServiceAuthentication

################################################################################
# ARDBC LDAP Directory Service Authentication Properties
################################################################################
# Use the following option to install ARDBC LDAP Directory Service Authenticatio
n:
#-A featureARDBCLDAPDirectoryServiceAuthentication

################################################################################
# Web Services Plug-in Properties
################################################################################
# Use the following option to install Web Services Plug-in:
#-A featureWebServicesPlugin

################################################################################
# SNMP Configuration Properties
################################################################################
# Use the following options to install SNMP Configuration:
#-A featureSNMPConfiguration
# SNMP system information
#-J BMC_SNMP_SYSTEM_INFORMATION=<system information>
# SNMP contact information
#-J BMC_SNMP_CONTACT_INFORMATION=<contact information>
# SNMP agent port
# The default is 161.
#-J BMC_SNMP_AGENT_PORT=<port>
# SNMP authentication type
#-J BMC_SNMP_AUTHENTICATION_TYPE=<Community|User>
# SNMP readonly community
#-J BMC_SNMP_READONLY_COMMUNITY=<community>
# SNMP readwrite community
#-J BMC_SNMP_READWRITE_COMMUNITY=<community>
# SNMP user-based user name
# This option is used for user-based authentication.
#-J BMC_SNMP_USER_BASED_USERNAME=<User Name>
# SNMP user-based access mode
# This option is used for user-based authentication.
#-J BMC_SNMP_USER_BASED_ACCESSMODE=<Read-Only|Read-Write>
# SNMP user-based authentication
# This option is used for user-based authentication.
#-J BMC_SNMP_USER_BASED_AUTHENTICATION=<NoAuthNoPriv|AuthNoPriv|AuthPriv>
# SNMP user-based authentication password
# This option is used for user-based authentication.
#-J BMC_SNMP_USER_BASED_AUTHENTICATION_PASSWORD=<password>
# SNMP user-based private key password
# This option is used for user-based authentication.
#-J BMC_SNMP_USER_BASED_PRIVATE_KEY_PASSWORD=<password>
# SNMP trap enable
#-J BMC_SNMP_TRAP_ENABLE=<true|false>
# SNMP trap version
#-J BMC_SNMP_TRAP_VERSION=<Version1|Version2c>
# SNMP trap system
#-J BMC_SNMP_TRAP_SYSTEM=<system>
# SNMP Trap Community
#-J BMC_SNMP_TRAP_COMMUNITY=<Trap Community>
# SNMP trap port
# The default is 162.
#-J BMC_SNMP_TRAP_PORT=<port>

################################################################################
# Full Text Search Properties
################################################################################
# Use the following options to install Full Text Search:
#-A featureFullTextSearchConfiguration
# Full Text Search Server Name
#-J BMC_FULL_TEXT_SEARCH_SERVER_NAME=<Search Server Host Name>
# Full Text Search configuration directory
#-J BMC_FULL_TEXT_SEARCH_CONFIGURATION_DIRECTORY=<FTS Configuration Directory Up
to <SearchServer61 directory>\fultext>
# Full Text Search port number
#-J BMC_FULL_TEXT_SEARCH_SERVER_PORT=<Search Server Port number>
# 32-bit database client library path
#-J BMC_FULL_TEXT_SEARCH_DBLIB_PATH=<32-bit Database Client Library Path>

################################################################################
# Approval Server Properties
################################################################################
# Use the following option to install Approval Server:
#-A featureApprovalServer
################################################################################
# Assignment Engine Properties
################################################################################
# Use the following option to install the Assignment Engine:
#-A featureAssignmentEngine
################################################################################
# Email Engine Properties
################################################################################
# Use the following options to install the Email Engine:
#-A featureEmailEngine
# Legacy Email Engine Installation Directory
# To upgrade an existing Legacy Email Engine Server with the current one,specify
the installation location for the Email Engine instance.
#-J BMC_LEGACY_EMAIL_ENGINE_SERVICE_INSTALL_DIR=<Legacy Installation Directory>

# RMI port
# The default is 1100.
#-J BMC_EMAIL_ENGINE_RMI_PORT=
# Email Engine RPC port
# The default is 0.
#-J BMC_EMAIL_ENGINE_RPC_PORT=
# Whether to configure inbox
#-J BMC_EMAIL_ENGINE_CONFIGURE_INBOX=false
# Whether to configure outbox
#-J BMC_EMAIL_ENGINE_CONFIGURE_OUTBOX=false
# Inbox mailbox name
#-J BMC_EMAIL_ENGINE_INBOX_MAILBOX_NAME=<name>
# Inbox server type
#-J BMC_EMAIL_ENGINE_INBOX_SERVER_TYPE=<POP3|MAPI|IMAP4>
# Inbox SSL
#-J BMC_EMAIL_ENGINE_INBOX_SSL=<true|false>
# Inbox Email profile
#-J BMC_EMAIL_ENGINE_INBOX_EMAIL_PROFILE=<profile>
# Inbox server name
#-J BMC_EMAIL_ENGINE_INBOX_SERVER_NAME=<server>
# Inbox server port
#-J BMC_EMAIL_ENGINE_INBOX_SERVER_PORT=<port>
# Inbox server user
#-J BMC_EMAIL_ENGINE_INBOX_SERVER_USER=<user>
# Inbox server password
#-J BMC_EMAIL_ENGINE_INBOX_SERVER_PASSWORD=<password>
# Outbox mailbox name
#-J BMC_EMAIL_ENGINE_OUTBOX_MAILBOX_NAME=<name>
# Outbox display name
#-J BMC_EMAIL_ENGINE_OUTBOX_DISPLAY_NAME=<display name>
# Outbox E-mail address
#-J BMC_EMAIL_ENGINE_OUTBOX_EMAIL_ADDRESS=<E-mail address>
# Outbox server type (Note: MAPI is for Windows-only.)
#-J BMC_EMAIL_ENGINE_OUTBOX_SERVER_TYPE=<MAPI|SMTP>
# Outbox SSL
#-J BMC_EMAIL_ENGINE_OUTBOX_SSL=<true|false>
# Outbox E-mail profile
#-J BMC_EMAIL_ENGINE_OUTBOX_EMAIL_PROFILE=<profile>
# Outbox MAPI profile
#-J BMC_EMAIL_ENGINE_OUTBOX_MAPI_PROFILE=<MAPI profile>
# Outbox server name
#-J BMC_EMAIL_ENGINE_OUTBOX_SERVER_NAME=<server>
# Outbox server port
#-J BMC_EMAIL_ENGINE_OUTBOX_SERVER_PORT=<port>
# Outbox server user
#-J BMC_EMAIL_ENGINE_OUTBOX_SERVER_USER=<user>
# Outbox server password
#-J BMC_EMAIL_ENGINE_OUTBOX_SERVER_PASSWORD=<password>

################################################################################
# Flashboards Properties
################################################################################
# Use the following options to install Flashboards:
#-A featureFlashboards
# Flashboards server RMI port
# The default is 1099.
#-J BMC_FLASHBOARDS_RMI_PORT=1099
# Flashboards server RPC port
#-J BMC_FLASHBOARDS_RPC_PORT=0

################################################################################
# Mid-Tier Properties
################################################################################
# Use the following options to install the Mid Tier:
#-A featureMidTier
# Mid-tier web server
#-J BMC_MIDTIER_WEBSERVER= <WEBSERVER_APACHE|WEBSERVER_IIS|WEBSERVER_OTHER|WEBSE
RVER_SUNONE>
# Mid-tier JSP engine
#-J BMC_MIDTIER_JSP= <JSP_JBOSS|JSP_OTHER|JSP_SERVLETEXEC|JSP_TOMCAT>
# Web server path
#-J BMC_MIDTIER_WEBSERVER_PATH=<path>
# Bin directory for Apache if Apache is chosen as the web server
#-J BMC_MIDTIER_WEBSERVER_APACHE_BIN_DIRECTORY=<path>
# Configuration directory for Apache if Apache is chosen as the web server
#-J BMC_MIDTIER_WEBSERVER_APACHE_CONFIGURATION_DIRECTORY=<path>
# JBoss directory if JBoss is chosen as the JSP engine
#-J BMC_MIDTIER_JSP_JBOSS_INSTALL_DIRECTORY=<path>
# ServletExec directory if ServletExec is chosen as the JSP engine
#-J BMC_MIDTIER_JSP_SERVLETEXEC_INSTALL_DIRECTORY=<path>
# Whether to install Tomcat
#-J BMC_MIDTIER_INSTALL_TOMCAT=<true|false>
# List of AR System servers. Use the following format (separating the server co
mponents
# with semicolons and separating each server set with commas), for example:
# -J BMC_AR_SERVER_LIST=bigdog;1998;1999;arsystem,ruho-sjc-19;2024;2025;arsystem
#-J BMC_AR_SERVER_LIST= <server name;TCP port;RPC port;mid-tier password,server
name;TCP port;RPC port;mid-tier password>

# Tomcat directory if Tomcat is chosen as the JSP engine


# Enter the full path name.
#-J BMC_MIDTIER_JSP_TOMCAT_INSTALL_DIRECTORY=<path>
# Tomcat port if Tomcat is chosen as the JSP engine
#-J BMC_MIDTIER_JSP_TOMCAT_HTTP_PORT=<port>
# Tomcat maximum memory pool if Tomcat is chosen as the JSP engine
# The default is 512.
#-J BMC_MIDTIER_TOMCAT_MAX_MEMORY=512
# Tomcat initial memory pool if Tomcat is chosen as the JSP engine
# The default is 256.
#-J BMC_MIDTIER_TOMCAT_MIN_MEMORY=256
# Home page server
# Use the fully qualified host name (for example, machine1.marketing.xyzcompany.
com).
#-J BMC_MIDTIER_HOME_PAGE_SERVER=
# Preferences server
## Use the fully qualified host name (for example, machine1.marketing.xyzcompany
.com).
-J BMC_MIDTIER_PREFERENCES_SERVER=
# Data visualization server
#-J BMC_MIDTIER_DATA_VISUALIZATION_SERVER=
# Crystal Enterprise 10 location
#-J BMC_MIDTIER_CRYSTAL_ENTERPRISE_10_LOCATION=
# Business Objects XI location
#-J BMC_MIDTIER_BUSINESS_OBJECTS_XI_LOCATION=
# The installer automatically detects or sets the following options, so you do n
ot need
# to include it in the Options.txt file.
#-J BMC_MIDTIER_WEBSERVERS=<list of webserver keys>
#-J BMC_MIDTIER_WEBSERVER_SUN_ONE_START_FILE_PATH=<path>
#-J BMC_MIDTIER_WEBSERVER_SUN_ONE_MAJOR_VERSION=<version>
#-J BMC_MIDTIER_JSP_JBOSS_DIRECTORY_VALID=<true|false>
#-J BMC_MIDTIER_JSP_SERVLETEXEC_REGISTRY_ENTRY=<true|false>
#-J BMC_MIDTIER_JSP_SERVLETEXEC_INSTALL_STATUS=<true|false>
#-J BMC_MIDTIER_JSP_TOMCAT_REGISTRY_VALID=<true|false>

################################################################################
# AR Crystal Web Application Properties
################################################################################
# Use the following option to install AR Crystal Web Application:
#-A featureARCrystalWebApplication

################################################################################
# AR System Clients Properties
################################################################################
# Use the following option to install AR System Clients:
#-A featureARSystemClients

################################################################################
# Developer Studio Properties
# This section lists the options that are specific to Developer Studio.
# Common options that are required are:
# installLocation
# BMC_JAVA_JRE_HOME_PATH
# See the Product Install Location and Common Options section.
################################################################################
# Use the following options to install Developer Studio:
#-A featureDeveloperStudio
# List of default AR System servers and their port numbers
# Enter the value in the following format:
# <ServerName1>,<Port>;<ServerName2>,<Port>
# Following is an example of two default servers (TestServer1 and TestServer2):
# TestServer1,0;TestServer2,0
# If you have no default server, leave the value blank.
#-J BMC_AR_SERVER_INSTANCES_LIST=<comma-separated list of servers as shown above
OR blank>
# Workspace location such as C:\Documents And Settings\<user>
#-J BMC_DEVELOPER_STUDIO_WORKSPACE=<workspace directory>
# Use the following option to migrate BMC Remedy Administrator user preferences
# if it is installed on the system:
#-J BMC_DEVELOPER_STUDIO_MIGRATE_WAT=<true|false>
# Source folder for migrating user preferences if BMC Remedy Administrator is in
stalled on the system
# (for example: C:\Documents and Settings\<user>\Application Data\AR System\HOME
\<ARuser>)
#-J BMC_DEVELOPER_STUDIO_SOURCE_USER_PREFERENCES=<source user preferences direct
ory>
# Destination folder for migrating user preferences if BMC Remedy Administrator
is installed on
# the system (for example: C:\Documents And Settings\<user>)
#-J BMC_DEVELOPER_STUDIO_DESTINATION_USER_PREFERENCES=<destination user preferen
ces directory>
# The installer automatically detects or sets the following option, so you do no
t need
# to include it in the Options.txt file.
#-J BMC_ADMIN_TOOL_HOME=<Admin Tool home>
#-J BMC_ADMIN_TOOL_REGISTRY_VALID=<true|false>
#-J BMC_DEVELOPER_STUDIO_WORKSPACE_VALID=<true|false>
#-J BMC_DEVELOPER_STUDIO_MIGRATE_VALID=<true|false>
#-J BMC_DEVELOPER_STUDIO_SOURCE_USER_PREFERENCES_VALID=<true|false>
#-J BMC_DEVELOPER_STUDIO_DESTINATION_USER_PREFERENCES_VALID=<true|false>

################################################################################
# BMC Remedy User Properties
################################################################################
# Use the following options to install BMC Remedy User
#-A featureUserTool
#-A featureODBC
#-A featureCrystalReports
# User Home directory for BMC Remedy User and BMC Remedy Alert products. The hom
e directory is used during a new installation of these products and is not requi
red to be provided during upgrades.
#-J BMC_USERTOOL_HOME =< BMC Remedy User Home Directory>
# View languages (User Tool|Alert Tool)
# Using semicolon-separated values, specify the languages you want to install fo
r views.
# The full set of available languages is:
# en;es;fr;ko;de;it;ja;ru;zh_CN;pt_BR
# Data language (BMC Remedy User|BMC Remedy Alert)
#-J USER_TOOL_SELECTED_VIEW_LANGUAGES=<View Languages>
# Use one of the following values for the data language:
# de
# en
# es
# fr
# it
# ja
# ko
# ru
# zh_CN
# pt_BR
#-J USER_TOOL_SELECTED_DATA_LANGUAGE=<Data Language>
# List of default AR System Servers and their port numbers (BMC Remedy User|BMC
Remedy Alert)
# Enter the value in the following format:
# <ServerName1>,<Port>;<ServerName2>,<Port>
# Following is an example of two default servers (TestServer1 and TestServer2):
# TestServer1,0;TestServer2,0
# If you have no default server, leave the value blank.
#-J BMC_AR_SERVER_INSTANCES_LIST=<comma-separated list of servers as shown above
OR blank>

################################################################################
# BMC Remedy Alert Properties
################################################################################
# Use the following option to install BMC Remedy Alert:
#-A featureAlertTool
# BMC Remedy Alert by itself also uses the BMC Remedy User options listed above.

################################################################################
# BMC Remedy Data Import Properties
################################################################################
# Use the following option to install BMC Remedy Data Import:
#-A featureDataImportTool

You might also like