Starting Automated Installation

To start the automated installation process of TIBCO MFT Internet Server, you have to complete some necessary steps.

Important: If you are installing TIBCO Managed File Transfer Internet Server on a machine that already has TIBCO Managed File Transfer Internet Server installed, we strongly recommend installing in a different directory.
Before you beginEnsure that the following prerequisites are met:
  • A Java JDK must be installed. For more information, see Configuring Java on Windows or UNIX.
  • Unzip the MFT Internet Server Distribution zip file into a directory. On Windows, we do not suggest installing TIBCO MFT Internet Server in the "Program Files" or "Program Files (x86)" directories. We suggest creating a directory and unzipping the files into that directory. For example: c:\MFTIS
  • Copy the JDBC driver jar file(s) into the database-lib directory, which is present in the Installation directory.

    • Make sure that you have copied the proper JDBC driver to the database-lib directory.
    • Make sure that only one JDBC driver is in the database-lib directory.
    • If using Java 11 or a later version, make sure that the JDBC driver supports Java 11.

  • If you execute TIBCO MFT Internet Server on a UNIX environment, ensure that the install.sh script has the execute attribute.
  • If you are installing TIBCO MFT Internet Server on one of the supported UNIX platforms and have uploaded the files needed for installing on UNIX, the default permissions should be set as follows:
    cfcc.jar            -r-- r-- r--   444
    CMSInstall.jar      -r-- r-- r--   444
    connmgr.jar         -r-- r-- r--   444
    EULA.txt            -r-- r-- r--   444
    install-config.xml  -r-- r-- r--   444
    installer.jar       -r-- r-- r--   444
    install.sh          -r-x r-x r-x   555
    
    server.jar          -r-- r-- r--   444
    
    Procedure
  1. Type the following command on the command line to start the automated installation:
    On Windows: install
    On UNIX: ./install.sh
                                    MFT Installer Release 8.4.2
                                    (supports all 8.4 versions)
    Please note that this install will perform multiple App Server restarts.
    For this install, press the ENTER key to accept defaults and continue.
    You must read the license agreement before proceeding with the installation.
    Press enter to display the agreement.
  2. Press Enter to display the End User License Agreement (EULA), and type yes to accept the license agreement.
    You can type s to skip to the end of the agreement.
  3. Press Enter to continue.

    If you have added the JAVA_HOME variable and set the PATH variable as instructed in Configuring Java on Windows or UNIX, the product will detect the version at this point. It is required that the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files must be installed before the TIBCO MFT Internet Server installation if using an Oracle Java version prior to 8.u161. If they are not installed, the message shown as follows will be displayed and the installation stops.

    In order to use 256 bit secure keys you must download the JCE Unlimited Strength
    Jurisdiction Policy Files from http://www.oracle.com/technetwork/java/index.htm
    l. After downloading, place the files into C:\Program Files\Java\jdk1.8.0_66\jre
    \lib\security.
    Installation failed! Details are in the install.log file.