############################################################################### # # Product: BMC TrueSight IT Data Analytics 11.3.01 # # To invoke in silent mode with options file: # setup.bin -i silent -DOPTIONS_FILE=Options.txt # ############################################################################### ############################################################################### # # Product Install Location # # The install location of the product. Specify a valid directory into which # the product should be installed of the form: # -P installLocation=directory # where "directory" is the install location. # ############################################################################### -P installLocation=/opt/bmc/TrueSight/ITDA ############################################################################### # # Installing Features # # These are the features that correspond to the feature selection tree. # To have the same behavior as checking a given feature in the visual # selection tree, add a line to the options file: # -A featureName # for each feature where "featureName" is the ID of the feature to select. # # - productITDA # |- Indexer # |- Configuration Database # |- Collection Station # |- Console Server # |- Search # ############################################################################### # Install Indexer -A Indexer # Install Configuration Database -A Configuration Database # Install Collection Station -A Collection Station # Install TomcatHiddenProduct -A TomcatHiddenProduct # Install Console Server -A Console Server # Install Search -A Search ############################################################################### # # User Input Properties # # The format for entering user input properties is: # -J name=value # where "name" is the name of the property and "value" is the value. # ############################################################################### -J INSTALL_SET=TYPICAL -J itda.indexer.box.type=live -J itda.indexinghost=localhost -J itda.indexingport=9300 -J itda.configdbport=9999 -J itda.configdbhost=localhost -J itda.stationinstancename= -J itda.stationhttpbindaddress=0.0.0.0 -J itda.stationhttpbindport=8080 -J itda.stationpayloadbindaddress=0.0.0.0 -J itda.stationpayloadbindport=41414 -J agent.pool.name=ITDAPOOL -J itda.searchenginehost=localhost -J itda.searchengineport=9797 -J itda.consoleserverhost=localhost -J itda.consoleserverport=9797 -J STARTSERVICES_ITDA=true -J enable_feature_tracking=true