PowerCenter
- PowerCenter 10.5.3
- All Products
########################################################## # Informatica Installer Build Details # Copyright (c) 1993-2021 Informatica LLC # This software contains confidential and proprietary # information of Informatica LLC. # All Rights Reserved. ########################################################## # Use the following guidelines when editing this file # * Use this file to install without user interaction. # * After you create the properties file, save the file with the name SilentInput.properties # * Any error condition that leads to failure, such as an invalid # installation directory, generates a log file in the user home directory. # For example: c:\silentErrorLog<time_stamp>.log ########################################################## # Set ENABLE_USAGE_COLLECTION to 1 to accept the product usage toolkit end user license agreement. # You must set the value as 1 to install the Informatica platform. # The product usage toolkit end user license agreement is available at: http://www.informatica.com/us/eula/en-support-eula.aspx. # As further described in the EULA, your use of the Informatica platform will enable the product usage toolkit # to collect certain product usage and failure information. You may disable this feature at any time. # For more information on how to disable this feature refer the Informatica Administrator Guide. ENABLE_USAGE_COLLECTION=0 ## *INSTALL_TYPE - Set this value to '0' to apply the hotfix. Set this value to '1' to roll back the hotfix. INSTALL_TYPE=0 # * The USER_INSTALL_DIR variable must point to a valid directory with write # permissions enabled. USER_INSTALL_DIR=c:\Informatica\10.5 #The INSTALLATION_ENVIRONMENT property represents the installation environment # Set the property to one of the following installation environment types: Sandbox, Development, Test, or Production. Values are case-sensitive. # Set to Sandbox for a basic environment used for proof of concept with minimal users. # Set to Development for the design environment. # Set to Test for high volume processing that is closest to a production environment. # Set to Production for high volume processing with high levels of concurrency meant for end users. Advanced production environments are typically multi-node setups. INSTALLATION_ENVIRONMENT= # Required only for EDC installation. # Set EDC_CATALOG_INST=true if the Catalog Service is running on the node on which you want to apply or roll back the hotfix.EDC_CATALOG_INST=true # Required only for EDC installation. # Set EDC_HF_BACKUP=true if you have set EDC_CATALOG_INST=true and you have taken a backup of the catalog. # Run the infacmd ldm backupContents command before you apply the hotfix (INSTALL_TYPE=0) # Run the infacmd ldm restoreContents command before you rollback the hotfix (INSTALL_TYPE=1 EDC_HF_BACKUP=true # Enter the location of the backup file. # Required for Enterprise Data Catalog installation when the EDC_CATALOG_INST and EDC_HF_BACKUP parameters are set to true EDC_BACK_UP_DIR=/home/ilmsatsqe/CSBackup/export.zip # The INSTALL_HADOOP_LIBRARIES property determines whether to install packages to integrate the domain with Hadoop or Databricks. # Set INSTALL_HADOOP_LIBRARIES=true if you want to install integration packages along with Informatica domain services. # Set INSTALL_HADOOP_LIBRARIES property only if INSTALL_TYPE=0 # If you don't install the integration packages now, you can install them later through Integration Package Manager. INSTALL_HADOOP_LIBRARIES=false # The SELECTED_HADOOP_LIBRARIES property determines the integration packages that you want to install. # Lists the supported integration packages and their versions. # Set SELECTED_HADOOP_LIBRARIES property only if INSTALL_TYPE=0 # Enter the integration package that you want to install. Separate multiple packages with a comma. # You can choose from the following options: # 1->Azure HDInsight 4.0 # 2->Cloudera 6.3 # 3->Cloudera 7.1 # 4->Cloudera 7.2 # 5->Databricks 7.2 # 6->Databricks 9.1 # 7->Dataproc 2.0 # 8->Elastic MapReduce 5.29 # 9->Elastic MapReduce 6.0 # 10->Elastic MapReduce 6.4 # 11->MapR 6.1 # 12->Select all SELECTED_HADOOP_LIBRARIES=3