# set ug.install.flag to true when installing ISES-UG otherwise it should be set as false ug.install.flag=true # set ug.install.type to PATCH when already have 11710 installed and adding wkc or any patch ug.install.type=UPGRADE # 1 for single node and 3 for multi node (number.of.nodes=3 ) number.of.nodes=1 # set the Microservices(MS) tier master node/host name master.node.host=lin-fssp1-int-2.fyre.ibm.com # set the MS tier master node/host os user login name which should have sudo privillages master.node.user=root # provide the value if you are upgrading ISES with flag “ug.install.flag=true”; provide the location of the downloaded image ug.images.tar.path=/tmp/iis-microservices-installer-11.7.1.3-b40_05c6910cf8be.tar.gz # Provide the directory where you want to install the MS tier ug.install.dir=/u01/IBM/UGinstall # In case of multi node when number.of.nodes=3 the below two worker node properties are required # set value to IBM Information Server(IIS) installed https port is.console.port=9446 # if IIS is installed with WebSphere Network deployment then set it as “was” or if it is with Liberty WebSphere then set it as “lwas” app.server.type=was # IIS server node or host name isf.server.host=lin-fssp1-int-1.fyre.ibm.com # IIS server Administrator user is.admin.user=isadmin9 # IIS server Administrator user password is.admin.password=Ju5tD01t@2 # sftp port for MS tier node/host master.node.port=22 # Set the value when you are installing MS tier with password leave the property as it is or blank master.node.password=null # Set the value to true when you are installing MS tier with password, set to false when MS tier installing with passwordless ssh ug.ssh.pwd.flag=false # Set the value to the databse type based on your Database is DB2 then set it as db2, and if the database is ORACLE then set the value as oracle and if the database is SQL SERVER then set the value as sqlserver(db2/oracle/ sqlserver) xmeta.db.type=db2 # Set these mandatory properties to run the Upgrade , false for upgrade upgrade and true for upgrade install ug.upgrade.install.flag=false # set the value when you want to install 11713 ug.11713.install=true # In case of multi node when number.of.nodes=3 the below properties is set to true otherwise set to false multi.node.flag=false # set the value as per your network and default value is set as an example weave.net.ip.range=10.32.0.0/12 # set the value as per your network and default value is set as an example service.ip.range=10.96.0.0/12 # Set the value to the domain name which you are working ug.domain.name=fyre.ibm.com # set the kafka and solr user name and password kafka.sasl.username=kafka kafka.sasl.password=Ju5tD01t@2 solr.auth.basic.username=solr solr.auth.basic.password=Ju5tD01t@2