応答ファイルを使用した IBM i オペレーティング・システムでの Liberty のインストール
Installation Manager の応答ファイルを使用して、WebSphere® Application Server Liberty のすべてのオファリングを IBM® i オペレーティング・システムにインストールできます。
始める前に
![[16.0.0.4 以降]](../ng_v16004.gif)
Java SE 8 は、最新の機能とセキュリティー更新を備えているため、これが推奨 Java SDK となります。
この手順を使用する前に、インストールの準備をします。詳しくは、IBM i でのインストールのためのオペレーティング・システムの準備を参照してください。
ローカル・ディレクトリー・ベースのリポジトリー、または Liberty Asset Repository Service のインスタンスから Liberty アセットをインストールする場合は、リポジトリーを構成します。 Liberty アセット・リポジトリーについて詳しくは、『Installation Manager を使用したアセットのインストール』を参照してください。
重要: Liberty をインストールする前に、製品ファイルに付随しているご使用条件を必ずお読みください。
このトピックの説明に従って、コマンドに -acceptLicense を指定してご使用条件に同意してください。
製品のインストール先となるシステムに IBM Installation Manager バージョン 1.8.5 以降 がまだインストールされていない場合は、以下の手順でインストールします。
手順
例
以下は、
http://www.ibm.com/software/repositorymanager/com.ibm.websphere.liberty.BASEにある Web ベースのリポジトリーを使用して、/QIBM/ProdData/WebSphere/Liberty/Base ディレクトリーに、オプション・フィーチャーなしで製品をインストールする場合の応答ファイルの例です。
<?xml version="1.0" encoding="UTF-8"?>
<agent-input>
<server>
<repository location='http://www.ibm.com/software/repositorymanager/com.ibm.websphere.liberty.BASE'/>
</server>
<profile id='WebSphere Liberty' installLocation='/QIBM/ProdData/WebSphere/Liberty/Base'>
<data key='was.install.os400.profile.location' value='/QIBM/UserData/WebSphere/Liberty/Base'/>
<data key='user.import.profile' value='false'/>
</profile>
<install modify='false'>
<offering profile='WebSphere Liberty'
features='' id='com.ibm.websphere.liberty.BASE'/>
</install>
<preference name='com.ibm.cic.common.core.preferences.eclipseCache'
value='/QIBM/UserData/InstallationManager/IMShared'/>
<preference name='com.ibm.cic.common.core.preferences.connectTimeout' value='30'/>
<preference name='com.ibm.cic.common.core.preferences.readTimeout' value='30'/>
<preference name='com.ibm.cic.common.core.preferences.downloadAutoRetryCount' value='0'/>
<preference name='offering.service.repositories.areUsed' value='true'/>
<preference name='com.ibm.cic.common.core.preferences.ssl.nonsecureMode' value='false'/>
<preference name='com.ibm.cic.common.core.preferences.http.disablePreemptiveAuthentication' value='false'/>
<preference name='http.ntlm.auth.kind' value='NTLM'/>
<preference name='http.ntlm.auth.enableIntegrated.win32' value='true'/>
<preference name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts' value='true'/>
<preference name='com.ibm.cic.common.core.preferences.keepFetchedFiles' value='false'/>
<preference name='PassportAdvantageIsEnabled' value='false'/>
<preference name='com.ibm.cic.common.core.preferences.searchForUpdates' value='false'/>
</agent-input>
ヒント:
以下に、代替アクションを実行するようにこの応答ファイルを操作する際の、変更例を示します。