Access Server のサイレント・インストールの実行 (UNIX および Linux)
手順
- Access Server のインストールに使用するアカウントを使用して、UNIX または Linux® マシンにログオンします。
- ご使用のプラットフォーム用のインストール・ファイルを DVD からコピーするか、 IBM® Web サイトからダウンロードします。
- インストール・プログラムを実行可能にします。
- 以下の 2 つの方法のいずれかで応答ファイルを生成します。
- ご使用の環境に固有のものになるように、 Access Server の以下の応答ファイルの例を編集します。
# Thu Nov 16 14:55:00 EST 2017 # Replay feature output # --------------------- # This file was built by the Replay feature of InstallAnywhere. # It contains variables that were set by Panels, Consoles or Custom Code. #Indicate whether the license agreement been accepted #----------------------------- LICENSE_ACCEPTED=TRUE #Choose Install Folder #--------------------- USER_INSTALL_DIR=/opt/IBM/InfoSphereDataReplication/AccessServer #Choose Access Server Port #------------------------- as.port=10101 #Choose to enable LDAP #--------------------- as.enableldap=none #Specify user data folder #------------------------ as.userdatalocation=/opt/IBM/InfoSphereDataReplication/AccessServeras.enableldap の使用可能オプションは none、authonly、full、または embedded です。
- 次のコマンドを実行して、独自の応答ファイルを記録します。<installation_executable_name> -r <response_file>ここで、それぞれ以下のとおりです。
- < installation_executable_name> は、 Access Server インストール・ファイルの名前です。
- < response_file> は、応答ファイルの名前です。
例:
cdcaccess-<version>-<operating_system>-<architecture>-setup.bin -r ASResponseFile.txt
- ご使用の環境に固有のものになるように、 Access Server の以下の応答ファイルの例を編集します。
- 以下のコマンドを実行して、 Access Server をサイレント・インストールします。
<installation_executable_name> -i SILENT -f <response_file>
例:
cdcaccess-<version>-setup.bin -i SILENT -f ASResponseFile.txt