############################################################################### # # Product: BMC Automation Portal 2.0.00 # # To invoke in silent mode with options file: # For Window: # setup.exe -i silent -DOPTIONS_FILE= # For Linux: # setup.bin -i silent -DOPTIONS_FILE= ############################################################################### ############################################################################### # # 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=C:\Program Files\BMC Software\BladeLogicPortal -P installLocation=/opt/bmc/BladeLogicPortal ############################################################################### # # 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 name of the feature to select. # # - productBMCAutomationPortal # |- featureBMCAutomationPortal # |- featureBMCDCAIndexServer # ############################################################################### # Install BMC Automation Portal -A featureBMCAutomationPortal -A featureBMCDCAIndexServer ############################################################################### # # 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. # ############################################################################### # acceptable protocol values are HTTP_COMMUNICATION_PROTOCOL or HTTPS_COMMUNICATION_PROTOCOL -J BLP_COMMUNICATION_PROTOCOL=HTTP_COMMUNICATION_PROTOCOL #-J BLP_COMMUNICATION_PROTOCOL=HTTPS_COMMUNICATION_PROTOCOL # if BLP_COMMUNICATION_PROTOCOL is HTTP_COMMUNICATION_PROTOCOL # then provide a port for HTTP traffic -J BMC_AUTOMATION_PORTAL_HTTP_PORT=8080 # provide values for the following required portal ports -J BMC_AUTOMATION_PORTAL_HTTPS_PORT=8443 -J BMC_AUTOMATION_PORTAL_SHUTDOWN_PORT=8005 # portal server max heap -J BMC_AUTOMATION_PORTAL_JVM_MAX_ARG=2048 # provide beginning values for Search Indexing Server port ranges -J BMC_AUTOMATION_DCAINDEX_HTTP_PORT=9200 -J BMC_AUTOMATION_DCAINDEX_TCP_PORT=9300 # for HTTPS, tomcat requires this web server certificate infomation, # the installer will generate a certificate using default values if unspecified. #-J SSL_COMMON_NAME= #-J SSL_ORGANIZATION_UNIT= #-J SSL_ORGANIZATION_NAME= #-J SSL_LOCALITY_NAME= #-J SSL_STATE_NAME= #-J SSL_COUNTRY= #-J SSL_KEYSTORE_PASSWORD= #-J SSL_KEYSTORE_CONFIRM_PASSWORD= # Mandatory to be true only in case of Upgrade else always false -J MIGRATE_PORTAL_DB= # Create Portal DB user or schema. # Required if not created manually before running silent installation. -J DB_CREATE_SCHEMA= -J DB_CREATE_USER= # Database administrator login details. # Required for DB schema or user creation. -J SCHEMA_ADMIN_USERNAME= -J SCHEMA_ADMIN_PASSWORD= -J SCHEMA_ADMIN_PASSWORD_CONFIRM= # unicode support -J UNICODE_SUPPORT= # Use any one of the following database connection types. # 1. if Oracle SID is used # 2. if Oracle advanced connection settings are used # 3. if Microsoft SQL Server is used # type 1. Oracle, if service id (SID) is used -J DATABASE_TYPE=ORACLE -J SCHEMA_HOST=orclhost.mydomain.com -J SCHEMA_PORT=1521 -J SCHEMA_INSTANCE=orcl -J SCHEMA_LOGIN=portal_user -J SCHEMA_PASSWORD=password -J CONFIRM_SCHEMA_PASSWORD=password # type 2. Oracle, if USE_ADVANCED_DB_CONNECTION is true, ORACLE_ADVANCED_JDBC_URL must be # specified and SCHEMA_HOST, SCHEMA_PORT, and SCHEMA_INSTANCE will be ignored. #-J DATABASE_TYPE=ORACLE #-J USE_ADVANCED_DB_CONNECTION= #-J ADVANCED_JDBC_URL=(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = )(PORT = ))(LOAD_BALANCE = yes)(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = )(FAILOVER_MODE = (TYPE = SELECT)(METHOD = BASIC)))) # type 3. Microsoft SQL Server #-J DATABASE_TYPE=SQL_SERVER #-J SCHEMA_HOST= #-J SCHEMA_PORT= #-J SCHEMA_INSTANCE= #-J SCHEMA_LOGIN= #-J SCHEMA_PASSWORD= # bladelogic server information -J BBSA_SERVER_HOST=yourbsahost.domain.com -J BBSA_SERVER_PORT=9843 -J BBSA_USER=BLAdmin -J BBSA_ROLE=BLAdmins -J BBSA_PASSWORD=password # bladelogic server information for Data Refresh -J AUTHENTICATION_METHOD=Secure Remote Password -J DR_USER=BLAdmin -J DR_ROLES=BLAdmins -J DR_PASSWORD=password # BNA server information for Data Refresh -J BNA_DR_USER=BLAdmin -J BNA_DR_PASSWORD=encrypted password # bladelogic network information -J BNA_SERVER_HOST=clm-hou-007201 -J BNA_SERVER_PORT=443 -J BNA_USER=sysadmin -J BNA_ROLE=Default -J BNA_PASSWORD=password # select server site to install -J BNA_SELECTED=true -J BSA_SELECTED=true # enter DCAIndex server site to configure -J ELASTICSEARCH_HOST=clm-hou-007147:9300,clm-pun-023306.bmc.com:9300 #for Upgrade isUPGRADE=false ES_BACK_UP_FLAG=false