Amplify API Management Save PDF Selected topic Selected topic and subtopics All content Unattended installation Run the API Gateway installer or the developer tools installer in unattended mode. 3 minute read This section explains how to run the API Gateway installer in unattended mode on Linux and the developer tools installer in unattended mode on Windows. It also describes each of the available command options. Note Windows is supported only for a limited set of developer tools, see Install developer tools on Windows. API Gateway and API Manager do not support Windows. Run the installer in unattended mode You can run the API Gateway installer in unattended mode on the command line. Perform the following steps: Change to the directory where the setup file is located. Run the setup file with the --mode unattended option. Note API Gateway unattended mode installation requires you to set the acceptGeneralConditions parameter to yes in order to acknowledge that you have read and accepted Axway License, Support, and Service Agreement. Standard setup without API Manager The following example shows how to install all available API Gateway components excluding API Manager in unattended mode: ./APIGateway_7.7_Install_linux-x86-32_BN<n>.run --mode unattended --acceptGeneralConditions yes --setup_type standard --licenseFilePath my_license.lic --analyticsLicenseFilePath my_analytics_license.lic --prefix /opt/Axway-7.7 --cassandraInstalldir opt/db/cassandra --cassandraJDK opt/jre --startCassandra 1 The components are installed in the background, in the directory specified by the --prefix option. Complete setup with API Manager The following example shows how to install all API Gateway components, including API Manager, in unattended mode: ./APIGateway_7.7_Install_linux-x86-32_BN<n>.run --mode unattended --acceptGeneralConditions yes --setup_type complete --licenseFilePath my_license.lic --analyticsLicenseFilePath my_analytics_license.lic --apimgmtLicenseFilePath my_mgmt_license.lic --prefix /opt/Axway-7.7 --cassandraInstalldir /opt/db/cassandra --cassandraJDK /opt/jre --startCassandra 1 The components are installed in the background, in the directory specified by the --prefix option. Custom setup The pages on installing each gateway component show how to use the -setup_type advanced option to install a custom setup in unattended mode. For example, see Install the API Gateway server. Unattended mode options For a description of all the available command-line options and their default settings, run the setup file with the --help option. This outputs the help text in a separate console. For example: Linux: ./APIGateway_7.7_Install_linux-x86-32_BN<n>.run --help Windows: APIGateway_7.7_Client_Tools_Install_win-x86-32_BN<n>.exe --help The following summarizes some of the more common options: --help: Display available options and default settings. --mode: Specify an installation mode. --acceptGeneralConditions: Agree to the Axway General Terms and Conditions. Must be set to yes. --setup_type: Specify a setup type (standard, complete, or advanced) (on Linux only). --enable-components: Specify a comma-separated list of components to enable. --disable-components: Specify a comma-separated list of components to disable. --prefix: Specify an installation directory. --unattendedmodeui: Specify different levels of user interaction when installing on a Linux system with X-Windows or on Windows. --cassandraInstalldir: Specify the Apache Cassandra installation directory, for example, opt/db/cassandra. --cassandraJDK: Specify the location of your Java Runtime Environment for Apache Cassandra. The default value is INSTALL_DIR/apigateway/Linux.x86_64/jre/bin --startCassandra: Specify whether the Apache Cassandra server starts after the installer completes. Set to 1 to start Cassandra after installation, or set to 0 if you do not * want Cassandra to start. --optionfile: Specify options in a properties file. For more information on option files, see BitRock InstallBuilder User Guide 20. Last modified May 30, 2022: 7.7 May 22 Merge Develop branch into master branch (#2335) (f8b772b9) Related Links
Unattended installation Run the API Gateway installer or the developer tools installer in unattended mode. 3 minute read This section explains how to run the API Gateway installer in unattended mode on Linux and the developer tools installer in unattended mode on Windows. It also describes each of the available command options. Note Windows is supported only for a limited set of developer tools, see Install developer tools on Windows. API Gateway and API Manager do not support Windows. Run the installer in unattended mode You can run the API Gateway installer in unattended mode on the command line. Perform the following steps: Change to the directory where the setup file is located. Run the setup file with the --mode unattended option. Note API Gateway unattended mode installation requires you to set the acceptGeneralConditions parameter to yes in order to acknowledge that you have read and accepted Axway License, Support, and Service Agreement. Standard setup without API Manager The following example shows how to install all available API Gateway components excluding API Manager in unattended mode: ./APIGateway_7.7_Install_linux-x86-32_BN<n>.run --mode unattended --acceptGeneralConditions yes --setup_type standard --licenseFilePath my_license.lic --analyticsLicenseFilePath my_analytics_license.lic --prefix /opt/Axway-7.7 --cassandraInstalldir opt/db/cassandra --cassandraJDK opt/jre --startCassandra 1 The components are installed in the background, in the directory specified by the --prefix option. Complete setup with API Manager The following example shows how to install all API Gateway components, including API Manager, in unattended mode: ./APIGateway_7.7_Install_linux-x86-32_BN<n>.run --mode unattended --acceptGeneralConditions yes --setup_type complete --licenseFilePath my_license.lic --analyticsLicenseFilePath my_analytics_license.lic --apimgmtLicenseFilePath my_mgmt_license.lic --prefix /opt/Axway-7.7 --cassandraInstalldir /opt/db/cassandra --cassandraJDK /opt/jre --startCassandra 1 The components are installed in the background, in the directory specified by the --prefix option. Custom setup The pages on installing each gateway component show how to use the -setup_type advanced option to install a custom setup in unattended mode. For example, see Install the API Gateway server. Unattended mode options For a description of all the available command-line options and their default settings, run the setup file with the --help option. This outputs the help text in a separate console. For example: Linux: ./APIGateway_7.7_Install_linux-x86-32_BN<n>.run --help Windows: APIGateway_7.7_Client_Tools_Install_win-x86-32_BN<n>.exe --help The following summarizes some of the more common options: --help: Display available options and default settings. --mode: Specify an installation mode. --acceptGeneralConditions: Agree to the Axway General Terms and Conditions. Must be set to yes. --setup_type: Specify a setup type (standard, complete, or advanced) (on Linux only). --enable-components: Specify a comma-separated list of components to enable. --disable-components: Specify a comma-separated list of components to disable. --prefix: Specify an installation directory. --unattendedmodeui: Specify different levels of user interaction when installing on a Linux system with X-Windows or on Windows. --cassandraInstalldir: Specify the Apache Cassandra installation directory, for example, opt/db/cassandra. --cassandraJDK: Specify the location of your Java Runtime Environment for Apache Cassandra. The default value is INSTALL_DIR/apigateway/Linux.x86_64/jre/bin --startCassandra: Specify whether the Apache Cassandra server starts after the installer completes. Set to 1 to start Cassandra after installation, or set to 0 if you do not * want Cassandra to start. --optionfile: Specify options in a properties file. For more information on option files, see BitRock InstallBuilder User Guide 20. Last modified May 30, 2022: 7.7 May 22 Merge Develop branch into master branch (#2335) (f8b772b9)
Unattended installation Run the API Gateway installer or the developer tools installer in unattended mode. 3 minute read This section explains how to run the API Gateway installer in unattended mode on Linux and the developer tools installer in unattended mode on Windows. It also describes each of the available command options. Note Windows is supported only for a limited set of developer tools, see Install developer tools on Windows. API Gateway and API Manager do not support Windows. Run the installer in unattended mode You can run the API Gateway installer in unattended mode on the command line. Perform the following steps: Change to the directory where the setup file is located. Run the setup file with the --mode unattended option. Note API Gateway unattended mode installation requires you to set the acceptGeneralConditions parameter to yes in order to acknowledge that you have read and accepted Axway License, Support, and Service Agreement. Standard setup without API Manager The following example shows how to install all available API Gateway components excluding API Manager in unattended mode: ./APIGateway_7.7_Install_linux-x86-32_BN<n>.run --mode unattended --acceptGeneralConditions yes --setup_type standard --licenseFilePath my_license.lic --analyticsLicenseFilePath my_analytics_license.lic --prefix /opt/Axway-7.7 --cassandraInstalldir opt/db/cassandra --cassandraJDK opt/jre --startCassandra 1 The components are installed in the background, in the directory specified by the --prefix option. Complete setup with API Manager The following example shows how to install all API Gateway components, including API Manager, in unattended mode: ./APIGateway_7.7_Install_linux-x86-32_BN<n>.run --mode unattended --acceptGeneralConditions yes --setup_type complete --licenseFilePath my_license.lic --analyticsLicenseFilePath my_analytics_license.lic --apimgmtLicenseFilePath my_mgmt_license.lic --prefix /opt/Axway-7.7 --cassandraInstalldir /opt/db/cassandra --cassandraJDK /opt/jre --startCassandra 1 The components are installed in the background, in the directory specified by the --prefix option. Custom setup The pages on installing each gateway component show how to use the -setup_type advanced option to install a custom setup in unattended mode. For example, see Install the API Gateway server. Unattended mode options For a description of all the available command-line options and their default settings, run the setup file with the --help option. This outputs the help text in a separate console. For example: Linux: ./APIGateway_7.7_Install_linux-x86-32_BN<n>.run --help Windows: APIGateway_7.7_Client_Tools_Install_win-x86-32_BN<n>.exe --help The following summarizes some of the more common options: --help: Display available options and default settings. --mode: Specify an installation mode. --acceptGeneralConditions: Agree to the Axway General Terms and Conditions. Must be set to yes. --setup_type: Specify a setup type (standard, complete, or advanced) (on Linux only). --enable-components: Specify a comma-separated list of components to enable. --disable-components: Specify a comma-separated list of components to disable. --prefix: Specify an installation directory. --unattendedmodeui: Specify different levels of user interaction when installing on a Linux system with X-Windows or on Windows. --cassandraInstalldir: Specify the Apache Cassandra installation directory, for example, opt/db/cassandra. --cassandraJDK: Specify the location of your Java Runtime Environment for Apache Cassandra. The default value is INSTALL_DIR/apigateway/Linux.x86_64/jre/bin --startCassandra: Specify whether the Apache Cassandra server starts after the installer completes. Set to 1 to start Cassandra after installation, or set to 0 if you do not * want Cassandra to start. --optionfile: Specify options in a properties file. For more information on option files, see BitRock InstallBuilder User Guide 20. Last modified May 30, 2022: 7.7 May 22 Merge Develop branch into master branch (#2335) (f8b772b9)